2018-11-25 08:20:27,598 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-25 08:20:27,604 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-11-25 08:20:27,605 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-25 08:20:27,606 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-11-25 08:20:27,624 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-11-25 08:20:34,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:20:34,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:20:34,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:20:34,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:20:34,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:20:34,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:20:34,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:20:34,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:20:34,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:20:34,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:20:34,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:20:34,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 08:20:34,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:20:34,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b9afe3-4670-4b35-8f8e-4bbbcb858b35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:20:34,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a1b9afe3-4670-4b35-8f8e-4bbbcb858b35 2018-11-25 08:20:34,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:35,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T09:20:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["FSoosexsQz6JD9A4kcmNHA"], "issued_at": "2018-11-25T08:20:35.000000Z"}} 2018-11-25 08:20:35,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:35,398 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:20:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:20:35,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:35,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1732c7e5-1350-410e-bb70-494392ebdefe Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 08:20:35,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-1732c7e5-1350-410e-bb70-494392ebdefe 2018-11-25 08:20:35,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.657397031784s 2018-11-25 08:20:35,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 08:20:35,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}}' 2018-11-25 08:20:35,765 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:20:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7799865-91d3-4e66-a776-a14d51868a9e Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c"}, "enabled": true, "id": "5bc70709dab54fa798728ff999afcf9c", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}} 2018-11-25 08:20:35,766 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-c7799865-91d3-4e66-a776-a14d51868a9e 2018-11-25 08:20:35,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.218080997467s 2018-11-25 08:20:35,766 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-c7799865-91d3-4e66-a776-a14d51868a9e 2018-11-25 08:20:35,767 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde', 'id': u'5bc70709dab54fa798728ff999afcf9c', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 08:20:35,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 08:20:36,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.470542907715s 2018-11-25 08:20:36,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:36,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f79a8081-c513-4ed2-bb83-9a7cbbccf6a8 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85"}, "enabled": true, "id": "afcafb56fd9e4782a8d64741ab1b6a85", "options": {}, "domain_id": "default", "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde"}} 2018-11-25 08:20:36,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85 used request id req-f79a8081-c513-4ed2-bb83-9a7cbbccf6a8 2018-11-25 08:20:36,387 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'afcafb56fd9e4782a8d64741ab1b6a85', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde'}) 2018-11-25 08:20:36,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:36,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:36,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92352cc5-a772-4501-807f-742303c40e91 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:36,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-92352cc5-a772-4501-807f-742303c40e91 2018-11-25 08:20:36,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.128494024277s 2018-11-25 08:20:36,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:36,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:36,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a3822c5-029d-4920-adcb-18334a065f4f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:36,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2a3822c5-029d-4920-adcb-18334a065f4f 2018-11-25 08:20:36,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.151979923248s 2018-11-25 08:20:36,671 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:20:36,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 08:20:36,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" -d '{"role": {"name": "Member"}}' 2018-11-25 08:20:36,822 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:20:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5344cd63-ef37-42d1-9425-4df4cec6a2bd Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "363d12c1b4d54b8dbbc830914ec90b49", "links": {"self": "http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49"}, "name": "Member"}} 2018-11-25 08:20:36,822 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-5344cd63-ef37-42d1-9425-4df4cec6a2bd 2018-11-25 08:20:36,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.150489807129s 2018-11-25 08:20:36,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:36,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9649841b-d178-43cc-8fa4-9dc8a2791bf8 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49"}, "domain_id": null, "name": "Member", "id": "363d12c1b4d54b8dbbc830914ec90b49"}} 2018-11-25 08:20:36,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49 used request id req-9649841b-d178-43cc-8fa4-9dc8a2791bf8 2018-11-25 08:20:36,974 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49'}, 'domain_id': None, 'human_id': None, 'id': u'363d12c1b4d54b8dbbc830914ec90b49', 'HUMAN_ID': False}) 2018-11-25 08:20:36,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:36,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:37,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2953786-592b-4a63-b8dc-c1f147954348 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "363d12c1b4d54b8dbbc830914ec90b49", "links": {"self": "http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:37,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f2953786-592b-4a63-b8dc-c1f147954348 2018-11-25 08:20:37,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828700065613s 2018-11-25 08:20:37,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:20:37,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:37,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f27bb6a-31bd-4f77-8524-8b1ff2604662 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:20:37,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2f27bb6a-31bd-4f77-8524-8b1ff2604662 2018-11-25 08:20:37,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0842969417572s 2018-11-25 08:20:37,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:20:37,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:37,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-455aca11-deb9-4a5c-b07c-fc7cbf5f9a66 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "links": {"self": "http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85"}, "domain_id": "default", "enabled": true, "id": "afcafb56fd9e4782a8d64741ab1b6a85", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:20:37,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-455aca11-deb9-4a5c-b07c-fc7cbf5f9a66 2018-11-25 08:20:37,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947299003601s 2018-11-25 08:20:37,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-455aca11-deb9-4a5c-b07c-fc7cbf5f9a66 2018-11-25 08:20:37,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:20:37,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:37,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f57860ff-37b6-4e34-b3b1-0f0980c01585 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c"}, "enabled": true, "id": "5bc70709dab54fa798728ff999afcf9c", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:20:37,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f57860ff-37b6-4e34-b3b1-0f0980c01585 2018-11-25 08:20:37,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0858788490295s 2018-11-25 08:20:37,331 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f57860ff-37b6-4e34-b3b1-0f0980c01585 2018-11-25 08:20:37,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:20:37,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=afcafb56fd9e4782a8d64741ab1b6a85&scope.project.id=5bc70709dab54fa798728ff999afcf9c&role.id=363d12c1b4d54b8dbbc830914ec90b49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:37,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b225e6a-3129-4b27-8fc1-64f7835baf43 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=afcafb56fd9e4782a8d64741ab1b6a85&scope.project.id=5bc70709dab54fa798728ff999afcf9c&role.id=363d12c1b4d54b8dbbc830914ec90b49", "previous": null, "next": null}} 2018-11-25 08:20:37,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=afcafb56fd9e4782a8d64741ab1b6a85&scope.project.id=5bc70709dab54fa798728ff999afcf9c&role.id=363d12c1b4d54b8dbbc830914ec90b49 used request id req-8b225e6a-3129-4b27-8fc1-64f7835baf43 2018-11-25 08:20:37,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0820140838623s 2018-11-25 08:20:37,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:20:37,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c/users/afcafb56fd9e4782a8d64741ab1b6a85/roles/363d12c1b4d54b8dbbc830914ec90b49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:37,663 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:20:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-502a4949-ba6f-46ab-be04-95c980ee96f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:20:37,663 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c/users/afcafb56fd9e4782a8d64741ab1b6a85/roles/363d12c1b4d54b8dbbc830914ec90b49 used request id req-502a4949-ba6f-46ab-be04-95c980ee96f2 2018-11-25 08:20:37,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.247031927109s 2018-11-25 08:20:37,664 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '9f9a6e8c-2845-4f95-b591-a0eda70dd9e6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde', 'project_id': u'5bc70709dab54fa798728ff999afcf9c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:20:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:20:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:20:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:20:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:20:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:20:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:20:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:20:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:20:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:20:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:20:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:20:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:20:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:20:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:20:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:20:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:20:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:20:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:20:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:20:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:20:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:20:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:20:37,670 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde', 'password': '9f9a6e8c-2845-4f95-b591-a0eda70dd9e6', 'project_name': 'connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '5bc70709dab54fa798728ff999afcf9c', 'project_domain_name': 'Default'} 2018-11-25 08:20:37,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:37,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:37,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b37233c8-e5a3-48bd-91b7-0076e6663e06 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "363d12c1b4d54b8dbbc830914ec90b49", "links": {"self": "http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:37,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b37233c8-e5a3-48bd-91b7-0076e6663e06 2018-11-25 08:20:37,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.153924942017s 2018-11-25 08:20:37,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:37,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:37,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8087c4b3-2c00-4648-92ea-a38c1f69f3f5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "363d12c1b4d54b8dbbc830914ec90b49", "links": {"self": "http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:37,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8087c4b3-2c00-4648-92ea-a38c1f69f3f5 2018-11-25 08:20:37,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845391750336s 2018-11-25 08:20:37,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:20:37,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:38,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c65bf54-b6ff-411d-acb5-64a0969d8c94 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:20:38,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2c65bf54-b6ff-411d-acb5-64a0969d8c94 2018-11-25 08:20:38,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.127856969833s 2018-11-25 08:20:38,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:20:38,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:38,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ebfee4-01bd-4e13-a65e-fb03dcdebc52 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "links": {"self": "http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85"}, "domain_id": "default", "enabled": true, "id": "afcafb56fd9e4782a8d64741ab1b6a85", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:20:38,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-59ebfee4-01bd-4e13-a65e-fb03dcdebc52 2018-11-25 08:20:38,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.174180030823s 2018-11-25 08:20:38,215 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-59ebfee4-01bd-4e13-a65e-fb03dcdebc52 2018-11-25 08:20:38,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:20:38,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:38,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4455dea7-fa6a-406d-b1fb-3d67c22d42c1 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c"}, "enabled": true, "id": "5bc70709dab54fa798728ff999afcf9c", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:20:38,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-4455dea7-fa6a-406d-b1fb-3d67c22d42c1 2018-11-25 08:20:38,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0928328037262s 2018-11-25 08:20:38,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-4455dea7-fa6a-406d-b1fb-3d67c22d42c1 2018-11-25 08:20:38,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:20:38,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=afcafb56fd9e4782a8d64741ab1b6a85&scope.project.id=5bc70709dab54fa798728ff999afcf9c&role.id=27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:38,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-513e6fd4-8574-415e-9a65-8d40200836d3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=afcafb56fd9e4782a8d64741ab1b6a85&scope.project.id=5bc70709dab54fa798728ff999afcf9c&role.id=27bda056e6a9493f8b3efd13960b080f", "previous": null, "next": null}} 2018-11-25 08:20:38,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=afcafb56fd9e4782a8d64741ab1b6a85&scope.project.id=5bc70709dab54fa798728ff999afcf9c&role.id=27bda056e6a9493f8b3efd13960b080f used request id req-513e6fd4-8574-415e-9a65-8d40200836d3 2018-11-25 08:20:38,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0751478672028s 2018-11-25 08:20:38,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:20:38,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c/users/afcafb56fd9e4782a8d64741ab1b6a85/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:38,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:20:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a69be315-0e90-493c-acf9-7ddbceb45269 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:20:38,508 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c/users/afcafb56fd9e4782a8d64741ab1b6a85/roles/27bda056e6a9493f8b3efd13960b080f used request id req-a69be315-0e90-493c-acf9-7ddbceb45269 2018-11-25 08:20:38,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115971088409s 2018-11-25 08:20:38,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:38,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:38,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7854aa-f142-439d-8087-cfe7bc6111f2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "363d12c1b4d54b8dbbc830914ec90b49", "links": {"self": "http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:38,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1c7854aa-f142-439d-8087-cfe7bc6111f2 2018-11-25 08:20:38,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0869989395142s 2018-11-25 08:20:38,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 08:20:38,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-25 08:20:38,796 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:20:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b15a3af9-0540-4d0b-b1a0-012544a9ec0c Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f44d75ba7c894ceeb9df165ee985db1a", "links": {"self": "http://172.30.9.23:5000/v3/roles/f44d75ba7c894ceeb9df165ee985db1a"}, "name": "heat_stack_owner"}} 2018-11-25 08:20:38,796 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-b15a3af9-0540-4d0b-b1a0-012544a9ec0c 2018-11-25 08:20:38,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.19867515564s 2018-11-25 08:20:38,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/f44d75ba7c894ceeb9df165ee985db1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:38,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a046dd0d-5835-48f6-917d-81890ef9c9ec Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/f44d75ba7c894ceeb9df165ee985db1a"}, "domain_id": null, "name": "heat_stack_owner", "id": "f44d75ba7c894ceeb9df165ee985db1a"}} 2018-11-25 08:20:38,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/f44d75ba7c894ceeb9df165ee985db1a used request id req-a046dd0d-5835-48f6-917d-81890ef9c9ec 2018-11-25 08:20:38,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:38,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:38,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-882aff5c-5c0b-4edc-ae0c-c6687be85424 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "363d12c1b4d54b8dbbc830914ec90b49", "links": {"self": "http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f44d75ba7c894ceeb9df165ee985db1a", "links": {"self": "http://172.30.9.23:5000/v3/roles/f44d75ba7c894ceeb9df165ee985db1a"}, "name": "heat_stack_owner"}]} 2018-11-25 08:20:38,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-882aff5c-5c0b-4edc-ae0c-c6687be85424 2018-11-25 08:20:38,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.089741230011s 2018-11-25 08:20:38,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:20:38,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:39,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe2afc1-96f6-4fcc-8cac-85f798b8c172 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:20:39,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-8fe2afc1-96f6-4fcc-8cac-85f798b8c172 2018-11-25 08:20:39,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.074853181839s 2018-11-25 08:20:39,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:20:39,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:39,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d9ceb1c-c646-4d4a-83ba-d69222a2ea57 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "links": {"self": "http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85"}, "domain_id": "default", "enabled": true, "id": "afcafb56fd9e4782a8d64741ab1b6a85", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:20:39,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7d9ceb1c-c646-4d4a-83ba-d69222a2ea57 2018-11-25 08:20:39,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0996599197388s 2018-11-25 08:20:39,149 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7d9ceb1c-c646-4d4a-83ba-d69222a2ea57 2018-11-25 08:20:39,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:20:39,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:39,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95cd5617-9334-42d3-85ef-874aa25bbb57 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c"}, "enabled": true, "id": "5bc70709dab54fa798728ff999afcf9c", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:20:39,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-95cd5617-9334-42d3-85ef-874aa25bbb57 2018-11-25 08:20:39,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0827438831329s 2018-11-25 08:20:39,241 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-95cd5617-9334-42d3-85ef-874aa25bbb57 2018-11-25 08:20:39,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:20:39,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=afcafb56fd9e4782a8d64741ab1b6a85&scope.project.id=5bc70709dab54fa798728ff999afcf9c&role.id=f44d75ba7c894ceeb9df165ee985db1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:39,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6b78f3b-9d58-4ef3-af39-1bfb2394807b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=afcafb56fd9e4782a8d64741ab1b6a85&scope.project.id=5bc70709dab54fa798728ff999afcf9c&role.id=f44d75ba7c894ceeb9df165ee985db1a", "previous": null, "next": null}} 2018-11-25 08:20:39,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=afcafb56fd9e4782a8d64741ab1b6a85&scope.project.id=5bc70709dab54fa798728ff999afcf9c&role.id=f44d75ba7c894ceeb9df165ee985db1a used request id req-b6b78f3b-9d58-4ef3-af39-1bfb2394807b 2018-11-25 08:20:39,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0840408802032s 2018-11-25 08:20:39,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:20:39,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c/users/afcafb56fd9e4782a8d64741ab1b6a85/roles/f44d75ba7c894ceeb9df165ee985db1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:39,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:20:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b47546a-2fd9-4acf-92e6-1351f429d312 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:20:39,513 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c/users/afcafb56fd9e4782a8d64741ab1b6a85/roles/f44d75ba7c894ceeb9df165ee985db1a used request id req-6b47546a-2fd9-4acf-92e6-1351f429d312 2018-11-25 08:20:39,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.185496091843s 2018-11-25 08:20:39,514 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-25 08:20:39,514 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-25 08:20:39,514 - openstack_tests - INFO - OS Credentials = > 2018-11-25 08:20:39,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:39,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:40,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "f44d75ba7c894ceeb9df165ee985db1a", "name": "heat_stack_owner"}, {"id": "363d12c1b4d54b8dbbc830914ec90b49", "name": "Member"}], "expires_at": "2018-11-25T09:20:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bc70709dab54fa798728ff999afcf9c", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "id": "afcafb56fd9e4782a8d64741ab1b6a85"}, "audit_ids": ["YgloZ59hR6eOTyn4TuWd8g"], "issued_at": "2018-11-25T08:20:40.000000Z"}} 2018-11-25 08:20:40,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ebe7f9fc08820e89c61e7ef6c2b1cd57a8a546" 2018-11-25 08:20:40,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ed4b0836-1e6f-4715-8ef6-7ba510e43883 Date: Sun, 25 Nov 2018 08:20:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:20:40,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-ed4b0836-1e6f-4715-8ef6-7ba510e43883 2018-11-25 08:20:40,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ebe7f9fc08820e89c61e7ef6c2b1cd57a8a546" 2018-11-25 08:20:41,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-42f69cfd-f3d0-4ba3-87bb-a73fbc460623 Date: Sun, 25 Nov 2018 08:20:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:20:41,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-42f69cfd-f3d0-4ba3-87bb-a73fbc460623 2018-11-25 08:20:41,953 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-25 08:20:41,953 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-11-25 08:20:41,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,961 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:41,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:42,204 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-25 08:20:42,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:42,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "f44d75ba7c894ceeb9df165ee985db1a", "name": "heat_stack_owner"}, {"id": "363d12c1b4d54b8dbbc830914ec90b49", "name": "Member"}], "expires_at": "2018-11-25T09:20:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bc70709dab54fa798728ff999afcf9c", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "id": "afcafb56fd9e4782a8d64741ab1b6a85"}, "audit_ids": ["0iQqELFURq-_86JAe0vVDg"], "issued_at": "2018-11-25T08:20:42.000000Z"}} 2018-11-25 08:20:42,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1f94e04aed446a80935a3db0630518c7d766a24a" 2018-11-25 08:20:43,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-63bf99fd-4086-420b-a97e-8180f8610f9a Date: Sun, 25 Nov 2018 08:20:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-11-25 08:20:43,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&name=foo used request id req-63bf99fd-4086-420b-a97e-8180f8610f9a 2018-11-25 08:20:43,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:43,335 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-25 08:20:43,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:43,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "f44d75ba7c894ceeb9df165ee985db1a", "name": "heat_stack_owner"}, {"id": "363d12c1b4d54b8dbbc830914ec90b49", "name": "Member"}], "expires_at": "2018-11-25T09:20:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bc70709dab54fa798728ff999afcf9c", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "id": "afcafb56fd9e4782a8d64741ab1b6a85"}, "audit_ids": ["8ZKltl6oRBGycGnNWPnXpA"], "issued_at": "2018-11-25T08:20:43.000000Z"}} 2018-11-25 08:20:43,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee830e6550a1658f50e992b0a704c1889bee12a" 2018-11-25 08:20:43,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f680dd80-cf95-4438-aaa2-efbb466b2bb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:20:43,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f680dd80-cf95-4438-aaa2-efbb466b2bb0 2018-11-25 08:20:43,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:20:43,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:20:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:20:43,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee830e6550a1658f50e992b0a704c1889bee12a" 2018-11-25 08:20:44,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18245a7d-be63-468f-b9ab-2e9dc89803fc Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "links": {"self": "http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85"}, "domain_id": "default", "enabled": true, "id": "afcafb56fd9e4782a8d64741ab1b6a85", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:20:44,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-18245a7d-be63-468f-b9ab-2e9dc89803fc 2018-11-25 08:20:44,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:44,017 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-25 08:20:44,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:44,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "f44d75ba7c894ceeb9df165ee985db1a", "name": "heat_stack_owner"}, {"id": "363d12c1b4d54b8dbbc830914ec90b49", "name": "Member"}], "expires_at": "2018-11-25T09:20:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bc70709dab54fa798728ff999afcf9c", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "id": "afcafb56fd9e4782a8d64741ab1b6a85"}, "audit_ids": ["Cf9l6NFcTa-owh8dGyqj8Q"], "issued_at": "2018-11-25T08:20:44.000000Z"}} 2018-11-25 08:20:44,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d45542067787542c4e128177ee96362c7220896" 2018-11-25 08:20:45,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6718133e-78bf-4431-9ce8-bdebbf9cae42 Date: Sun, 25 Nov 2018 08:20:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:20:45,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6718133e-78bf-4431-9ce8-bdebbf9cae42 2018-11-25 08:20:45,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:45,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "f44d75ba7c894ceeb9df165ee985db1a", "name": "heat_stack_owner"}, {"id": "363d12c1b4d54b8dbbc830914ec90b49", "name": "Member"}], "expires_at": "2018-11-25T09:20:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bc70709dab54fa798728ff999afcf9c", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "id": "afcafb56fd9e4782a8d64741ab1b6a85"}, "audit_ids": ["0cmmVlmZTxKV573qOzEx5Q"], "issued_at": "2018-11-25T08:20:45.000000Z"}} 2018-11-25 08:20:45,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ac3296ccbaa2d35613a03b63be86f2654bed527" 2018-11-25 08:20:46,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5c388c55-21ba-4029-9f2e-4caecad3aef5 Date: Sun, 25 Nov 2018 08:20:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:20:46,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-5c388c55-21ba-4029-9f2e-4caecad3aef5 2018-11-25 08:20:46,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ac3296ccbaa2d35613a03b63be86f2654bed527" 2018-11-25 08:20:47,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4ac08523-aef0-4eab-8ed1-7c6b28131fef Date: Sun, 25 Nov 2018 08:20:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:20:47,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-4ac08523-aef0-4eab-8ed1-7c6b28131fef 2018-11-25 08:20:47,073 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:20:47,074 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:47,311 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.23:5000/v2.0/tokens 2018-11-25 08:20:47,329 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-11-25 08:20:47,330 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:20:47,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:47,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "f44d75ba7c894ceeb9df165ee985db1a", "name": "heat_stack_owner"}, {"id": "363d12c1b4d54b8dbbc830914ec90b49", "name": "Member"}], "expires_at": "2018-11-25T09:20:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bc70709dab54fa798728ff999afcf9c", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "id": "afcafb56fd9e4782a8d64741ab1b6a85"}, "audit_ids": ["yUqqzXFrRA-148tYZ1pZag"], "issued_at": "2018-11-25T08:20:47.000000Z"}} 2018-11-25 08:20:47,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7853d790fd8052f56effb5027457312ac7becb67" 2018-11-25 08:20:48,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4bf59863-8c6a-4ed0-acfa-6778e507c148 x-compute-request-id: req-4bf59863-8c6a-4ed0-acfa-6778e507c148 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:20:48,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-4bf59863-8c6a-4ed0-acfa-6778e507c148 2018-11-25 08:20:48,656 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:20:48,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:49,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "f44d75ba7c894ceeb9df165ee985db1a", "name": "heat_stack_owner"}, {"id": "363d12c1b4d54b8dbbc830914ec90b49", "name": "Member"}], "expires_at": "2018-11-25T09:20:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bc70709dab54fa798728ff999afcf9c", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "id": "afcafb56fd9e4782a8d64741ab1b6a85"}, "audit_ids": ["vpioyJMbSGaU4WEU61vHnQ"], "issued_at": "2018-11-25T08:20:49.000000Z"}} 2018-11-25 08:20:49,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5301401e49841a17115d1c74d3afd14650fc3a8f" 2018-11-25 08:20:49,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9877ff9-c24b-4cd9-8d40-2d0f18e62774 x-compute-request-id: req-a9877ff9-c24b-4cd9-8d40-2d0f18e62774 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 08:20:49,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-a9877ff9-c24b-4cd9-8d40-2d0f18e62774 2018-11-25 08:20:49,907 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-25 08:20:49,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:49,981 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.23:5000/v2.0/tokens 2018-11-25 08:20:49,997 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-11-25 08:20:49,997 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-25 08:20:49,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:50,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "f44d75ba7c894ceeb9df165ee985db1a", "name": "heat_stack_owner"}, {"id": "363d12c1b4d54b8dbbc830914ec90b49", "name": "Member"}], "expires_at": "2018-11-25T09:20:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bc70709dab54fa798728ff999afcf9c", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "id": "afcafb56fd9e4782a8d64741ab1b6a85"}, "audit_ids": ["9ENRJLnITKeWYpBTrCm4mA"], "issued_at": "2018-11-25T08:20:50.000000Z"}} 2018-11-25 08:20:50,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c78ffedf401d7ac1b1b9322dd277d4b5f49f0c" 2018-11-25 08:20:51,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:50 GMT Server: Apache x-openstack-request-id: req-3bd53866-21e5-4656-8f78-02eb063ddd04 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-25 08:20:51,123 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c/stacks used request id req-3bd53866-21e5-4656-8f78-02eb063ddd04 2018-11-25 08:20:51,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:51,314 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-25 08:20:51,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:51,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "f44d75ba7c894ceeb9df165ee985db1a", "name": "heat_stack_owner"}, {"id": "363d12c1b4d54b8dbbc830914ec90b49", "name": "Member"}], "expires_at": "2018-11-25T09:20:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bc70709dab54fa798728ff999afcf9c", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "id": "afcafb56fd9e4782a8d64741ab1b6a85"}, "audit_ids": ["tjRp9yPNRD2gzGqSD43LQw"], "issued_at": "2018-11-25T08:20:51.000000Z"}} 2018-11-25 08:20:51,691 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}508f10e69cfd49ed35736e1efda8991dbcb8c995" 2018-11-25 08:20:52,556 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:51 GMT Server: Apache x-compute-request-id: req-a3b65e9c-50cb-4218-af03-e7c1414fe846 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a3b65e9c-50cb-4218-af03-e7c1414fe846 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-25 08:20:52,557 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/5bc70709dab54fa798728ff999afcf9c/volumes/detail used request id req-a3b65e9c-50cb-4218-af03-e7c1414fe846 2018-11-25 08:20:52,558 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.592s OK 2018-11-25 08:20:52,673 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 08:20:52,673 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-11-25 08:20:52,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:52,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:52,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dbd16c5-6881-41b8-8c2d-57bcaffab40e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "363d12c1b4d54b8dbbc830914ec90b49", "links": {"self": "http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f44d75ba7c894ceeb9df165ee985db1a", "links": {"self": "http://172.30.9.23:5000/v3/roles/f44d75ba7c894ceeb9df165ee985db1a"}, "name": "heat_stack_owner"}]} 2018-11-25 08:20:52,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3dbd16c5-6881-41b8-8c2d-57bcaffab40e 2018-11-25 08:20:52,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0935249328613s 2018-11-25 08:20:52,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 08:20:52,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/f44d75ba7c894ceeb9df165ee985db1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:52,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:20:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-095cc38b-00f5-4b2a-8e2a-902c9c9de023 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:20:52,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/f44d75ba7c894ceeb9df165ee985db1a used request id req-095cc38b-00f5-4b2a-8e2a-902c9c9de023 2018-11-25 08:20:52,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.165755033493s 2018-11-25 08:20:52,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:20:52,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:53,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a5cd6b8-77f5-41fe-a01c-aa20d17ca485 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde", "links": {"self": "http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85"}, "domain_id": "default", "enabled": true, "id": "afcafb56fd9e4782a8d64741ab1b6a85", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:20:53,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1a5cd6b8-77f5-41fe-a01c-aa20d17ca485 2018-11-25 08:20:53,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0905618667603s 2018-11-25 08:20:53,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1a5cd6b8-77f5-41fe-a01c-aa20d17ca485 2018-11-25 08:20:53,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:20:53,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:53,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a54a21aa-c05f-44de-abef-24f30247cd87 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85"}, "enabled": true, "id": "afcafb56fd9e4782a8d64741ab1b6a85", "options": {}, "domain_id": "default", "name": "connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde"}} 2018-11-25 08:20:53,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85 used request id req-a54a21aa-c05f-44de-abef-24f30247cd87 2018-11-25 08:20:53,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987250804901s 2018-11-25 08:20:53,136 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85 used request id req-a54a21aa-c05f-44de-abef-24f30247cd87 2018-11-25 08:20:53,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 08:20:53,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:53,324 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f51cb641-1e60-4440-89ba-612deb5621ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:20:53,324 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85 used request id req-f51cb641-1e60-4440-89ba-612deb5621ee 2018-11-25 08:20:53,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.18791103363s 2018-11-25 08:20:53,325 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/afcafb56fd9e4782a8d64741ab1b6a85 used request id req-f51cb641-1e60-4440-89ba-612deb5621ee 2018-11-25 08:20:53,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:20:53,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:53,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a479aef8-a671-45ac-a9fe-b4d636ed0096 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c"}, "enabled": true, "id": "5bc70709dab54fa798728ff999afcf9c", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:20:53,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-a479aef8-a671-45ac-a9fe-b4d636ed0096 2018-11-25 08:20:53,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0681610107422s 2018-11-25 08:20:53,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-a479aef8-a671-45ac-a9fe-b4d636ed0096 2018-11-25 08:20:53,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 08:20:53,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:53,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81e3bd8f-876d-4b7e-ad75-f94f34f0ff0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:20:53,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c used request id req-81e3bd8f-876d-4b7e-ad75-f94f34f0ff0d 2018-11-25 08:20:53,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.186503887177s 2018-11-25 08:20:53,583 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5bc70709dab54fa798728ff999afcf9c used request id req-81e3bd8f-876d-4b7e-ad75-f94f34f0ff0d 2018-11-25 08:20:53,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:53,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:53,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e3caea-a326-43dd-971c-3a1e52c993ce Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "363d12c1b4d54b8dbbc830914ec90b49", "links": {"self": "http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:53,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e3e3caea-a326-43dd-971c-3a1e52c993ce 2018-11-25 08:20:53,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788550376892s 2018-11-25 08:20:53,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 08:20:53,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:53,802 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36e792cf-4627-4ee2-9d19-31b36906944b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:20:53,802 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49 used request id req-36e792cf-4627-4ee2-9d19-31b36906944b 2018-11-25 08:20:53,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.138731002808s 2018-11-25 08:20:53,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:20:53,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5bc70709dab54fa798728ff999afcf9c&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb030239a5635857d1e6e9859797db631a5bb823" 2018-11-25 08:20:54,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0287520a-46e8-472e-a052-5d6c2535ceb2 Date: Sun, 25 Nov 2018 08:20:54 GMT RESP BODY: {"security_groups": []} 2018-11-25 08:20:54,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5bc70709dab54fa798728ff999afcf9c&name=default used request id req-0287520a-46e8-472e-a052-5d6c2535ceb2 2018-11-25 08:20:54,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.05106592178s 2018-11-25 08:20:54,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5bc70709dab54fa798728ff999afcf9c&name=default used request id req-0287520a-46e8-472e-a052-5d6c2535ceb2 2018-11-25 08:20:54,880 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-11-25 08:20:54,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:20:54,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:20:54,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:20:54,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:20:54,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:20:54,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:20:54,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:20:54,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:20:54,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:20:54,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:20:54,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:20:54,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:20:54,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:20:54,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:20:54,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:20:54,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:20:54,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:20:54,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:20:54,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:20:54,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:20:54,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:20:54,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:20:54,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 08:20:54,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:20:54,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff122f0f-5f00-4f07-b0c0-663972578e41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:20:54,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ff122f0f-5f00-4f07-b0c0-663972578e41 2018-11-25 08:20:54,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:55,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T09:20:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["jXojhXRJT1u6eWwmU9MWFg"], "issued_at": "2018-11-25T08:20:55.000000Z"}} 2018-11-25 08:20:55,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:55,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:20:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:20:55,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:55,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bfc1e15-1b09-4d36-94fe-aa6d3721e007 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 08:20:55,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-4bfc1e15-1b09-4d36-94fe-aa6d3721e007 2018-11-25 08:20:55,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.487544059753s 2018-11-25 08:20:55,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 08:20:55,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}}' 2018-11-25 08:20:55,524 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:20:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-537a014b-169d-4d44-8bfe-c3a69675f187 Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:20:55,524 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-537a014b-169d-4d44-8bfe-c3a69675f187 2018-11-25 08:20:55,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.121362924576s 2018-11-25 08:20:55,525 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-537a014b-169d-4d44-8bfe-c3a69675f187 2018-11-25 08:20:55,526 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e', 'id': u'9b3bbac25fe5465591e37f96f5a8bedc', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 08:20:55,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 08:20:55,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.458884954453s 2018-11-25 08:20:55,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:56,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fe56125-9ce4-48ea-8ef1-64da4f041818 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}, "domain_id": "default", "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:20:56,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767 used request id req-7fe56125-9ce4-48ea-8ef1-64da4f041818 2018-11-25 08:20:56,082 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'37cefe782cb2485683238db40fa7d767', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e'}) 2018-11-25 08:20:56,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:56,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:56,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aebf5efa-d902-4fa3-bac6-23ed3cb20254 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:56,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-aebf5efa-d902-4fa3-bac6-23ed3cb20254 2018-11-25 08:20:56,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0848288536072s 2018-11-25 08:20:56,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:56,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:56,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b20624f4-9ca9-4186-b20b-81889ca3a6ef Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:56,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b20624f4-9ca9-4186-b20b-81889ca3a6ef 2018-11-25 08:20:56,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0728349685669s 2018-11-25 08:20:56,242 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:20:56,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 08:20:56,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" -d '{"role": {"name": "Member"}}' 2018-11-25 08:20:56,396 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b5bb36d-4631-4c68-99b5-7e3bdd61a665 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}} 2018-11-25 08:20:56,396 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-7b5bb36d-4631-4c68-99b5-7e3bdd61a665 2018-11-25 08:20:56,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.153201818466s 2018-11-25 08:20:56,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:56,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63088b40-5206-44b1-8805-641196dbcf43 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "domain_id": null, "name": "Member", "id": "8157b14ad785481fa5d11c9ec79cacaf"}} 2018-11-25 08:20:56,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf used request id req-63088b40-5206-44b1-8805-641196dbcf43 2018-11-25 08:20:56,476 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf'}, 'domain_id': None, 'human_id': None, 'id': u'8157b14ad785481fa5d11c9ec79cacaf', 'HUMAN_ID': False}) 2018-11-25 08:20:56,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:56,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:56,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55417d8b-13f4-44f2-b7da-547c81dac39c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:56,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-55417d8b-13f4-44f2-b7da-547c81dac39c 2018-11-25 08:20:56,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0743570327759s 2018-11-25 08:20:56,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:20:56,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:56,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a27ea36-6dae-4576-84ad-317ccce799d9 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:20:56,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-1a27ea36-6dae-4576-84ad-317ccce799d9 2018-11-25 08:20:56,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0811970233917s 2018-11-25 08:20:56,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:20:56,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:56,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a8ecdc9-8d50-42e4-8b02-2cf250f08649 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:20:56,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3a8ecdc9-8d50-42e4-8b02-2cf250f08649 2018-11-25 08:20:56,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0941209793091s 2018-11-25 08:20:56,729 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3a8ecdc9-8d50-42e4-8b02-2cf250f08649 2018-11-25 08:20:56,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:20:56,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:56,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dad77b9-637d-44ef-84f6-b695f452096d Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:20:56,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5dad77b9-637d-44ef-84f6-b695f452096d 2018-11-25 08:20:56,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0727121829987s 2018-11-25 08:20:56,808 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5dad77b9-637d-44ef-84f6-b695f452096d 2018-11-25 08:20:56,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:20:56,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=37cefe782cb2485683238db40fa7d767&scope.project.id=9b3bbac25fe5465591e37f96f5a8bedc&role.id=8157b14ad785481fa5d11c9ec79cacaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:56,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6a50d88-05e3-45a8-83a1-18669f137866 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=37cefe782cb2485683238db40fa7d767&scope.project.id=9b3bbac25fe5465591e37f96f5a8bedc&role.id=8157b14ad785481fa5d11c9ec79cacaf", "previous": null, "next": null}} 2018-11-25 08:20:56,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=37cefe782cb2485683238db40fa7d767&scope.project.id=9b3bbac25fe5465591e37f96f5a8bedc&role.id=8157b14ad785481fa5d11c9ec79cacaf used request id req-a6a50d88-05e3-45a8-83a1-18669f137866 2018-11-25 08:20:56,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.159523010254s 2018-11-25 08:20:56,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:20:56,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/37cefe782cb2485683238db40fa7d767/roles/8157b14ad785481fa5d11c9ec79cacaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:57,137 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:20:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdbf0bd8-2011-42bc-b37d-de8934d2e27e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:20:57,137 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/37cefe782cb2485683238db40fa7d767/roles/8157b14ad785481fa5d11c9ec79cacaf used request id req-bdbf0bd8-2011-42bc-b37d-de8934d2e27e 2018-11-25 08:20:57,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.166790962219s 2018-11-25 08:20:57,138 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '4d1bb2b3-694d-48a9-8e28-685aea4d28d1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e', 'project_id': u'9b3bbac25fe5465591e37f96f5a8bedc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:20:57,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:20:57,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:20:57,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:20:57,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:20:57,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:20:57,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:20:57,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:20:57,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:20:57,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:20:57,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:20:57,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:20:57,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:20:57,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:20:57,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:20:57,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:20:57,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:20:57,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:20:57,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:20:57,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:20:57,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:20:57,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:20:57,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:20:57,144 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e', 'password': '4d1bb2b3-694d-48a9-8e28-685aea4d28d1', 'project_name': 'api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9b3bbac25fe5465591e37f96f5a8bedc', 'project_domain_name': 'Default'} 2018-11-25 08:20:57,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:57,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:57,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef01f38c-4e90-4b4a-a054-86e2a42e0bba Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:57,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ef01f38c-4e90-4b4a-a054-86e2a42e0bba 2018-11-25 08:20:57,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781490802765s 2018-11-25 08:20:57,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:57,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:57,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd409f30-1400-4fe1-b34b-4f5b21720df1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:57,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dd409f30-1400-4fe1-b34b-4f5b21720df1 2018-11-25 08:20:57,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.171042919159s 2018-11-25 08:20:57,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:20:57,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:57,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48055a64-44cc-4e38-9883-6c75a4f9e318 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:20:57,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-48055a64-44cc-4e38-9883-6c75a4f9e318 2018-11-25 08:20:57,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0823769569397s 2018-11-25 08:20:57,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:20:57,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:57,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff35e2b-ca6d-49ec-9ccb-af97dc674ca1 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:20:57,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7ff35e2b-ca6d-49ec-9ccb-af97dc674ca1 2018-11-25 08:20:57,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0893578529358s 2018-11-25 08:20:57,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7ff35e2b-ca6d-49ec-9ccb-af97dc674ca1 2018-11-25 08:20:57,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:20:57,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:57,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-396baeeb-be9a-43b7-9859-a6a94b2ad612 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:20:57,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-396baeeb-be9a-43b7-9859-a6a94b2ad612 2018-11-25 08:20:57,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0793030261993s 2018-11-25 08:20:57,657 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-396baeeb-be9a-43b7-9859-a6a94b2ad612 2018-11-25 08:20:57,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:20:57,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=37cefe782cb2485683238db40fa7d767&scope.project.id=9b3bbac25fe5465591e37f96f5a8bedc&role.id=27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:57,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a922002f-e407-495a-8597-b38a585c24f1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=37cefe782cb2485683238db40fa7d767&scope.project.id=9b3bbac25fe5465591e37f96f5a8bedc&role.id=27bda056e6a9493f8b3efd13960b080f", "previous": null, "next": null}} 2018-11-25 08:20:57,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=37cefe782cb2485683238db40fa7d767&scope.project.id=9b3bbac25fe5465591e37f96f5a8bedc&role.id=27bda056e6a9493f8b3efd13960b080f used request id req-a922002f-e407-495a-8597-b38a585c24f1 2018-11-25 08:20:57,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0811848640442s 2018-11-25 08:20:57,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:20:57,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/37cefe782cb2485683238db40fa7d767/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:57,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:20:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53ab576d-4088-4224-a771-1ffe39d7f0e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:20:57,850 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/37cefe782cb2485683238db40fa7d767/roles/27bda056e6a9493f8b3efd13960b080f used request id req-53ab576d-4088-4224-a771-1ffe39d7f0e5 2018-11-25 08:20:57,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.109484910965s 2018-11-25 08:20:57,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:57,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:57,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5206aa-d2b7-4412-b207-0939a3b7d4f5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:20:57,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4b5206aa-d2b7-4412-b207-0939a3b7d4f5 2018-11-25 08:20:57,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0838649272919s 2018-11-25 08:20:57,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 08:20:57,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-25 08:20:58,173 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:20:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb0efac4-84e7-4c4e-a845-71e7ca81051c Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}} 2018-11-25 08:20:58,173 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-cb0efac4-84e7-4c4e-a845-71e7ca81051c 2018-11-25 08:20:58,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.23677611351s 2018-11-25 08:20:58,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:58,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8e61262-401b-4890-9b38-38125ade7b50 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "domain_id": null, "name": "heat_stack_owner", "id": "c42fc4c58bf9469bb7ad1716b44e9c01"}} 2018-11-25 08:20:58,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01 used request id req-d8e61262-401b-4890-9b38-38125ade7b50 2018-11-25 08:20:58,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:20:58,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:58,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1960bb24-fd1c-46fc-a5d0-9ca721616611 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:20:58,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1960bb24-fd1c-46fc-a5d0-9ca721616611 2018-11-25 08:20:58,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796859264374s 2018-11-25 08:20:58,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:20:58,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:58,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2140185a-ed40-43c1-bbeb-ca802240635d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:20:58,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2140185a-ed40-43c1-bbeb-ca802240635d 2018-11-25 08:20:58,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0805950164795s 2018-11-25 08:20:58,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:20:58,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:58,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00aaf8c0-2aef-428c-8090-51e28ae48d0b Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:20:58,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-00aaf8c0-2aef-428c-8090-51e28ae48d0b 2018-11-25 08:20:58,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0898540019989s 2018-11-25 08:20:58,509 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-00aaf8c0-2aef-428c-8090-51e28ae48d0b 2018-11-25 08:20:58,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:20:58,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:58,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a820e561-a825-4d1f-8e39-1595a7058ae2 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:20:58,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-a820e561-a825-4d1f-8e39-1595a7058ae2 2018-11-25 08:20:58,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0884780883789s 2018-11-25 08:20:58,604 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-a820e561-a825-4d1f-8e39-1595a7058ae2 2018-11-25 08:20:58,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:20:58,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=37cefe782cb2485683238db40fa7d767&scope.project.id=9b3bbac25fe5465591e37f96f5a8bedc&role.id=c42fc4c58bf9469bb7ad1716b44e9c01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:58,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0256b144-f0fa-413f-93c5-ab929281de40 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=37cefe782cb2485683238db40fa7d767&scope.project.id=9b3bbac25fe5465591e37f96f5a8bedc&role.id=c42fc4c58bf9469bb7ad1716b44e9c01", "previous": null, "next": null}} 2018-11-25 08:20:58,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=37cefe782cb2485683238db40fa7d767&scope.project.id=9b3bbac25fe5465591e37f96f5a8bedc&role.id=c42fc4c58bf9469bb7ad1716b44e9c01 used request id req-0256b144-f0fa-413f-93c5-ab929281de40 2018-11-25 08:20:58,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0857038497925s 2018-11-25 08:20:58,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:20:58,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/37cefe782cb2485683238db40fa7d767/roles/c42fc4c58bf9469bb7ad1716b44e9c01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:20:58,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:20:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6a23a00-98c8-4b97-9936-16ad357b60ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:20:58,809 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/37cefe782cb2485683238db40fa7d767/roles/c42fc4c58bf9469bb7ad1716b44e9c01 used request id req-e6a23a00-98c8-4b97-9936-16ad357b60ab 2018-11-25 08:20:58,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116939067841s 2018-11-25 08:20:58,809 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-25 08:20:58,810 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-25 08:20:58,810 - openstack_tests - INFO - OS Credentials = > 2018-11-25 08:20:58,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:20:58,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:20:59,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["04gPLTz4QD-aRicxxmMmPA"], "issued_at": "2018-11-25T08:20:59.000000Z"}} 2018-11-25 08:20:59,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bea4180ebc0b7c8dfd0d37cd63d7736f4ac2595" 2018-11-25 08:21:00,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6544dbc7-11be-4720-963f-e6b259208d21 Date: Sun, 25 Nov 2018 08:21:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:21:00,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-6544dbc7-11be-4720-963f-e6b259208d21 2018-11-25 08:21:00,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bea4180ebc0b7c8dfd0d37cd63d7736f4ac2595" 2018-11-25 08:21:00,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-30454631-720c-4464-8196-dc67e2eace42 Date: Sun, 25 Nov 2018 08:21:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:21:00,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-30454631-720c-4464-8196-dc67e2eace42 2018-11-25 08:21:00,439 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-25 08:21:00,439 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-11-25 08:21:00,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,460 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,473 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,480 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:00,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:00,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["dVU8tssOQVCMFP3Qk-xRJw"], "issued_at": "2018-11-25T08:21:00.000000Z"}} 2018-11-25 08:21:00,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" 2018-11-25 08:21:01,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f77e23cc-5118-4d2e-9d15-7a9bce171850 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:01,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f77e23cc-5118-4d2e-9d15-7a9bce171850 2018-11-25 08:21:01,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:01,030 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:01,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" 2018-11-25 08:21:01,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b64631a1-fe80-479c-b108-573a0a8d0038 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:01,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b64631a1-fe80-479c-b108-573a0a8d0038 2018-11-25 08:21:01,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-c081f5e5-3ddd-4c40-8a31-4bc45abccb39-projName"}}' 2018-11-25 08:21:01,277 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc0e0a6f-b807-44f1-a3dd-f0c5837145b2 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/df08bf0da2464d0b96a8fa49372a2326"}, "enabled": true, "id": "df08bf0da2464d0b96a8fa49372a2326", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-c081f5e5-3ddd-4c40-8a31-4bc45abccb39-projName"}} 2018-11-25 08:21:01,277 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-bc0e0a6f-b807-44f1-a3dd-f0c5837145b2 2018-11-25 08:21:01,277 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-c081f5e5-3ddd-4c40-8a31-4bc45abccb39-projName 2018-11-25 08:21:01,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c081f5e5-3ddd-4c40-8a31-4bc45abccb39-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" 2018-11-25 08:21:01,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c1df6f-dc1d-4cd5-8298-11d3a755b531 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c081f5e5-3ddd-4c40-8a31-4bc45abccb39-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/df08bf0da2464d0b96a8fa49372a2326"}, "enabled": true, "id": "df08bf0da2464d0b96a8fa49372a2326", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-c081f5e5-3ddd-4c40-8a31-4bc45abccb39-projName"}]} 2018-11-25 08:21:01,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c081f5e5-3ddd-4c40-8a31-4bc45abccb39-projName used request id req-a1c1df6f-dc1d-4cd5-8298-11d3a755b531 2018-11-25 08:21:01,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" 2018-11-25 08:21:01,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0df0f7df-4003-4a7b-86c6-02cf13f5b03a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:21:01,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-0df0f7df-4003-4a7b-86c6-02cf13f5b03a 2018-11-25 08:21:01,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" 2018-11-25 08:21:02,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-a042168c-84eb-4503-807b-b50d99578dc2 Date: Sun, 25 Nov 2018 08:21:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:02Z", "updated_at": "2018-11-25T08:21:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:02Z", "revision_number": 0, "id": "45001958-6d08-4c7e-b7a8-ae6d0e013307", "remote_group_id": "674541f9-f183-4be3-872f-98791a15a182", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:02Z", "security_group_id": "674541f9-f183-4be3-872f-98791a15a182", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:02Z", "revision_number": 0, "id": "8b2e0798-f101-4607-81d8-02fe355872c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:02Z", "security_group_id": "674541f9-f183-4be3-872f-98791a15a182", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:02Z", "revision_number": 0, "id": "aec687d4-acc4-448d-bf3d-fce8938ea819", "remote_group_id": "674541f9-f183-4be3-872f-98791a15a182", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:02Z", "security_group_id": "674541f9-f183-4be3-872f-98791a15a182", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:02Z", "revision_number": 0, "id": "e363079e-4546-4e33-ab35-f90063a03dbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:02Z", "security_group_id": "674541f9-f183-4be3-872f-98791a15a182", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "674541f9-f183-4be3-872f-98791a15a182", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:21:02,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-a042168c-84eb-4503-807b-b50d99578dc2 2018-11-25 08:21:02,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" 2018-11-25 08:21:02,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07d7d570-ac18-48de-957d-3b8a0daded66 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-25 08:21:02,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 used request id req-07d7d570-ac18-48de-957d-3b8a0daded66 2018-11-25 08:21:02,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" 2018-11-25 08:21:02,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7135ecd8-b87a-4300-968c-8f93a39d7b78 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:21:02,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-7135ecd8-b87a-4300-968c-8f93a39d7b78 2018-11-25 08:21:02,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 674541f9-f183-4be3-872f-98791a15a182 2018-11-25 08:21:02,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=674541f9-f183-4be3-872f-98791a15a182 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" 2018-11-25 08:21:03,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ed8c9e39-2dcc-43a3-a50a-3b38a318e6ea Date: Sun, 25 Nov 2018 08:21:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "674541f9-f183-4be3-872f-98791a15a182", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:02Z", "security_group_id": "674541f9-f183-4be3-872f-98791a15a182", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "45001958-6d08-4c7e-b7a8-ae6d0e013307"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:02Z", "security_group_id": "674541f9-f183-4be3-872f-98791a15a182", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "8b2e0798-f101-4607-81d8-02fe355872c4"}, {"remote_group_id": "674541f9-f183-4be3-872f-98791a15a182", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:02Z", "security_group_id": "674541f9-f183-4be3-872f-98791a15a182", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "aec687d4-acc4-448d-bf3d-fce8938ea819"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:02Z", "security_group_id": "674541f9-f183-4be3-872f-98791a15a182", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "e363079e-4546-4e33-ab35-f90063a03dbe"}]} 2018-11-25 08:21:03,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=674541f9-f183-4be3-872f-98791a15a182 used request id req-ed8c9e39-2dcc-43a3-a50a-3b38a318e6ea 2018-11-25 08:21:03,360 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 08:21:03,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/674541f9-f183-4be3-872f-98791a15a182 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" 2018-11-25 08:21:03,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3dc4998d-c4eb-4983-a79a-a094aadb121a Content-Length: 0 Date: Sun, 25 Nov 2018 08:21:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:21:03,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/674541f9-f183-4be3-872f-98791a15a182 used request id req-3dc4998d-c4eb-4983-a79a-a094aadb121a 2018-11-25 08:21:03,813 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-c081f5e5-3ddd-4c40-8a31-4bc45abccb39-projName 2018-11-25 08:21:03,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/df08bf0da2464d0b96a8fa49372a2326 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c13cd4cc0ed2fb1e8f6c502c8092c5600a47b2" 2018-11-25 08:21:04,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae24af4e-1fcd-4249-854d-4abb3c6eda87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:04,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/df08bf0da2464d0b96a8fa49372a2326 used request id req-ae24af4e-1fcd-4249-854d-4abb3c6eda87 2018-11-25 08:21:04,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:04,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["EL71WmQLTkiw7M3rglv8lg"], "issued_at": "2018-11-25T08:21:04.000000Z"}} 2018-11-25 08:21:04,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21c3a94d36726ed0a76d292349dc93fbf7e8ae22" 2018-11-25 08:21:04,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-164e0864-53e9-4af8-b897-1975145decfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:04,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-164e0864-53e9-4af8-b897-1975145decfb 2018-11-25 08:21:04,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:04,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:04,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21c3a94d36726ed0a76d292349dc93fbf7e8ae22" 2018-11-25 08:21:04,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6417d4f4-a229-4fa0-97ca-1eb244d7eae5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:04,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-6417d4f4-a229-4fa0-97ca-1eb244d7eae5 2018-11-25 08:21:05,061 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-185d4a34-d5ac-478e-a851-6053dd15f435-username 2018-11-25 08:21:05,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21c3a94d36726ed0a76d292349dc93fbf7e8ae22" 2018-11-25 08:21:05,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f28d0fb-05bb-4a2d-83ac-ec595048762e Content-Encoding: gzip Content-Length: 912 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-185d4a34-d5ac-478e-a851-6053dd15f435-username", "links": {"self": "http://172.30.9.23:5000/v3/users/5fa06bea701141dc8e8dfb3687dd3ffb"}, "domain_id": "default", "enabled": true, "id": "5fa06bea701141dc8e8dfb3687dd3ffb", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:21:05,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1f28d0fb-05bb-4a2d-83ac-ec595048762e 2018-11-25 08:21:05,187 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-185d4a34-d5ac-478e-a851-6053dd15f435-username 2018-11-25 08:21:05,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/5fa06bea701141dc8e8dfb3687dd3ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21c3a94d36726ed0a76d292349dc93fbf7e8ae22" 2018-11-25 08:21:05,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a35e5d93-6446-4edd-b68d-a59a2756539a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:05,360 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/5fa06bea701141dc8e8dfb3687dd3ffb used request id req-a35e5d93-6446-4edd-b68d-a59a2756539a 2018-11-25 08:21:05,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:05,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["OzUVS2iqT72xIYpor7x8hA"], "issued_at": "2018-11-25T08:21:05.000000Z"}} 2018-11-25 08:21:05,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249e7da5af11a8d09afe234a1032aaa2177170c3" 2018-11-25 08:21:05,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb0466b-2e56-4732-9729-53f91a8cf3d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:05,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6bb0466b-2e56-4732-9729-53f91a8cf3d3 2018-11-25 08:21:05,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:05,838 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-25 08:21:05,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:06,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["N0NMjnuySJGu0ai4Hodacw"], "issued_at": "2018-11-25T08:21:06.000000Z"}} 2018-11-25 08:21:06,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c19630e5d62546b4484a992d13f0dbc94c6e902" 2018-11-25 08:21:06,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df86e0dc-4a72-45f8-8e64-8564855364ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:06,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df86e0dc-4a72-45f8-8e64-8564855364ea 2018-11-25 08:21:06,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:06,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:06,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["l192Fgz3QT69EE9V98vzwQ"], "issued_at": "2018-11-25T08:21:06.000000Z"}} 2018-11-25 08:21:06,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:07,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["D9boO5jcTDaTJF4PBUl3Mg"], "issued_at": "2018-11-25T08:21:07.000000Z"}} 2018-11-25 08:21:07,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f52200f800b474ca486e3ac0a40af16ced6d79f" 2018-11-25 08:21:07,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c1867f8-02c9-4309-9d1c-aad2bf5421b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:07,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1c1867f8-02c9-4309-9d1c-aad2bf5421b2 2018-11-25 08:21:07,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:07,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:07,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["pzrG8WE2RA2taDUdYCP8_Q"], "issued_at": "2018-11-25T08:21:07.000000Z"}} 2018-11-25 08:21:07,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:07,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["rY_mRH-vTlGgS_NkGR5Wtw"], "issued_at": "2018-11-25T08:21:07.000000Z"}} 2018-11-25 08:21:07,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}061891e7c4fb2c685b77346fe4411acc1b2a5688" 2018-11-25 08:21:08,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ba05b2-5f32-418f-a988-1d356ed1e588 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:08,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-00ba05b2-5f32-418f-a988-1d356ed1e588 2018-11-25 08:21:08,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:08,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:08,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["OF4y2YSmQPCevCy7NUjWyA"], "issued_at": "2018-11-25T08:21:08.000000Z"}} 2018-11-25 08:21:08,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:08,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:08,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["cvUStqo8StSsyFlTNsFpDw"], "issued_at": "2018-11-25T08:21:08.000000Z"}} 2018-11-25 08:21:08,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:08,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:09,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["iJ4JsHArSzaTb7Jg0P8Vyg"], "issued_at": "2018-11-25T08:21:09.000000Z"}} 2018-11-25 08:21:09,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:09,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["UGlkYdHWTmeBLolJODTVWw"], "issued_at": "2018-11-25T08:21:09.000000Z"}} 2018-11-25 08:21:09,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:09,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae5cce0e-5a43-4fd6-aa74-f53970320588 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:09,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ae5cce0e-5a43-4fd6-aa74-f53970320588 2018-11-25 08:21:09,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:09,759 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:09,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:09,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a72b3877-924b-4869-a422-1781b8afb993 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:09,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a72b3877-924b-4869-a422-1781b8afb993 2018-11-25 08:21:10,167 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-username 2018-11-25 08:21:10,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:10,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4abca680-5fe6-4747-bcee-51d823c82dcb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:10,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4abca680-5fe6-4747-bcee-51d823c82dcb 2018-11-25 08:21:10,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-projName"}}' 2018-11-25 08:21:10,356 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:21:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9acb2242-ac01-48c7-9315-26d98d91d682 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/6c547a2e4bcb4562b7f79176be109cf4"}, "enabled": true, "id": "6c547a2e4bcb4562b7f79176be109cf4", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-projName"}} 2018-11-25 08:21:10,357 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-9acb2242-ac01-48c7-9315-26d98d91d682 2018-11-25 08:21:10,357 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-projName 2018-11-25 08:21:10,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" -d '{"role": {"name": "KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-role"}}' 2018-11-25 08:21:10,458 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:21:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74a28246-aca5-4cb0-b376-9b8658e96aab Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0907d61d86a244009d83193cbc3d9cb3", "links": {"self": "http://172.30.9.23:5000/v3/roles/0907d61d86a244009d83193cbc3d9cb3"}, "name": "KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-role"}} 2018-11-25 08:21:10,458 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-74a28246-aca5-4cb0-b376-9b8658e96aab 2018-11-25 08:21:10,458 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-role 2018-11-25 08:21:10,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/0907d61d86a244009d83193cbc3d9cb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:10,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea2a1a6-2e3e-4fff-b4a7-fc20650e2046 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0907d61d86a244009d83193cbc3d9cb3"}, "domain_id": null, "name": "KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-role", "id": "0907d61d86a244009d83193cbc3d9cb3"}} 2018-11-25 08:21:10,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0907d61d86a244009d83193cbc3d9cb3 used request id req-7ea2a1a6-2e3e-4fff-b4a7-fc20650e2046 2018-11-25 08:21:10,546 - keystone_utils - INFO - Granting role KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-role to project KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-projName 2018-11-25 08:21:10,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/6c547a2e4bcb4562b7f79176be109cf4/users/18319bf83759491dae830c81c4c3d15f/roles/0907d61d86a244009d83193cbc3d9cb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:10,623 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-313cfe5a-5062-4ef2-9aa2-3c75b9d947a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:10,623 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/6c547a2e4bcb4562b7f79176be109cf4/users/18319bf83759491dae830c81c4c3d15f/roles/0907d61d86a244009d83193cbc3d9cb3 used request id req-313cfe5a-5062-4ef2-9aa2-3c75b9d947a6 2018-11-25 08:21:10,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6c547a2e4bcb4562b7f79176be109cf4/users/18319bf83759491dae830c81c4c3d15f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:10,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-855f4b14-e3a2-496d-a456-62cf665f55d6 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/6c547a2e4bcb4562b7f79176be109cf4/users/18319bf83759491dae830c81c4c3d15f/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0907d61d86a244009d83193cbc3d9cb3", "links": {"self": "http://172.30.9.23:5000/v3/roles/0907d61d86a244009d83193cbc3d9cb3"}, "name": "KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-role"}]} 2018-11-25 08:21:10,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6c547a2e4bcb4562b7f79176be109cf4/users/18319bf83759491dae830c81c4c3d15f/roles used request id req-855f4b14-e3a2-496d-a456-62cf665f55d6 2018-11-25 08:21:10,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:11,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-58ebacea-449b-4805-b527-a7c6404a07bf Date: Sun, 25 Nov 2018 08:21:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:11Z", "updated_at": "2018-11-25T08:21:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:11Z", "revision_number": 0, "id": "3bda9aef-9d00-4464-bb4f-927102b6d549", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:11Z", "security_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:11Z", "revision_number": 0, "id": "47a0e148-2814-411d-bfdc-389f704ed967", "remote_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:11Z", "security_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:11Z", "revision_number": 0, "id": "751bdfd1-576c-406d-a64b-0d1244f89330", "remote_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:11Z", "security_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:11Z", "revision_number": 0, "id": "edcc58c7-81d6-4f18-8bfa-2c36efe4bfff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:11Z", "security_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:21:11,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-58ebacea-449b-4805-b527-a7c6404a07bf 2018-11-25 08:21:11,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:11,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-161531bd-1a1e-46ca-ab9a-acd38fc5bdf9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:21:11,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-161531bd-1a1e-46ca-ab9a-acd38fc5bdf9 2018-11-25 08:21:11,931 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ac611f3-74a4-42ea-951f-8466fcca0d69 2018-11-25 08:21:11,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0ac611f3-74a4-42ea-951f-8466fcca0d69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:12,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-520744f5-c9da-43e1-aa73-a8af310c5c5e Date: Sun, 25 Nov 2018 08:21:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:11Z", "security_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:11Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "3bda9aef-9d00-4464-bb4f-927102b6d549"}, {"remote_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:11Z", "security_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:11Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "47a0e148-2814-411d-bfdc-389f704ed967"}, {"remote_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:11Z", "security_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:11Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "751bdfd1-576c-406d-a64b-0d1244f89330"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:11Z", "security_group_id": "0ac611f3-74a4-42ea-951f-8466fcca0d69", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:11Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "edcc58c7-81d6-4f18-8bfa-2c36efe4bfff"}]} 2018-11-25 08:21:12,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0ac611f3-74a4-42ea-951f-8466fcca0d69 used request id req-520744f5-c9da-43e1-aa73-a8af310c5c5e 2018-11-25 08:21:12,681 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 08:21:12,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/0ac611f3-74a4-42ea-951f-8466fcca0d69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:13,745 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-54a8b5b7-9f54-4100-9b88-efaea238a700 Content-Length: 0 Date: Sun, 25 Nov 2018 08:21:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:21:13,745 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/0ac611f3-74a4-42ea-951f-8466fcca0d69 used request id req-54a8b5b7-9f54-4100-9b88-efaea238a700 2018-11-25 08:21:13,745 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-projName 2018-11-25 08:21:13,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/6c547a2e4bcb4562b7f79176be109cf4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:13,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-007d6c6c-3d9a-4343-b41e-1bbf9fdf3c86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:13,970 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/6c547a2e4bcb4562b7f79176be109cf4 used request id req-007d6c6c-3d9a-4343-b41e-1bbf9fdf3c86 2018-11-25 08:21:13,970 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-username 2018-11-25 08:21:13,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/18319bf83759491dae830c81c4c3d15f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:14,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f740a45-ec66-4dd9-a010-74ce3ef0aa47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:14,204 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/18319bf83759491dae830c81c4c3d15f used request id req-9f740a45-ec66-4dd9-a010-74ce3ef0aa47 2018-11-25 08:21:14,205 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-4b4b7a89-0ab4-4445-8d6f-1c8c9775709f-role 2018-11-25 08:21:14,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/0907d61d86a244009d83193cbc3d9cb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36c316ceed12a5181f23aace38d93223bf87161" 2018-11-25 08:21:14,320 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a068dea3-2afc-47e7-b5f8-5864007e32a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:14,320 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0907d61d86a244009d83193cbc3d9cb3 used request id req-a068dea3-2afc-47e7-b5f8-5864007e32a2 2018-11-25 08:21:14,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:14,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["lXVRkYktTAGMhn5kjySUYg"], "issued_at": "2018-11-25T08:21:14.000000Z"}} 2018-11-25 08:21:14,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069170f87c3d6c4a2f3999ef20f58db648baa898" 2018-11-25 08:21:14,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8f69ff1-7479-4bb2-9eff-d1b255274b25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:14,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a8f69ff1-7479-4bb2-9eff-d1b255274b25 2018-11-25 08:21:14,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:14,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:15,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["9mmxC2AeTNCJ16l5R4ArzQ"], "issued_at": "2018-11-25T08:21:15.000000Z"}} 2018-11-25 08:21:15,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:15,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e3b1d89-c063-41bd-a7c0-918abb9100a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:15,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4e3b1d89-c063-41bd-a7c0-918abb9100a8 2018-11-25 08:21:15,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:15,250 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:15,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:15,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b0aa09c-a32e-4dac-ac25-8b557f194404 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:21:15,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7b0aa09c-a32e-4dac-ac25-8b557f194404 2018-11-25 08:21:15,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:15,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d605ee0d-4726-4f20-a6a8-2f31fb09eef0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:15,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d605ee0d-4726-4f20-a6a8-2f31fb09eef0 2018-11-25 08:21:15,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:15,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-613738c1-cabd-410a-99e5-1b54c22cde0d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:15,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-613738c1-cabd-410a-99e5-1b54c22cde0d 2018-11-25 08:21:15,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:15,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c0585a0-1112-4c1e-8a27-c1a256059ef8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:21:15,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e used request id req-3c0585a0-1112-4c1e-8a27-c1a256059ef8 2018-11-25 08:21:15,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/8be805d4f1014c3e9d168a85590075c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:16,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0efbbab5-25c3-420b-8f57-f2171932b9ba Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/8be805d4f1014c3e9d168a85590075c5"}, "enabled": true, "id": "8be805d4f1014c3e9d168a85590075c5", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-47797955-7ebb-4c8-name"}} 2018-11-25 08:21:16,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/8be805d4f1014c3e9d168a85590075c5 used request id req-0efbbab5-25c3-420b-8f57-f2171932b9ba 2018-11-25 08:21:16,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/8be805d4f1014c3e9d168a85590075c5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:16,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa003102-59c8-4183-90f5-856f3c9a0204 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/8be805d4f1014c3e9d168a85590075c5/roles", "previous": null, "next": null}, "roles": []} 2018-11-25 08:21:16,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/8be805d4f1014c3e9d168a85590075c5/roles used request id req-aa003102-59c8-4183-90f5-856f3c9a0204 2018-11-25 08:21:16,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:16,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f228dbab-0c80-46f0-a454-75ce10b030b9 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "domain_id": null, "name": "admin", "id": "27bda056e6a9493f8b3efd13960b080f"}} 2018-11-25 08:21:16,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f used request id req-f228dbab-0c80-46f0-a454-75ce10b030b9 2018-11-25 08:21:16,272 - keystone_utils - INFO - Granting role admin to project api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e 2018-11-25 08:21:16,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/8be805d4f1014c3e9d168a85590075c5/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:16,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a1c730d-2b01-41e6-9f30-21b869443614 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:16,415 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/8be805d4f1014c3e9d168a85590075c5/roles/27bda056e6a9493f8b3efd13960b080f used request id req-1a1c730d-2b01-41e6-9f30-21b869443614 2018-11-25 08:21:16,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:16,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10394c3a-1147-47ef-a483-1acc96c46ed2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:16,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-10394c3a-1147-47ef-a483-1acc96c46ed2 2018-11-25 08:21:16,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:16,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0ddc69-f9d3-4b9f-89c2-d8f81e939282 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:21:16,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e used request id req-8e0ddc69-f9d3-4b9f-89c2-d8f81e939282 2018-11-25 08:21:16,595 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-47797955-7ebb-4c8-name 2018-11-25 08:21:16,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:16,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:16,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069170f87c3d6c4a2f3999ef20f58db648baa898" 2018-11-25 08:21:16,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d928f46-9935-4f14-9d57-7c83d3ef4e50 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-47797955-7ebb-4c8-name", "links": {"self": "http://172.30.9.23:5000/v3/users/8be805d4f1014c3e9d168a85590075c5"}, "domain_id": "default", "enabled": true, "id": "8be805d4f1014c3e9d168a85590075c5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:21:16,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5d928f46-9935-4f14-9d57-7c83d3ef4e50 2018-11-25 08:21:16,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069170f87c3d6c4a2f3999ef20f58db648baa898" 2018-11-25 08:21:16,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c106c947-fe51-4048-85ca-3d77d1d05654 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:16,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c106c947-fe51-4048-85ca-3d77d1d05654 2018-11-25 08:21:16,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069170f87c3d6c4a2f3999ef20f58db648baa898" 2018-11-25 08:21:16,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb7dfc8a-23d2-41e9-afca-a73a334ed24d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:21:16,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e used request id req-fb7dfc8a-23d2-41e9-afca-a73a334ed24d 2018-11-25 08:21:16,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/8be805d4f1014c3e9d168a85590075c5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069170f87c3d6c4a2f3999ef20f58db648baa898" 2018-11-25 08:21:16,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae1f6d3c-8be1-4f84-9b0f-47dd1ea29fbc Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/8be805d4f1014c3e9d168a85590075c5/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}]} 2018-11-25 08:21:16,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/8be805d4f1014c3e9d168a85590075c5/roles used request id req-ae1f6d3c-8be1-4f84-9b0f-47dd1ea29fbc 2018-11-25 08:21:16,983 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-47797955-7ebb-4c8-name 2018-11-25 08:21:16,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/8be805d4f1014c3e9d168a85590075c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db88fdfbeeab3fd9a9993a71a4c3f0b539a94547" 2018-11-25 08:21:17,170 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1938dd47-dd6f-4362-b4c5-ac8ea56d0724 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:17,170 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/8be805d4f1014c3e9d168a85590075c5 used request id req-1938dd47-dd6f-4362-b4c5-ac8ea56d0724 2018-11-25 08:21:17,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:17,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["9gOUbyeAQAGu_h_sXBf3xA"], "issued_at": "2018-11-25T08:21:17.000000Z"}} 2018-11-25 08:21:17,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51c7778bf425b78b5eb18727190a1031ea395e0" 2018-11-25 08:21:17,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1dccd5-3eb5-439f-b79a-5c05fa5422f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:17,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5a1dccd5-3eb5-439f-b79a-5c05fa5422f1 2018-11-25 08:21:17,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:17,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:18,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["HIynErnBQs-S0bxd1WVRRA"], "issued_at": "2018-11-25T08:21:18.000000Z"}} 2018-11-25 08:21:18,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:18,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40da618b-966a-422a-b79b-d39a1825ee94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:18,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-40da618b-966a-422a-b79b-d39a1825ee94 2018-11-25 08:21:18,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:18,108 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:18,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:18,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44e57ed1-4a6e-4528-8d70-af80916b2d72 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:21:18,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-44e57ed1-4a6e-4528-8d70-af80916b2d72 2018-11-25 08:21:18,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:18,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01252e78-ed36-4d9a-935b-ed5b5d65fcef Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:18,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-01252e78-ed36-4d9a-935b-ed5b5d65fcef 2018-11-25 08:21:18,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:18,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1772b5b6-25eb-40d3-b9ad-fd4d69917a0b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:18,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1772b5b6-25eb-40d3-b9ad-fd4d69917a0b 2018-11-25 08:21:18,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:18,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e43e43f-d34f-4a0a-904e-8452ec8f77b5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:21:18,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e used request id req-6e43e43f-d34f-4a0a-904e-8452ec8f77b5 2018-11-25 08:21:18,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/30d47338c5fe4f9faa29fcad5808e55b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:18,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16654835-e3e2-485e-9aa4-a82e4e56f0df Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/30d47338c5fe4f9faa29fcad5808e55b"}, "enabled": true, "id": "30d47338c5fe4f9faa29fcad5808e55b", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-5e54574f-d3cc-453-name"}} 2018-11-25 08:21:18,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/30d47338c5fe4f9faa29fcad5808e55b used request id req-16654835-e3e2-485e-9aa4-a82e4e56f0df 2018-11-25 08:21:18,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/30d47338c5fe4f9faa29fcad5808e55b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:18,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff9008ec-c765-4824-a839-76c844f6b5e9 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/30d47338c5fe4f9faa29fcad5808e55b/roles", "previous": null, "next": null}, "roles": []} 2018-11-25 08:21:18,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/30d47338c5fe4f9faa29fcad5808e55b/roles used request id req-ff9008ec-c765-4824-a839-76c844f6b5e9 2018-11-25 08:21:18,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:18,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a50e34a-eb3b-4086-ac36-fcf25002adeb Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "domain_id": null, "name": "admin", "id": "27bda056e6a9493f8b3efd13960b080f"}} 2018-11-25 08:21:18,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f used request id req-2a50e34a-eb3b-4086-ac36-fcf25002adeb 2018-11-25 08:21:18,985 - keystone_utils - INFO - Granting role admin to project api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e 2018-11-25 08:21:18,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/30d47338c5fe4f9faa29fcad5808e55b/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:19,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fee5dd7-2fb4-4fdf-8c6d-acaefe6df231 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:19,212 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/30d47338c5fe4f9faa29fcad5808e55b/roles/27bda056e6a9493f8b3efd13960b080f used request id req-2fee5dd7-2fb4-4fdf-8c6d-acaefe6df231 2018-11-25 08:21:19,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:19,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940fb2f1-fe6c-4381-9469-fc9c3fe59a42 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:19,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-940fb2f1-fe6c-4381-9469-fc9c3fe59a42 2018-11-25 08:21:19,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:19,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f53be0-93a1-4a0a-bde4-24db76e4810b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:21:19,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e used request id req-10f53be0-93a1-4a0a-bde4-24db76e4810b 2018-11-25 08:21:19,394 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-5e54574f-d3cc-453-name 2018-11-25 08:21:19,395 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-5e54574f-d3cc-453-name 2018-11-25 08:21:19,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:19,403 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:19,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/30d47338c5fe4f9faa29fcad5808e55b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51c7778bf425b78b5eb18727190a1031ea395e0" 2018-11-25 08:21:19,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6b0566f-5283-4d04-a11b-8c418f44c208 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:19,756 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/30d47338c5fe4f9faa29fcad5808e55b used request id req-f6b0566f-5283-4d04-a11b-8c418f44c208 2018-11-25 08:21:19,756 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-5e54574f-d3cc-453-name 2018-11-25 08:21:19,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/30d47338c5fe4f9faa29fcad5808e55b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563da11321df452ea18bc65b8c371e49fad137c3" 2018-11-25 08:21:19,841 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81a74846-cd6d-41ce-b26e-cb5db8ecde07 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 30d47338c5fe4f9faa29fcad5808e55b.", "code": 404, "title": "Not Found"}} 2018-11-25 08:21:19,841 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/30d47338c5fe4f9faa29fcad5808e55b used request id req-81a74846-cd6d-41ce-b26e-cb5db8ecde07 2018-11-25 08:21:19,841 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-11-25 08:21:19,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:20,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["tquvGMxHT8axUGtKXdf9xg"], "issued_at": "2018-11-25T08:21:20.000000Z"}} 2018-11-25 08:21:20,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95076ac2fccf31538ba57be6f1676aa215ceb9fa" 2018-11-25 08:21:20,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e668dde7-2733-4818-b634-e411b4fb6e95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:20,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e668dde7-2733-4818-b634-e411b4fb6e95 2018-11-25 08:21:20,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:20,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:20,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["NEOYM1NxSmS9aISzlsI5pA"], "issued_at": "2018-11-25T08:21:20.000000Z"}} 2018-11-25 08:21:20,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:20,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b047434-bb32-4991-8f70-04fdc8745304 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:20,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4b047434-bb32-4991-8f70-04fdc8745304 2018-11-25 08:21:20,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:20,826 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:20,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:20,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-968710b4-7873-4873-9aaf-eb2fb91cec29 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:21:20,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-968710b4-7873-4873-9aaf-eb2fb91cec29 2018-11-25 08:21:20,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:21,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bdb237d-bb2b-4b42-8a03-990894037911 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:21,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1bdb237d-bb2b-4b42-8a03-990894037911 2018-11-25 08:21:21,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:21,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f71305b-50b8-453f-910e-373fb0e1426e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:21,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8f71305b-50b8-453f-910e-373fb0e1426e 2018-11-25 08:21:21,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:21,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d387b802-5484-43ed-89de-68bc8680da90 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:21:21,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e used request id req-d387b802-5484-43ed-89de-68bc8680da90 2018-11-25 08:21:21,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/5e16085d7a4e444dbf5cdc53a1d9636b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:21,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c43c9a-bcbc-467c-9896-2bb44be7e614 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/5e16085d7a4e444dbf5cdc53a1d9636b"}, "enabled": true, "id": "5e16085d7a4e444dbf5cdc53a1d9636b", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-6dd16d76-2fea-4bf-name"}} 2018-11-25 08:21:21,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/5e16085d7a4e444dbf5cdc53a1d9636b used request id req-86c43c9a-bcbc-467c-9896-2bb44be7e614 2018-11-25 08:21:21,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/5e16085d7a4e444dbf5cdc53a1d9636b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:21,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f2e8ede-c035-4f30-9580-b993b6a55f16 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/5e16085d7a4e444dbf5cdc53a1d9636b/roles", "previous": null, "next": null}, "roles": []} 2018-11-25 08:21:21,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/5e16085d7a4e444dbf5cdc53a1d9636b/roles used request id req-4f2e8ede-c035-4f30-9580-b993b6a55f16 2018-11-25 08:21:21,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:21,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3333e48-ba26-4d04-9fab-836133ec00bc Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "domain_id": null, "name": "admin", "id": "27bda056e6a9493f8b3efd13960b080f"}} 2018-11-25 08:21:21,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f used request id req-d3333e48-ba26-4d04-9fab-836133ec00bc 2018-11-25 08:21:21,849 - keystone_utils - INFO - Granting role admin to project api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e 2018-11-25 08:21:21,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/5e16085d7a4e444dbf5cdc53a1d9636b/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:22,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b173cbdc-bc3f-4dce-a12e-51815aeb38d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:22,088 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/5e16085d7a4e444dbf5cdc53a1d9636b/roles/27bda056e6a9493f8b3efd13960b080f used request id req-b173cbdc-bc3f-4dce-a12e-51815aeb38d6 2018-11-25 08:21:22,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:22,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f5b641-3d11-403f-b367-7e3e7aedef99 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:22,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e0f5b641-3d11-403f-b367-7e3e7aedef99 2018-11-25 08:21:22,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:22,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-459efadf-68de-441a-9be4-114a9e9e8f30 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:21:22,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e used request id req-459efadf-68de-441a-9be4-114a9e9e8f30 2018-11-25 08:21:22,262 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-6dd16d76-2fea-4bf-name 2018-11-25 08:21:22,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:22,268 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:22,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95076ac2fccf31538ba57be6f1676aa215ceb9fa" 2018-11-25 08:21:22,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe9a67d-d499-4fc9-91a1-ba47cc0972bb Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-6dd16d76-2fea-4bf-name", "links": {"self": "http://172.30.9.23:5000/v3/users/5e16085d7a4e444dbf5cdc53a1d9636b"}, "domain_id": "default", "enabled": true, "id": "5e16085d7a4e444dbf5cdc53a1d9636b", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:21:22,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ebe9a67d-d499-4fc9-91a1-ba47cc0972bb 2018-11-25 08:21:22,383 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-6dd16d76-2fea-4bf-name 2018-11-25 08:21:22,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/5e16085d7a4e444dbf5cdc53a1d9636b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c225745bcd8247e92682e08231e3a64779c10" 2018-11-25 08:21:22,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07bdba0d-6b06-42e2-9bf6-053ca35d9a2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:22,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/5e16085d7a4e444dbf5cdc53a1d9636b used request id req-07bdba0d-6b06-42e2-9bf6-053ca35d9a2a 2018-11-25 08:21:22,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:23,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["EOPevDasQFOWdSxAxh934w"], "issued_at": "2018-11-25T08:21:23.000000Z"}} 2018-11-25 08:21:23,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b32778cae74318a0b60bba9a71bfe99e00f463" 2018-11-25 08:21:23,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d0f55e-4654-433c-8735-ca14c02e77d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:23,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-93d0f55e-4654-433c-8735-ca14c02e77d3 2018-11-25 08:21:23,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:23,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:23,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["S8RNhQGuT8GMEylAHGW2Zg"], "issued_at": "2018-11-25T08:21:23.000000Z"}} 2018-11-25 08:21:23,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:23,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe4b7bc4-90e4-4edd-bb29-9f53bf8eb5b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:23,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fe4b7bc4-90e4-4edd-bb29-9f53bf8eb5b0 2018-11-25 08:21:23,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:23,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:23,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:23,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940e441e-8889-4d68-a057-17b509d15235 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:21:23,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-940e441e-8889-4d68-a057-17b509d15235 2018-11-25 08:21:23,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:23,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-434c9bb8-7a0c-4f0f-a719-a267d51c5171 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:23,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-434c9bb8-7a0c-4f0f-a719-a267d51c5171 2018-11-25 08:21:24,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:24,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee1962eb-9f3f-4b9c-9eab-4970e66429bd Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:24,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ee1962eb-9f3f-4b9c-9eab-4970e66429bd 2018-11-25 08:21:24,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:24,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1cef1d5-ac24-4b15-bf7d-0f20e26b1750 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:21:24,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e used request id req-f1cef1d5-ac24-4b15-bf7d-0f20e26b1750 2018-11-25 08:21:24,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/bde7aa16329b457d8c905c5eef590f64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:24,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ac9f74-d7f7-4441-b246-493fd985fb6b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/bde7aa16329b457d8c905c5eef590f64"}, "enabled": true, "id": "bde7aa16329b457d8c905c5eef590f64", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-ddccdea2-ec0d-4c9-name"}} 2018-11-25 08:21:24,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/bde7aa16329b457d8c905c5eef590f64 used request id req-00ac9f74-d7f7-4441-b246-493fd985fb6b 2018-11-25 08:21:24,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/bde7aa16329b457d8c905c5eef590f64/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:24,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ec5a409-fc4e-40c2-9eeb-fe5b5da327e1 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/bde7aa16329b457d8c905c5eef590f64/roles", "previous": null, "next": null}, "roles": []} 2018-11-25 08:21:24,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/bde7aa16329b457d8c905c5eef590f64/roles used request id req-1ec5a409-fc4e-40c2-9eeb-fe5b5da327e1 2018-11-25 08:21:24,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:24,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c005ff3-e80a-49d5-94e3-4f0a26ff5274 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "domain_id": null, "name": "admin", "id": "27bda056e6a9493f8b3efd13960b080f"}} 2018-11-25 08:21:24,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f used request id req-5c005ff3-e80a-49d5-94e3-4f0a26ff5274 2018-11-25 08:21:24,777 - keystone_utils - INFO - Granting role admin to project api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e 2018-11-25 08:21:24,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/bde7aa16329b457d8c905c5eef590f64/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:24,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20eb1c5d-1c83-4306-9a7c-3fa9e387a4fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:24,999 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc/users/bde7aa16329b457d8c905c5eef590f64/roles/27bda056e6a9493f8b3efd13960b080f used request id req-20eb1c5d-1c83-4306-9a7c-3fa9e387a4fa 2018-11-25 08:21:25,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:25,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1101c88-fcb3-439e-82f0-9c21ad4d8bb7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:25,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e1101c88-fcb3-439e-82f0-9c21ad4d8bb7 2018-11-25 08:21:25,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:25,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa95fbd-c492-4c3f-9021-dbd8e849b515 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:21:25,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e used request id req-4aa95fbd-c492-4c3f-9021-dbd8e849b515 2018-11-25 08:21:25,116 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-ddccdea2-ec0d-4c9-name 2018-11-25 08:21:25,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:25,124 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:25,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b32778cae74318a0b60bba9a71bfe99e00f463" 2018-11-25 08:21:25,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a2a98f2-102f-4a95-844c-3af90be57435 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-ddccdea2-ec0d-4c9-name", "links": {"self": "http://172.30.9.23:5000/v3/users/bde7aa16329b457d8c905c5eef590f64"}, "domain_id": "default", "enabled": true, "id": "bde7aa16329b457d8c905c5eef590f64", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:21:25,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2a2a98f2-102f-4a95-844c-3af90be57435 2018-11-25 08:21:25,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:25,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:25,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["KFc1-CtzQDOAdzlr3tqaaw"], "issued_at": "2018-11-25T08:21:25.000000Z"}} 2018-11-25 08:21:25,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4630ce77f167a063005f087b4f04005d8ace6300" 2018-11-25 08:21:25,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-504730c5-fecc-4f5d-b809-c89c957f7bd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:25,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-504730c5-fecc-4f5d-b809-c89c957f7bd0 2018-11-25 08:21:25,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:25,702 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:25,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4630ce77f167a063005f087b4f04005d8ace6300" 2018-11-25 08:21:25,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892fcf35-2cae-4623-9035-006508edfa39 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-ddccdea2-ec0d-4c9-name", "links": {"self": "http://172.30.9.23:5000/v3/users/bde7aa16329b457d8c905c5eef590f64"}, "domain_id": "default", "enabled": true, "id": "bde7aa16329b457d8c905c5eef590f64", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:21:25,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-892fcf35-2cae-4623-9035-006508edfa39 2018-11-25 08:21:25,814 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-ddccdea2-ec0d-4c9-name 2018-11-25 08:21:25,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/bde7aa16329b457d8c905c5eef590f64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abc90b5da46eefdf8d472f852ce80427a742e43" 2018-11-25 08:21:25,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-946ebfb2-6d8f-4017-b980-0e924f87b3df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:25,999 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/bde7aa16329b457d8c905c5eef590f64 used request id req-946ebfb2-6d8f-4017-b980-0e924f87b3df 2018-11-25 08:21:26,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:26,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["e9u_RyiiQxWnQ9fzujNDaw"], "issued_at": "2018-11-25T08:21:26.000000Z"}} 2018-11-25 08:21:26,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec57d3c29a57dde822f67b096d42e97bd53aed8" 2018-11-25 08:21:26,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90be24b1-f0b6-40ca-8d4d-29a023b9af51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:26,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-90be24b1-f0b6-40ca-8d4d-29a023b9af51 2018-11-25 08:21:26,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:26,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:26,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["mINzIcwBQ-K-0GzughWyoA"], "issued_at": "2018-11-25T08:21:26.000000Z"}} 2018-11-25 08:21:26,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" 2018-11-25 08:21:27,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d53f994-3a0c-4f7f-a117-ec6aabb327b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:27,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5d53f994-3a0c-4f7f-a117-ec6aabb327b1 2018-11-25 08:21:27,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:27,028 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:27,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-98fa4559-1138-45e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" 2018-11-25 08:21:27,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9e4913-dbbd-402b-8ff5-b616ba5adac2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-98fa4559-1138-45e-name", "previous": null, "next": null}, "projects": []} 2018-11-25 08:21:27,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-98fa4559-1138-45e-name used request id req-7f9e4913-dbbd-402b-8ff5-b616ba5adac2 2018-11-25 08:21:27,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" 2018-11-25 08:21:27,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa8bf09-245e-4180-95ac-0f9f0d05fbbf Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:27,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7aa8bf09-245e-4180-95ac-0f9f0d05fbbf 2018-11-25 08:21:27,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-98fa4559-1138-45e-name"}}' 2018-11-25 08:21:27,434 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:21:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b80bc569-8d0b-44c6-a545-377720e3cc11 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c38d75d0792240779a3c9137ad45bfb2"}, "enabled": true, "id": "c38d75d0792240779a3c9137ad45bfb2", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-98fa4559-1138-45e-name"}} 2018-11-25 08:21:27,434 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b80bc569-8d0b-44c6-a545-377720e3cc11 2018-11-25 08:21:27,434 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-98fa4559-1138-45e-name 2018-11-25 08:21:27,434 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-98fa4559-1138-45e-name 2018-11-25 08:21:27,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:27,440 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:27,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/c38d75d0792240779a3c9137ad45bfb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec57d3c29a57dde822f67b096d42e97bd53aed8" 2018-11-25 08:21:27,604 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cb7fb4a-fbce-4edb-8270-3f688e856774 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:27,604 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c38d75d0792240779a3c9137ad45bfb2 used request id req-2cb7fb4a-fbce-4edb-8270-3f688e856774 2018-11-25 08:21:27,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" 2018-11-25 08:21:27,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-a2811448-73ff-44e4-a281-03571d4e5d41 Date: Sun, 25 Nov 2018 08:21:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:27Z", "updated_at": "2018-11-25T08:21:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "45338a87-1370-4c9a-a99a-dbee32c572d7", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "5fefc238-cdbf-46b9-b06a-d42c9dfb1a18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "cb6e2946-ea79-433d-a4a9-7401522be61a", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "ce28581b-81fb-4b71-b268-f6a52bd79048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:21:27,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-a2811448-73ff-44e4-a281-03571d4e5d41 2018-11-25 08:21:27,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" 2018-11-25 08:21:28,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb25bd86-36e7-46bc-805b-1f20f62553ca Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:21:28,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-cb25bd86-36e7-46bc-805b-1f20f62553ca 2018-11-25 08:21:28,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" 2018-11-25 08:21:28,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fc7eaa2-96a3-4fd6-a50a-1900ea42a420 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-25 08:21:28,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 used request id req-3fc7eaa2-96a3-4fd6-a50a-1900ea42a420 2018-11-25 08:21:28,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" 2018-11-25 08:21:28,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93572e5b-8a44-4004-80e6-c4effacc0b67 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-25 08:21:28,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 used request id req-93572e5b-8a44-4004-80e6-c4effacc0b67 2018-11-25 08:21:28,264 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-98fa4559-1138-45e-name 2018-11-25 08:21:28,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/c38d75d0792240779a3c9137ad45bfb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" 2018-11-25 08:21:28,355 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:21:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c60697c9-c165-446e-948e-323116a8e0d7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c38d75d0792240779a3c9137ad45bfb2.", "code": 404, "title": "Not Found"}} 2018-11-25 08:21:28,356 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c38d75d0792240779a3c9137ad45bfb2 used request id req-c60697c9-c165-446e-948e-323116a8e0d7 2018-11-25 08:21:28,356 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-11-25 08:21:28,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" 2018-11-25 08:21:28,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4801ff0-3602-4f4f-81f7-e423ddce4bdd Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:28,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e4801ff0-3602-4f4f-81f7-e423ddce4bdd 2018-11-25 08:21:28,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec57d3c29a57dde822f67b096d42e97bd53aed8" 2018-11-25 08:21:28,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d45e1c-2097-48f6-806a-dc1b7b0e8eeb Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:21:28,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-48d45e1c-2097-48f6-806a-dc1b7b0e8eeb 2018-11-25 08:21:28,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb32d98dfa26258c39a7148671342266c4d3e984" 2018-11-25 08:21:28,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96bb3e78-4ae7-4897-9c7d-b03c09fb923f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:28,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-96bb3e78-4ae7-4897-9c7d-b03c09fb923f 2018-11-25 08:21:28,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:29,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["_3w7gVlRSxqK8RbJJyI9cA"], "issued_at": "2018-11-25T08:21:29.000000Z"}} 2018-11-25 08:21:29,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}232c4ba0b1539743a83ab13981a4defa3dae168d" 2018-11-25 08:21:29,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c11a6dab-7e16-441c-a267-c79e2e7dd87e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:29,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c11a6dab-7e16-441c-a267-c79e2e7dd87e 2018-11-25 08:21:29,029 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:29,030 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:29,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["aN_qqDQhRdGEOL0D9W1U2g"], "issued_at": "2018-11-25T08:21:29.000000Z"}} 2018-11-25 08:21:29,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e04b3e0ca95fa03e4a24a2e5acfb309d1fa3a14" 2018-11-25 08:21:29,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d99442-457e-449a-b1a1-58b6242ae95c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:29,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-33d99442-457e-449a-b1a1-58b6242ae95c 2018-11-25 08:21:29,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:29,617 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:29,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-37bfb339-a635-421-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e04b3e0ca95fa03e4a24a2e5acfb309d1fa3a14" 2018-11-25 08:21:29,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6fffac3-d75a-4ee7-bd71-bae8d76c8e89 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-37bfb339-a635-421-name", "previous": null, "next": null}, "projects": []} 2018-11-25 08:21:29,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-37bfb339-a635-421-name used request id req-b6fffac3-d75a-4ee7-bd71-bae8d76c8e89 2018-11-25 08:21:29,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e04b3e0ca95fa03e4a24a2e5acfb309d1fa3a14" 2018-11-25 08:21:29,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a5e4bbd-38eb-4999-aeb9-3dbb0e83ca71 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:29,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8a5e4bbd-38eb-4999-aeb9-3dbb0e83ca71 2018-11-25 08:21:29,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e04b3e0ca95fa03e4a24a2e5acfb309d1fa3a14" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-37bfb339-a635-421-name"}}' 2018-11-25 08:21:29,947 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:21:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be36f9c1-780b-4408-bedd-996ae21ddd7f Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1f1b09e7ca324cf8b92430bf0e9ec97e"}, "enabled": true, "id": "1f1b09e7ca324cf8b92430bf0e9ec97e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-37bfb339-a635-421-name"}} 2018-11-25 08:21:29,947 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-be36f9c1-780b-4408-bedd-996ae21ddd7f 2018-11-25 08:21:29,948 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-37bfb339-a635-421-name 2018-11-25 08:21:29,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:29,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:29,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-37bfb339-a635-421-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}232c4ba0b1539743a83ab13981a4defa3dae168d" 2018-11-25 08:21:30,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c464ea-d958-4160-bdf7-0a1f9629e149 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-37bfb339-a635-421-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1f1b09e7ca324cf8b92430bf0e9ec97e"}, "enabled": true, "id": "1f1b09e7ca324cf8b92430bf0e9ec97e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-37bfb339-a635-421-name"}]} 2018-11-25 08:21:30,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-37bfb339-a635-421-name used request id req-08c464ea-d958-4160-bdf7-0a1f9629e149 2018-11-25 08:21:30,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}232c4ba0b1539743a83ab13981a4defa3dae168d" 2018-11-25 08:21:30,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15196ad2-7c68-43a1-96ae-f3f7ca79f8a5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:21:30,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-15196ad2-7c68-43a1-96ae-f3f7ca79f8a5 2018-11-25 08:21:30,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e04b3e0ca95fa03e4a24a2e5acfb309d1fa3a14" 2018-11-25 08:21:30,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-cbd4641f-7a78-4fc4-bca5-862f59d51152 Date: Sun, 25 Nov 2018 08:21:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:27Z", "updated_at": "2018-11-25T08:21:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "45338a87-1370-4c9a-a99a-dbee32c572d7", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "5fefc238-cdbf-46b9-b06a-d42c9dfb1a18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "cb6e2946-ea79-433d-a4a9-7401522be61a", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "ce28581b-81fb-4b71-b268-f6a52bd79048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:21:30,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-cbd4641f-7a78-4fc4-bca5-862f59d51152 2018-11-25 08:21:30,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e04b3e0ca95fa03e4a24a2e5acfb309d1fa3a14" 2018-11-25 08:21:31,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caf3d336-2007-4572-96a8-856e727a2149 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:21:31,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-caf3d336-2007-4572-96a8-856e727a2149 2018-11-25 08:21:31,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e04b3e0ca95fa03e4a24a2e5acfb309d1fa3a14" 2018-11-25 08:21:31,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43439de8-06b8-4298-bd8b-c40a9d8f1187 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-25 08:21:31,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 used request id req-43439de8-06b8-4298-bd8b-c40a9d8f1187 2018-11-25 08:21:31,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e04b3e0ca95fa03e4a24a2e5acfb309d1fa3a14" 2018-11-25 08:21:31,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-935219cd-ad25-47c1-99a4-d91816fd23dd Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-25 08:21:31,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 used request id req-935219cd-ad25-47c1-99a4-d91816fd23dd 2018-11-25 08:21:31,271 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-37bfb339-a635-421-name 2018-11-25 08:21:31,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/1f1b09e7ca324cf8b92430bf0e9ec97e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e04b3e0ca95fa03e4a24a2e5acfb309d1fa3a14" 2018-11-25 08:21:31,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1742ef5-b444-4c07-a5cb-60a6c3380bf3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:31,359 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1f1b09e7ca324cf8b92430bf0e9ec97e used request id req-e1742ef5-b444-4c07-a5cb-60a6c3380bf3 2018-11-25 08:21:31,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e04b3e0ca95fa03e4a24a2e5acfb309d1fa3a14" 2018-11-25 08:21:31,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f91ace7-e404-47be-9417-d1f4285ff37f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:31,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0f91ace7-e404-47be-9417-d1f4285ff37f 2018-11-25 08:21:31,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:31,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["NBujnEIoTyK3etGpUXF7Mg"], "issued_at": "2018-11-25T08:21:31.000000Z"}} 2018-11-25 08:21:31,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37224cdf5d85f7af3015a3d125582ed51ff69c6f" 2018-11-25 08:21:31,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c20ee35-66db-4ebe-b42e-2c23068d8bb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:31,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c20ee35-66db-4ebe-b42e-2c23068d8bb7 2018-11-25 08:21:31,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:31,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:32,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["z0y-wT1KTEi-uZ-3S4DOGQ"], "issued_at": "2018-11-25T08:21:32.000000Z"}} 2018-11-25 08:21:32,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9785fedb6effde39cb8f641f42a0b0b748e974d7" 2018-11-25 08:21:32,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbad3afd-f84c-49d9-bfa1-1225ebc0a36e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:32,376 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bbad3afd-f84c-49d9-bfa1-1225ebc0a36e 2018-11-25 08:21:32,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:32,386 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:32,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-08dac9e5-0fca-4c4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9785fedb6effde39cb8f641f42a0b0b748e974d7" 2018-11-25 08:21:32,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df69671f-4c75-471c-9c72-b1b7647035c6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-08dac9e5-0fca-4c4-name", "previous": null, "next": null}, "projects": []} 2018-11-25 08:21:32,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-08dac9e5-0fca-4c4-name used request id req-df69671f-4c75-471c-9c72-b1b7647035c6 2018-11-25 08:21:32,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9785fedb6effde39cb8f641f42a0b0b748e974d7" 2018-11-25 08:21:32,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-245d301d-4a82-420d-a783-735a422504f3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:32,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-245d301d-4a82-420d-a783-735a422504f3 2018-11-25 08:21:32,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9785fedb6effde39cb8f641f42a0b0b748e974d7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-08dac9e5-0fca-4c4-name"}}' 2018-11-25 08:21:32,692 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:21:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33105814-63ea-4815-9f39-9cfb106d768b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b92cd57fb5524b4e905e3ea03564a09e"}, "enabled": true, "id": "b92cd57fb5524b4e905e3ea03564a09e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-08dac9e5-0fca-4c4-name"}} 2018-11-25 08:21:32,692 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-33105814-63ea-4815-9f39-9cfb106d768b 2018-11-25 08:21:32,693 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-08dac9e5-0fca-4c4-name 2018-11-25 08:21:32,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:32,702 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:32,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-08dac9e5-0fca-4c4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37224cdf5d85f7af3015a3d125582ed51ff69c6f" 2018-11-25 08:21:32,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3577e663-5d40-4eb4-8138-4cfc2c4fd15a Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-08dac9e5-0fca-4c4-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b92cd57fb5524b4e905e3ea03564a09e"}, "enabled": true, "id": "b92cd57fb5524b4e905e3ea03564a09e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-08dac9e5-0fca-4c4-name"}]} 2018-11-25 08:21:32,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-08dac9e5-0fca-4c4-name used request id req-3577e663-5d40-4eb4-8138-4cfc2c4fd15a 2018-11-25 08:21:32,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:32,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:33,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["Je2vjHlKS7u651qXst9yMA"], "issued_at": "2018-11-25T08:21:33.000000Z"}} 2018-11-25 08:21:33,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e5a5dd4c9a7fadb8f8643c85ceb1be17465915" 2018-11-25 08:21:33,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca885ca9-5403-4615-88b2-f1d6dd9da8da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:33,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ca885ca9-5403-4615-88b2-f1d6dd9da8da 2018-11-25 08:21:33,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:33,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:33,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-08dac9e5-0fca-4c4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e5a5dd4c9a7fadb8f8643c85ceb1be17465915" 2018-11-25 08:21:33,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c895c5e5-04b1-4431-845d-9e1ef4c079a6 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-08dac9e5-0fca-4c4-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b92cd57fb5524b4e905e3ea03564a09e"}, "enabled": true, "id": "b92cd57fb5524b4e905e3ea03564a09e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-08dac9e5-0fca-4c4-name"}]} 2018-11-25 08:21:33,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-08dac9e5-0fca-4c4-name used request id req-c895c5e5-04b1-4431-845d-9e1ef4c079a6 2018-11-25 08:21:33,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37224cdf5d85f7af3015a3d125582ed51ff69c6f" 2018-11-25 08:21:33,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-490fbfef-8624-4cf6-8fc3-ca42da409eb2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:21:33,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-490fbfef-8624-4cf6-8fc3-ca42da409eb2 2018-11-25 08:21:33,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9785fedb6effde39cb8f641f42a0b0b748e974d7" 2018-11-25 08:21:34,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-b908b142-5dd0-4cfc-82b8-e4dd9a2870e3 Date: Sun, 25 Nov 2018 08:21:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:27Z", "updated_at": "2018-11-25T08:21:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "45338a87-1370-4c9a-a99a-dbee32c572d7", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "5fefc238-cdbf-46b9-b06a-d42c9dfb1a18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "cb6e2946-ea79-433d-a4a9-7401522be61a", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "ce28581b-81fb-4b71-b268-f6a52bd79048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:21:34,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-b908b142-5dd0-4cfc-82b8-e4dd9a2870e3 2018-11-25 08:21:34,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9785fedb6effde39cb8f641f42a0b0b748e974d7" 2018-11-25 08:21:34,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da1fc434-fd80-43bc-ba95-e2782d656054 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:21:34,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-da1fc434-fd80-43bc-ba95-e2782d656054 2018-11-25 08:21:34,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9785fedb6effde39cb8f641f42a0b0b748e974d7" 2018-11-25 08:21:34,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3f3cbff-0954-4151-bacb-ac8028bc38cd Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-25 08:21:34,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 used request id req-e3f3cbff-0954-4151-bacb-ac8028bc38cd 2018-11-25 08:21:34,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9785fedb6effde39cb8f641f42a0b0b748e974d7" 2018-11-25 08:21:34,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67667d91-074e-46ad-8c50-6a818e357f60 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-25 08:21:34,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 used request id req-67667d91-074e-46ad-8c50-6a818e357f60 2018-11-25 08:21:34,399 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-08dac9e5-0fca-4c4-name 2018-11-25 08:21:34,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/b92cd57fb5524b4e905e3ea03564a09e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9785fedb6effde39cb8f641f42a0b0b748e974d7" 2018-11-25 08:21:34,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16b9f1d7-9d15-42b0-89de-51c5cd0c558a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:34,569 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b92cd57fb5524b4e905e3ea03564a09e used request id req-16b9f1d7-9d15-42b0-89de-51c5cd0c558a 2018-11-25 08:21:34,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9785fedb6effde39cb8f641f42a0b0b748e974d7" 2018-11-25 08:21:34,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fff2011-7af9-4cc3-88c0-6a636d233587 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:34,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1fff2011-7af9-4cc3-88c0-6a636d233587 2018-11-25 08:21:34,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:35,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["GGPm4ojwTJyVvVEhaa_eYw"], "issued_at": "2018-11-25T08:21:35.000000Z"}} 2018-11-25 08:21:35,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60b35f81039221193703939c85dcf54babc91319" 2018-11-25 08:21:35,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f91ce6c9-7c24-48fa-b224-ee0398324041 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:35,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f91ce6c9-7c24-48fa-b224-ee0398324041 2018-11-25 08:21:35,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:35,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:35,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["NLfsZYepRf649PN5rDfhqw"], "issued_at": "2018-11-25T08:21:35.000000Z"}} 2018-11-25 08:21:35,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5b4ba8b9b9c35331b5ee35e4a84e98993e1ad7" 2018-11-25 08:21:35,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e1e2b3-d125-4a3e-a1f0-53a9304c82f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:35,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-99e1e2b3-d125-4a3e-a1f0-53a9304c82f1 2018-11-25 08:21:35,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:35,657 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:35,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-253fcc4b-eb8d-432-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5b4ba8b9b9c35331b5ee35e4a84e98993e1ad7" 2018-11-25 08:21:35,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c539378e-3243-42bc-82e1-62d5a20c851a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-253fcc4b-eb8d-432-name", "previous": null, "next": null}, "projects": []} 2018-11-25 08:21:35,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-253fcc4b-eb8d-432-name used request id req-c539378e-3243-42bc-82e1-62d5a20c851a 2018-11-25 08:21:35,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5b4ba8b9b9c35331b5ee35e4a84e98993e1ad7" 2018-11-25 08:21:35,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dab04c4-b4ad-4d71-8d7f-9771169163ff Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-11-25 08:21:35,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=foo used request id req-5dab04c4-b4ad-4d71-8d7f-9771169163ff 2018-11-25 08:21:35,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5b4ba8b9b9c35331b5ee35e4a84e98993e1ad7" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-253fcc4b-eb8d-432-name"}}' 2018-11-25 08:21:35,923 - keystoneauth.session - DEBUG - RESP: [400] Date: Sun, 25 Nov 2018 08:21:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a323efb5-3f5d-4c94-8f7b-287457cf89ec Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-11-25 08:21:35,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a323efb5-3f5d-4c94-8f7b-287457cf89ec 2018-11-25 08:21:35,924 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-11-25 08:21:35,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5b4ba8b9b9c35331b5ee35e4a84e98993e1ad7" 2018-11-25 08:21:36,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41091a7e-ee6e-4504-8463-849322bf8143 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:36,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-41091a7e-ee6e-4504-8463-849322bf8143 2018-11-25 08:21:36,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:36,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["bFcTLYpvSyCyuVfH2aj5vw"], "issued_at": "2018-11-25T08:21:36.000000Z"}} 2018-11-25 08:21:36,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83e1bafdb86c4e590b460d8910e4c55b3d9599ce" 2018-11-25 08:21:36,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5dce6c3-7ea3-4864-9df3-91d22d9defb6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:36,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f5dce6c3-7ea3-4864-9df3-91d22d9defb6 2018-11-25 08:21:36,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:36,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:36,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["70RLGzpkQyexXAqDJBTHdw"], "issued_at": "2018-11-25T08:21:36.000000Z"}} 2018-11-25 08:21:36,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" 2018-11-25 08:21:36,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b52d00b-7979-4b81-8626-d12f7b0130f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:36,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3b52d00b-7979-4b81-8626-d12f7b0130f3 2018-11-25 08:21:36,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:36,947 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:36,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-626963a3-5a4c-40b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" 2018-11-25 08:21:37,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d6a97e-b815-4fc4-9177-2114b57cd955 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-626963a3-5a4c-40b-name", "previous": null, "next": null}, "projects": []} 2018-11-25 08:21:37,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-626963a3-5a4c-40b-name used request id req-88d6a97e-b815-4fc4-9177-2114b57cd955 2018-11-25 08:21:37,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" 2018-11-25 08:21:37,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-224bcff8-87b6-46b1-b28b-103e3d8b864e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:37,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-224bcff8-87b6-46b1-b28b-103e3d8b864e 2018-11-25 08:21:37,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-626963a3-5a4c-40b-name"}}' 2018-11-25 08:21:37,205 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c0582e2-a087-409a-b578-b2b3075e3bdf Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/698ddb790ab347219148b717f7a9579c"}, "enabled": true, "id": "698ddb790ab347219148b717f7a9579c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-626963a3-5a4c-40b-name"}} 2018-11-25 08:21:37,205 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-2c0582e2-a087-409a-b578-b2b3075e3bdf 2018-11-25 08:21:37,206 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-626963a3-5a4c-40b-name 2018-11-25 08:21:37,206 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:21:37,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/698ddb790ab347219148b717f7a9579c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" 2018-11-25 08:21:37,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b5b4cc7-e6bf-4b08-9952-0c0fd3f0c270 x-compute-request-id: req-5b5b4cc7-e6bf-4b08-9952-0c0fd3f0c270 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "698ddb790ab347219148b717f7a9579c", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-25 08:21:37,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/698ddb790ab347219148b717f7a9579c used request id req-5b5b4cc7-e6bf-4b08-9952-0c0fd3f0c270 2018-11-25 08:21:37,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/698ddb790ab347219148b717f7a9579c -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-11-25 08:21:38,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-734b4f15-1a90-49cb-9172-3cfe613c6465 x-compute-request-id: req-734b4f15-1a90-49cb-9172-3cfe613c6465 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-25 08:21:38,451 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/698ddb790ab347219148b717f7a9579c used request id req-734b4f15-1a90-49cb-9172-3cfe613c6465 2018-11-25 08:21:38,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:38,460 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:38,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-626963a3-5a4c-40b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83e1bafdb86c4e590b460d8910e4c55b3d9599ce" 2018-11-25 08:21:38,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7399381a-7a28-4f0f-ac6c-6e9ab8a3384e Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-626963a3-5a4c-40b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/698ddb790ab347219148b717f7a9579c"}, "enabled": true, "id": "698ddb790ab347219148b717f7a9579c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-626963a3-5a4c-40b-name"}]} 2018-11-25 08:21:38,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-626963a3-5a4c-40b-name used request id req-7399381a-7a28-4f0f-ac6c-6e9ab8a3384e 2018-11-25 08:21:38,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83e1bafdb86c4e590b460d8910e4c55b3d9599ce" 2018-11-25 08:21:38,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ffa513-2ce9-4670-91cd-d3b417671c63 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:21:38,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-c8ffa513-2ce9-4670-91cd-d3b417671c63 2018-11-25 08:21:38,640 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:21:38,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/698ddb790ab347219148b717f7a9579c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83e1bafdb86c4e590b460d8910e4c55b3d9599ce" 2018-11-25 08:21:39,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21: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-35dc5245-e131-404a-a329-ae7a5fa934da x-compute-request-id: req-35dc5245-e131-404a-a329-ae7a5fa934da Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "698ddb790ab347219148b717f7a9579c", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-25 08:21:39,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/698ddb790ab347219148b717f7a9579c used request id req-35dc5245-e131-404a-a329-ae7a5fa934da 2018-11-25 08:21:39,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" 2018-11-25 08:21:40,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-e210bee0-fede-43a0-b385-f5ae1a65d1b1 Date: Sun, 25 Nov 2018 08:21:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:27Z", "updated_at": "2018-11-25T08:21:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "45338a87-1370-4c9a-a99a-dbee32c572d7", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "5fefc238-cdbf-46b9-b06a-d42c9dfb1a18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "cb6e2946-ea79-433d-a4a9-7401522be61a", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "ce28581b-81fb-4b71-b268-f6a52bd79048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:21:40,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-e210bee0-fede-43a0-b385-f5ae1a65d1b1 2018-11-25 08:21:40,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" 2018-11-25 08:21:40,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49a67f6f-a7ea-400e-aa1a-e471841a5da7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:21:40,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-49a67f6f-a7ea-400e-aa1a-e471841a5da7 2018-11-25 08:21:40,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" 2018-11-25 08:21:40,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e89505c-72fd-4475-9746-72eeb89e5fe3 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-25 08:21:40,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 used request id req-2e89505c-72fd-4475-9746-72eeb89e5fe3 2018-11-25 08:21:40,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" 2018-11-25 08:21:40,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a094231b-4503-428d-8a85-a35634f647fc Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-25 08:21:40,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 used request id req-a094231b-4503-428d-8a85-a35634f647fc 2018-11-25 08:21:40,706 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-626963a3-5a4c-40b-name 2018-11-25 08:21:40,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/698ddb790ab347219148b717f7a9579c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" 2018-11-25 08:21:40,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e40b1602-9b1e-4a16-a7d9-1477ab9c310c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:40,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/698ddb790ab347219148b717f7a9579c used request id req-e40b1602-9b1e-4a16-a7d9-1477ab9c310c 2018-11-25 08:21:40,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e8671f36b0a42754fc7af61542007a420d0794" 2018-11-25 08:21:40,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-789d544e-4e41-434d-90a9-0caf09dcf30f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:40,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-789d544e-4e41-434d-90a9-0caf09dcf30f 2018-11-25 08:21:40,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:41,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["ay0wxXv3TgyeOGHj5ePYTw"], "issued_at": "2018-11-25T08:21:41.000000Z"}} 2018-11-25 08:21:41,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93eb60a3116c6810c1e9a5226ae1404b885265b" 2018-11-25 08:21:41,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dace956-5778-405b-9584-01a90b5a96f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:41,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2dace956-5778-405b-9584-01a90b5a96f5 2018-11-25 08:21:41,417 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:41,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:41,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["dvihMiAYTs2jmPdW859Syw"], "issued_at": "2018-11-25T08:21:41.000000Z"}} 2018-11-25 08:21:41,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:41,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2487527a-497e-4c08-b2b4-953b305fb831 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:41,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2487527a-497e-4c08-b2b4-953b305fb831 2018-11-25 08:21:41,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:41,990 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:41,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d233920-89a2-48a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:42,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-922f2dc8-588b-4960-98f2-9ea31018bed0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d233920-89a2-48a-name", "previous": null, "next": null}, "projects": []} 2018-11-25 08:21:42,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d233920-89a2-48a-name used request id req-922f2dc8-588b-4960-98f2-9ea31018bed0 2018-11-25 08:21:42,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:42,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3772f9b-cfa3-4466-a715-6bfbf22084eb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:42,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c3772f9b-cfa3-4466-a715-6bfbf22084eb 2018-11-25 08:21:42,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-4d233920-89a2-48a-name"}}' 2018-11-25 08:21:42,231 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aad52ee7-3179-4a43-9738-d0f25b37974b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/891b0d152b494e519a6d2b1b1557b647"}, "enabled": true, "id": "891b0d152b494e519a6d2b1b1557b647", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4d233920-89a2-48a-name"}} 2018-11-25 08:21:42,231 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-aad52ee7-3179-4a43-9738-d0f25b37974b 2018-11-25 08:21:42,231 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-4d233920-89a2-48a-name 2018-11-25 08:21:42,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:42,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:42,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d233920-89a2-48a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93eb60a3116c6810c1e9a5226ae1404b885265b" 2018-11-25 08:21:42,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-973f096a-423f-427f-8f26-7f3dd659c23b Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d233920-89a2-48a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/891b0d152b494e519a6d2b1b1557b647"}, "enabled": true, "id": "891b0d152b494e519a6d2b1b1557b647", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4d233920-89a2-48a-name"}]} 2018-11-25 08:21:42,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4d233920-89a2-48a-name used request id req-973f096a-423f-427f-8f26-7f3dd659c23b 2018-11-25 08:21:42,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93eb60a3116c6810c1e9a5226ae1404b885265b" 2018-11-25 08:21:42,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5180b2-7b71-4c4d-ad38-e96ca6e02b74 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:21:42,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6b5180b2-7b71-4c4d-ad38-e96ca6e02b74 2018-11-25 08:21:42,426 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:21:42,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/891b0d152b494e519a6d2b1b1557b647 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-11-25 08:21:43,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa6b1266-40d0-4f01-9e60-11996edd65e5 x-compute-request-id: req-aa6b1266-40d0-4f01-9e60-11996edd65e5 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-25 08:21:43,645 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/891b0d152b494e519a6d2b1b1557b647 used request id req-aa6b1266-40d0-4f01-9e60-11996edd65e5 2018-11-25 08:21:43,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/quotas/891b0d152b494e519a6d2b1b1557b647 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-11-25 08:21:44,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-61731d3e-a394-47ea-a6ba-6f1fa845b575 Date: Sun, 25 Nov 2018 08:21:44 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-11-25 08:21:44,035 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/891b0d152b494e519a6d2b1b1557b647 used request id req-61731d3e-a394-47ea-a6ba-6f1fa845b575 2018-11-25 08:21:44,035 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:21:44,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/891b0d152b494e519a6d2b1b1557b647 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:44,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01190f27-f0ff-469d-9cf5-36eaace7de13 x-compute-request-id: req-01190f27-f0ff-469d-9cf5-36eaace7de13 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "891b0d152b494e519a6d2b1b1557b647", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-25 08:21:44,704 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/891b0d152b494e519a6d2b1b1557b647 used request id req-01190f27-f0ff-469d-9cf5-36eaace7de13 2018-11-25 08:21:44,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/891b0d152b494e519a6d2b1b1557b647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:45,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-be00d698-7c7d-4ad7-932a-e05b3debc0e9 Date: Sun, 25 Nov 2018 08:21:45 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-11-25 08:21:45,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/891b0d152b494e519a6d2b1b1557b647 used request id req-be00d698-7c7d-4ad7-932a-e05b3debc0e9 2018-11-25 08:21:45,485 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:21:45,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/891b0d152b494e519a6d2b1b1557b647 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93eb60a3116c6810c1e9a5226ae1404b885265b" 2018-11-25 08:21:46,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe72447e-fb34-46a5-b0ad-a7460dcd8c51 x-compute-request-id: req-fe72447e-fb34-46a5-b0ad-a7460dcd8c51 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "891b0d152b494e519a6d2b1b1557b647", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-25 08:21:46,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/891b0d152b494e519a6d2b1b1557b647 used request id req-fe72447e-fb34-46a5-b0ad-a7460dcd8c51 2018-11-25 08:21:46,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/891b0d152b494e519a6d2b1b1557b647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a93eb60a3116c6810c1e9a5226ae1404b885265b" 2018-11-25 08:21:46,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-44d06eab-e3d2-492b-a368-2ef37c2c6e8b Date: Sun, 25 Nov 2018 08:21:46 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-11-25 08:21:46,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/891b0d152b494e519a6d2b1b1557b647 used request id req-44d06eab-e3d2-492b-a368-2ef37c2c6e8b 2018-11-25 08:21:46,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:47,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-791103e9-ee45-4ffd-966e-b5e1284b23fc Date: Sun, 25 Nov 2018 08:21:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:27Z", "updated_at": "2018-11-25T08:21:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "45338a87-1370-4c9a-a99a-dbee32c572d7", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "5fefc238-cdbf-46b9-b06a-d42c9dfb1a18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "cb6e2946-ea79-433d-a4a9-7401522be61a", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "ce28581b-81fb-4b71-b268-f6a52bd79048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:21:47,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-791103e9-ee45-4ffd-966e-b5e1284b23fc 2018-11-25 08:21:47,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:47,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bcfc218-e4f4-41b4-bf21-42fab7bab944 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:21:47,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-2bcfc218-e4f4-41b4-bf21-42fab7bab944 2018-11-25 08:21:47,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:47,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c5e92b-31a5-40d2-b06a-fb14a7b65b94 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-25 08:21:47,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 used request id req-f9c5e92b-31a5-40d2-b06a-fb14a7b65b94 2018-11-25 08:21:47,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:47,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4434e6d-6359-488b-953c-d9e463830fd6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-25 08:21:47,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 used request id req-e4434e6d-6359-488b-953c-d9e463830fd6 2018-11-25 08:21:47,673 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-4d233920-89a2-48a-name 2018-11-25 08:21:47,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/891b0d152b494e519a6d2b1b1557b647 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:47,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-659bb4e5-3451-4216-ae6f-bd43274367df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:47,875 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/891b0d152b494e519a6d2b1b1557b647 used request id req-659bb4e5-3451-4216-ae6f-bd43274367df 2018-11-25 08:21:47,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510aa335227982f52d02716edbdfceacf6fa475e" 2018-11-25 08:21:47,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf8b6fc5-0c12-4e21-a86f-d9613f87706e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:47,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bf8b6fc5-0c12-4e21-a86f-d9613f87706e 2018-11-25 08:21:47,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:48,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["1Y3HXdM1QCCGhFsnU4ZMfA"], "issued_at": "2018-11-25T08:21:48.000000Z"}} 2018-11-25 08:21:48,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e32632f52cf70e6f65909af7ee878dd1f15ee65b" 2018-11-25 08:21:48,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293a6517-4f79-4ffd-9c70-146b90548367 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:48,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-293a6517-4f79-4ffd-9c70-146b90548367 2018-11-25 08:21:48,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:48,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:48,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["RQdmQyM6SLmxgychGiYXuw"], "issued_at": "2018-11-25T08:21:48.000000Z"}} 2018-11-25 08:21:48,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:48,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07b9b744-6ef9-4105-9c21-9e705abc46b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:48,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-07b9b744-6ef9-4105-9c21-9e705abc46b6 2018-11-25 08:21:48,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:48,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:48,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-7746b64a-eb96-490-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:49,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5b913b3-a5a2-4424-bfac-9f777df22597 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-7746b64a-eb96-490-name", "previous": null, "next": null}, "projects": []} 2018-11-25 08:21:49,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-7746b64a-eb96-490-name used request id req-d5b913b3-a5a2-4424-bfac-9f777df22597 2018-11-25 08:21:49,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:49,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a3d90f9-cc83-448b-9df7-7664416a38e7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:49,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8a3d90f9-cc83-448b-9df7-7664416a38e7 2018-11-25 08:21:49,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-7746b64a-eb96-490-name"}}' 2018-11-25 08:21:49,201 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:21:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d635e7f-0ec9-4951-9e7c-9707669c5ee4 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691"}, "enabled": true, "id": "be9c499cd05d427f9b200164fd57f691", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-7746b64a-eb96-490-name"}} 2018-11-25 08:21:49,201 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0d635e7f-0ec9-4951-9e7c-9707669c5ee4 2018-11-25 08:21:49,201 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-7746b64a-eb96-490-name 2018-11-25 08:21:49,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:49,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:49,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["25FErgzlTB-oK4HR0YpVDA"], "issued_at": "2018-11-25T08:21:49.000000Z"}} 2018-11-25 08:21:49,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c0c236c9616718a6610ee8da0e2430cf36db90" 2018-11-25 08:21:49,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-125dbf6e-e71b-4333-ae4c-92a6e695f361 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:49,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-125dbf6e-e71b-4333-ae4c-92a6e695f361 2018-11-25 08:21:49,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:21:49,701 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:21:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:21:49,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c0c236c9616718a6610ee8da0e2430cf36db90" 2018-11-25 08:21:49,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4197ba63-f5c9-479e-81be-a7e203a81481 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:21:49,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4197ba63-f5c9-479e-81be-a7e203a81481 2018-11-25 08:21:49,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c0c236c9616718a6610ee8da0e2430cf36db90" 2018-11-25 08:21:49,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03feda58-e988-489c-87f6-45686103bb10 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:21:49,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-03feda58-e988-489c-87f6-45686103bb10 2018-11-25 08:21:50,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c0c236c9616718a6610ee8da0e2430cf36db90" 2018-11-25 08:21:50,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d60671bf-6a85-4c94-b175-33adcc71c915 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:50,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d60671bf-6a85-4c94-b175-33adcc71c915 2018-11-25 08:21:50,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-7746b64a-eb96-490-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c0c236c9616718a6610ee8da0e2430cf36db90" 2018-11-25 08:21:50,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a918a3-4080-4768-a141-861b04e26d67 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-7746b64a-eb96-490-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691"}, "enabled": true, "id": "be9c499cd05d427f9b200164fd57f691", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-7746b64a-eb96-490-name"}]} 2018-11-25 08:21:50,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-7746b64a-eb96-490-name used request id req-42a918a3-4080-4768-a141-861b04e26d67 2018-11-25 08:21:50,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/b2b5ded8bc294ce687f0bcc4c4b2f49b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c0c236c9616718a6610ee8da0e2430cf36db90" 2018-11-25 08:21:50,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a553cad4-efc5-4727-89ec-50bd3d4d3135 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/b2b5ded8bc294ce687f0bcc4c4b2f49b"}, "enabled": true, "id": "b2b5ded8bc294ce687f0bcc4c4b2f49b", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-7746b64a-eb96-490-user"}} 2018-11-25 08:21:50,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b2b5ded8bc294ce687f0bcc4c4b2f49b used request id req-a553cad4-efc5-4727-89ec-50bd3d4d3135 2018-11-25 08:21:50,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691/users/b2b5ded8bc294ce687f0bcc4c4b2f49b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c0c236c9616718a6610ee8da0e2430cf36db90" 2018-11-25 08:21:50,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-143bfb20-e60c-4498-a201-231fa3811050 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691/users/b2b5ded8bc294ce687f0bcc4c4b2f49b/roles", "previous": null, "next": null}, "roles": []} 2018-11-25 08:21:50,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691/users/b2b5ded8bc294ce687f0bcc4c4b2f49b/roles used request id req-143bfb20-e60c-4498-a201-231fa3811050 2018-11-25 08:21:50,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c0c236c9616718a6610ee8da0e2430cf36db90" 2018-11-25 08:21:50,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f696fb76-4796-4d10-a0ea-15ae15db95cb Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "domain_id": null, "name": "admin", "id": "27bda056e6a9493f8b3efd13960b080f"}} 2018-11-25 08:21:50,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f used request id req-f696fb76-4796-4d10-a0ea-15ae15db95cb 2018-11-25 08:21:50,770 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-7746b64a-eb96-490-name 2018-11-25 08:21:50,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691/users/b2b5ded8bc294ce687f0bcc4c4b2f49b/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c0c236c9616718a6610ee8da0e2430cf36db90" 2018-11-25 08:21:50,885 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79c6cf6a-475d-4800-aa47-a580ec63636f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:50,885 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691/users/b2b5ded8bc294ce687f0bcc4c4b2f49b/roles/27bda056e6a9493f8b3efd13960b080f used request id req-79c6cf6a-475d-4800-aa47-a580ec63636f 2018-11-25 08:21:50,886 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-7746b64a-eb96-490-user 2018-11-25 08:21:50,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:50,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c614c3d-149a-4f17-91c4-e2fe38c9d18e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:50,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8c614c3d-149a-4f17-91c4-e2fe38c9d18e 2018-11-25 08:21:50,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" -d '{"role": {"name": "CreateProjectUserTests-7746b64a-eb96-490-name-role"}}' 2018-11-25 08:21:51,100 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-230ad0e1-abf3-4d89-b0d0-94a4efdf0ef8 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d41c84628d9f4ff9acd3e5d0ad0c8313", "links": {"self": "http://172.30.9.23:5000/v3/roles/d41c84628d9f4ff9acd3e5d0ad0c8313"}, "name": "CreateProjectUserTests-7746b64a-eb96-490-name-role"}} 2018-11-25 08:21:51,100 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-230ad0e1-abf3-4d89-b0d0-94a4efdf0ef8 2018-11-25 08:21:51,100 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-7746b64a-eb96-490-name-role 2018-11-25 08:21:51,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/d41c84628d9f4ff9acd3e5d0ad0c8313 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:51,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a812c95c-f873-4f4b-833d-c7ec9ff651e9 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/d41c84628d9f4ff9acd3e5d0ad0c8313"}, "domain_id": null, "name": "CreateProjectUserTests-7746b64a-eb96-490-name-role", "id": "d41c84628d9f4ff9acd3e5d0ad0c8313"}} 2018-11-25 08:21:51,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/d41c84628d9f4ff9acd3e5d0ad0c8313 used request id req-a812c95c-f873-4f4b-833d-c7ec9ff651e9 2018-11-25 08:21:51,187 - keystone_utils - INFO - Granting role CreateProjectUserTests-7746b64a-eb96-490-name-role to project CreateProjectUserTests-7746b64a-eb96-490-name 2018-11-25 08:21:51,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691/users/b2b5ded8bc294ce687f0bcc4c4b2f49b/roles/d41c84628d9f4ff9acd3e5d0ad0c8313 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:51,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c99249be-77d5-4e50-bcc8-6b60d3b8678d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:51,252 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691/users/b2b5ded8bc294ce687f0bcc4c4b2f49b/roles/d41c84628d9f4ff9acd3e5d0ad0c8313 used request id req-c99249be-77d5-4e50-bcc8-6b60d3b8678d 2018-11-25 08:21:51,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:51,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:51,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "d41c84628d9f4ff9acd3e5d0ad0c8313", "name": "CreateProjectUserTests-7746b64a-eb96-490-name-role"}], "expires_at": "2018-11-25T09:21:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be9c499cd05d427f9b200164fd57f691", "name": "CreateProjectUserTests-7746b64a-eb96-490-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/be9c499cd05d427f9b200164fd57f691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/be9c499cd05d427f9b200164fd57f691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/be9c499cd05d427f9b200164fd57f691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/be9c499cd05d427f9b200164fd57f691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/be9c499cd05d427f9b200164fd57f691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/be9c499cd05d427f9b200164fd57f691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/be9c499cd05d427f9b200164fd57f691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/be9c499cd05d427f9b200164fd57f691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/be9c499cd05d427f9b200164fd57f691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/be9c499cd05d427f9b200164fd57f691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/be9c499cd05d427f9b200164fd57f691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/be9c499cd05d427f9b200164fd57f691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-7746b64a-eb96-490-user", "id": "b2b5ded8bc294ce687f0bcc4c4b2f49b"}, "audit_ids": ["IvdrIA1USc-SfCEDwICzEg"], "issued_at": "2018-11-25T08:21:51.000000Z"}} 2018-11-25 08:21:51,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:51,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-274feadf-fe43-4a50-a3e4-ad9226955a28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:51,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-274feadf-fe43-4a50-a3e4-ad9226955a28 2018-11-25 08:21:51,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-7746b64a-eb96-490-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:52,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-67137b5d-70e6-4e14-9978-ff069a1e0d63 Date: Sun, 25 Nov 2018 08:21:52 GMT RESP BODY: {"security_groups": []} 2018-11-25 08:21:52,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-7746b64a-eb96-490-name&description=hello+group used request id req-67137b5d-70e6-4e14-9978-ff069a1e0d63 2018-11-25 08:21:52,094 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-7746b64a-eb96-490-name... 2018-11-25 08:21:52,095 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-7746b64a-eb96-490-name 2018-11-25 08:21:52,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" -d '{"security_group": {"name": "CreateProjectUserTests-7746b64a-eb96-490-name", "description": "hello group"}}' 2018-11-25 08:21:53,180 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-2ccd112e-bc56-4e2e-811e-e55cd3128d02 Date: Sun, 25 Nov 2018 08:21:53 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "updated_at": "2018-11-25T08:21:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "revision_number": 0, "id": "74b1a484-5ac5-406f-827a-cf9f98d89681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv6", "project_id": "be9c499cd05d427f9b200164fd57f691"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "revision_number": 0, "id": "99359775-f400-4fbf-bc71-51d349e8bade", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv4", "project_id": "be9c499cd05d427f9b200164fd57f691"}], "revision_number": 2, "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "19227db7-e73d-4093-8a78-eff065aed735", "name": "CreateProjectUserTests-7746b64a-eb96-490-name"}} 2018-11-25 08:21:53,180 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-2ccd112e-bc56-4e2e-811e-e55cd3128d02 2018-11-25 08:21:53,180 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19227db7-e73d-4093-8a78-eff065aed735 2018-11-25 08:21:53,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=19227db7-e73d-4093-8a78-eff065aed735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:53,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3380550e-d217-4434-b095-ec6b012e7e15 Date: Sun, 25 Nov 2018 08:21:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "74b1a484-5ac5-406f-827a-cf9f98d89681"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "99359775-f400-4fbf-bc71-51d349e8bade"}]} 2018-11-25 08:21:53,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=19227db7-e73d-4093-8a78-eff065aed735 used request id req-3380550e-d217-4434-b095-ec6b012e7e15 2018-11-25 08:21:53,353 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19227db7-e73d-4093-8a78-eff065aed735 2018-11-25 08:21:53,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=19227db7-e73d-4093-8a78-eff065aed735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:53,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-84bccbd0-a675-480d-be79-43d9b359de53 Date: Sun, 25 Nov 2018 08:21:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "74b1a484-5ac5-406f-827a-cf9f98d89681"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "99359775-f400-4fbf-bc71-51d349e8bade"}]} 2018-11-25 08:21:53,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=19227db7-e73d-4093-8a78-eff065aed735 used request id req-84bccbd0-a675-480d-be79-43d9b359de53 2018-11-25 08:21:53,537 - neutron_utils - INFO - Retrieving security group with ID - 19227db7-e73d-4093-8a78-eff065aed735 2018-11-25 08:21:53,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=19227db7-e73d-4093-8a78-eff065aed735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:54,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-87309b8d-86c2-4258-b4e5-e1185e94fc67 Date: Sun, 25 Nov 2018 08:21:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "updated_at": "2018-11-25T08:21:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "revision_number": 0, "id": "74b1a484-5ac5-406f-827a-cf9f98d89681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv6", "project_id": "be9c499cd05d427f9b200164fd57f691"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "revision_number": 0, "id": "99359775-f400-4fbf-bc71-51d349e8bade", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv4", "project_id": "be9c499cd05d427f9b200164fd57f691"}], "revision_number": 2, "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "19227db7-e73d-4093-8a78-eff065aed735", "name": "CreateProjectUserTests-7746b64a-eb96-490-name"}]} 2018-11-25 08:21:54,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=19227db7-e73d-4093-8a78-eff065aed735 used request id req-87309b8d-86c2-4258-b4e5-e1185e94fc67 2018-11-25 08:21:54,393 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19227db7-e73d-4093-8a78-eff065aed735 2018-11-25 08:21:54,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=19227db7-e73d-4093-8a78-eff065aed735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:55,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9096490d-825f-4ad8-b109-7f4d7d08af68 Date: Sun, 25 Nov 2018 08:21:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "74b1a484-5ac5-406f-827a-cf9f98d89681"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "99359775-f400-4fbf-bc71-51d349e8bade"}]} 2018-11-25 08:21:55,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=19227db7-e73d-4093-8a78-eff065aed735 used request id req-9096490d-825f-4ad8-b109-7f4d7d08af68 2018-11-25 08:21:55,090 - neutron_utils - INFO - Retrieving security group with ID - 19227db7-e73d-4093-8a78-eff065aed735 2018-11-25 08:21:55,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=19227db7-e73d-4093-8a78-eff065aed735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:55,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-48f15099-56cf-48fe-a396-c7cfb42daa05 Date: Sun, 25 Nov 2018 08:21:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "updated_at": "2018-11-25T08:21:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "revision_number": 0, "id": "74b1a484-5ac5-406f-827a-cf9f98d89681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv6", "project_id": "be9c499cd05d427f9b200164fd57f691"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "revision_number": 0, "id": "99359775-f400-4fbf-bc71-51d349e8bade", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv4", "project_id": "be9c499cd05d427f9b200164fd57f691"}], "revision_number": 2, "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "19227db7-e73d-4093-8a78-eff065aed735", "name": "CreateProjectUserTests-7746b64a-eb96-490-name"}]} 2018-11-25 08:21:55,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=19227db7-e73d-4093-8a78-eff065aed735 used request id req-48f15099-56cf-48fe-a396-c7cfb42daa05 2018-11-25 08:21:55,429 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19227db7-e73d-4093-8a78-eff065aed735 2018-11-25 08:21:55,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=19227db7-e73d-4093-8a78-eff065aed735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:55,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5ebecf72-706e-4764-a13a-370df51698bb Date: Sun, 25 Nov 2018 08:21:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "74b1a484-5ac5-406f-827a-cf9f98d89681"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "99359775-f400-4fbf-bc71-51d349e8bade"}]} 2018-11-25 08:21:55,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=19227db7-e73d-4093-8a78-eff065aed735 used request id req-5ebecf72-706e-4764-a13a-370df51698bb 2018-11-25 08:21:55,606 - neutron_utils - INFO - Retrieving security group with ID - 19227db7-e73d-4093-8a78-eff065aed735 2018-11-25 08:21:55,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=19227db7-e73d-4093-8a78-eff065aed735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:55,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-12a2009e-69d9-4596-a6d7-d6e34216e6bf Date: Sun, 25 Nov 2018 08:21:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "updated_at": "2018-11-25T08:21:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "revision_number": 0, "id": "74b1a484-5ac5-406f-827a-cf9f98d89681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv6", "project_id": "be9c499cd05d427f9b200164fd57f691"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "revision_number": 0, "id": "99359775-f400-4fbf-bc71-51d349e8bade", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv4", "project_id": "be9c499cd05d427f9b200164fd57f691"}], "revision_number": 2, "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "19227db7-e73d-4093-8a78-eff065aed735", "name": "CreateProjectUserTests-7746b64a-eb96-490-name"}]} 2018-11-25 08:21:55,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=19227db7-e73d-4093-8a78-eff065aed735 used request id req-12a2009e-69d9-4596-a6d7-d6e34216e6bf 2018-11-25 08:21:55,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19227db7-e73d-4093-8a78-eff065aed735 2018-11-25 08:21:55,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=19227db7-e73d-4093-8a78-eff065aed735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:55,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9347bb1-e960-4de0-94f3-1520c16870fa Date: Sun, 25 Nov 2018 08:21:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "74b1a484-5ac5-406f-827a-cf9f98d89681"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:53Z", "security_group_id": "19227db7-e73d-4093-8a78-eff065aed735", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:53Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "99359775-f400-4fbf-bc71-51d349e8bade"}]} 2018-11-25 08:21:55,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=19227db7-e73d-4093-8a78-eff065aed735 used request id req-e9347bb1-e960-4de0-94f3-1520c16870fa 2018-11-25 08:21:55,988 - neutron_utils - INFO - Deleting security group rule with ID - 74b1a484-5ac5-406f-827a-cf9f98d89681 2018-11-25 08:21:55,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/74b1a484-5ac5-406f-827a-cf9f98d89681 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:56,300 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc9c7527-d2c8-4358-a2d2-2507960a0574 Content-Length: 0 Date: Sun, 25 Nov 2018 08:21:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:21:56,301 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/74b1a484-5ac5-406f-827a-cf9f98d89681 used request id req-bc9c7527-d2c8-4358-a2d2-2507960a0574 2018-11-25 08:21:56,301 - neutron_utils - INFO - Deleting security group rule with ID - 99359775-f400-4fbf-bc71-51d349e8bade 2018-11-25 08:21:56,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/99359775-f400-4fbf-bc71-51d349e8bade -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:56,642 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42bb13a2-afcc-44b8-9cf7-abeeb36a55ff Content-Length: 0 Date: Sun, 25 Nov 2018 08:21:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:21:56,642 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/99359775-f400-4fbf-bc71-51d349e8bade used request id req-42bb13a2-afcc-44b8-9cf7-abeeb36a55ff 2018-11-25 08:21:56,642 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-7746b64a-eb96-490-name 2018-11-25 08:21:56,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/19227db7-e73d-4093-8a78-eff065aed735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f76b6ffd03cdf73111bed61c73a2573e0e1335d" 2018-11-25 08:21:56,809 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c5cab80-9c38-40fa-b0ac-4187e8160907 Content-Length: 0 Date: Sun, 25 Nov 2018 08:21:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:21:56,809 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/19227db7-e73d-4093-8a78-eff065aed735 used request id req-8c5cab80-9c38-40fa-b0ac-4187e8160907 2018-11-25 08:21:56,810 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-7746b64a-eb96-490-user 2018-11-25 08:21:56,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/b2b5ded8bc294ce687f0bcc4c4b2f49b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c0c236c9616718a6610ee8da0e2430cf36db90" 2018-11-25 08:21:57,030 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0386b17-6edc-45a6-ac5f-4932abaa0687 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:57,030 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b2b5ded8bc294ce687f0bcc4c4b2f49b used request id req-e0386b17-6edc-45a6-ac5f-4932abaa0687 2018-11-25 08:21:57,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:57,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-42ec1191-5c6c-483b-807d-e76e6214c92f Date: Sun, 25 Nov 2018 08:21:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:27Z", "updated_at": "2018-11-25T08:21:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "45338a87-1370-4c9a-a99a-dbee32c572d7", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "5fefc238-cdbf-46b9-b06a-d42c9dfb1a18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "cb6e2946-ea79-433d-a4a9-7401522be61a", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "ce28581b-81fb-4b71-b268-f6a52bd79048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:51Z", "updated_at": "2018-11-25T08:21:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:52Z", "revision_number": 0, "id": "27dead7a-420a-407a-8c55-8a48a99ec87a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:52Z", "security_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv6", "project_id": "be9c499cd05d427f9b200164fd57f691"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:52Z", "revision_number": 0, "id": "42f0f9b3-699f-48a1-b806-f8d5bd208108", "remote_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:52Z", "security_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv6", "project_id": "be9c499cd05d427f9b200164fd57f691"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:51Z", "revision_number": 0, "id": "7fa21411-aa62-4f50-887a-9325085f4af7", "remote_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:51Z", "security_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv4", "project_id": "be9c499cd05d427f9b200164fd57f691"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:51Z", "revision_number": 0, "id": "b184c7f5-22f6-4d38-bb2c-949060d7982c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:51Z", "security_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "tenant_id": "be9c499cd05d427f9b200164fd57f691", "port_range_min": null, "ethertype": "IPv4", "project_id": "be9c499cd05d427f9b200164fd57f691"}], "revision_number": 4, "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "52c0d934-bed6-4973-8f71-1102c082b26e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:21:57,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-42ec1191-5c6c-483b-807d-e76e6214c92f 2018-11-25 08:21:57,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:57,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14e7cc2d-8915-4cae-8628-40f584d38a22 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:21:57,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-14e7cc2d-8915-4cae-8628-40f584d38a22 2018-11-25 08:21:57,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:57,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f20d528-b477-416b-af0b-1e52ca1a29ef Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-25 08:21:57,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 used request id req-2f20d528-b477-416b-af0b-1e52ca1a29ef 2018-11-25 08:21:57,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:57,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54bc5a14-5604-4b6a-81c4-61ab8ed3c836 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691"}, "enabled": true, "id": "be9c499cd05d427f9b200164fd57f691", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-7746b64a-eb96-490-name"}} 2018-11-25 08:21:57,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691 used request id req-54bc5a14-5604-4b6a-81c4-61ab8ed3c836 2018-11-25 08:21:57,507 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 52c0d934-bed6-4973-8f71-1102c082b26e 2018-11-25 08:21:57,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=52c0d934-bed6-4973-8f71-1102c082b26e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:57,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4f96249d-418e-41be-bea2-53c0e3047e81 Date: Sun, 25 Nov 2018 08:21:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:52Z", "security_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:52Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "27dead7a-420a-407a-8c55-8a48a99ec87a"}, {"remote_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:52Z", "security_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:52Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "42f0f9b3-699f-48a1-b806-f8d5bd208108"}, {"remote_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:51Z", "security_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:51Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "7fa21411-aa62-4f50-887a-9325085f4af7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:21:51Z", "security_group_id": "52c0d934-bed6-4973-8f71-1102c082b26e", "port_range_min": null, "revision_number": 0, "tenant_id": "be9c499cd05d427f9b200164fd57f691", "created_at": "2018-11-25T08:21:51Z", "project_id": "be9c499cd05d427f9b200164fd57f691", "id": "b184c7f5-22f6-4d38-bb2c-949060d7982c"}]} 2018-11-25 08:21:57,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=52c0d934-bed6-4973-8f71-1102c082b26e used request id req-4f96249d-418e-41be-bea2-53c0e3047e81 2018-11-25 08:21:57,683 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 08:21:57,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/52c0d934-bed6-4973-8f71-1102c082b26e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:58,777 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e85608bc-6f18-4903-9bbf-ecd1e08c3e06 Content-Length: 0 Date: Sun, 25 Nov 2018 08:21:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:21:58,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/52c0d934-bed6-4973-8f71-1102c082b26e used request id req-e85608bc-6f18-4903-9bbf-ecd1e08c3e06 2018-11-25 08:21:58,777 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-7746b64a-eb96-490-name 2018-11-25 08:21:58,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:58,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea4a6301-a094-4302-ad06-f982f9627d7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:58,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/be9c499cd05d427f9b200164fd57f691 used request id req-ea4a6301-a094-4302-ad06-f982f9627d7c 2018-11-25 08:21:58,959 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-7746b64a-eb96-490-name-role 2018-11-25 08:21:58,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/d41c84628d9f4ff9acd3e5d0ad0c8313 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:59,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:21:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8c4b5f3-b617-4086-b442-1a4ef05d0e4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:21:59,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/d41c84628d9f4ff9acd3e5d0ad0c8313 used request id req-e8c4b5f3-b617-4086-b442-1a4ef05d0e4e 2018-11-25 08:21:59,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2424d245741d4039484e0b18ab9677f08cd69140" 2018-11-25 08:21:59,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5aaecff-93c7-4af2-a72f-ebde0bf8b675 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:21:59,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f5aaecff-93c7-4af2-a72f-ebde0bf8b675 2018-11-25 08:21:59,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:21:59,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:21:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["Q1-VD2swSEeyq_VmBfN78g"], "issued_at": "2018-11-25T08:21:59.000000Z"}} 2018-11-25 08:21:59,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e341af470278ca6c75e11f516190aa0ba9eb15a" 2018-11-25 08:21:59,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd00f28d-6f10-4566-b3f5-604777169a23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:21:59,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bd00f28d-6f10-4566-b3f5-604777169a23 2018-11-25 08:21:59,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:21:59,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:00,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["enljMf1RSdmUXJ5kp1fmqg"], "issued_at": "2018-11-25T08:22:00.000000Z"}} 2018-11-25 08:22:00,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:00,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b9c91cc-f9af-41de-8b9e-b40e643a771b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:00,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2b9c91cc-f9af-41de-8b9e-b40e643a771b 2018-11-25 08:22:00,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:22:00,298 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:22:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:22:00,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-d0f31be2-7d2f-474-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:00,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e1124b-4a10-4864-b51d-66366e8fcce4 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-d0f31be2-7d2f-474-name", "previous": null, "next": null}, "projects": []} 2018-11-25 08:22:00,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-d0f31be2-7d2f-474-name used request id req-60e1124b-4a10-4864-b51d-66366e8fcce4 2018-11-25 08:22:00,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:00,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8afcbc58-a177-47e4-a742-e899f6123b0e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:22:00,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8afcbc58-a177-47e4-a742-e899f6123b0e 2018-11-25 08:22:00,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}}' 2018-11-25 08:22:00,652 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:22:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba75cfc8-5e1e-4648-b4ac-c8a5f3f3fe1f Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269"}, "enabled": true, "id": "7b2d15126e1548d99d284a0d04ccc269", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}} 2018-11-25 08:22:00,652 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ba75cfc8-5e1e-4648-b4ac-c8a5f3f3fe1f 2018-11-25 08:22:00,652 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-d0f31be2-7d2f-474-name 2018-11-25 08:22:00,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:22:00,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:01,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["VS3qxAJ2QUWUvcezt0G_sw"], "issued_at": "2018-11-25T08:22:01.000000Z"}} 2018-11-25 08:22:01,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ca7c082a15908b5e4514163d69bb81cf7772d7" 2018-11-25 08:22:01,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47bebfa6-b764-4112-b5a8-1df9c65ad541 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:01,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-47bebfa6-b764-4112-b5a8-1df9c65ad541 2018-11-25 08:22:01,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:22:01,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:22:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:22:01,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ca7c082a15908b5e4514163d69bb81cf7772d7" 2018-11-25 08:22:01,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d40da7bf-c127-4d1e-9794-dad68e69e8f5 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:22:01,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d40da7bf-c127-4d1e-9794-dad68e69e8f5 2018-11-25 08:22:01,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ca7c082a15908b5e4514163d69bb81cf7772d7" 2018-11-25 08:22:01,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8838e07f-9f0d-4bc7-a9e1-fbc0d75d9dd6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:22:01,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8838e07f-9f0d-4bc7-a9e1-fbc0d75d9dd6 2018-11-25 08:22:01,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ca7c082a15908b5e4514163d69bb81cf7772d7" 2018-11-25 08:22:01,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-090c4fd3-7c5a-4f6e-ac05-7fa3880945a8 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:22:01,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-090c4fd3-7c5a-4f6e-ac05-7fa3880945a8 2018-11-25 08:22:01,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-d0f31be2-7d2f-474-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ca7c082a15908b5e4514163d69bb81cf7772d7" 2018-11-25 08:22:01,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31c35a79-9e2d-4af8-9069-aadc3ba4286d Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-d0f31be2-7d2f-474-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269"}, "enabled": true, "id": "7b2d15126e1548d99d284a0d04ccc269", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}]} 2018-11-25 08:22:01,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-d0f31be2-7d2f-474-name used request id req-31c35a79-9e2d-4af8-9069-aadc3ba4286d 2018-11-25 08:22:01,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/c0c5314fc4d34d70af77911becd7e0f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ca7c082a15908b5e4514163d69bb81cf7772d7" 2018-11-25 08:22:02,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53c9f6c0-ec67-4e97-b697-f74e1ce1b2f3 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/c0c5314fc4d34d70af77911becd7e0f6"}, "enabled": true, "id": "c0c5314fc4d34d70af77911becd7e0f6", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-user1"}} 2018-11-25 08:22:02,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c0c5314fc4d34d70af77911becd7e0f6 used request id req-53c9f6c0-ec67-4e97-b697-f74e1ce1b2f3 2018-11-25 08:22:02,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/c0c5314fc4d34d70af77911becd7e0f6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ca7c082a15908b5e4514163d69bb81cf7772d7" 2018-11-25 08:22:02,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2617f68-d2dd-479b-9901-78e40dc20ae5 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/c0c5314fc4d34d70af77911becd7e0f6/roles", "previous": null, "next": null}, "roles": []} 2018-11-25 08:22:02,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/c0c5314fc4d34d70af77911becd7e0f6/roles used request id req-d2617f68-d2dd-479b-9901-78e40dc20ae5 2018-11-25 08:22:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ca7c082a15908b5e4514163d69bb81cf7772d7" 2018-11-25 08:22:02,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf672cca-053b-42ff-8e56-bf101f868ac1 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "domain_id": null, "name": "admin", "id": "27bda056e6a9493f8b3efd13960b080f"}} 2018-11-25 08:22:02,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f used request id req-cf672cca-053b-42ff-8e56-bf101f868ac1 2018-11-25 08:22:02,148 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-d0f31be2-7d2f-474-name 2018-11-25 08:22:02,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/c0c5314fc4d34d70af77911becd7e0f6/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ca7c082a15908b5e4514163d69bb81cf7772d7" 2018-11-25 08:22:02,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:22:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd0fa5ee-2c33-420c-9392-8a2fb8fc71e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:22:02,282 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/c0c5314fc4d34d70af77911becd7e0f6/roles/27bda056e6a9493f8b3efd13960b080f used request id req-fd0fa5ee-2c33-420c-9392-8a2fb8fc71e0 2018-11-25 08:22:02,282 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-d0f31be2-7d2f-474-user1 2018-11-25 08:22:02,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:02,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d782db-2eab-4a41-9a47-056213d79543 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:22:02,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-48d782db-2eab-4a41-9a47-056213d79543 2018-11-25 08:22:02,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" -d '{"role": {"name": "CreateProjectUserTests-d0f31be2-7d2f-474-name-role"}}' 2018-11-25 08:22:02,526 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:22:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f97b23af-1e9d-4453-bc7f-f352d13f6977 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d2a1bfb65cdc4cb2be9d72af4a2de8ae", "links": {"self": "http://172.30.9.23:5000/v3/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae"}, "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name-role"}} 2018-11-25 08:22:02,526 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f97b23af-1e9d-4453-bc7f-f352d13f6977 2018-11-25 08:22:02,526 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-d0f31be2-7d2f-474-name-role 2018-11-25 08:22:02,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:02,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d868c3e3-2f40-45ef-872a-5a76ea4a8c2a Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae"}, "domain_id": null, "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name-role", "id": "d2a1bfb65cdc4cb2be9d72af4a2de8ae"}} 2018-11-25 08:22:02,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae used request id req-d868c3e3-2f40-45ef-872a-5a76ea4a8c2a 2018-11-25 08:22:02,613 - keystone_utils - INFO - Granting role CreateProjectUserTests-d0f31be2-7d2f-474-name-role to project CreateProjectUserTests-d0f31be2-7d2f-474-name 2018-11-25 08:22:02,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/c0c5314fc4d34d70af77911becd7e0f6/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:02,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:22:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ccfbc3f-68d5-46b3-ad6a-34e7049fc0d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:22:02,743 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/c0c5314fc4d34d70af77911becd7e0f6/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae used request id req-2ccfbc3f-68d5-46b3-ad6a-34e7049fc0d0 2018-11-25 08:22:02,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:22:02,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:03,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["HHo1rrRgTx6-OX8rw2EvWA"], "issued_at": "2018-11-25T08:22:03.000000Z"}} 2018-11-25 08:22:03,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0495b879aa7e13a17824038c10ca9226e5adc41" 2018-11-25 08:22:03,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c14fb6c-5835-4bf4-85fa-00cde42e48d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:03,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6c14fb6c-5835-4bf4-85fa-00cde42e48d9 2018-11-25 08:22:03,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:22:03,218 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:22:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:22:03,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0495b879aa7e13a17824038c10ca9226e5adc41" 2018-11-25 08:22:03,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eae63e35-a192-45db-a783-f8c869186df8 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-d0f31be2-7d2f-474-user1", "links": {"self": "http://172.30.9.23:5000/v3/users/c0c5314fc4d34d70af77911becd7e0f6"}, "domain_id": "default", "enabled": true, "id": "c0c5314fc4d34d70af77911becd7e0f6", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:22:03,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-eae63e35-a192-45db-a783-f8c869186df8 2018-11-25 08:22:03,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0495b879aa7e13a17824038c10ca9226e5adc41" 2018-11-25 08:22:03,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58fc1d5a-e54e-4070-9947-b664aaaf44ad Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:22:03,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-58fc1d5a-e54e-4070-9947-b664aaaf44ad 2018-11-25 08:22:03,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0495b879aa7e13a17824038c10ca9226e5adc41" 2018-11-25 08:22:03,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a040ada4-5c54-44b4-a6fb-38bc4910a7ea Content-Encoding: gzip Content-Length: 414 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d2a1bfb65cdc4cb2be9d72af4a2de8ae", "links": {"self": "http://172.30.9.23:5000/v3/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae"}, "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name-role"}]} 2018-11-25 08:22:03,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a040ada4-5c54-44b4-a6fb-38bc4910a7ea 2018-11-25 08:22:03,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-d0f31be2-7d2f-474-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0495b879aa7e13a17824038c10ca9226e5adc41" 2018-11-25 08:22:03,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84b5fd8-e44d-4832-b7c0-ae2a7b4bf082 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-d0f31be2-7d2f-474-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269"}, "enabled": true, "id": "7b2d15126e1548d99d284a0d04ccc269", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}]} 2018-11-25 08:22:03,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-d0f31be2-7d2f-474-name used request id req-b84b5fd8-e44d-4832-b7c0-ae2a7b4bf082 2018-11-25 08:22:03,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/d1c6ffb59a1e4d07ae8f6ac801ed801c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0495b879aa7e13a17824038c10ca9226e5adc41" 2018-11-25 08:22:04,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39eacc52-b1c6-4ba4-ab68-60486caa5b1f Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/d1c6ffb59a1e4d07ae8f6ac801ed801c"}, "enabled": true, "id": "d1c6ffb59a1e4d07ae8f6ac801ed801c", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-user2"}} 2018-11-25 08:22:04,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/d1c6ffb59a1e4d07ae8f6ac801ed801c used request id req-39eacc52-b1c6-4ba4-ab68-60486caa5b1f 2018-11-25 08:22:04,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/d1c6ffb59a1e4d07ae8f6ac801ed801c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0495b879aa7e13a17824038c10ca9226e5adc41" 2018-11-25 08:22:04,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344d5f4d-7d72-4c83-bb91-c4e85bcd28ef Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/d1c6ffb59a1e4d07ae8f6ac801ed801c/roles", "previous": null, "next": null}, "roles": []} 2018-11-25 08:22:04,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/d1c6ffb59a1e4d07ae8f6ac801ed801c/roles used request id req-344d5f4d-7d72-4c83-bb91-c4e85bcd28ef 2018-11-25 08:22:04,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0495b879aa7e13a17824038c10ca9226e5adc41" 2018-11-25 08:22:04,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd9b88e7-661c-4903-a8d8-e59c750e3a21 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "domain_id": null, "name": "admin", "id": "27bda056e6a9493f8b3efd13960b080f"}} 2018-11-25 08:22:04,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f used request id req-bd9b88e7-661c-4903-a8d8-e59c750e3a21 2018-11-25 08:22:04,284 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-d0f31be2-7d2f-474-name 2018-11-25 08:22:04,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/d1c6ffb59a1e4d07ae8f6ac801ed801c/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0495b879aa7e13a17824038c10ca9226e5adc41" 2018-11-25 08:22:04,542 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2846f0fb-f1ed-413c-9499-807e8b94c0ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:22:04,542 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/d1c6ffb59a1e4d07ae8f6ac801ed801c/roles/27bda056e6a9493f8b3efd13960b080f used request id req-2846f0fb-f1ed-413c-9499-807e8b94c0ed 2018-11-25 08:22:04,542 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-d0f31be2-7d2f-474-user2 2018-11-25 08:22:04,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:04,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db83eab-58f8-49c7-953c-43730bb2d710 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae"}, "domain_id": null, "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name-role", "id": "d2a1bfb65cdc4cb2be9d72af4a2de8ae"}} 2018-11-25 08:22:04,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae used request id req-8db83eab-58f8-49c7-953c-43730bb2d710 2018-11-25 08:22:04,637 - keystone_utils - INFO - Granting role CreateProjectUserTests-d0f31be2-7d2f-474-name-role to project CreateProjectUserTests-d0f31be2-7d2f-474-name 2018-11-25 08:22:04,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/d1c6ffb59a1e4d07ae8f6ac801ed801c/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:04,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f470216-06e6-47d9-890f-256769de9ce1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:22:04,834 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269/users/d1c6ffb59a1e4d07ae8f6ac801ed801c/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae used request id req-9f470216-06e6-47d9-890f-256769de9ce1 2018-11-25 08:22:04,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:22:04,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:05,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "d2a1bfb65cdc4cb2be9d72af4a2de8ae", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name-role"}], "expires_at": "2018-11-25T09:22:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b2d15126e1548d99d284a0d04ccc269", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b2d15126e1548d99d284a0d04ccc269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/7b2d15126e1548d99d284a0d04ccc269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/7b2d15126e1548d99d284a0d04ccc269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b2d15126e1548d99d284a0d04ccc269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/7b2d15126e1548d99d284a0d04ccc269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/7b2d15126e1548d99d284a0d04ccc269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-d0f31be2-7d2f-474-user1", "id": "c0c5314fc4d34d70af77911becd7e0f6"}, "audit_ids": ["QBiER_GET929pgd25TLlCQ"], "issued_at": "2018-11-25T08:22:05.000000Z"}} 2018-11-25 08:22:05,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:05,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97864067-9a5b-483b-95a1-5e8d29d5515f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:05,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-97864067-9a5b-483b-95a1-5e8d29d5515f 2018-11-25 08:22:05,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-d0f31be2-7d2f-474-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:06,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1c91e675-1697-4361-8116-c76580d5376f Date: Sun, 25 Nov 2018 08:22:06 GMT RESP BODY: {"security_groups": []} 2018-11-25 08:22:06,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-d0f31be2-7d2f-474-name&description=hello+group used request id req-1c91e675-1697-4361-8116-c76580d5376f 2018-11-25 08:22:06,275 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-d0f31be2-7d2f-474-name... 2018-11-25 08:22:06,275 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-d0f31be2-7d2f-474-name 2018-11-25 08:22:06,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" -d '{"security_group": {"name": "CreateProjectUserTests-d0f31be2-7d2f-474-name", "description": "hello group"}}' 2018-11-25 08:22:07,364 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-8b6c8cda-8379-4097-a320-41ddbd73d328 Date: Sun, 25 Nov 2018 08:22:07 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "updated_at": "2018-11-25T08:22:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}], "revision_number": 2, "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}} 2018-11-25 08:22:07,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-8b6c8cda-8379-4097-a320-41ddbd73d328 2018-11-25 08:22:07,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:07,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:08,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5be2d246-fe1b-43a5-a89b-b3e2eb9ee2b5 Date: Sun, 25 Nov 2018 08:22:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5"}]} 2018-11-25 08:22:08,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-5be2d246-fe1b-43a5-a89b-b3e2eb9ee2b5 2018-11-25 08:22:08,083 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:08,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:08,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e2fdfa81-6fd1-4f81-88d6-f5dc4cd17efc Date: Sun, 25 Nov 2018 08:22:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5"}]} 2018-11-25 08:22:08,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-e2fdfa81-6fd1-4f81-88d6-f5dc4cd17efc 2018-11-25 08:22:08,249 - neutron_utils - INFO - Retrieving security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:08,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:09,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-aaa3497b-797f-4adb-aa4a-048a0450dbc4 Date: Sun, 25 Nov 2018 08:22:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "updated_at": "2018-11-25T08:22:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}], "revision_number": 2, "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}]} 2018-11-25 08:22:09,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-aaa3497b-797f-4adb-aa4a-048a0450dbc4 2018-11-25 08:22:09,118 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:09,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:09,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-903fe419-69de-401e-86cd-0048194761ed Date: Sun, 25 Nov 2018 08:22:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5"}]} 2018-11-25 08:22:09,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-903fe419-69de-401e-86cd-0048194761ed 2018-11-25 08:22:09,278 - neutron_utils - INFO - Retrieving security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:09,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:09,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-4947fae8-2718-463d-8439-d33b604976e5 Date: Sun, 25 Nov 2018 08:22:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "updated_at": "2018-11-25T08:22:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}], "revision_number": 2, "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}]} 2018-11-25 08:22:09,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-4947fae8-2718-463d-8439-d33b604976e5 2018-11-25 08:22:09,495 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:09,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:09,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f805cf4f-b52c-4945-8228-ac5b1cea0bdc Date: Sun, 25 Nov 2018 08:22:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5"}]} 2018-11-25 08:22:09,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-f805cf4f-b52c-4945-8228-ac5b1cea0bdc 2018-11-25 08:22:09,521 - neutron_utils - INFO - Retrieving security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:09,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:09,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f85e0064-264f-4fce-81f4-2615304a14e4 Date: Sun, 25 Nov 2018 08:22:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "updated_at": "2018-11-25T08:22:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}], "revision_number": 2, "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}]} 2018-11-25 08:22:09,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-f85e0064-264f-4fce-81f4-2615304a14e4 2018-11-25 08:22:09,781 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:09,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:10,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d9c47b62-c71d-4f1b-a7db-a8036783e652 Date: Sun, 25 Nov 2018 08:22:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5"}]} 2018-11-25 08:22:10,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-d9c47b62-c71d-4f1b-a7db-a8036783e652 2018-11-25 08:22:10,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:22:10,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:10,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "d2a1bfb65cdc4cb2be9d72af4a2de8ae", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name-role"}], "expires_at": "2018-11-25T09:22:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b2d15126e1548d99d284a0d04ccc269", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b2d15126e1548d99d284a0d04ccc269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/7b2d15126e1548d99d284a0d04ccc269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/7b2d15126e1548d99d284a0d04ccc269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/7b2d15126e1548d99d284a0d04ccc269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b2d15126e1548d99d284a0d04ccc269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/7b2d15126e1548d99d284a0d04ccc269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/7b2d15126e1548d99d284a0d04ccc269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-d0f31be2-7d2f-474-user2", "id": "d1c6ffb59a1e4d07ae8f6ac801ed801c"}, "audit_ids": ["OFrZPh5fSRuE-tVPp7tzrw"], "issued_at": "2018-11-25T08:22:10.000000Z"}} 2018-11-25 08:22:10,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223cfe9a6b277fc73cbc19d12fbea4f76c34d637" 2018-11-25 08:22:11,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df6fd0b6-d70a-43bc-b091-751a13918036 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:11,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df6fd0b6-d70a-43bc-b091-751a13918036 2018-11-25 08:22:11,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-d0f31be2-7d2f-474-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223cfe9a6b277fc73cbc19d12fbea4f76c34d637" 2018-11-25 08:22:11,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e01a8b42-7a23-43d6-876c-b35441a47297 Date: Sun, 25 Nov 2018 08:22:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "updated_at": "2018-11-25T08:22:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}], "revision_number": 2, "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}]} 2018-11-25 08:22:11,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-d0f31be2-7d2f-474-name&description=hello+group used request id req-e01a8b42-7a23-43d6-876c-b35441a47297 2018-11-25 08:22:11,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:22:11,364 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:22:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:22:11,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223cfe9a6b277fc73cbc19d12fbea4f76c34d637" 2018-11-25 08:22:11,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36596ade-7d0c-498c-b5cd-04772221f76a Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269"}, "enabled": true, "id": "7b2d15126e1548d99d284a0d04ccc269", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}} 2018-11-25 08:22:11,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269 used request id req-36596ade-7d0c-498c-b5cd-04772221f76a 2018-11-25 08:22:11,441 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:11,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223cfe9a6b277fc73cbc19d12fbea4f76c34d637" 2018-11-25 08:22:11,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a51a533-f724-4ce9-a127-f9eda7c69af8 Date: Sun, 25 Nov 2018 08:22:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5"}]} 2018-11-25 08:22:11,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-5a51a533-f724-4ce9-a127-f9eda7c69af8 2018-11-25 08:22:11,620 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:11,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223cfe9a6b277fc73cbc19d12fbea4f76c34d637" 2018-11-25 08:22:11,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8561f43e-8be2-4b1a-a72a-9722b20d862c Date: Sun, 25 Nov 2018 08:22:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5"}]} 2018-11-25 08:22:11,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-8561f43e-8be2-4b1a-a72a-9722b20d862c 2018-11-25 08:22:11,791 - neutron_utils - INFO - Retrieving security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:11,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223cfe9a6b277fc73cbc19d12fbea4f76c34d637" 2018-11-25 08:22:11,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-c98f21f3-dee7-48d7-9bef-4fb28e8fbbff Date: Sun, 25 Nov 2018 08:22:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "updated_at": "2018-11-25T08:22:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "revision_number": 0, "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}], "revision_number": 2, "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}]} 2018-11-25 08:22:11,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-c98f21f3-dee7-48d7-9bef-4fb28e8fbbff 2018-11-25 08:22:11,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 2018-11-25 08:22:11,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223cfe9a6b277fc73cbc19d12fbea4f76c34d637" 2018-11-25 08:22:11,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-17d295a8-92a6-4a7e-918f-42d74a911d87 Date: Sun, 25 Nov 2018 08:22:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "7d5184cc-eca4-4c4e-b49a-4ae5fcf58883"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:07Z", "security_group_id": "1db480bd-f19d-491b-b5e6-e6e599d3d9a4", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:07Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "d5bbe504-07fd-42ef-bd06-3ba07053d6e5"}]} 2018-11-25 08:22:11,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-17d295a8-92a6-4a7e-918f-42d74a911d87 2018-11-25 08:22:11,860 - neutron_utils - INFO - Deleting security group rule with ID - d5bbe504-07fd-42ef-bd06-3ba07053d6e5 2018-11-25 08:22:11,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/d5bbe504-07fd-42ef-bd06-3ba07053d6e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:12,133 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-879bb05b-4b51-4374-85e2-4d86e46ce8ce Content-Length: 0 Date: Sun, 25 Nov 2018 08:22:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:12,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/d5bbe504-07fd-42ef-bd06-3ba07053d6e5 used request id req-879bb05b-4b51-4374-85e2-4d86e46ce8ce 2018-11-25 08:22:12,133 - neutron_utils - INFO - Deleting security group rule with ID - 7d5184cc-eca4-4c4e-b49a-4ae5fcf58883 2018-11-25 08:22:12,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/7d5184cc-eca4-4c4e-b49a-4ae5fcf58883 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:12,578 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6438056-cc88-44f4-8014-5f80b0e8e936 Content-Length: 0 Date: Sun, 25 Nov 2018 08:22:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:12,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/7d5184cc-eca4-4c4e-b49a-4ae5fcf58883 used request id req-a6438056-cc88-44f4-8014-5f80b0e8e936 2018-11-25 08:22:12,579 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-d0f31be2-7d2f-474-name 2018-11-25 08:22:12,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e7fa62be4c4ce03edcb745628d623b0d0cd8b0a" 2018-11-25 08:22:12,860 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-202ea832-497b-4ec1-b52c-ec352a71b9b9 Content-Length: 0 Date: Sun, 25 Nov 2018 08:22:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:12,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-202ea832-497b-4ec1-b52c-ec352a71b9b9 2018-11-25 08:22:12,861 - neutron_utils - INFO - Deleting security group rule with ID - d5bbe504-07fd-42ef-bd06-3ba07053d6e5 2018-11-25 08:22:12,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/d5bbe504-07fd-42ef-bd06-3ba07053d6e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223cfe9a6b277fc73cbc19d12fbea4f76c34d637" 2018-11-25 08:22:13,066 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-51f37af8-382f-4293-81be-857a0b9c4a91 Date: Sun, 25 Nov 2018 08:22:13 GMT RESP BODY: {"NeutronError": {"message": "Security group rule d5bbe504-07fd-42ef-bd06-3ba07053d6e5 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-25 08:22:13,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/d5bbe504-07fd-42ef-bd06-3ba07053d6e5 used request id req-51f37af8-382f-4293-81be-857a0b9c4a91 2018-11-25 08:22:13,067 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule d5bbe504-07fd-42ef-bd06-3ba07053d6e5 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-25 08:22:13,067 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule d5bbe504-07fd-42ef-bd06-3ba07053d6e5 does not exist Neutron server returns request_ids: ['req-51f37af8-382f-4293-81be-857a0b9c4a91'] 2018-11-25 08:22:13,067 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-d0f31be2-7d2f-474-name 2018-11-25 08:22:13,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/1db480bd-f19d-491b-b5e6-e6e599d3d9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223cfe9a6b277fc73cbc19d12fbea4f76c34d637" 2018-11-25 08:22:13,399 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-07085874-24ed-495d-84da-0cc9223bd10f Date: Sun, 25 Nov 2018 08:22:13 GMT RESP BODY: {"NeutronError": {"message": "Security group 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-25 08:22:13,400 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1db480bd-f19d-491b-b5e6-e6e599d3d9a4 used request id req-07085874-24ed-495d-84da-0cc9223bd10f 2018-11-25 08:22:13,400 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-25 08:22:13,400 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 1db480bd-f19d-491b-b5e6-e6e599d3d9a4 does not exist Neutron server returns request_ids: ['req-07085874-24ed-495d-84da-0cc9223bd10f'] 2018-11-25 08:22:13,401 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-d0f31be2-7d2f-474-user1 2018-11-25 08:22:13,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/c0c5314fc4d34d70af77911becd7e0f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ca7c082a15908b5e4514163d69bb81cf7772d7" 2018-11-25 08:22:13,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:22:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-723b0c78-6f61-4e38-bd11-07775cb37d3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:22:13,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c0c5314fc4d34d70af77911becd7e0f6 used request id req-723b0c78-6f61-4e38-bd11-07775cb37d3a 2018-11-25 08:22:13,675 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-d0f31be2-7d2f-474-user2 2018-11-25 08:22:13,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/d1c6ffb59a1e4d07ae8f6ac801ed801c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0495b879aa7e13a17824038c10ca9226e5adc41" 2018-11-25 08:22:13,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:22:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-821feb1a-e7b2-4cda-b408-9a71551a9d0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:22:13,806 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/d1c6ffb59a1e4d07ae8f6ac801ed801c used request id req-821feb1a-e7b2-4cda-b408-9a71551a9d0b 2018-11-25 08:22:13,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:14,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-8a43955a-c440-4b05-8193-17c035789024 Date: Sun, 25 Nov 2018 08:22:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:27Z", "updated_at": "2018-11-25T08:21:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "45338a87-1370-4c9a-a99a-dbee32c572d7", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "5fefc238-cdbf-46b9-b06a-d42c9dfb1a18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "cb6e2946-ea79-433d-a4a9-7401522be61a", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "ce28581b-81fb-4b71-b268-f6a52bd79048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:06Z", "updated_at": "2018-11-25T08:22:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:06Z", "revision_number": 0, "id": "1ddcf822-87f5-4f92-8b73-31e3019d79a2", "remote_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:06Z", "security_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:06Z", "revision_number": 0, "id": "8c1e77d6-2a08-4e63-b330-ecb6be1a8164", "remote_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:06Z", "security_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:06Z", "revision_number": 0, "id": "99f1edbf-83f0-4220-a9aa-ef055ffb1c19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:06Z", "security_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:22:06Z", "revision_number": 0, "id": "d82c52ea-49f6-45b4-82b4-4985153cb179", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:22:06Z", "security_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b2d15126e1548d99d284a0d04ccc269"}], "revision_number": 4, "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "name": "default"}]} 2018-11-25 08:22:14,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-8a43955a-c440-4b05-8193-17c035789024 2018-11-25 08:22:14,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:14,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b7463dc-eea7-41b4-939e-5980b13cace7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:22:14,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-4b7463dc-eea7-41b4-939e-5980b13cace7 2018-11-25 08:22:14,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:14,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c811e05-4cb7-46d2-9b85-e37e27aee6e1 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-25 08:22:14,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763 used request id req-3c811e05-4cb7-46d2-9b85-e37e27aee6e1 2018-11-25 08:22:14,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:14,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6165ed12-5f2a-459a-9cc3-44f834561209 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-25 08:22:14,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471 used request id req-6165ed12-5f2a-459a-9cc3-44f834561209 2018-11-25 08:22:14,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:14,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0f0b794-b777-4bd9-88bb-7f11c05c78a0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269"}, "enabled": true, "id": "7b2d15126e1548d99d284a0d04ccc269", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-d0f31be2-7d2f-474-name"}} 2018-11-25 08:22:14,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269 used request id req-b0f0b794-b777-4bd9-88bb-7f11c05c78a0 2018-11-25 08:22:14,361 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fec52dc5-bd42-4c25-8a66-797215e0ad43 2018-11-25 08:22:14,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=fec52dc5-bd42-4c25-8a66-797215e0ad43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:14,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b406f674-ae4c-4188-bab0-ac9b95b80611 Date: Sun, 25 Nov 2018 08:22:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:06Z", "security_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:06Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "1ddcf822-87f5-4f92-8b73-31e3019d79a2"}, {"remote_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:06Z", "security_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:06Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "8c1e77d6-2a08-4e63-b330-ecb6be1a8164"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:06Z", "security_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:06Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "99f1edbf-83f0-4220-a9aa-ef055ffb1c19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:22:06Z", "security_group_id": "fec52dc5-bd42-4c25-8a66-797215e0ad43", "port_range_min": null, "revision_number": 0, "tenant_id": "7b2d15126e1548d99d284a0d04ccc269", "created_at": "2018-11-25T08:22:06Z", "project_id": "7b2d15126e1548d99d284a0d04ccc269", "id": "d82c52ea-49f6-45b4-82b4-4985153cb179"}]} 2018-11-25 08:22:14,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=fec52dc5-bd42-4c25-8a66-797215e0ad43 used request id req-b406f674-ae4c-4188-bab0-ac9b95b80611 2018-11-25 08:22:14,527 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 08:22:14,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/fec52dc5-bd42-4c25-8a66-797215e0ad43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:14,848 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f8e4b24-dd56-4ab3-bbb5-edbbe7fc2aff Content-Length: 0 Date: Sun, 25 Nov 2018 08:22:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:14,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/fec52dc5-bd42-4c25-8a66-797215e0ad43 used request id req-0f8e4b24-dd56-4ab3-bbb5-edbbe7fc2aff 2018-11-25 08:22:14,849 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-d0f31be2-7d2f-474-name 2018-11-25 08:22:14,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:15,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b3408db-5c25-4156-b84f-f7f46bf7f2df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:22:15,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/7b2d15126e1548d99d284a0d04ccc269 used request id req-1b3408db-5c25-4156-b84f-f7f46bf7f2df 2018-11-25 08:22:15,018 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-d0f31be2-7d2f-474-name-role 2018-11-25 08:22:15,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:15,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:22:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fc57906-b5b3-42b1-87ca-0c478963819b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:22:15,175 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/d2a1bfb65cdc4cb2be9d72af4a2de8ae used request id req-8fc57906-b5b3-42b1-87ca-0c478963819b 2018-11-25 08:22:15,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f30bd7b467cafe23d633fcda6c2d7113e104a56" 2018-11-25 08:22:15,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4653977a-e47c-4ee8-9207-f3de4153b437 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:22:15,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4653977a-e47c-4ee8-9207-f3de4153b437 2018-11-25 08:22:15,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:15,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["l9fzwsbETgmTa_ugKcnrqA"], "issued_at": "2018-11-25T08:22:15.000000Z"}} 2018-11-25 08:22:15,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}83b0832f1c18d34d1e92bf48f250ad7a07500b93" 2018-11-25 08:22:16,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0c3f4d0b-0ed7-4d67-add0-624d15e14da3 Date: Sun, 25 Nov 2018 08:22:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:22:16,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-0c3f4d0b-0ed7-4d67-add0-624d15e14da3 2018-11-25 08:22:16,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}83b0832f1c18d34d1e92bf48f250ad7a07500b93" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-7f9352fc-ca4c-42e3-9221-451201b6802f"}' 2018-11-25 08:22:17,015 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6 X-Openstack-Request-Id: req-5c4b0e69-837b-4f4f-bbd8-2514a0d0ce93 Date: Sun, 25 Nov 2018 08:22:17 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-7f9352fc-ca4c-42e3-9221-451201b6802f", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:22:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T08:22:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6", "min_disk": 0, "protected": false, "id": "4cc22715-7342-4d6a-885a-a851565d0bb6", "file": "/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6/file", "checksum": null, "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:22:17,016 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-5c4b0e69-837b-4f4f-bbd8-2514a0d0ce93 2018-11-25 08:22:17,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}83b0832f1c18d34d1e92bf48f250ad7a07500b93" -d '' 2018-11-25 08:22:21,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b2dde085-fc75-4e50-86b8-ee5e7ef5c222 Date: Sun, 25 Nov 2018 08:22:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:22:21,471 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6/file used request id req-b2dde085-fc75-4e50-86b8-ee5e7ef5c222 2018-11-25 08:22:21,472 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:22:21,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}83b0832f1c18d34d1e92bf48f250ad7a07500b93" 2018-11-25 08:22:22,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-2ea9db63-bf44-4a3a-bac6-637542d8acde Date: Sun, 25 Nov 2018 08:22:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-7f9352fc-ca4c-42e3-9221-451201b6802f", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:22:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:22:21Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/4cc22715-7342-4d6a-885a-a851565d0bb6/snap", "metadata": {}}], "self": "/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6", "min_disk": 0, "protected": false, "id": "4cc22715-7342-4d6a-885a-a851565d0bb6", "file": "/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/4cc22715-7342-4d6a-885a-a851565d0bb6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:22:22,130 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6 used request id req-2ea9db63-bf44-4a3a-bac6-637542d8acde 2018-11-25 08:22:22,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}83b0832f1c18d34d1e92bf48f250ad7a07500b93" 2018-11-25 08:22:22,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-86fbce13-544a-4d13-80ff-76a79b95335e Date: Sun, 25 Nov 2018 08:22:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:22:22,142 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-86fbce13-544a-4d13-80ff-76a79b95335e 2018-11-25 08:22:22,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-7f9352fc-ca4c-42e3-9221-451201b6802f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}83b0832f1c18d34d1e92bf48f250ad7a07500b93" 2018-11-25 08:22:22,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-066a5437-b356-4643-8ec0-7c9f25ea3444 Date: Sun, 25 Nov 2018 08:22:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-7f9352fc-ca4c-42e3-9221-451201b6802f", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:22:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:22:21Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/4cc22715-7342-4d6a-885a-a851565d0bb6/snap", "metadata": {}}], "self": "/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6", "min_disk": 0, "protected": false, "id": "4cc22715-7342-4d6a-885a-a851565d0bb6", "file": "/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/4cc22715-7342-4d6a-885a-a851565d0bb6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-7f9352fc-ca4c-42e3-9221-451201b6802f"} 2018-11-25 08:22:22,841 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-7f9352fc-ca4c-42e3-9221-451201b6802f used request id req-066a5437-b356-4643-8ec0-7c9f25ea3444 2018-11-25 08:22:22,842 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-7f9352fc-ca4c-42e3-9221-451201b6802f 2018-11-25 08:22:22,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}83b0832f1c18d34d1e92bf48f250ad7a07500b93" 2018-11-25 08:22:24,990 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b53b44f2-b838-4002-b6f1-7f1932a9f89f Date: Sun, 25 Nov 2018 08:22:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:22:24,990 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/4cc22715-7342-4d6a-885a-a851565d0bb6 used request id req-b53b44f2-b838-4002-b6f1-7f1932a9f89f 2018-11-25 08:22:24,992 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-25 08:22:24,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:25,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["qNweeB9uSsa5jAmzOs_kfw"], "issued_at": "2018-11-25T08:22:25.000000Z"}} 2018-11-25 08:22:25,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}942906db93ee465bc165e5049b108e8d9d573548" 2018-11-25 08:22:25,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b16e9af-d1b2-4eb1-9f79-5429c6acc237 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:25,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4b16e9af-d1b2-4eb1-9f79-5429c6acc237 2018-11-25 08:22:25,453 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-b0332efb-06f9-4c66-8ea6-936f2042fa8e-pub-net 2018-11-25 08:22:25,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}942906db93ee465bc165e5049b108e8d9d573548" -d '{"network": {"name": "NeutronUtilsNetworkTests-b0332efb-06f9-4c66-8ea6-936f2042fa8e-pub-net", "admin_state_up": true}}' 2018-11-25 08:22:26,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-7320a7fd-883e-4e4a-8a5e-09a8cc42d3ad Date: Sun, 25 Nov 2018 08:22:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7b2477dd-ad4d-4335-a1fd-9146923bd11e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:26Z","is_default":false,"provider:segmentation_id":14,"name":"NeutronUtilsNetworkTests-b0332efb-06f9-4c66-8ea6-936f2042fa8e-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:26Z","mtu":1450}} 2018-11-25 08:22:26,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7320a7fd-883e-4e4a-8a5e-09a8cc42d3ad 2018-11-25 08:22:26,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7b2477dd-ad4d-4335-a1fd-9146923bd11e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}942906db93ee465bc165e5049b108e8d9d573548" 2018-11-25 08:22:27,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2e2fc554-9e23-4ebb-9b05-a8b510e7969a Date: Sun, 25 Nov 2018 08:22:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b2477dd-ad4d-4335-a1fd-9146923bd11e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:26Z","provider:segmentation_id":14,"name":"NeutronUtilsNetworkTests-b0332efb-06f9-4c66-8ea6-936f2042fa8e-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:26Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:27,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7b2477dd-ad4d-4335-a1fd-9146923bd11e used request id req-2e2fc554-9e23-4ebb-9b05-a8b510e7969a 2018-11-25 08:22:27,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7b2477dd-ad4d-4335-a1fd-9146923bd11e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}942906db93ee465bc165e5049b108e8d9d573548" 2018-11-25 08:22:27,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fb958a2f-9f41-455a-b211-915a983c62f0 Date: Sun, 25 Nov 2018 08:22:27 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:22:27,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7b2477dd-ad4d-4335-a1fd-9146923bd11e used request id req-fb958a2f-9f41-455a-b211-915a983c62f0 2018-11-25 08:22:27,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7b2477dd-ad4d-4335-a1fd-9146923bd11e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}942906db93ee465bc165e5049b108e8d9d573548" 2018-11-25 08:22:27,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7de1b974-41be-439c-9b67-d16e606d0ffa Date: Sun, 25 Nov 2018 08:22:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b2477dd-ad4d-4335-a1fd-9146923bd11e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:26Z","provider:segmentation_id":14,"name":"NeutronUtilsNetworkTests-b0332efb-06f9-4c66-8ea6-936f2042fa8e-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:26Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:27,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7b2477dd-ad4d-4335-a1fd-9146923bd11e used request id req-7de1b974-41be-439c-9b67-d16e606d0ffa 2018-11-25 08:22:27,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7b2477dd-ad4d-4335-a1fd-9146923bd11e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}942906db93ee465bc165e5049b108e8d9d573548" 2018-11-25 08:22:28,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0920cf0e-06b6-4e37-91c4-89a5fe3f5eb3 Date: Sun, 25 Nov 2018 08:22:28 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:22:28,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7b2477dd-ad4d-4335-a1fd-9146923bd11e used request id req-0920cf0e-06b6-4e37-91c4-89a5fe3f5eb3 2018-11-25 08:22:28,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-b0332efb-06f9-4c66-8ea6-936f2042fa8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}942906db93ee465bc165e5049b108e8d9d573548" 2018-11-25 08:22:28,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-92fad61a-9d7b-4108-a5c6-364a2736108e Date: Sun, 25 Nov 2018 08:22:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b2477dd-ad4d-4335-a1fd-9146923bd11e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:26Z","provider:segmentation_id":14,"name":"NeutronUtilsNetworkTests-b0332efb-06f9-4c66-8ea6-936f2042fa8e-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:26Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:28,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-b0332efb-06f9-4c66-8ea6-936f2042fa8e-pub-net used request id req-92fad61a-9d7b-4108-a5c6-364a2736108e 2018-11-25 08:22:28,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:22:28,374 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:22:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:22:28,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}942906db93ee465bc165e5049b108e8d9d573548" 2018-11-25 08:22:28,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28aaf036-d64a-4ec7-9bf7-ffa541472bc2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:22:28,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-28aaf036-d64a-4ec7-9bf7-ffa541472bc2 2018-11-25 08:22:28,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7b2477dd-ad4d-4335-a1fd-9146923bd11e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}942906db93ee465bc165e5049b108e8d9d573548" 2018-11-25 08:22:28,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-451f7e42-e98c-4d67-8b26-88a7d2fe606e Date: Sun, 25 Nov 2018 08:22:28 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:22:28,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7b2477dd-ad4d-4335-a1fd-9146923bd11e used request id req-451f7e42-e98c-4d67-8b26-88a7d2fe606e 2018-11-25 08:22:28,646 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-b0332efb-06f9-4c66-8ea6-936f2042fa8e-pub-net 2018-11-25 08:22:28,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/7b2477dd-ad4d-4335-a1fd-9146923bd11e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}942906db93ee465bc165e5049b108e8d9d573548" 2018-11-25 08:22:30,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa37be6e-e020-4ee4-892e-e63c85be02a3 Date: Sun, 25 Nov 2018 08:22:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:30,180 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7b2477dd-ad4d-4335-a1fd-9146923bd11e used request id req-aa37be6e-e020-4ee4-892e-e63c85be02a3 2018-11-25 08:22:30,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:30,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["JseLL6JxR8O_Vy389Z94RA"], "issued_at": "2018-11-25T08:22:30.000000Z"}} 2018-11-25 08:22:30,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485f55e28feade8ef8e5465424a36fedc8ef889a" 2018-11-25 08:22:30,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3676600c-dfc4-464c-a07b-0d58322c3d2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:30,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3676600c-dfc4-464c-a07b-0d58322c3d2e 2018-11-25 08:22:30,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:31,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["99dyLeEPRyW5BblOtP9lVw"], "issued_at": "2018-11-25T08:22:31.000000Z"}} 2018-11-25 08:22:31,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}791d6e5da42472d1f92568a953ce0ded6a4cb59a" 2018-11-25 08:22:31,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9583cf0-3d15-4ace-a968-5572120425c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:31,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e9583cf0-3d15-4ace-a968-5572120425c2 2018-11-25 08:22:31,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:31,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["Rwb5ai2PT3mvwTZcRg53Mw"], "issued_at": "2018-11-25T08:22:31.000000Z"}} 2018-11-25 08:22:31,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:31,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d1af5e-795a-4c41-8475-6fe01857109f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:31,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f1d1af5e-795a-4c41-8475-6fe01857109f 2018-11-25 08:22:31,674 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-net 2018-11-25 08:22:31,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" -d '{"network": {"name": "NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-net", "admin_state_up": true}}' 2018-11-25 08:22:32,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b98e12da-e19c-4d47-aae3-2a01604e80be Date: Sun, 25 Nov 2018 08:22:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d8e0caa5-698d-4570-ac50-639968453632","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:32Z","is_default":false,"provider:segmentation_id":53,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:31Z","mtu":1450}} 2018-11-25 08:22:32,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b98e12da-e19c-4d47-aae3-2a01604e80be 2018-11-25 08:22:32,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d8e0caa5-698d-4570-ac50-639968453632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:32,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-54e39510-f0a8-4af9-97cc-6463fc8fd427 Date: Sun, 25 Nov 2018 08:22:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d8e0caa5-698d-4570-ac50-639968453632","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:32Z","provider:segmentation_id":53,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:31Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:32,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d8e0caa5-698d-4570-ac50-639968453632 used request id req-54e39510-f0a8-4af9-97cc-6463fc8fd427 2018-11-25 08:22:32,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:32,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d9e6657b-0721-48df-803f-bceb7103f331 Date: Sun, 25 Nov 2018 08:22:32 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:22:32,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632 used request id req-d9e6657b-0721-48df-803f-bceb7103f331 2018-11-25 08:22:32,623 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet 2018-11-25 08:22:32,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" -d '{"subnets": [{"ip_version": 4, "network_id": "d8e0caa5-698d-4570-ac50-639968453632", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet"}]}' 2018-11-25 08:22:33,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0fc74264-29da-4fda-9636-76d7d8d7c363 Date: Sun, 25 Nov 2018 08:22:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8e0caa5-698d-4570-ac50-639968453632","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:32Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:32Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"6b8227f0-3087-4e87-8140-bac400f59eaf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet"}]} 2018-11-25 08:22:33,331 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-0fc74264-29da-4fda-9636-76d7d8d7c363 2018-11-25 08:22:33,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d8e0caa5-698d-4570-ac50-639968453632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:33,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0e515c1b-14b9-431f-b6b8-f71d6a7fd2dc Date: Sun, 25 Nov 2018 08:22:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8e0caa5-698d-4570-ac50-639968453632","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["6b8227f0-3087-4e87-8140-bac400f59eaf"],"description":"","tags":[],"updated_at":"2018-11-25T08:22:32Z","provider:segmentation_id":53,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:31Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:33,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d8e0caa5-698d-4570-ac50-639968453632 used request id req-0e515c1b-14b9-431f-b6b8-f71d6a7fd2dc 2018-11-25 08:22:33,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:33,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3e522e17-0434-401e-9b42-b8b7d0b26376 Date: Sun, 25 Nov 2018 08:22:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8e0caa5-698d-4570-ac50-639968453632","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:32Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"6b8227f0-3087-4e87-8140-bac400f59eaf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet"}]} 2018-11-25 08:22:33,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632 used request id req-3e522e17-0434-401e-9b42-b8b7d0b26376 2018-11-25 08:22:33,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:33,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-03ac87a3-c235-4802-b28c-f298d280c49e Date: Sun, 25 Nov 2018 08:22:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8e0caa5-698d-4570-ac50-639968453632","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["6b8227f0-3087-4e87-8140-bac400f59eaf"],"description":"","tags":[],"updated_at":"2018-11-25T08:22:32Z","provider:segmentation_id":53,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:31Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:33,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-net used request id req-03ac87a3-c235-4802-b28c-f298d280c49e 2018-11-25 08:22:33,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:22:33,932 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:22:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:22:33,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:33,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-399da8db-8d41-4ff0-a098-b3d2399386ca Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:22:33,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-399da8db-8d41-4ff0-a098-b3d2399386ca 2018-11-25 08:22:33,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:34,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ae8e1a43-ad89-4fb1-9442-a82fda9c8fc3 Date: Sun, 25 Nov 2018 08:22:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8e0caa5-698d-4570-ac50-639968453632","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:32Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"6b8227f0-3087-4e87-8140-bac400f59eaf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet"}]} 2018-11-25 08:22:34,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632 used request id req-ae8e1a43-ad89-4fb1-9442-a82fda9c8fc3 2018-11-25 08:22:34,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632&name=NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:34,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-133c633c-0b95-4dad-a59b-2300d9739176 Date: Sun, 25 Nov 2018 08:22:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8e0caa5-698d-4570-ac50-639968453632","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:32Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"6b8227f0-3087-4e87-8140-bac400f59eaf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet"}]} 2018-11-25 08:22:34,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632&name=NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet used request id req-133c633c-0b95-4dad-a59b-2300d9739176 2018-11-25 08:22:34,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632&name=NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:35,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d795894c-ed87-4fa6-ab5e-41106d81eb2f Date: Sun, 25 Nov 2018 08:22:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8e0caa5-698d-4570-ac50-639968453632","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:32Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"6b8227f0-3087-4e87-8140-bac400f59eaf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet"}]} 2018-11-25 08:22:35,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632&name=NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet used request id req-d795894c-ed87-4fa6-ab5e-41106d81eb2f 2018-11-25 08:22:35,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:36,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-553cd2f5-a05b-43be-a0d5-9ddfdc5e2fe1 Date: Sun, 25 Nov 2018 08:22:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8e0caa5-698d-4570-ac50-639968453632","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:32Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"6b8227f0-3087-4e87-8140-bac400f59eaf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet"}]} 2018-11-25 08:22:36,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d8e0caa5-698d-4570-ac50-639968453632 used request id req-553cd2f5-a05b-43be-a0d5-9ddfdc5e2fe1 2018-11-25 08:22:36,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:36,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-68a27358-1bd6-46cb-b2dc-67f536a06e9d Date: Sun, 25 Nov 2018 08:22:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8e0caa5-698d-4570-ac50-639968453632","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:32Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"6b8227f0-3087-4e87-8140-bac400f59eaf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet"}]} 2018-11-25 08:22:36,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet used request id req-68a27358-1bd6-46cb-b2dc-67f536a06e9d 2018-11-25 08:22:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:36,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f7b75ce-13ba-4ac5-b3bc-e91b13996058 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:22:36,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-3f7b75ce-13ba-4ac5-b3bc-e91b13996058 2018-11-25 08:22:36,248 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet 2018-11-25 08:22:36,248 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-subnet 2018-11-25 08:22:36,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/6b8227f0-3087-4e87-8140-bac400f59eaf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:38,525 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a11c0518-caa1-46e2-8ecb-7a765d7ad664 Date: Sun, 25 Nov 2018 08:22:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:38,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6b8227f0-3087-4e87-8140-bac400f59eaf used request id req-a11c0518-caa1-46e2-8ecb-7a765d7ad664 2018-11-25 08:22:38,525 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-b711dd17-ff4e-4946-b786-6d97b29818bb-pub-net 2018-11-25 08:22:38,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d8e0caa5-698d-4570-ac50-639968453632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9cf538a21c4186d8da5be619428cfc37648cc0" 2018-11-25 08:22:40,187 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc15ec66-841a-4066-a374-4c0b16f69097 Date: Sun, 25 Nov 2018 08:22:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:40,187 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d8e0caa5-698d-4570-ac50-639968453632 used request id req-fc15ec66-841a-4066-a374-4c0b16f69097 2018-11-25 08:22:40,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:40,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["MnSVHR32RUmE5eTcwU-ufg"], "issued_at": "2018-11-25T08:22:40.000000Z"}} 2018-11-25 08:22:40,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886985efe6bc7add2813f99871de7b6d616cbcf8" 2018-11-25 08:22:40,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1307dd4-dd07-4f46-bf9f-20cca08daea9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:40,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f1307dd4-dd07-4f46-bf9f-20cca08daea9 2018-11-25 08:22:40,641 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1978faa5-41aa-4e49-856c-812105a8bfbc-pub-net 2018-11-25 08:22:40,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886985efe6bc7add2813f99871de7b6d616cbcf8" -d '{"network": {"name": "NeutronUtilsSubnetTests-1978faa5-41aa-4e49-856c-812105a8bfbc-pub-net", "admin_state_up": true}}' 2018-11-25 08:22:41,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-a86fe670-039d-41f4-8f9c-ee900b318d37 Date: Sun, 25 Nov 2018 08:22:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"74808765-052a-4206-8f24-bf1c9bbe704d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:41Z","is_default":false,"provider:segmentation_id":26,"name":"NeutronUtilsSubnetTests-1978faa5-41aa-4e49-856c-812105a8bfbc-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:41Z","mtu":1450}} 2018-11-25 08:22:41,792 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a86fe670-039d-41f4-8f9c-ee900b318d37 2018-11-25 08:22:41,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=74808765-052a-4206-8f24-bf1c9bbe704d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886985efe6bc7add2813f99871de7b6d616cbcf8" 2018-11-25 08:22:42,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e2709599-cd6c-4684-a2f5-5b72714935dc Date: Sun, 25 Nov 2018 08:22:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"74808765-052a-4206-8f24-bf1c9bbe704d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:41Z","provider:segmentation_id":26,"name":"NeutronUtilsSubnetTests-1978faa5-41aa-4e49-856c-812105a8bfbc-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:41Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:42,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=74808765-052a-4206-8f24-bf1c9bbe704d used request id req-e2709599-cd6c-4684-a2f5-5b72714935dc 2018-11-25 08:22:42,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=74808765-052a-4206-8f24-bf1c9bbe704d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886985efe6bc7add2813f99871de7b6d616cbcf8" 2018-11-25 08:22:42,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-435174b9-37cb-4d7d-8b56-d2d735bd671d Date: Sun, 25 Nov 2018 08:22:42 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:22:42,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=74808765-052a-4206-8f24-bf1c9bbe704d used request id req-435174b9-37cb-4d7d-8b56-d2d735bd671d 2018-11-25 08:22:42,216 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1978faa5-41aa-4e49-856c-812105a8bfbc-pub-subnet 2018-11-25 08:22:42,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886985efe6bc7add2813f99871de7b6d616cbcf8" -d '{"subnets": [{"ip_version": 4, "network_id": "74808765-052a-4206-8f24-bf1c9bbe704d", "cidr": "", "name": "NeutronUtilsSubnetTests-1978faa5-41aa-4e49-856c-812105a8bfbc-pub-subnet"}]}' 2018-11-25 08:22:42,373 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-f637b29c-893d-48be-a883-56659a02283c Date: Sun, 25 Nov 2018 08:22:42 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-25 08:22:42,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-f637b29c-893d-48be-a883-56659a02283c 2018-11-25 08:22:42,373 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-25 08:22:42,374 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-1978faa5-41aa-4e49-856c-812105a8bfbc-pub-subnet] for network [NeutronUtilsSubnetTests-1978faa5-41aa-4e49-856c-812105a8bfbc-pub-net] 2018-11-25 08:22:42,374 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1978faa5-41aa-4e49-856c-812105a8bfbc-pub-net 2018-11-25 08:22:42,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/74808765-052a-4206-8f24-bf1c9bbe704d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886985efe6bc7add2813f99871de7b6d616cbcf8" 2018-11-25 08:22:43,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-37976a10-1d92-4130-a443-6de5e33f6db5 Date: Sun, 25 Nov 2018 08:22:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:43,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/74808765-052a-4206-8f24-bf1c9bbe704d used request id req-37976a10-1d92-4130-a443-6de5e33f6db5 2018-11-25 08:22:43,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:44,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["orckfykdQqarOF3svwDOkg"], "issued_at": "2018-11-25T08:22:44.000000Z"}} 2018-11-25 08:22:44,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:44,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98b513d9-661b-4d00-8c00-333c9d298f57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:44,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-98b513d9-661b-4d00-8c00-333c9d298f57 2018-11-25 08:22:44,380 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-net 2018-11-25 08:22:44,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" -d '{"network": {"name": "NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-net", "admin_state_up": true}}' 2018-11-25 08:22:45,522 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-9f66d707-d14d-408b-89b5-cedfbb4086fa Date: Sun, 25 Nov 2018 08:22:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1bad88d5-bf9d-47d4-af46-c7e976fd6095","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:45Z","is_default":false,"provider:segmentation_id":66,"name":"NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:45Z","mtu":1450}} 2018-11-25 08:22:45,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9f66d707-d14d-408b-89b5-cedfbb4086fa 2018-11-25 08:22:45,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:45,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-507d5983-b31a-4337-81f6-4adf975d9ed9 Date: Sun, 25 Nov 2018 08:22:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1bad88d5-bf9d-47d4-af46-c7e976fd6095","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:45Z","provider:segmentation_id":66,"name":"NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:45,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 used request id req-507d5983-b31a-4337-81f6-4adf975d9ed9 2018-11-25 08:22:45,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:45,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1417d9db-104d-4db8-9db7-61636d6eef3e Date: Sun, 25 Nov 2018 08:22:45 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:22:45,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 used request id req-1417d9db-104d-4db8-9db7-61636d6eef3e 2018-11-25 08:22:45,939 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet 2018-11-25 08:22:45,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" -d '{"subnets": [{"ip_version": 4, "network_id": "1bad88d5-bf9d-47d4-af46-c7e976fd6095", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet"}]}' 2018-11-25 08:22:46,780 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-66d786c8-5ec3-4070-8f43-c854f8a86177 Date: Sun, 25 Nov 2018 08:22:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bad88d5-bf9d-47d4-af46-c7e976fd6095","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:46Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:46Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"06747fac-dccb-4109-9260-92aa2d7a8d80","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet"}]} 2018-11-25 08:22:46,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-66d786c8-5ec3-4070-8f43-c854f8a86177 2018-11-25 08:22:46,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:47,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a8edb831-2854-4837-ad94-586c42c868a9 Date: Sun, 25 Nov 2018 08:22:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1bad88d5-bf9d-47d4-af46-c7e976fd6095","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["06747fac-dccb-4109-9260-92aa2d7a8d80"],"description":"","tags":[],"updated_at":"2018-11-25T08:22:46Z","provider:segmentation_id":66,"name":"NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:47,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 used request id req-a8edb831-2854-4837-ad94-586c42c868a9 2018-11-25 08:22:47,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:47,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e1e875c3-0122-47f9-95ec-245cd0879844 Date: Sun, 25 Nov 2018 08:22:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bad88d5-bf9d-47d4-af46-c7e976fd6095","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:46Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"06747fac-dccb-4109-9260-92aa2d7a8d80","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet"}]} 2018-11-25 08:22:47,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 used request id req-e1e875c3-0122-47f9-95ec-245cd0879844 2018-11-25 08:22:47,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:48,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2b6f8733-1c68-443b-b544-d4f447cad4af Date: Sun, 25 Nov 2018 08:22:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1bad88d5-bf9d-47d4-af46-c7e976fd6095","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["06747fac-dccb-4109-9260-92aa2d7a8d80"],"description":"","tags":[],"updated_at":"2018-11-25T08:22:46Z","provider:segmentation_id":66,"name":"NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:48,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-net used request id req-2b6f8733-1c68-443b-b544-d4f447cad4af 2018-11-25 08:22:48,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:22:48,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:22:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:22:48,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:48,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0b4510-91fd-41a1-9e66-c3d45915ba8e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:22:48,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-7e0b4510-91fd-41a1-9e66-c3d45915ba8e 2018-11-25 08:22:48,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:48,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-631e6db9-1a72-4794-9061-6b598734f6ae Date: Sun, 25 Nov 2018 08:22:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bad88d5-bf9d-47d4-af46-c7e976fd6095","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:46Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"06747fac-dccb-4109-9260-92aa2d7a8d80","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet"}]} 2018-11-25 08:22:48,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 used request id req-631e6db9-1a72-4794-9061-6b598734f6ae 2018-11-25 08:22:48,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095&name=NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:48,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4755b1fa-f4b9-41a3-bf90-1bf6fe9a5b27 Date: Sun, 25 Nov 2018 08:22:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bad88d5-bf9d-47d4-af46-c7e976fd6095","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:46Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"06747fac-dccb-4109-9260-92aa2d7a8d80","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet"}]} 2018-11-25 08:22:48,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095&name=NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet used request id req-4755b1fa-f4b9-41a3-bf90-1bf6fe9a5b27 2018-11-25 08:22:48,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095&name=NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:48,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e91299c7-99ae-45d4-887a-f8d04e726e0c Date: Sun, 25 Nov 2018 08:22:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bad88d5-bf9d-47d4-af46-c7e976fd6095","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:46Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"06747fac-dccb-4109-9260-92aa2d7a8d80","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet"}]} 2018-11-25 08:22:48,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095&name=NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet used request id req-e91299c7-99ae-45d4-887a-f8d04e726e0c 2018-11-25 08:22:49,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:49,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5994e92b-87b2-4da9-83b7-97cd1e0a4ac9 Date: Sun, 25 Nov 2018 08:22:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bad88d5-bf9d-47d4-af46-c7e976fd6095","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:46Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"06747fac-dccb-4109-9260-92aa2d7a8d80","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet"}]} 2018-11-25 08:22:49,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1bad88d5-bf9d-47d4-af46-c7e976fd6095 used request id req-5994e92b-87b2-4da9-83b7-97cd1e0a4ac9 2018-11-25 08:22:49,192 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet 2018-11-25 08:22:49,192 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-subnet 2018-11-25 08:22:49,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/06747fac-dccb-4109-9260-92aa2d7a8d80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:51,494 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-15fa9e2f-adda-4654-a889-aef350dc1907 Date: Sun, 25 Nov 2018 08:22:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:51,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/06747fac-dccb-4109-9260-92aa2d7a8d80 used request id req-15fa9e2f-adda-4654-a889-aef350dc1907 2018-11-25 08:22:51,494 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-4fe358f0-02cb-49cd-9cc9-2467082690e1-pub-net 2018-11-25 08:22:51,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/1bad88d5-bf9d-47d4-af46-c7e976fd6095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c10d3fd62e6c0162a03fa9f9768bf0b99188784" 2018-11-25 08:22:53,193 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e0bfd2d-e746-4e73-b56e-cfb711aa70b2 Date: Sun, 25 Nov 2018 08:22:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:53,193 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1bad88d5-bf9d-47d4-af46-c7e976fd6095 used request id req-5e0bfd2d-e746-4e73-b56e-cfb711aa70b2 2018-11-25 08:22:53,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:53,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["uwUN72vFTV6ggoFCiq_d2Q"], "issued_at": "2018-11-25T08:22:53.000000Z"}} 2018-11-25 08:22:53,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c7b4ea6273e4f9bdbe8fb178defb0b6000b5481" 2018-11-25 08:22:53,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc5478d-1b0e-428d-984b-60e777a89805 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:53,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7fc5478d-1b0e-428d-984b-60e777a89805 2018-11-25 08:22:53,653 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-ad632f99-b030-4930-b157-7897ca818198-pub-net 2018-11-25 08:22:53,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c7b4ea6273e4f9bdbe8fb178defb0b6000b5481" -d '{"network": {"name": "NeutronUtilsSubnetTests-ad632f99-b030-4930-b157-7897ca818198-pub-net", "admin_state_up": true}}' 2018-11-25 08:22:54,229 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-4dce4ea2-d2e7-49a7-8584-347ef82b7089 Date: Sun, 25 Nov 2018 08:22:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d9156c77-92e6-42ca-a809-302feca21110","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:54Z","is_default":false,"provider:segmentation_id":78,"name":"NeutronUtilsSubnetTests-ad632f99-b030-4930-b157-7897ca818198-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:53Z","mtu":1450}} 2018-11-25 08:22:54,229 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4dce4ea2-d2e7-49a7-8584-347ef82b7089 2018-11-25 08:22:54,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d9156c77-92e6-42ca-a809-302feca21110 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c7b4ea6273e4f9bdbe8fb178defb0b6000b5481" 2018-11-25 08:22:54,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5d5e948b-a5ca-46bc-abb1-4dba272f6596 Date: Sun, 25 Nov 2018 08:22:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d9156c77-92e6-42ca-a809-302feca21110","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:54Z","provider:segmentation_id":78,"name":"NeutronUtilsSubnetTests-ad632f99-b030-4930-b157-7897ca818198-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:53Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:54,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d9156c77-92e6-42ca-a809-302feca21110 used request id req-5d5e948b-a5ca-46bc-abb1-4dba272f6596 2018-11-25 08:22:54,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9156c77-92e6-42ca-a809-302feca21110 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c7b4ea6273e4f9bdbe8fb178defb0b6000b5481" 2018-11-25 08:22:54,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3312937d-728b-4c1f-8078-6b2eaf72837a Date: Sun, 25 Nov 2018 08:22:54 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:22:54,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9156c77-92e6-42ca-a809-302feca21110 used request id req-3312937d-728b-4c1f-8078-6b2eaf72837a 2018-11-25 08:22:54,706 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-ad632f99-b030-4930-b157-7897ca818198-pub-subnet 2018-11-25 08:22:54,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c7b4ea6273e4f9bdbe8fb178defb0b6000b5481" -d '{"subnets": [{"ip_version": 4, "network_id": "d9156c77-92e6-42ca-a809-302feca21110", "cidr": null, "name": "NeutronUtilsSubnetTests-ad632f99-b030-4930-b157-7897ca818198-pub-subnet"}]}' 2018-11-25 08:22:54,995 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-ef2505ae-2c70-424a-b448-b6c6c4875724 Date: Sun, 25 Nov 2018 08:22:54 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-11-25 08:22:54,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ef2505ae-2c70-424a-b448-b6c6c4875724 2018-11-25 08:22:54,996 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-11-25 08:22:54,996 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-ad632f99-b030-4930-b157-7897ca818198-pub-subnet] for network [NeutronUtilsSubnetTests-ad632f99-b030-4930-b157-7897ca818198-pub-net] 2018-11-25 08:22:54,996 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-ad632f99-b030-4930-b157-7897ca818198-pub-net 2018-11-25 08:22:55,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d9156c77-92e6-42ca-a809-302feca21110 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c7b4ea6273e4f9bdbe8fb178defb0b6000b5481" 2018-11-25 08:22:55,815 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf1ad504-1a73-4061-ad27-858acd365576 Date: Sun, 25 Nov 2018 08:22:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:22:55,816 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d9156c77-92e6-42ca-a809-302feca21110 used request id req-bf1ad504-1a73-4061-ad27-858acd365576 2018-11-25 08:22:55,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:22:56,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:22:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["HOW8QlJoRpGGD4pNYywlVg"], "issued_at": "2018-11-25T08:22:56.000000Z"}} 2018-11-25 08:22:56,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" 2018-11-25 08:22:56,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd25ed1a-4b84-4a6e-9101-c15353ac085b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:22:56,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bd25ed1a-4b84-4a6e-9101-c15353ac085b 2018-11-25 08:22:56,286 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-net 2018-11-25 08:22:56,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" -d '{"network": {"name": "NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-net", "admin_state_up": true}}' 2018-11-25 08:22:56,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b5d860e1-f744-4a6e-86d8-c6d04c2aea02 Date: Sun, 25 Nov 2018 08:22:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9ad27088-0775-4193-888c-55bb990006f3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:56Z","is_default":false,"provider:segmentation_id":13,"name":"NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:56Z","mtu":1450}} 2018-11-25 08:22:56,715 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b5d860e1-f744-4a6e-86d8-c6d04c2aea02 2018-11-25 08:22:56,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9ad27088-0775-4193-888c-55bb990006f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" 2018-11-25 08:22:56,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dc5e7070-5f85-4ee5-b9cc-19608599455a Date: Sun, 25 Nov 2018 08:22:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9ad27088-0775-4193-888c-55bb990006f3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:22:56Z","provider:segmentation_id":13,"name":"NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:56Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:56,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9ad27088-0775-4193-888c-55bb990006f3 used request id req-dc5e7070-5f85-4ee5-b9cc-19608599455a 2018-11-25 08:22:56,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9ad27088-0775-4193-888c-55bb990006f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" 2018-11-25 08:22:57,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-45478fc0-cede-4293-a5fc-776617a2d977 Date: Sun, 25 Nov 2018 08:22:57 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:22:57,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9ad27088-0775-4193-888c-55bb990006f3 used request id req-45478fc0-cede-4293-a5fc-776617a2d977 2018-11-25 08:22:57,133 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-subnet 2018-11-25 08:22:57,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" -d '{"subnets": [{"ip_version": 4, "network_id": "9ad27088-0775-4193-888c-55bb990006f3", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-subnet"}]}' 2018-11-25 08:22:57,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-15abd840-257b-4a70-a81f-6d58ad7a5991 Date: Sun, 25 Nov 2018 08:22:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ad27088-0775-4193-888c-55bb990006f3","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:57Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:57Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"6fa3b951-d895-46ec-abd1-a3ee7154e61b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-subnet"}]} 2018-11-25 08:22:57,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-15abd840-257b-4a70-a81f-6d58ad7a5991 2018-11-25 08:22:57,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9ad27088-0775-4193-888c-55bb990006f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" 2018-11-25 08:22:58,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c649e11b-b269-44c3-92e6-47a4c67d893f Date: Sun, 25 Nov 2018 08:22:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ad27088-0775-4193-888c-55bb990006f3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["6fa3b951-d895-46ec-abd1-a3ee7154e61b"],"description":"","tags":[],"updated_at":"2018-11-25T08:22:57Z","provider:segmentation_id":13,"name":"NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:56Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:58,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9ad27088-0775-4193-888c-55bb990006f3 used request id req-c649e11b-b269-44c3-92e6-47a4c67d893f 2018-11-25 08:22:58,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9ad27088-0775-4193-888c-55bb990006f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" 2018-11-25 08:22:58,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-af345a14-b0ee-414d-85c5-30adade15ad9 Date: Sun, 25 Nov 2018 08:22:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ad27088-0775-4193-888c-55bb990006f3","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:57Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"6fa3b951-d895-46ec-abd1-a3ee7154e61b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-subnet"}]} 2018-11-25 08:22:58,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9ad27088-0775-4193-888c-55bb990006f3 used request id req-af345a14-b0ee-414d-85c5-30adade15ad9 2018-11-25 08:22:58,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" 2018-11-25 08:22:58,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-27417598-2f52-43e0-b0d5-af92a439a786 Date: Sun, 25 Nov 2018 08:22:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ad27088-0775-4193-888c-55bb990006f3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["6fa3b951-d895-46ec-abd1-a3ee7154e61b"],"description":"","tags":[],"updated_at":"2018-11-25T08:22:57Z","provider:segmentation_id":13,"name":"NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:56Z","provider:network_type":"vxlan"}]} 2018-11-25 08:22:58,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-net used request id req-27417598-2f52-43e0-b0d5-af92a439a786 2018-11-25 08:22:58,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:22:58,419 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:22:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:22:58,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" 2018-11-25 08:22:58,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81fab8b5-66c3-452f-9d52-111903b775bc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:22:58,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-81fab8b5-66c3-452f-9d52-111903b775bc 2018-11-25 08:22:58,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9ad27088-0775-4193-888c-55bb990006f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" 2018-11-25 08:22:58,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5bd25271-a034-4ada-8b0c-1bdf4a1ca362 Date: Sun, 25 Nov 2018 08:22:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ad27088-0775-4193-888c-55bb990006f3","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:22:57Z","dns_nameservers":[],"updated_at":"2018-11-25T08:22:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"6fa3b951-d895-46ec-abd1-a3ee7154e61b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-subnet"}]} 2018-11-25 08:22:58,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9ad27088-0775-4193-888c-55bb990006f3 used request id req-5bd25271-a034-4ada-8b0c-1bdf4a1ca362 2018-11-25 08:22:58,743 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-subnet 2018-11-25 08:22:58,744 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-subnet 2018-11-25 08:22:58,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/6fa3b951-d895-46ec-abd1-a3ee7154e61b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" 2018-11-25 08:23:00,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-12191303-4db4-4d2e-b6c3-ea2e90827d9a Date: Sun, 25 Nov 2018 08:23:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:00,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6fa3b951-d895-46ec-abd1-a3ee7154e61b used request id req-12191303-4db4-4d2e-b6c3-ea2e90827d9a 2018-11-25 08:23:00,615 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1a40e8b6-44e0-4b9c-ab96-68c3e3d11a67-pub-net 2018-11-25 08:23:00,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/9ad27088-0775-4193-888c-55bb990006f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f751c609f3ab81342dc29b6326a1981ef8cf4239" 2018-11-25 08:23:02,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1cf30477-2e4f-4e32-85f3-78deeef0b75f Date: Sun, 25 Nov 2018 08:23:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:02,329 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9ad27088-0775-4193-888c-55bb990006f3 used request id req-1cf30477-2e4f-4e32-85f3-78deeef0b75f 2018-11-25 08:23:02,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:23:02,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:23:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["yqT0zVVqTR-WcuwSkVXkSg"], "issued_at": "2018-11-25T08:23:02.000000Z"}} 2018-11-25 08:23:02,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:02,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-773d8cea-e873-4664-8f84-88cdbddc90a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:23:02,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-773d8cea-e873-4664-8f84-88cdbddc90a6 2018-11-25 08:23:02,803 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-net 2018-11-25 08:23:02,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" -d '{"network": {"name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-net", "admin_state_up": true}}' 2018-11-25 08:23:03,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-d667e76b-5d2a-4d70-ae6e-91351b8c0877 Date: Sun, 25 Nov 2018 08:23:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b2877eae-0a37-4161-8317-8d16251355a2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:03Z","is_default":false,"provider:segmentation_id":78,"name":"NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:03Z","mtu":1450}} 2018-11-25 08:23:03,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d667e76b-5d2a-4d70-ae6e-91351b8c0877 2018-11-25 08:23:03,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b2877eae-0a37-4161-8317-8d16251355a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:03,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-98efe2ab-45df-423f-8416-776c7b6e6a40 Date: Sun, 25 Nov 2018 08:23:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b2877eae-0a37-4161-8317-8d16251355a2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:03Z","provider:segmentation_id":78,"name":"NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:03Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:03,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b2877eae-0a37-4161-8317-8d16251355a2 used request id req-98efe2ab-45df-423f-8416-776c7b6e6a40 2018-11-25 08:23:03,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b2877eae-0a37-4161-8317-8d16251355a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:03,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2aa23b44-8691-4ce5-9461-23175172cceb Date: Sun, 25 Nov 2018 08:23:03 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:23:03,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b2877eae-0a37-4161-8317-8d16251355a2 used request id req-2aa23b44-8691-4ce5-9461-23175172cceb 2018-11-25 08:23:03,668 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-subnet 2018-11-25 08:23:03,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" -d '{"subnets": [{"ip_version": 4, "network_id": "b2877eae-0a37-4161-8317-8d16251355a2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-subnet"}]}' 2018-11-25 08:23:04,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-41336557-7098-4e63-9b80-40987b1b6e2a Date: Sun, 25 Nov 2018 08:23:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2877eae-0a37-4161-8317-8d16251355a2","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:03Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:03Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"f572a000-909f-4748-ae56-c22b4eb895da","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-subnet"}]} 2018-11-25 08:23:04,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-41336557-7098-4e63-9b80-40987b1b6e2a 2018-11-25 08:23:04,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b2877eae-0a37-4161-8317-8d16251355a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:04,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6eaa7155-7abb-48d3-af9f-47bae4327796 Date: Sun, 25 Nov 2018 08:23:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b2877eae-0a37-4161-8317-8d16251355a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["f572a000-909f-4748-ae56-c22b4eb895da"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:03Z","provider:segmentation_id":78,"name":"NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:03Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:04,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b2877eae-0a37-4161-8317-8d16251355a2 used request id req-6eaa7155-7abb-48d3-af9f-47bae4327796 2018-11-25 08:23:04,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b2877eae-0a37-4161-8317-8d16251355a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:04,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8f1337a6-9240-4c01-b9b4-3989c48d0083 Date: Sun, 25 Nov 2018 08:23:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2877eae-0a37-4161-8317-8d16251355a2","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:03Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"f572a000-909f-4748-ae56-c22b4eb895da","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-subnet"}]} 2018-11-25 08:23:04,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b2877eae-0a37-4161-8317-8d16251355a2 used request id req-8f1337a6-9240-4c01-b9b4-3989c48d0083 2018-11-25 08:23:04,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:04,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-54a5f120-9087-44f3-80b2-d040a7d3a24b Date: Sun, 25 Nov 2018 08:23:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b2877eae-0a37-4161-8317-8d16251355a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["f572a000-909f-4748-ae56-c22b4eb895da"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:03Z","provider:segmentation_id":78,"name":"NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:03Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:04,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-net used request id req-54a5f120-9087-44f3-80b2-d040a7d3a24b 2018-11-25 08:23:04,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:23:04,904 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:23:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:23:04,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:04,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d360295-39e6-4db8-aea5-eb1f4d43e8ad Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:23:04,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-6d360295-39e6-4db8-aea5-eb1f4d43e8ad 2018-11-25 08:23:05,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b2877eae-0a37-4161-8317-8d16251355a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:05,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9bf3af24-f32a-4bf3-b7a3-7e5a0caa69b2 Date: Sun, 25 Nov 2018 08:23:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2877eae-0a37-4161-8317-8d16251355a2","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:03Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"f572a000-909f-4748-ae56-c22b4eb895da","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-subnet"}]} 2018-11-25 08:23:05,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b2877eae-0a37-4161-8317-8d16251355a2 used request id req-9bf3af24-f32a-4bf3-b7a3-7e5a0caa69b2 2018-11-25 08:23:05,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b2877eae-0a37-4161-8317-8d16251355a2&name=NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:05,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b8c8af31-83a6-490a-94ce-5c568e3e983d Date: Sun, 25 Nov 2018 08:23:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2877eae-0a37-4161-8317-8d16251355a2","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:03Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"f572a000-909f-4748-ae56-c22b4eb895da","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-subnet"}]} 2018-11-25 08:23:05,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b2877eae-0a37-4161-8317-8d16251355a2&name=NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-subnet used request id req-b8c8af31-83a6-490a-94ce-5c568e3e983d 2018-11-25 08:23:05,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:23:05,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:23:05,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:23:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["6RHjipK1TbCEUJx5k-uSWA"], "issued_at": "2018-11-25T08:23:05.000000Z"}} 2018-11-25 08:23:05,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eee441613adf4345a114564e38dffd74f09d63c" 2018-11-25 08:23:05,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da67fa92-7a1f-465f-9591-a80bebe3e689 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:23:05,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-da67fa92-7a1f-465f-9591-a80bebe3e689 2018-11-25 08:23:05,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:06,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ac81dd44-ff8e-4f3e-9418-7cd720861fbc Date: Sun, 25 Nov 2018 08:23:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:23:06,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-ac81dd44-ff8e-4f3e-9418-7cd720861fbc 2018-11-25 08:23:06,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:06,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-60dfee90-3dfe-4b5e-8326-343bee2eda51 Date: Sun, 25 Nov 2018 08:23:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:23:06,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-60dfee90-3dfe-4b5e-8326-343bee2eda51 2018-11-25 08:23:06,350 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router 2018-11-25 08:23:06,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}, "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router", "admin_state_up": true}}' 2018-11-25 08:23:09,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-2b85da31-2d8d-4d2f-a02d-a14ae6b8dca2 Date: Sun, 25 Nov 2018 08:23:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:09Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "3cce19d4-2147-4fb4-8d5d-921b82211f50", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}} 2018-11-25 08:23:09,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-2b85da31-2d8d-4d2f-a02d-a14ae6b8dca2 2018-11-25 08:23:09,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=3cce19d4-2147-4fb4-8d5d-921b82211f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:10,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-49c960e8-ec3e-4e3a-9e2d-99782029a206 Date: Sun, 25 Nov 2018 08:23:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.205"}],"id":"ae019ae6-7753-42f5-bd9d-1b3935ac1da2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b4:ad:66","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3cce19d4-2147-4fb4-8d5d-921b82211f50","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:09Z","binding:vnic_type":"normal"}]} 2018-11-25 08:23:10,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=3cce19d4-2147-4fb4-8d5d-921b82211f50 used request id req-49c960e8-ec3e-4e3a-9e2d-99782029a206 2018-11-25 08:23:10,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:10,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7e6ad9ba-eaf9-445f-8a7e-434475bbe9e7 Date: Sun, 25 Nov 2018 08:23:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:23:10,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-7e6ad9ba-eaf9-445f-8a7e-434475bbe9e7 2018-11-25 08:23:10,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:10,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-319b5ec4-abfd-4fbe-b779-51ed91cac3db Date: Sun, 25 Nov 2018 08:23:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:09Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "3cce19d4-2147-4fb4-8d5d-921b82211f50", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:08Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "4741c3cd-c2fa-4abb-9131-423954b76556", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:07Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "d4bd0261-70a8-424c-b9c8-faf7e34aca57", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}]} 2018-11-25 08:23:10,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router used request id req-319b5ec4-abfd-4fbe-b779-51ed91cac3db 2018-11-25 08:23:10,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:10,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d43f6d87-6268-4e44-a902-bae1abb54337 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:23:10,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-d43f6d87-6268-4e44-a902-bae1abb54337 2018-11-25 08:23:10,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=3cce19d4-2147-4fb4-8d5d-921b82211f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:10,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a3702fdd-e2d7-4395-afac-1a02e9f93dbe Date: Sun, 25 Nov 2018 08:23:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.205"}],"id":"ae019ae6-7753-42f5-bd9d-1b3935ac1da2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b4:ad:66","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3cce19d4-2147-4fb4-8d5d-921b82211f50","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:09Z","binding:vnic_type":"normal"}]} 2018-11-25 08:23:10,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=3cce19d4-2147-4fb4-8d5d-921b82211f50 used request id req-a3702fdd-e2d7-4395-afac-1a02e9f93dbe 2018-11-25 08:23:10,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:10,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4b7b28fb-c909-48a8-b147-b0884e9fce1a Date: Sun, 25 Nov 2018 08:23:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:23:10,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-4b7b28fb-c909-48a8-b147-b0884e9fce1a 2018-11-25 08:23:10,538 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router 2018-11-25 08:23:10,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/3cce19d4-2147-4fb4-8d5d-921b82211f50/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" -d '{"subnet_id": "f572a000-909f-4748-ae56-c22b4eb895da"}' 2018-11-25 08:23:12,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4055fc39-7b62-42d8-842f-2d980bddf869 Date: Sun, 25 Nov 2018 08:23:12 GMT RESP BODY: {"network_id": "b2877eae-0a37-4161-8317-8d16251355a2", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "subnet_id": "f572a000-909f-4748-ae56-c22b4eb895da", "subnet_ids": ["f572a000-909f-4748-ae56-c22b4eb895da"], "port_id": "87d5a31c-5482-4623-89bd-00a215c7b1b3", "id": "3cce19d4-2147-4fb4-8d5d-921b82211f50"} 2018-11-25 08:23:12,810 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3cce19d4-2147-4fb4-8d5d-921b82211f50/add_router_interface used request id req-4055fc39-7b62-42d8-842f-2d980bddf869 2018-11-25 08:23:12,810 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router 2018-11-25 08:23:12,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/3cce19d4-2147-4fb4-8d5d-921b82211f50/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" -d '{"subnet_id": "f572a000-909f-4748-ae56-c22b4eb895da"}' 2018-11-25 08:23:14,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-53f6817f-0849-402a-b514-37b3387c19e8 Date: Sun, 25 Nov 2018 08:23:14 GMT RESP BODY: {"network_id": "b2877eae-0a37-4161-8317-8d16251355a2", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "subnet_id": "f572a000-909f-4748-ae56-c22b4eb895da", "subnet_ids": ["f572a000-909f-4748-ae56-c22b4eb895da"], "port_id": "87d5a31c-5482-4623-89bd-00a215c7b1b3", "id": "3cce19d4-2147-4fb4-8d5d-921b82211f50"} 2018-11-25 08:23:14,069 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3cce19d4-2147-4fb4-8d5d-921b82211f50/remove_router_interface used request id req-53f6817f-0849-402a-b514-37b3387c19e8 2018-11-25 08:23:14,069 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router 2018-11-25 08:23:14,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/3cce19d4-2147-4fb4-8d5d-921b82211f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:15,311 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c5427c8-8e34-445f-b62e-1007e2bda906 Content-Length: 0 Date: Sun, 25 Nov 2018 08:23:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:15,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/3cce19d4-2147-4fb4-8d5d-921b82211f50 used request id req-6c5427c8-8e34-445f-b62e-1007e2bda906 2018-11-25 08:23:15,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:15,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-31fc486d-4748-4b92-bf1c-1cf548577540 Date: Sun, 25 Nov 2018 08:23:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:08Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "4741c3cd-c2fa-4abb-9131-423954b76556", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:07Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "d4bd0261-70a8-424c-b9c8-faf7e34aca57", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}]} 2018-11-25 08:23:15,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router used request id req-31fc486d-4748-4b92-bf1c-1cf548577540 2018-11-25 08:23:15,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:15,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-266e1a29-cf71-4c07-9637-e62a2ccde6f1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:23:15,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-266e1a29-cf71-4c07-9637-e62a2ccde6f1 2018-11-25 08:23:15,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=4741c3cd-c2fa-4abb-9131-423954b76556 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:15,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2e4f25ce-0acf-4608-ab4f-00a20dc28ccf Date: Sun, 25 Nov 2018 08:23:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:08Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.210"}],"id":"6cc5ecef-5bba-4212-b40b-1400b1538c72","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7b:b4:ce","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4741c3cd-c2fa-4abb-9131-423954b76556","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:08Z","binding:vnic_type":"normal"}]} 2018-11-25 08:23:15,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=4741c3cd-c2fa-4abb-9131-423954b76556 used request id req-2e4f25ce-0acf-4608-ab4f-00a20dc28ccf 2018-11-25 08:23:15,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:15,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-958cd1c4-10f4-40da-961e-279d795522c4 Date: Sun, 25 Nov 2018 08:23:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:23:15,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-958cd1c4-10f4-40da-961e-279d795522c4 2018-11-25 08:23:15,585 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-subnet 2018-11-25 08:23:15,585 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-subnet 2018-11-25 08:23:15,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/f572a000-909f-4748-ae56-c22b4eb895da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:17,714 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e870da9-9a8d-4189-8a6e-2c7c899a6943 Date: Sun, 25 Nov 2018 08:23:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:17,714 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f572a000-909f-4748-ae56-c22b4eb895da used request id req-8e870da9-9a8d-4189-8a6e-2c7c899a6943 2018-11-25 08:23:17,715 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-net 2018-11-25 08:23:17,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/b2877eae-0a37-4161-8317-8d16251355a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d625f7fcda49aa3fa2e67a366e0388bc7fcf247" 2018-11-25 08:23:19,552 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7f02457-6407-419e-b46a-38a714d1965b Date: Sun, 25 Nov 2018 08:23:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:19,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b2877eae-0a37-4161-8317-8d16251355a2 used request id req-f7f02457-6407-419e-b46a-38a714d1965b 2018-11-25 08:23:19,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:23:19,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:23:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["ZzSQ4RSsSPaqDgFNs64cdg"], "issued_at": "2018-11-25T08:23:19.000000Z"}} 2018-11-25 08:23:19,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:20,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be970fcb-fab1-4c42-a417-9492de1f08b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:23:20,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-be970fcb-fab1-4c42-a417-9492de1f08b4 2018-11-25 08:23:20,020 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-net 2018-11-25 08:23:20,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" -d '{"network": {"name": "NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-net", "admin_state_up": true}}' 2018-11-25 08:23:20,566 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-8328ecc5-e036-4adc-81b9-f9fee72f4356 Date: Sun, 25 Nov 2018 08:23:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"26e128e9-d9f9-4a07-897e-b81e3e25c3ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:20Z","is_default":false,"provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:20Z","mtu":1450}} 2018-11-25 08:23:20,566 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-8328ecc5-e036-4adc-81b9-f9fee72f4356 2018-11-25 08:23:20,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=26e128e9-d9f9-4a07-897e-b81e3e25c3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:20,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4617996e-b422-4acd-a607-739e93caa9cc Date: Sun, 25 Nov 2018 08:23:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"26e128e9-d9f9-4a07-897e-b81e3e25c3ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:20Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:20Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:20,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=26e128e9-d9f9-4a07-897e-b81e3e25c3ba used request id req-4617996e-b422-4acd-a607-739e93caa9cc 2018-11-25 08:23:20,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=26e128e9-d9f9-4a07-897e-b81e3e25c3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:20,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a8e95fe1-cbe4-44fc-9de1-d489808e4779 Date: Sun, 25 Nov 2018 08:23:20 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:23:20,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=26e128e9-d9f9-4a07-897e-b81e3e25c3ba used request id req-a8e95fe1-cbe4-44fc-9de1-d489808e4779 2018-11-25 08:23:20,995 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-subnet 2018-11-25 08:23:20,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" -d '{"subnets": [{"ip_version": 4, "network_id": "26e128e9-d9f9-4a07-897e-b81e3e25c3ba", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-subnet"}]}' 2018-11-25 08:23:21,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ff9e1b3c-0e86-47f2-88ad-5f3a7d6d801c Date: Sun, 25 Nov 2018 08:23:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26e128e9-d9f9-4a07-897e-b81e3e25c3ba","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:21Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-subnet"}]} 2018-11-25 08:23:21,631 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ff9e1b3c-0e86-47f2-88ad-5f3a7d6d801c 2018-11-25 08:23:21,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=26e128e9-d9f9-4a07-897e-b81e3e25c3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:21,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e25c5aa9-7023-4a7f-8385-b6d90af86494 Date: Sun, 25 Nov 2018 08:23:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"26e128e9-d9f9-4a07-897e-b81e3e25c3ba","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:21Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:20Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:21,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=26e128e9-d9f9-4a07-897e-b81e3e25c3ba used request id req-e25c5aa9-7023-4a7f-8385-b6d90af86494 2018-11-25 08:23:21,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=26e128e9-d9f9-4a07-897e-b81e3e25c3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:22,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9fb109f0-9ba5-4962-956b-cf17a6d0511d Date: Sun, 25 Nov 2018 08:23:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26e128e9-d9f9-4a07-897e-b81e3e25c3ba","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-subnet"}]} 2018-11-25 08:23:22,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=26e128e9-d9f9-4a07-897e-b81e3e25c3ba used request id req-9fb109f0-9ba5-4962-956b-cf17a6d0511d 2018-11-25 08:23:22,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:22,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ed9dc429-7732-4868-be36-010fc7e0d3a5 Date: Sun, 25 Nov 2018 08:23:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"26e128e9-d9f9-4a07-897e-b81e3e25c3ba","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:21Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:20Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:22,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-net used request id req-ed9dc429-7732-4868-be36-010fc7e0d3a5 2018-11-25 08:23:22,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:23:22,386 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:23:22,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:22,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d639d9e-d934-4fb6-9d1e-e81c965b2d8d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:23:22,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-6d639d9e-d934-4fb6-9d1e-e81c965b2d8d 2018-11-25 08:23:22,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=26e128e9-d9f9-4a07-897e-b81e3e25c3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:22,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1da83aeb-5a34-4e64-9e10-decd265f07d2 Date: Sun, 25 Nov 2018 08:23:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26e128e9-d9f9-4a07-897e-b81e3e25c3ba","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-subnet"}]} 2018-11-25 08:23:22,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=26e128e9-d9f9-4a07-897e-b81e3e25c3ba used request id req-1da83aeb-5a34-4e64-9e10-decd265f07d2 2018-11-25 08:23:22,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:23:22,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:23:23,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:23:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["WfMLJfXPTOWyBOwPErIzmA"], "issued_at": "2018-11-25T08:23:23.000000Z"}} 2018-11-25 08:23:23,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b236b253261ac6f035820499b709dd6e1551d952" 2018-11-25 08:23:23,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b403fa11-c6e6-41d9-84f5-a3480d595b79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:23:23,177 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b403fa11-c6e6-41d9-84f5-a3480d595b79 2018-11-25 08:23:23,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:23,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bee7b18d-66d7-40da-887a-3ee848b561d6 Date: Sun, 25 Nov 2018 08:23:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:23:23,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-bee7b18d-66d7-40da-887a-3ee848b561d6 2018-11-25 08:23:23,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:23,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4ecfce43-5e24-4f0e-b0b5-c087542a5f9e Date: Sun, 25 Nov 2018 08:23:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:23:23,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-4ecfce43-5e24-4f0e-b0b5-c087542a5f9e 2018-11-25 08:23:23,620 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-router 2018-11-25 08:23:23,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}, "name": "NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-router", "admin_state_up": true}}' 2018-11-25 08:23:24,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-400484b4-0848-4e2f-91a9-deb7f07c78bb Date: Sun, 25 Nov 2018 08:23:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:24Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "8deaaba7-b368-4e80-b42e-43f9dfca4823", "name": "NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-router"}} 2018-11-25 08:23:24,682 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-400484b4-0848-4e2f-91a9-deb7f07c78bb 2018-11-25 08:23:24,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=8deaaba7-b368-4e80-b42e-43f9dfca4823 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:24,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-7f0da75f-dbf2-41f6-a896-b4ba7f3472bc Date: Sun, 25 Nov 2018 08:23:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:24Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.202"}],"id":"60497085-c3d9-4f76-882f-893947f41d4a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d4:0e:51","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8deaaba7-b368-4e80-b42e-43f9dfca4823","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:24Z","binding:vnic_type":"normal"}]} 2018-11-25 08:23:24,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=8deaaba7-b368-4e80-b42e-43f9dfca4823 used request id req-7f0da75f-dbf2-41f6-a896-b4ba7f3472bc 2018-11-25 08:23:24,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:24,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-35531497-1707-4b87-805d-6d9f7031d456 Date: Sun, 25 Nov 2018 08:23:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:23:24,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-35531497-1707-4b87-805d-6d9f7031d456 2018-11-25 08:23:24,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:25,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-235f25de-2b7e-433a-b6a2-6fff7264cead Date: Sun, 25 Nov 2018 08:23:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:24Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "8deaaba7-b368-4e80-b42e-43f9dfca4823", "name": "NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-router"}]} 2018-11-25 08:23:25,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-router used request id req-235f25de-2b7e-433a-b6a2-6fff7264cead 2018-11-25 08:23:25,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:25,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49c412c3-3a7a-4494-b7a2-71e6c0c32140 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:23:25,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-49c412c3-3a7a-4494-b7a2-71e6c0c32140 2018-11-25 08:23:25,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=8deaaba7-b368-4e80-b42e-43f9dfca4823 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:25,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-98aef648-f420-40f6-bb1d-c363d33a96d2 Date: Sun, 25 Nov 2018 08:23:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:24Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.202"}],"id":"60497085-c3d9-4f76-882f-893947f41d4a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d4:0e:51","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8deaaba7-b368-4e80-b42e-43f9dfca4823","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:24Z","binding:vnic_type":"normal"}]} 2018-11-25 08:23:25,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=8deaaba7-b368-4e80-b42e-43f9dfca4823 used request id req-98aef648-f420-40f6-bb1d-c363d33a96d2 2018-11-25 08:23:25,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:25,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fcfd02b2-6db2-46bf-bf43-dface6f750af Date: Sun, 25 Nov 2018 08:23:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:23:25,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-fcfd02b2-6db2-46bf-bf43-dface6f750af 2018-11-25 08:23:25,386 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-subnet 2018-11-25 08:23:25,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:27,384 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a22b48b4-5e92-4fa2-8b03-791fb467e6e3 Date: Sun, 25 Nov 2018 08:23:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:27,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1 used request id req-a22b48b4-5e92-4fa2-8b03-791fb467e6e3 2018-11-25 08:23:27,385 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-router 2018-11-25 08:23:27,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/8deaaba7-b368-4e80-b42e-43f9dfca4823/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" -d '{"subnet_id": "724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1"}' 2018-11-25 08:23:27,764 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-66a93c1b-30b2-4f1c-a66c-8beadc1a9520 Date: Sun, 25 Nov 2018 08:23:27 GMT RESP BODY: {"NeutronError": {"message": "Subnet 724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-25 08:23:27,764 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8deaaba7-b368-4e80-b42e-43f9dfca4823/add_router_interface used request id req-66a93c1b-30b2-4f1c-a66c-8beadc1a9520 2018-11-25 08:23:27,765 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-25 08:23:27,765 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-router 2018-11-25 08:23:27,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/8deaaba7-b368-4e80-b42e-43f9dfca4823 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:29,050 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9aab75d2-7621-45a5-9c56-5d0cce5f1de4 Content-Length: 0 Date: Sun, 25 Nov 2018 08:23:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:29,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8deaaba7-b368-4e80-b42e-43f9dfca4823 used request id req-9aab75d2-7621-45a5-9c56-5d0cce5f1de4 2018-11-25 08:23:29,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:29,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7c71a888-130b-44dc-91a1-4f7f02ad5cd9 Date: Sun, 25 Nov 2018 08:23:29 GMT RESP BODY: {"routers": []} 2018-11-25 08:23:29,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-router used request id req-7c71a888-130b-44dc-91a1-4f7f02ad5cd9 2018-11-25 08:23:29,116 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-subnet 2018-11-25 08:23:29,116 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-subnet 2018-11-25 08:23:29,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:29,154 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-f9a31d3c-6642-4e64-81d1-53cf2b294622 Date: Sun, 25 Nov 2018 08:23:29 GMT RESP BODY: {"NeutronError": {"message": "Subnet 724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-25 08:23:29,154 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1 used request id req-f9a31d3c-6642-4e64-81d1-53cf2b294622 2018-11-25 08:23:29,155 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 724babe2-2b9f-4ffe-b6ad-4f92c1d6c2b1 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-25 08:23:29,155 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b6ada7d3-5024-41a6-8195-78440d5072ab-pub-net 2018-11-25 08:23:29,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/26e128e9-d9f9-4a07-897e-b81e3e25c3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4117fdba378352bf77a36e0ad49cab202b9aef0" 2018-11-25 08:23:29,930 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-29c3b821-f5fb-433b-b392-68b50455f7db Date: Sun, 25 Nov 2018 08:23:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:29,930 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/26e128e9-d9f9-4a07-897e-b81e3e25c3ba used request id req-29c3b821-f5fb-433b-b392-68b50455f7db 2018-11-25 08:23:29,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:23:30,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:23:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["KZvjJaEmQW2Nq68ynH0GoQ"], "issued_at": "2018-11-25T08:23:30.000000Z"}} 2018-11-25 08:23:30,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:30,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e00a4722-5b1d-4eb8-ad5e-9944094ab5fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:23:30,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e00a4722-5b1d-4eb8-ad5e-9944094ab5fc 2018-11-25 08:23:30,404 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-net 2018-11-25 08:23:30,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" -d '{"network": {"name": "NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-net", "admin_state_up": true}}' 2018-11-25 08:23:30,834 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-f78c26b6-90f9-44fa-ab47-9da38cd2ca70 Date: Sun, 25 Nov 2018 08:23:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1e565343-f371-4351-98b6-0fd8c8ca5cd0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:30Z","is_default":false,"provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:30Z","mtu":1450}} 2018-11-25 08:23:30,834 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f78c26b6-90f9-44fa-ab47-9da38cd2ca70 2018-11-25 08:23:30,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1e565343-f371-4351-98b6-0fd8c8ca5cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:31,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-567e968f-b6f4-4a81-850c-ae73a81c66ea Date: Sun, 25 Nov 2018 08:23:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1e565343-f371-4351-98b6-0fd8c8ca5cd0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:30Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:30Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:31,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1e565343-f371-4351-98b6-0fd8c8ca5cd0 used request id req-567e968f-b6f4-4a81-850c-ae73a81c66ea 2018-11-25 08:23:31,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1e565343-f371-4351-98b6-0fd8c8ca5cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:31,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-778135d0-6d63-4c95-95f5-42a9e227e8f9 Date: Sun, 25 Nov 2018 08:23:31 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:23:31,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1e565343-f371-4351-98b6-0fd8c8ca5cd0 used request id req-778135d0-6d63-4c95-95f5-42a9e227e8f9 2018-11-25 08:23:31,281 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-subnet 2018-11-25 08:23:31,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" -d '{"subnets": [{"ip_version": 4, "network_id": "1e565343-f371-4351-98b6-0fd8c8ca5cd0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-subnet"}]}' 2018-11-25 08:23:31,936 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a8862e72-433c-4184-91a8-9cc1e0bd65fe Date: Sun, 25 Nov 2018 08:23:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e565343-f371-4351-98b6-0fd8c8ca5cd0","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:31Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:31Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"b6ebf993-5066-415f-9260-158039bf1d97","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-subnet"}]} 2018-11-25 08:23:31,936 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-a8862e72-433c-4184-91a8-9cc1e0bd65fe 2018-11-25 08:23:31,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1e565343-f371-4351-98b6-0fd8c8ca5cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:32,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b0061300-d92c-4768-891b-efa68f439763 Date: Sun, 25 Nov 2018 08:23:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e565343-f371-4351-98b6-0fd8c8ca5cd0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["b6ebf993-5066-415f-9260-158039bf1d97"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:31Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:30Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:32,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1e565343-f371-4351-98b6-0fd8c8ca5cd0 used request id req-b0061300-d92c-4768-891b-efa68f439763 2018-11-25 08:23:32,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1e565343-f371-4351-98b6-0fd8c8ca5cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:32,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-03e12958-3598-4926-adf9-a8ba1e65d20d Date: Sun, 25 Nov 2018 08:23:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e565343-f371-4351-98b6-0fd8c8ca5cd0","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:31Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"b6ebf993-5066-415f-9260-158039bf1d97","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-subnet"}]} 2018-11-25 08:23:32,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1e565343-f371-4351-98b6-0fd8c8ca5cd0 used request id req-03e12958-3598-4926-adf9-a8ba1e65d20d 2018-11-25 08:23:32,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:32,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-265490b1-505a-48bb-a13b-52683463ef1c Date: Sun, 25 Nov 2018 08:23:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e565343-f371-4351-98b6-0fd8c8ca5cd0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["b6ebf993-5066-415f-9260-158039bf1d97"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:31Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:30Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:32,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-net used request id req-265490b1-505a-48bb-a13b-52683463ef1c 2018-11-25 08:23:32,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:23:32,707 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:23:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:23:32,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:32,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30562507-876a-4325-a09c-5275ab713345 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:23:32,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-30562507-876a-4325-a09c-5275ab713345 2018-11-25 08:23:32,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1e565343-f371-4351-98b6-0fd8c8ca5cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:33,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a90d02b2-c649-4179-a92b-ab1a13d3135c Date: Sun, 25 Nov 2018 08:23:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e565343-f371-4351-98b6-0fd8c8ca5cd0","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:31Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"b6ebf993-5066-415f-9260-158039bf1d97","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-subnet"}]} 2018-11-25 08:23:33,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1e565343-f371-4351-98b6-0fd8c8ca5cd0 used request id req-a90d02b2-c649-4179-a92b-ab1a13d3135c 2018-11-25 08:23:33,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1e565343-f371-4351-98b6-0fd8c8ca5cd0&name=NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:33,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-12c35877-f807-450d-9ade-e2da57a06ee6 Date: Sun, 25 Nov 2018 08:23:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e565343-f371-4351-98b6-0fd8c8ca5cd0","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:31Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"b6ebf993-5066-415f-9260-158039bf1d97","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-subnet"}]} 2018-11-25 08:23:33,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1e565343-f371-4351-98b6-0fd8c8ca5cd0&name=NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-subnet used request id req-12c35877-f807-450d-9ade-e2da57a06ee6 2018-11-25 08:23:33,263 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-subnet 2018-11-25 08:23:33,263 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-subnet 2018-11-25 08:23:33,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/b6ebf993-5066-415f-9260-158039bf1d97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:35,097 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de6877ce-19aa-4707-a4b6-4d60c54cf623 Date: Sun, 25 Nov 2018 08:23:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:35,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b6ebf993-5066-415f-9260-158039bf1d97 used request id req-de6877ce-19aa-4707-a4b6-4d60c54cf623 2018-11-25 08:23:35,098 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-cfb8800f-2607-4e5a-a225-5305c31e4e1f-pub-net 2018-11-25 08:23:35,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/1e565343-f371-4351-98b6-0fd8c8ca5cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f24ffcfcd6fa03ebcb4866edaa96951ceb558a" 2018-11-25 08:23:36,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4df24e0a-8fc0-4a81-a693-63e4ecd1a459 Date: Sun, 25 Nov 2018 08:23:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:36,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1e565343-f371-4351-98b6-0fd8c8ca5cd0 used request id req-4df24e0a-8fc0-4a81-a693-63e4ecd1a459 2018-11-25 08:23:36,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:23:37,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["2uyxzp7DRHStx0Lrb5yz9w"], "issued_at": "2018-11-25T08:23:37.000000Z"}} 2018-11-25 08:23:37,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:37,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4525b4bb-d33d-4a31-8aed-edff50f10d43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:23:37,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4525b4bb-d33d-4a31-8aed-edff50f10d43 2018-11-25 08:23:37,213 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-net 2018-11-25 08:23:37,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" -d '{"network": {"name": "NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-net", "admin_state_up": true}}' 2018-11-25 08:23:37,668 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1deeb61d-8c1f-42eb-8784-f3d3c69fd068 Date: Sun, 25 Nov 2018 08:23:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"92d08960-f341-4b76-8a4a-59db4b29b5ac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:37Z","is_default":false,"provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:37Z","mtu":1450}} 2018-11-25 08:23:37,668 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-1deeb61d-8c1f-42eb-8784-f3d3c69fd068 2018-11-25 08:23:37,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=92d08960-f341-4b76-8a4a-59db4b29b5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:37,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-cc4de743-e48b-4f0e-8ac7-ae9ecae60beb Date: Sun, 25 Nov 2018 08:23:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92d08960-f341-4b76-8a4a-59db4b29b5ac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:37Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:37Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:37,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=92d08960-f341-4b76-8a4a-59db4b29b5ac used request id req-cc4de743-e48b-4f0e-8ac7-ae9ecae60beb 2018-11-25 08:23:37,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=92d08960-f341-4b76-8a4a-59db4b29b5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:38,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-47753813-9817-41af-aec2-2a59f5b3fa70 Date: Sun, 25 Nov 2018 08:23:38 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:23:38,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=92d08960-f341-4b76-8a4a-59db4b29b5ac used request id req-47753813-9817-41af-aec2-2a59f5b3fa70 2018-11-25 08:23:38,104 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-subnet 2018-11-25 08:23:38,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" -d '{"subnets": [{"ip_version": 4, "network_id": "92d08960-f341-4b76-8a4a-59db4b29b5ac", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-subnet"}]}' 2018-11-25 08:23:38,618 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7ce5191c-a2e4-496d-850e-d2730227490b Date: Sun, 25 Nov 2018 08:23:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92d08960-f341-4b76-8a4a-59db4b29b5ac","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:38Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:38Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"2208d35e-f5c2-4c08-9b3a-12cab21dab33","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-subnet"}]} 2018-11-25 08:23:38,618 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-7ce5191c-a2e4-496d-850e-d2730227490b 2018-11-25 08:23:38,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=92d08960-f341-4b76-8a4a-59db4b29b5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:38,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2e6da662-4571-40d7-94cc-946080d34260 Date: Sun, 25 Nov 2018 08:23:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"92d08960-f341-4b76-8a4a-59db4b29b5ac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["2208d35e-f5c2-4c08-9b3a-12cab21dab33"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:38Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:37Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:38,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=92d08960-f341-4b76-8a4a-59db4b29b5ac used request id req-2e6da662-4571-40d7-94cc-946080d34260 2018-11-25 08:23:38,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=92d08960-f341-4b76-8a4a-59db4b29b5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:39,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-24e201e4-139d-469a-bcc6-2e0ec221b8ca Date: Sun, 25 Nov 2018 08:23:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92d08960-f341-4b76-8a4a-59db4b29b5ac","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:38Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"2208d35e-f5c2-4c08-9b3a-12cab21dab33","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-subnet"}]} 2018-11-25 08:23:39,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=92d08960-f341-4b76-8a4a-59db4b29b5ac used request id req-24e201e4-139d-469a-bcc6-2e0ec221b8ca 2018-11-25 08:23:39,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:39,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6f265322-4e7c-4d35-80e6-17afab8d4e82 Date: Sun, 25 Nov 2018 08:23:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"92d08960-f341-4b76-8a4a-59db4b29b5ac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["2208d35e-f5c2-4c08-9b3a-12cab21dab33"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:38Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:37Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:39,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-net used request id req-6f265322-4e7c-4d35-80e6-17afab8d4e82 2018-11-25 08:23:39,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:23:39,430 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:23:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:23:39,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:39,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba53583c-651d-4a7c-b78e-f931b7a313a6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:23:39,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-ba53583c-651d-4a7c-b78e-f931b7a313a6 2018-11-25 08:23:39,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=92d08960-f341-4b76-8a4a-59db4b29b5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:39,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7772d1f0-8970-4e55-ae36-c88961c32233 Date: Sun, 25 Nov 2018 08:23:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92d08960-f341-4b76-8a4a-59db4b29b5ac","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:38Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"2208d35e-f5c2-4c08-9b3a-12cab21dab33","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-subnet"}]} 2018-11-25 08:23:39,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=92d08960-f341-4b76-8a4a-59db4b29b5ac used request id req-7772d1f0-8970-4e55-ae36-c88961c32233 2018-11-25 08:23:39,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:23:39,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:23:40,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["CWXg9_RUS_qHK-1ym0UW5g"], "issued_at": "2018-11-25T08:23:40.000000Z"}} 2018-11-25 08:23:40,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5df520172ad278f99fecc55ba12ee88324cb7ce" 2018-11-25 08:23:40,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a021200-5745-4768-8ddc-1534d5a5840e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:23:40,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6a021200-5745-4768-8ddc-1534d5a5840e 2018-11-25 08:23:40,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:40,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6a14bede-9bbd-433e-bc22-2699eff51030 Date: Sun, 25 Nov 2018 08:23:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:23:40,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-6a14bede-9bbd-433e-bc22-2699eff51030 2018-11-25 08:23:40,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:40,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5ce62ecc-3935-4039-b80d-86d5838f3ed2 Date: Sun, 25 Nov 2018 08:23:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:23:40,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-5ce62ecc-3935-4039-b80d-86d5838f3ed2 2018-11-25 08:23:40,535 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-router 2018-11-25 08:23:40,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}, "name": "NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-router", "admin_state_up": true}}' 2018-11-25 08:23:41,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-c09297ad-1e71-4b85-adf1-8fc0fca18800 Date: Sun, 25 Nov 2018 08:23:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:41Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "8b2219f2-77e8-474d-8c85-ed53c815c052", "name": "NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-router"}} 2018-11-25 08:23:41,652 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-c09297ad-1e71-4b85-adf1-8fc0fca18800 2018-11-25 08:23:41,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=8b2219f2-77e8-474d-8c85-ed53c815c052 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:41,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-948f8fc4-4cad-460e-81d3-2f8af89128bb Date: Sun, 25 Nov 2018 08:23:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.209"}],"id":"2b40e87a-386d-4b66-a0b0-e89015d22d00","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3d:fa:8b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8b2219f2-77e8-474d-8c85-ed53c815c052","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:41Z","binding:vnic_type":"normal"}]} 2018-11-25 08:23:41,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=8b2219f2-77e8-474d-8c85-ed53c815c052 used request id req-948f8fc4-4cad-460e-81d3-2f8af89128bb 2018-11-25 08:23:41,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:41,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fc4a856a-276d-4793-8815-4c0915ecc979 Date: Sun, 25 Nov 2018 08:23:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:23:41,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-fc4a856a-276d-4793-8815-4c0915ecc979 2018-11-25 08:23:41,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:42,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b5520568-2325-4084-be21-58b9af821f25 Date: Sun, 25 Nov 2018 08:23:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:41Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "8b2219f2-77e8-474d-8c85-ed53c815c052", "name": "NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-router"}]} 2018-11-25 08:23:42,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-router used request id req-b5520568-2325-4084-be21-58b9af821f25 2018-11-25 08:23:42,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:42,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d150cb0-b01a-4550-8173-fb9eaed4d45d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:23:42,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-4d150cb0-b01a-4550-8173-fb9eaed4d45d 2018-11-25 08:23:42,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=8b2219f2-77e8-474d-8c85-ed53c815c052 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:42,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-9a547da6-afc3-4a22-a55a-0596b34fa6d8 Date: Sun, 25 Nov 2018 08:23:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.209"}],"id":"2b40e87a-386d-4b66-a0b0-e89015d22d00","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3d:fa:8b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8b2219f2-77e8-474d-8c85-ed53c815c052","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:41Z","binding:vnic_type":"normal"}]} 2018-11-25 08:23:42,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=8b2219f2-77e8-474d-8c85-ed53c815c052 used request id req-9a547da6-afc3-4a22-a55a-0596b34fa6d8 2018-11-25 08:23:42,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:42,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b7f2e1b7-65cb-4dd8-87a1-ecad00399d84 Date: Sun, 25 Nov 2018 08:23:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:23:42,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-b7f2e1b7-65cb-4dd8-87a1-ecad00399d84 2018-11-25 08:23:42,394 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-router 2018-11-25 08:23:42,395 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-router 2018-11-25 08:23:42,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/8b2219f2-77e8-474d-8c85-ed53c815c052 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:43,506 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e4161487-a8f8-4941-ada0-19c2849d07a0 Content-Length: 0 Date: Sun, 25 Nov 2018 08:23:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:43,507 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8b2219f2-77e8-474d-8c85-ed53c815c052 used request id req-e4161487-a8f8-4941-ada0-19c2849d07a0 2018-11-25 08:23:43,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:43,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dbee5cf5-32b7-4ee0-8112-24c89d69d2b1 Date: Sun, 25 Nov 2018 08:23:43 GMT RESP BODY: {"routers": []} 2018-11-25 08:23:43,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-router used request id req-dbee5cf5-32b7-4ee0-8112-24c89d69d2b1 2018-11-25 08:23:43,569 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-subnet 2018-11-25 08:23:43,569 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-subnet 2018-11-25 08:23:43,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/2208d35e-f5c2-4c08-9b3a-12cab21dab33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:45,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a80ef094-2ca7-4e80-856c-ef95fed4adfe Date: Sun, 25 Nov 2018 08:23:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:45,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/2208d35e-f5c2-4c08-9b3a-12cab21dab33 used request id req-a80ef094-2ca7-4e80-856c-ef95fed4adfe 2018-11-25 08:23:45,919 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6f8c2d50-542f-4107-85a0-c9afc3f4f00e-pub-net 2018-11-25 08:23:45,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/92d08960-f341-4b76-8a4a-59db4b29b5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5beb69b75323b37a8dc65e1a59d03133493089" 2018-11-25 08:23:47,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bda65d82-6d10-47dc-af50-62d7f1ad4806 Date: Sun, 25 Nov 2018 08:23:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:47,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/92d08960-f341-4b76-8a4a-59db4b29b5ac used request id req-bda65d82-6d10-47dc-af50-62d7f1ad4806 2018-11-25 08:23:47,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:23:47,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:23:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["uT6aNpYKR9KP-r3zGMUI_Q"], "issued_at": "2018-11-25T08:23:47.000000Z"}} 2018-11-25 08:23:47,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:47,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6a5f471-e9c6-47ae-a7d1-9b135b0db597 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:23:47,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b6a5f471-e9c6-47ae-a7d1-9b135b0db597 2018-11-25 08:23:47,790 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net 2018-11-25 08:23:47,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" -d '{"network": {"name": "NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net", "admin_state_up": true}}' 2018-11-25 08:23:48,427 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-491c15c1-4fc4-46e8-9c4b-cf0b77ce889c Date: Sun, 25 Nov 2018 08:23:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:48Z","is_default":false,"provider:segmentation_id":53,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:48Z","mtu":1450}} 2018-11-25 08:23:48,427 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-491c15c1-4fc4-46e8-9c4b-cf0b77ce889c 2018-11-25 08:23:48,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=08baefb1-70a4-4f86-8763-9c868a0c31a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:48,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b81a8d85-518d-4464-b691-ecb3632a1362 Date: Sun, 25 Nov 2018 08:23:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:48Z","provider:segmentation_id":53,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:48Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:48,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=08baefb1-70a4-4f86-8763-9c868a0c31a1 used request id req-b81a8d85-518d-4464-b691-ecb3632a1362 2018-11-25 08:23:48,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:48,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2e93a4a9-23a1-416e-aefd-a4f14166eee5 Date: Sun, 25 Nov 2018 08:23:48 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:23:48,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1 used request id req-2e93a4a9-23a1-416e-aefd-a4f14166eee5 2018-11-25 08:23:48,854 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet 2018-11-25 08:23:48,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" -d '{"subnets": [{"ip_version": 4, "network_id": "08baefb1-70a4-4f86-8763-9c868a0c31a1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet"}]}' 2018-11-25 08:23:49,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-811475ac-99b1-4ffc-bbe2-c06705bbe45e Date: Sun, 25 Nov 2018 08:23:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:49Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:49Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"af8805b4-0083-4e25-9de8-05385c383c95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet"}]} 2018-11-25 08:23:49,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-811475ac-99b1-4ffc-bbe2-c06705bbe45e 2018-11-25 08:23:49,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=08baefb1-70a4-4f86-8763-9c868a0c31a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:49,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-16fa4965-71bf-4e2b-b814-decced0d9d96 Date: Sun, 25 Nov 2018 08:23:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["af8805b4-0083-4e25-9de8-05385c383c95"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:49Z","provider:segmentation_id":53,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:48Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:49,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=08baefb1-70a4-4f86-8763-9c868a0c31a1 used request id req-16fa4965-71bf-4e2b-b814-decced0d9d96 2018-11-25 08:23:49,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:49,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3b233830-9105-4ea9-840a-7a3701ffffe9 Date: Sun, 25 Nov 2018 08:23:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:49Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"af8805b4-0083-4e25-9de8-05385c383c95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet"}]} 2018-11-25 08:23:49,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1 used request id req-3b233830-9105-4ea9-840a-7a3701ffffe9 2018-11-25 08:23:49,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:50,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-002c29bc-f21f-4f44-a2f9-bfdf3c05c548 Date: Sun, 25 Nov 2018 08:23:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["af8805b4-0083-4e25-9de8-05385c383c95"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:49Z","provider:segmentation_id":53,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:48Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:50,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net used request id req-002c29bc-f21f-4f44-a2f9-bfdf3c05c548 2018-11-25 08:23:50,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:23:50,078 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:23:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:23:50,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:50,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2064c331-2f09-42a3-8f10-1c3ee306a48e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:23:50,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-2064c331-2f09-42a3-8f10-1c3ee306a48e 2018-11-25 08:23:50,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:50,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c3578cdc-9aed-4837-8402-5cd1b3c3a3dd Date: Sun, 25 Nov 2018 08:23:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:49Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"af8805b4-0083-4e25-9de8-05385c383c95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet"}]} 2018-11-25 08:23:50,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1 used request id req-c3578cdc-9aed-4837-8402-5cd1b3c3a3dd 2018-11-25 08:23:50,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1&name=NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:50,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b92f4396-8a9b-4add-b686-31ac0e989f49 Date: Sun, 25 Nov 2018 08:23:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:49Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"af8805b4-0083-4e25-9de8-05385c383c95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet"}]} 2018-11-25 08:23:50,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1&name=NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet used request id req-b92f4396-8a9b-4add-b686-31ac0e989f49 2018-11-25 08:23:50,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:23:50,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:23:50,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:23:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["gdJIkUYzQM-Z0CiNV79R_Q"], "issued_at": "2018-11-25T08:23:50.000000Z"}} 2018-11-25 08:23:50,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78df2fef87c8075bd788cc930d2380990ad4e988" 2018-11-25 08:23:51,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bee8bf6e-a66d-4818-b794-575215188135 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:23:51,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bee8bf6e-a66d-4818-b794-575215188135 2018-11-25 08:23:51,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:51,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3160a99c-2f36-453c-a76e-039071c73076 Date: Sun, 25 Nov 2018 08:23:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["af8805b4-0083-4e25-9de8-05385c383c95"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:49Z","provider:segmentation_id":53,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:48Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:51,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net used request id req-3160a99c-2f36-453c-a76e-039071c73076 2018-11-25 08:23:51,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:51,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c959ba8c-f9fd-4ecf-bf33-03dfc5676448 Date: Sun, 25 Nov 2018 08:23:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:49Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"af8805b4-0083-4e25-9de8-05385c383c95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet"}]} 2018-11-25 08:23:51,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1 used request id req-c959ba8c-f9fd-4ecf-bf33-03dfc5676448 2018-11-25 08:23:51,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:51,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b5314f00-ad5e-4e21-b1a4-cf809f67e5ae Date: Sun, 25 Nov 2018 08:23:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["af8805b4-0083-4e25-9de8-05385c383c95"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:49Z","provider:segmentation_id":53,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:48Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:51,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net used request id req-b5314f00-ad5e-4e21-b1a4-cf809f67e5ae 2018-11-25 08:23:51,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:23:51,699 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:23:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:23:51,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78df2fef87c8075bd788cc930d2380990ad4e988" 2018-11-25 08:23:51,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb2ae5f3-4c60-4164-a19d-16b15cd770b5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:23:51,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-cb2ae5f3-4c60-4164-a19d-16b15cd770b5 2018-11-25 08:23:51,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:51,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f3963352-3c57-406c-8863-ab091b752441 Date: Sun, 25 Nov 2018 08:23:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:49Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"af8805b4-0083-4e25-9de8-05385c383c95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet"}]} 2018-11-25 08:23:51,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1 used request id req-f3963352-3c57-406c-8863-ab091b752441 2018-11-25 08:23:51,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1&name=NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:52,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6c062a99-dc28-4796-acc4-bd4824eddf22 Date: Sun, 25 Nov 2018 08:23:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:49Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"af8805b4-0083-4e25-9de8-05385c383c95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet"}]} 2018-11-25 08:23:52,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=08baefb1-70a4-4f86-8763-9c868a0c31a1&name=NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet used request id req-6c062a99-dc28-4796-acc4-bd4824eddf22 2018-11-25 08:23:52,038 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net 2018-11-25 08:23:52,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" -d '{"port": {"network_id": "08baefb1-70a4-4f86-8763-9c868a0c31a1", "fixed_ips": [{"subnet_id": "af8805b4-0083-4e25-9de8-05385c383c95", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-port", "admin_state_up": true}}' 2018-11-25 08:23:52,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-9d84a8da-4c55-474f-a322-b9c470db86a2 Date: Sun, 25 Nov 2018 08:23:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:52Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"af8805b4-0083-4e25-9de8-05385c383c95","ip_address":"10.55.1.100"}],"id":"971025c0-d29d-43ce-8e71-6848fe3dc0dc","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:cc:76","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-port","admin_state_up":true,"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:52Z","binding:vnic_type":"normal"}} 2018-11-25 08:23:52,757 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-9d84a8da-4c55-474f-a322-b9c470db86a2 2018-11-25 08:23:52,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:52,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4930 X-Openstack-Request-Id: req-de929ec0-df0a-416c-9883-42bca511d271 Date: Sun, 25 Nov 2018 08:23:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:07Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.200"}],"id":"34684973-3469-472d-8158-7c948f95ae1c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d5:9b:f1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d4bd0261-70a8-424c-b9c8-faf7e34aca57","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:08Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.210"}],"id":"6cc5ecef-5bba-4212-b40b-1400b1538c72","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7b:b4:ce","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4741c3cd-c2fa-4abb-9131-423954b76556","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"af8805b4-0083-4e25-9de8-05385c383c95","ip_address":"10.55.1.4"}],"id":"85852c35-fdb8-4809-8378-b8d48754fd1c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:23:10","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-08baefb1-70a4-4f86-8763-9c868a0c31a1","name":"","admin_state_up":true,"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:52Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"af8805b4-0083-4e25-9de8-05385c383c95","ip_address":"10.55.1.100"}],"id":"971025c0-d29d-43ce-8e71-6848fe3dc0dc","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:cc:76","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-port","admin_state_up":true,"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"af8805b4-0083-4e25-9de8-05385c383c95","ip_address":"10.55.1.3"}],"id":"d55852a1-000c-4bda-b079-ba02901cb614","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:06:5f","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-08baefb1-70a4-4f86-8763-9c868a0c31a1","name":"","admin_state_up":true,"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"af8805b4-0083-4e25-9de8-05385c383c95","ip_address":"10.55.1.2"}],"id":"ed1dfd85-28a1-4086-a007-7df4beaee576","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:f5:c7","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08baefb1-70a4-4f86-8763-9c868a0c31a1","name":"","admin_state_up":true,"network_id":"08baefb1-70a4-4f86-8763-9c868a0c31a1","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:49Z","binding:vnic_type":"normal"}]} 2018-11-25 08:23:52,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-de929ec0-df0a-416c-9883-42bca511d271 2018-11-25 08:23:52,953 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-port 2018-11-25 08:23:52,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/971025c0-d29d-43ce-8e71-6848fe3dc0dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:53,715 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e9b76a05-ac35-4654-8c73-5ea92ed05a06 Date: Sun, 25 Nov 2018 08:23:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:53,715 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/971025c0-d29d-43ce-8e71-6848fe3dc0dc used request id req-e9b76a05-ac35-4654-8c73-5ea92ed05a06 2018-11-25 08:23:53,715 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet 2018-11-25 08:23:53,715 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-subnet 2018-11-25 08:23:53,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/af8805b4-0083-4e25-9de8-05385c383c95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:56,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7bc0983a-7a26-4520-aaf1-cd0ec76444e8 Date: Sun, 25 Nov 2018 08:23:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:56,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/af8805b4-0083-4e25-9de8-05385c383c95 used request id req-7bc0983a-7a26-4520-aaf1-cd0ec76444e8 2018-11-25 08:23:56,001 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-934ebce7-40f0-4aef-9f89-c8e05db2d590-pub-net 2018-11-25 08:23:56,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/08baefb1-70a4-4f86-8763-9c868a0c31a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc436ffe185bf25a0753a30a1198d3cbfcf22a9" 2018-11-25 08:23:57,684 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c200fbc3-717a-4bb6-839d-8d58a8bf1c40 Date: Sun, 25 Nov 2018 08:23:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:23:57,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/08baefb1-70a4-4f86-8763-9c868a0c31a1 used request id req-c200fbc3-717a-4bb6-839d-8d58a8bf1c40 2018-11-25 08:23:57,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:23:58,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:23:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["65STW9WDScmb7UQqLsbxcA"], "issued_at": "2018-11-25T08:23:58.000000Z"}} 2018-11-25 08:23:58,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:23:58,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e3f43c1-cde1-49af-a5f6-89c6873017ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:23:58,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2e3f43c1-cde1-49af-a5f6-89c6873017ce 2018-11-25 08:23:58,171 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net 2018-11-25 08:23:58,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" -d '{"network": {"name": "NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net", "admin_state_up": true}}' 2018-11-25 08:23:58,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1f8c4c0e-8066-46ea-9c11-14e1ab4e5c47 Date: Sun, 25 Nov 2018 08:23:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"737318e2-7bd5-49b1-a794-56cb52025fd5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:58Z","is_default":false,"provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:58Z","mtu":1450}} 2018-11-25 08:23:58,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-1f8c4c0e-8066-46ea-9c11-14e1ab4e5c47 2018-11-25 08:23:58,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=737318e2-7bd5-49b1-a794-56cb52025fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:23:58,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-03ca87f0-b79e-4bbb-b090-7578560c4096 Date: Sun, 25 Nov 2018 08:23:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"737318e2-7bd5-49b1-a794-56cb52025fd5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:23:58Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:58Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:58,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=737318e2-7bd5-49b1-a794-56cb52025fd5 used request id req-03ca87f0-b79e-4bbb-b090-7578560c4096 2018-11-25 08:23:58,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:23:59,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a814ebe5-6b21-4fac-8611-0fa706bcbe96 Date: Sun, 25 Nov 2018 08:23:59 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:23:59,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5 used request id req-a814ebe5-6b21-4fac-8611-0fa706bcbe96 2018-11-25 08:23:59,133 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet 2018-11-25 08:23:59,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" -d '{"subnets": [{"ip_version": 4, "network_id": "737318e2-7bd5-49b1-a794-56cb52025fd5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet"}]}' 2018-11-25 08:23:59,756 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a47731d7-bb9e-4653-8cb8-e3d204aac0e6 Date: Sun, 25 Nov 2018 08:23:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:59Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:59Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"99a2b024-6950-441d-9777-2ad584d40e7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet"}]} 2018-11-25 08:23:59,757 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-a47731d7-bb9e-4653-8cb8-e3d204aac0e6 2018-11-25 08:23:59,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=737318e2-7bd5-49b1-a794-56cb52025fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:23:59,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-21afa62d-ec25-4b3b-ad6b-4d3a49ebd45b Date: Sun, 25 Nov 2018 08:23:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"737318e2-7bd5-49b1-a794-56cb52025fd5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["99a2b024-6950-441d-9777-2ad584d40e7a"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:59Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:58Z","provider:network_type":"vxlan"}]} 2018-11-25 08:23:59,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=737318e2-7bd5-49b1-a794-56cb52025fd5 used request id req-21afa62d-ec25-4b3b-ad6b-4d3a49ebd45b 2018-11-25 08:23:59,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:00,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a6e32a7b-a8c7-4135-962d-46d2c5267ec4 Date: Sun, 25 Nov 2018 08:24:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:59Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"99a2b024-6950-441d-9777-2ad584d40e7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet"}]} 2018-11-25 08:24:00,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5 used request id req-a6e32a7b-a8c7-4135-962d-46d2c5267ec4 2018-11-25 08:24:00,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:00,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a6140e77-303c-4bc5-a704-2d56a542ff0d Date: Sun, 25 Nov 2018 08:24:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"737318e2-7bd5-49b1-a794-56cb52025fd5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["99a2b024-6950-441d-9777-2ad584d40e7a"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:59Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:58Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:00,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net used request id req-a6140e77-303c-4bc5-a704-2d56a542ff0d 2018-11-25 08:24:00,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:00,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:00,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:00,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa61623-0407-496e-b8ef-09833395fd73 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:00,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-6fa61623-0407-496e-b8ef-09833395fd73 2018-11-25 08:24:00,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:00,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5f70c50a-44af-447f-aa60-e774d0721cd2 Date: Sun, 25 Nov 2018 08:24:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:59Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"99a2b024-6950-441d-9777-2ad584d40e7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet"}]} 2018-11-25 08:24:00,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5 used request id req-5f70c50a-44af-447f-aa60-e774d0721cd2 2018-11-25 08:24:00,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5&name=NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:00,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fe0abf35-8163-43f2-8484-5a2d5a3b0974 Date: Sun, 25 Nov 2018 08:24:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:59Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"99a2b024-6950-441d-9777-2ad584d40e7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet"}]} 2018-11-25 08:24:00,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5&name=NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet used request id req-fe0abf35-8163-43f2-8484-5a2d5a3b0974 2018-11-25 08:24:00,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:24:00,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:01,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["zUoSr7kQSMOcqbG_MrV85g"], "issued_at": "2018-11-25T08:24:01.000000Z"}} 2018-11-25 08:24:01,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47286eb10bff55d5ccd0aeed2018dc8b0a3bf053" 2018-11-25 08:24:01,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-788006a5-61fe-4f04-a608-c246cd56af99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:01,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-788006a5-61fe-4f04-a608-c246cd56af99 2018-11-25 08:24:01,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:01,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f8282bb7-a304-477a-8040-4e24966ff73c Date: Sun, 25 Nov 2018 08:24:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"737318e2-7bd5-49b1-a794-56cb52025fd5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["99a2b024-6950-441d-9777-2ad584d40e7a"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:59Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:58Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:01,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net used request id req-f8282bb7-a304-477a-8040-4e24966ff73c 2018-11-25 08:24:01,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:01,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d867f49d-5304-4de1-bed2-80c2dfcaab31 Date: Sun, 25 Nov 2018 08:24:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:59Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"99a2b024-6950-441d-9777-2ad584d40e7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet"}]} 2018-11-25 08:24:01,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5 used request id req-d867f49d-5304-4de1-bed2-80c2dfcaab31 2018-11-25 08:24:01,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:01,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-127bf3d1-ae58-4821-96fb-ab23ece9f66f Date: Sun, 25 Nov 2018 08:24:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"737318e2-7bd5-49b1-a794-56cb52025fd5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["99a2b024-6950-441d-9777-2ad584d40e7a"],"description":"","tags":[],"updated_at":"2018-11-25T08:23:59Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:58Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:01,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net used request id req-127bf3d1-ae58-4821-96fb-ab23ece9f66f 2018-11-25 08:24:01,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:01,650 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:01,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47286eb10bff55d5ccd0aeed2018dc8b0a3bf053" 2018-11-25 08:24:01,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2bc7bd5-9d22-4330-8c0f-a544492f7652 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:01,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-a2bc7bd5-9d22-4330-8c0f-a544492f7652 2018-11-25 08:24:01,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:01,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29f5c548-4695-425f-a01e-9f339840a223 Date: Sun, 25 Nov 2018 08:24:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:59Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"99a2b024-6950-441d-9777-2ad584d40e7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet"}]} 2018-11-25 08:24:01,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5 used request id req-29f5c548-4695-425f-a01e-9f339840a223 2018-11-25 08:24:01,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5&name=NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:01,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1d672a2f-79fb-48eb-bb74-5d28cdc90b24 Date: Sun, 25 Nov 2018 08:24:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:59Z","dns_nameservers":[],"updated_at":"2018-11-25T08:23:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"99a2b024-6950-441d-9777-2ad584d40e7a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet"}]} 2018-11-25 08:24:01,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=737318e2-7bd5-49b1-a794-56cb52025fd5&name=NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet used request id req-1d672a2f-79fb-48eb-bb74-5d28cdc90b24 2018-11-25 08:24:01,992 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net 2018-11-25 08:24:01,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" -d '{"port": {"network_id": "737318e2-7bd5-49b1-a794-56cb52025fd5", "fixed_ips": [{"subnet_id": "99a2b024-6950-441d-9777-2ad584d40e7a", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-port", "admin_state_up": true}}' 2018-11-25 08:24:02,714 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-01fc37fe-ce81-4408-8de7-4d240771e9fa Date: Sun, 25 Nov 2018 08:24:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:02Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"99a2b024-6950-441d-9777-2ad584d40e7a","ip_address":"10.55.1.100"}],"id":"77d589be-faeb-422e-be75-c93c33bd0a87","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:df:aa:c9","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-port","admin_state_up":true,"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:02Z","binding:vnic_type":"normal"}} 2018-11-25 08:24:02,714 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-01fc37fe-ce81-4408-8de7-4d240771e9fa 2018-11-25 08:24:02,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:02,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4930 X-Openstack-Request-Id: req-af67f5d6-394d-4f34-9933-0a0320a8e6b5 Date: Sun, 25 Nov 2018 08:24:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:07Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.200"}],"id":"34684973-3469-472d-8158-7c948f95ae1c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d5:9b:f1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d4bd0261-70a8-424c-b9c8-faf7e34aca57","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"99a2b024-6950-441d-9777-2ad584d40e7a","ip_address":"10.55.1.3"}],"id":"68031298-bca0-40b1-8243-804b67bbd90c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:09:9f:9f","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-737318e2-7bd5-49b1-a794-56cb52025fd5","name":"","admin_state_up":true,"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:08Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.210"}],"id":"6cc5ecef-5bba-4212-b40b-1400b1538c72","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7b:b4:ce","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4741c3cd-c2fa-4abb-9131-423954b76556","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:02Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"99a2b024-6950-441d-9777-2ad584d40e7a","ip_address":"10.55.1.100"}],"id":"77d589be-faeb-422e-be75-c93c33bd0a87","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:df:aa:c9","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-port","admin_state_up":true,"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"99a2b024-6950-441d-9777-2ad584d40e7a","ip_address":"10.55.1.2"}],"id":"e3fd12eb-3b01-489a-ae67-ea08861bb0b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:9a:2b","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-737318e2-7bd5-49b1-a794-56cb52025fd5","name":"","admin_state_up":true,"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:23:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"99a2b024-6950-441d-9777-2ad584d40e7a","ip_address":"10.55.1.4"}],"id":"f1a7a02b-5df8-409e-81aa-3835dbf82110","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:eb:a7","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-737318e2-7bd5-49b1-a794-56cb52025fd5","name":"","admin_state_up":true,"network_id":"737318e2-7bd5-49b1-a794-56cb52025fd5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:01Z","binding:vnic_type":"normal"}]} 2018-11-25 08:24:02,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-af67f5d6-394d-4f34-9933-0a0320a8e6b5 2018-11-25 08:24:02,927 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-port 2018-11-25 08:24:02,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/77d589be-faeb-422e-be75-c93c33bd0a87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:03,519 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a31c3e34-53d8-4f6b-957b-8c46a9dc899b Date: Sun, 25 Nov 2018 08:24:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:03,519 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/77d589be-faeb-422e-be75-c93c33bd0a87 used request id req-a31c3e34-53d8-4f6b-957b-8c46a9dc899b 2018-11-25 08:24:03,519 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet 2018-11-25 08:24:03,519 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-subnet 2018-11-25 08:24:03,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/99a2b024-6950-441d-9777-2ad584d40e7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:05,470 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d0b75bce-1c68-48e3-b394-8d3a265380e7 Date: Sun, 25 Nov 2018 08:24:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:05,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/99a2b024-6950-441d-9777-2ad584d40e7a used request id req-d0b75bce-1c68-48e3-b394-8d3a265380e7 2018-11-25 08:24:05,471 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-30bedf9b-695c-43f2-9a62-2964d95031f6-pub-net 2018-11-25 08:24:05,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/737318e2-7bd5-49b1-a794-56cb52025fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aa061763962ae2a8854c772c45e45cfbe325a71" 2018-11-25 08:24:07,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7ba41e0a-7bc3-4321-bb94-334914a9edb7 Date: Sun, 25 Nov 2018 08:24:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:07,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/737318e2-7bd5-49b1-a794-56cb52025fd5 used request id req-7ba41e0a-7bc3-4321-bb94-334914a9edb7 2018-11-25 08:24:07,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:07,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["-FnP92B9TYCdWaKXElQ2kg"], "issued_at": "2018-11-25T08:24:07.000000Z"}} 2018-11-25 08:24:07,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:07,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aecf5c6a-b219-4eb4-b46b-15a0179875d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:07,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aecf5c6a-b219-4eb4-b46b-15a0179875d8 2018-11-25 08:24:07,697 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net 2018-11-25 08:24:07,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" -d '{"network": {"name": "NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net", "admin_state_up": true}}' 2018-11-25 08:24:08,115 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-74f7250e-cde0-4567-89b4-d556ade5ff85 Date: Sun, 25 Nov 2018 08:24:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:24:08Z","is_default":false,"provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:07Z","mtu":1450}} 2018-11-25 08:24:08,115 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-74f7250e-cde0-4567-89b4-d556ade5ff85 2018-11-25 08:24:08,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:08,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6ffe4268-19b0-41ca-9156-c80da5a3a722 Date: Sun, 25 Nov 2018 08:24:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:24:08Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:07Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:08,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 used request id req-6ffe4268-19b0-41ca-9156-c80da5a3a722 2018-11-25 08:24:08,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:08,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5e096f28-d54e-4471-8231-47bc03ce8258 Date: Sun, 25 Nov 2018 08:24:08 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:24:08,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 used request id req-5e096f28-d54e-4471-8231-47bc03ce8258 2018-11-25 08:24:08,547 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet 2018-11-25 08:24:08,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" -d '{"subnets": [{"ip_version": 4, "network_id": "d6005c00-a7c4-49ad-85df-fbef91c5f5e8", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet"}]}' 2018-11-25 08:24:09,115 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-41bc947b-199d-47fd-aad8-a44aa381359d Date: Sun, 25 Nov 2018 08:24:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:08Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:08Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"55209230-cc01-4c51-917f-1764b9831994","subnetpool_id":null,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet"}]} 2018-11-25 08:24:09,115 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-41bc947b-199d-47fd-aad8-a44aa381359d 2018-11-25 08:24:09,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:09,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c1236c0a-3502-4a94-ac95-76e8418728af Date: Sun, 25 Nov 2018 08:24:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["55209230-cc01-4c51-917f-1764b9831994"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:08Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:07Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:09,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 used request id req-c1236c0a-3502-4a94-ac95-76e8418728af 2018-11-25 08:24:09,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:09,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d81354dd-cabd-4c33-9a43-a7081b075a3e Date: Sun, 25 Nov 2018 08:24:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:08Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"55209230-cc01-4c51-917f-1764b9831994","subnetpool_id":null,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet"}]} 2018-11-25 08:24:09,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 used request id req-d81354dd-cabd-4c33-9a43-a7081b075a3e 2018-11-25 08:24:09,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:09,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f04ca0e6-a999-4863-8bdf-e6a2889a31cb Date: Sun, 25 Nov 2018 08:24:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["55209230-cc01-4c51-917f-1764b9831994"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:08Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:07Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:09,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net used request id req-f04ca0e6-a999-4863-8bdf-e6a2889a31cb 2018-11-25 08:24:09,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:09,693 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:09,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:09,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f22c15b2-493f-4367-ab28-981a1ffbc2e2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:09,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-f22c15b2-493f-4367-ab28-981a1ffbc2e2 2018-11-25 08:24:09,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:09,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a87b86eb-9b38-4b71-852d-9fc51d2a49a5 Date: Sun, 25 Nov 2018 08:24:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:08Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"55209230-cc01-4c51-917f-1764b9831994","subnetpool_id":null,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet"}]} 2018-11-25 08:24:09,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 used request id req-a87b86eb-9b38-4b71-852d-9fc51d2a49a5 2018-11-25 08:24:09,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8&name=NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:10,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3d8701b6-91a7-4c1a-815b-62f25e5e4441 Date: Sun, 25 Nov 2018 08:24:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:08Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"55209230-cc01-4c51-917f-1764b9831994","subnetpool_id":null,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet"}]} 2018-11-25 08:24:10,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8&name=NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet used request id req-3d8701b6-91a7-4c1a-815b-62f25e5e4441 2018-11-25 08:24:10,074 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:24:10,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:10,462 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["ROvxZfvzTeSOwfcIs2cGrA"], "issued_at": "2018-11-25T08:24:10.000000Z"}} 2018-11-25 08:24:10,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b4cdf746a9e552d2fc23d95e10eb2d60bbbb435" 2018-11-25 08:24:10,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4da8fb4c-665d-4e60-b6e3-10745076aa89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:10,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4da8fb4c-665d-4e60-b6e3-10745076aa89 2018-11-25 08:24:10,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:10,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5e83509b-9237-4bfc-8bf4-bd41348394e5 Date: Sun, 25 Nov 2018 08:24:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["55209230-cc01-4c51-917f-1764b9831994"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:08Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:07Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:10,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net used request id req-5e83509b-9237-4bfc-8bf4-bd41348394e5 2018-11-25 08:24:10,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:10,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dd144dc4-58b7-4423-aefe-772551393b7e Date: Sun, 25 Nov 2018 08:24:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:08Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"55209230-cc01-4c51-917f-1764b9831994","subnetpool_id":null,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet"}]} 2018-11-25 08:24:10,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 used request id req-dd144dc4-58b7-4423-aefe-772551393b7e 2018-11-25 08:24:10,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:10,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4f233034-b826-4a75-b690-c86aee394f80 Date: Sun, 25 Nov 2018 08:24:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["55209230-cc01-4c51-917f-1764b9831994"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:08Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:07Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:10,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net used request id req-4f233034-b826-4a75-b690-c86aee394f80 2018-11-25 08:24:10,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:10,922 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:10,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b4cdf746a9e552d2fc23d95e10eb2d60bbbb435" 2018-11-25 08:24:11,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1d84eda-665e-4830-9a4a-3c500084646b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:11,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-c1d84eda-665e-4830-9a4a-3c500084646b 2018-11-25 08:24:11,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:11,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bba67ef3-0379-430f-8f68-ca49c9def348 Date: Sun, 25 Nov 2018 08:24:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:08Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"55209230-cc01-4c51-917f-1764b9831994","subnetpool_id":null,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet"}]} 2018-11-25 08:24:11,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8 used request id req-bba67ef3-0379-430f-8f68-ca49c9def348 2018-11-25 08:24:11,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8&name=NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:11,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b31f0c06-a1cd-4652-aca3-234b378a97a8 Date: Sun, 25 Nov 2018 08:24:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6005c00-a7c4-49ad-85df-fbef91c5f5e8","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:08Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"55209230-cc01-4c51-917f-1764b9831994","subnetpool_id":null,"name":"NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet"}]} 2018-11-25 08:24:11,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d6005c00-a7c4-49ad-85df-fbef91c5f5e8&name=NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet used request id req-b31f0c06-a1cd-4652-aca3-234b378a97a8 2018-11-25 08:24:11,619 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net 2018-11-25 08:24:11,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" -d '{"port": {"network_id": "d6005c00-a7c4-49ad-85df-fbef91c5f5e8", "fixed_ips": [{"subnet_id": "55209230-cc01-4c51-917f-1764b9831994", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-port", "admin_state_up": true}}' 2018-11-25 08:24:11,791 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-6a0990dc-fa6a-4123-8793-bee220b99166 Date: Sun, 25 Nov 2018 08:24:11 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-25 08:24:11,791 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-6a0990dc-fa6a-4123-8793-bee220b99166 2018-11-25 08:24:11,792 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-25 08:24:11,792 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet 2018-11-25 08:24:11,792 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-subnet 2018-11-25 08:24:11,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/55209230-cc01-4c51-917f-1764b9831994 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:14,019 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd7b20a9-1b03-49be-a7a8-0d51c526cade Date: Sun, 25 Nov 2018 08:24:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:14,020 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/55209230-cc01-4c51-917f-1764b9831994 used request id req-cd7b20a9-1b03-49be-a7a8-0d51c526cade 2018-11-25 08:24:14,020 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-806cc21d-3a09-422c-bec1-e2eb158c0d64-pub-net 2018-11-25 08:24:14,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d6005c00-a7c4-49ad-85df-fbef91c5f5e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c4161f668ec910d99a1f2fb8a1eb917faa4d60" 2018-11-25 08:24:15,325 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f28ae4e-b4f2-437b-b3c9-c028801c573f Date: Sun, 25 Nov 2018 08:24:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:15,325 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d6005c00-a7c4-49ad-85df-fbef91c5f5e8 used request id req-1f28ae4e-b4f2-437b-b3c9-c028801c573f 2018-11-25 08:24:15,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:15,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["P6N7p6BfTBanPnOUA8Ll2g"], "issued_at": "2018-11-25T08:24:15.000000Z"}} 2018-11-25 08:24:15,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:15,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92dd15a1-0888-4040-95bb-378437adb281 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:15,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-92dd15a1-0888-4040-95bb-378437adb281 2018-11-25 08:24:15,788 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net 2018-11-25 08:24:15,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" -d '{"network": {"name": "NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net", "admin_state_up": true}}' 2018-11-25 08:24:16,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-5bedc553-3369-4081-8a03-ecfced058945 Date: Sun, 25 Nov 2018 08:24:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:24:16Z","is_default":false,"provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","mtu":1450}} 2018-11-25 08:24:16,212 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5bedc553-3369-4081-8a03-ecfced058945 2018-11-25 08:24:16,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e694f204-4fb5-46ec-80d3-ab692e77c52c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:16,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5866d0b2-1a42-4e98-96a4-b6130c400b6a Date: Sun, 25 Nov 2018 08:24:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:24:16Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:16,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e694f204-4fb5-46ec-80d3-ab692e77c52c used request id req-5866d0b2-1a42-4e98-96a4-b6130c400b6a 2018-11-25 08:24:16,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:16,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2309165c-59e4-463f-a700-5a51fd37bb82 Date: Sun, 25 Nov 2018 08:24:16 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:24:16,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c used request id req-2309165c-59e4-463f-a700-5a51fd37bb82 2018-11-25 08:24:16,646 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet 2018-11-25 08:24:16,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" -d '{"subnets": [{"ip_version": 4, "network_id": "e694f204-4fb5-46ec-80d3-ab692e77c52c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet"}]}' 2018-11-25 08:24:17,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0fc17988-fc8a-4171-ba00-6c22dd613eaf Date: Sun, 25 Nov 2018 08:24:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:16Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"c7c974cc-94fe-46fe-a489-7d1f8aad1e49","subnetpool_id":null,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet"}]} 2018-11-25 08:24:17,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-0fc17988-fc8a-4171-ba00-6c22dd613eaf 2018-11-25 08:24:17,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e694f204-4fb5-46ec-80d3-ab692e77c52c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:17,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8284d30a-d943-402c-9125-e71f849661ad Date: Sun, 25 Nov 2018 08:24:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["c7c974cc-94fe-46fe-a489-7d1f8aad1e49"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:16Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:17,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e694f204-4fb5-46ec-80d3-ab692e77c52c used request id req-8284d30a-d943-402c-9125-e71f849661ad 2018-11-25 08:24:17,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:17,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-64d1d2ce-6e06-429f-8fd4-d138bcd63307 Date: Sun, 25 Nov 2018 08:24:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"c7c974cc-94fe-46fe-a489-7d1f8aad1e49","subnetpool_id":null,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet"}]} 2018-11-25 08:24:17,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c used request id req-64d1d2ce-6e06-429f-8fd4-d138bcd63307 2018-11-25 08:24:17,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:17,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-04a9f6f1-248c-44c7-a638-3f14e0c78891 Date: Sun, 25 Nov 2018 08:24:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["c7c974cc-94fe-46fe-a489-7d1f8aad1e49"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:16Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:17,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net used request id req-04a9f6f1-248c-44c7-a638-3f14e0c78891 2018-11-25 08:24:17,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:17,788 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:17,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:17,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a82da3a-cb9a-4474-97f6-928a935c2dba Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:17,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-9a82da3a-cb9a-4474-97f6-928a935c2dba 2018-11-25 08:24:17,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:18,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d975c069-6c55-4faf-9d05-8c01087d6e5d Date: Sun, 25 Nov 2018 08:24:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"c7c974cc-94fe-46fe-a489-7d1f8aad1e49","subnetpool_id":null,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet"}]} 2018-11-25 08:24:18,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c used request id req-d975c069-6c55-4faf-9d05-8c01087d6e5d 2018-11-25 08:24:18,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c&name=NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:18,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ed864279-0660-4a79-bb3f-2301ea8eef2c Date: Sun, 25 Nov 2018 08:24:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"c7c974cc-94fe-46fe-a489-7d1f8aad1e49","subnetpool_id":null,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet"}]} 2018-11-25 08:24:18,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c&name=NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet used request id req-ed864279-0660-4a79-bb3f-2301ea8eef2c 2018-11-25 08:24:18,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:24:18,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:18,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["0Q0x_aGaTXKhrkKn-th2_Q"], "issued_at": "2018-11-25T08:24:18.000000Z"}} 2018-11-25 08:24:18,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4e960074c2cfcc3854b7fd4cd815a26217235a" 2018-11-25 08:24:18,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e724a1-7cb5-4fd8-9dbe-4f944ab25362 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:18,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c4e724a1-7cb5-4fd8-9dbe-4f944ab25362 2018-11-25 08:24:18,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:19,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8ce7bf3e-7405-411c-b6e3-51247d66cdaa Date: Sun, 25 Nov 2018 08:24:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["c7c974cc-94fe-46fe-a489-7d1f8aad1e49"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:16Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:19,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net used request id req-8ce7bf3e-7405-411c-b6e3-51247d66cdaa 2018-11-25 08:24:19,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:19,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-22b27230-71ac-44f3-9deb-547a29c824ab Date: Sun, 25 Nov 2018 08:24:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"c7c974cc-94fe-46fe-a489-7d1f8aad1e49","subnetpool_id":null,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet"}]} 2018-11-25 08:24:19,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c used request id req-22b27230-71ac-44f3-9deb-547a29c824ab 2018-11-25 08:24:19,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:19,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c37d5e9a-f268-4904-80c1-580edcb4a635 Date: Sun, 25 Nov 2018 08:24:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["c7c974cc-94fe-46fe-a489-7d1f8aad1e49"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:16Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:19,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net used request id req-c37d5e9a-f268-4904-80c1-580edcb4a635 2018-11-25 08:24:19,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:19,448 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:19,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4e960074c2cfcc3854b7fd4cd815a26217235a" 2018-11-25 08:24:19,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a33628-4925-441c-8763-4029555f219b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:19,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-72a33628-4925-441c-8763-4029555f219b 2018-11-25 08:24:19,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:19,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d34c594a-a2bd-4ce3-8f2a-44b580c929d6 Date: Sun, 25 Nov 2018 08:24:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"c7c974cc-94fe-46fe-a489-7d1f8aad1e49","subnetpool_id":null,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet"}]} 2018-11-25 08:24:19,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c used request id req-d34c594a-a2bd-4ce3-8f2a-44b580c929d6 2018-11-25 08:24:19,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c&name=NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:19,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a05c150c-af04-4243-af80-f6600e295c33 Date: Sun, 25 Nov 2018 08:24:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e694f204-4fb5-46ec-80d3-ab692e77c52c","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:16Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"c7c974cc-94fe-46fe-a489-7d1f8aad1e49","subnetpool_id":null,"name":"NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet"}]} 2018-11-25 08:24:19,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e694f204-4fb5-46ec-80d3-ab692e77c52c&name=NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet used request id req-a05c150c-af04-4243-af80-f6600e295c33 2018-11-25 08:24:19,811 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net 2018-11-25 08:24:19,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" -d '{"port": {"network_id": "e694f204-4fb5-46ec-80d3-ab692e77c52c", "fixed_ips": [{"subnet_id": "c7c974cc-94fe-46fe-a489-7d1f8aad1e49", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-port", "admin_state_up": true}}' 2018-11-25 08:24:20,062 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-25af4c85-8e46-4cad-8de4-26ddd0747277 Date: Sun, 25 Nov 2018 08:24:20 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-25 08:24:20,063 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-25af4c85-8e46-4cad-8de4-26ddd0747277 2018-11-25 08:24:20,063 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-25 08:24:20,063 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet 2018-11-25 08:24:20,064 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-subnet 2018-11-25 08:24:20,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/c7c974cc-94fe-46fe-a489-7d1f8aad1e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:22,212 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9bb3fe66-5dc8-4e69-acb8-921c92c6733c Date: Sun, 25 Nov 2018 08:24:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:22,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c7c974cc-94fe-46fe-a489-7d1f8aad1e49 used request id req-9bb3fe66-5dc8-4e69-acb8-921c92c6733c 2018-11-25 08:24:22,212 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-44b53226-75eb-410f-92a1-5620e3dc1c06-pub-net 2018-11-25 08:24:22,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/e694f204-4fb5-46ec-80d3-ab692e77c52c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0aa8f8e1735ac37fb47a5bc8522d7bf7e164fe" 2018-11-25 08:24:23,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b0713d1-82f7-4649-9f16-bea69dc5b348 Date: Sun, 25 Nov 2018 08:24:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:23,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e694f204-4fb5-46ec-80d3-ab692e77c52c used request id req-8b0713d1-82f7-4649-9f16-bea69dc5b348 2018-11-25 08:24:23,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:23,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["bYMhPcHbSGi1XlqlRzmhEw"], "issued_at": "2018-11-25T08:24:24.000000Z"}} 2018-11-25 08:24:23,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:24,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb50ed56-a3c1-442f-93fe-95d801f360dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:24,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eb50ed56-a3c1-442f-93fe-95d801f360dd 2018-11-25 08:24:24,072 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net 2018-11-25 08:24:24,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" -d '{"network": {"name": "NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net", "admin_state_up": true}}' 2018-11-25 08:24:24,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-a7da19f1-2526-41e3-8dcd-baec3e17e89d Date: Sun, 25 Nov 2018 08:24:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:24:24Z","is_default":false,"provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:24Z","mtu":1450}} 2018-11-25 08:24:24,541 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a7da19f1-2526-41e3-8dcd-baec3e17e89d 2018-11-25 08:24:24,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:25,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5e9259f4-8467-4d19-bad3-f909236dede2 Date: Sun, 25 Nov 2018 08:24:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:24:24Z","provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:24Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:25,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 used request id req-5e9259f4-8467-4d19-bad3-f909236dede2 2018-11-25 08:24:25,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:25,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-34a4f8fc-85f3-43e9-b8a2-4e439396d330 Date: Sun, 25 Nov 2018 08:24:25 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:24:25,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 used request id req-34a4f8fc-85f3-43e9-b8a2-4e439396d330 2018-11-25 08:24:25,605 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet 2018-11-25 08:24:25,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" -d '{"subnets": [{"ip_version": 4, "network_id": "364fd74c-b8bd-44b1-b5ee-4ca98264d2a7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet"}]}' 2018-11-25 08:24:26,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d4f57c0f-c040-4f57-b94a-4b19b09f1d9c Date: Sun, 25 Nov 2018 08:24:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:25Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:25Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"2bca4d56-ed91-4065-898e-8753c025eebe","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet"}]} 2018-11-25 08:24:26,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d4f57c0f-c040-4f57-b94a-4b19b09f1d9c 2018-11-25 08:24:26,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:26,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-84ca4b34-bbab-4328-aaad-ae908f418f9e Date: Sun, 25 Nov 2018 08:24:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["2bca4d56-ed91-4065-898e-8753c025eebe"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:25Z","provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:24Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:26,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 used request id req-84ca4b34-bbab-4328-aaad-ae908f418f9e 2018-11-25 08:24:26,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:26,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5b6c2e16-c847-4abb-8b14-259416ee8f6a Date: Sun, 25 Nov 2018 08:24:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:25Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"2bca4d56-ed91-4065-898e-8753c025eebe","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet"}]} 2018-11-25 08:24:26,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 used request id req-5b6c2e16-c847-4abb-8b14-259416ee8f6a 2018-11-25 08:24:26,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:27,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-edc9d5e0-7873-4459-be70-4d11bb9f0fc8 Date: Sun, 25 Nov 2018 08:24:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["2bca4d56-ed91-4065-898e-8753c025eebe"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:25Z","provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:24Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:27,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net used request id req-edc9d5e0-7873-4459-be70-4d11bb9f0fc8 2018-11-25 08:24:27,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:27,058 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:27,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:27,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e1d57d7-62a9-4b25-be25-4e5e2508f846 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:27,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-6e1d57d7-62a9-4b25-be25-4e5e2508f846 2018-11-25 08:24:27,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:27,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a0681314-908a-4e86-a422-15efdad3faaf Date: Sun, 25 Nov 2018 08:24:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:25Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"2bca4d56-ed91-4065-898e-8753c025eebe","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet"}]} 2018-11-25 08:24:27,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 used request id req-a0681314-908a-4e86-a422-15efdad3faaf 2018-11-25 08:24:27,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7&name=NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:27,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d2ea6a78-7a29-4585-a9e6-880200dc1bf6 Date: Sun, 25 Nov 2018 08:24:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:25Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"2bca4d56-ed91-4065-898e-8753c025eebe","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet"}]} 2018-11-25 08:24:27,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7&name=NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet used request id req-d2ea6a78-7a29-4585-a9e6-880200dc1bf6 2018-11-25 08:24:27,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:24:27,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:28,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["4U9r6HLLTWKgDK8rskbIkQ"], "issued_at": "2018-11-25T08:24:28.000000Z"}} 2018-11-25 08:24:28,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ac788e9cb9a5f9c9fffb2458a0776aaeb71d26" 2018-11-25 08:24:28,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e34353e7-5996-489f-a682-408950952938 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:28,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e34353e7-5996-489f-a682-408950952938 2018-11-25 08:24:28,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:28,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5ad17715-9583-46fb-aac1-4b69e5e055d8 Date: Sun, 25 Nov 2018 08:24:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["2bca4d56-ed91-4065-898e-8753c025eebe"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:25Z","provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:24Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:28,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net used request id req-5ad17715-9583-46fb-aac1-4b69e5e055d8 2018-11-25 08:24:28,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:28,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-48a9542a-8b26-43bf-9966-9f3ee5593cf1 Date: Sun, 25 Nov 2018 08:24:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:25Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"2bca4d56-ed91-4065-898e-8753c025eebe","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet"}]} 2018-11-25 08:24:28,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 used request id req-48a9542a-8b26-43bf-9966-9f3ee5593cf1 2018-11-25 08:24:28,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:28,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cb35dc1c-110c-4e74-8c0f-7c26206758d5 Date: Sun, 25 Nov 2018 08:24:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["2bca4d56-ed91-4065-898e-8753c025eebe"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:25Z","provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:24Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:28,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net used request id req-cb35dc1c-110c-4e74-8c0f-7c26206758d5 2018-11-25 08:24:28,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:28,645 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:28,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ac788e9cb9a5f9c9fffb2458a0776aaeb71d26" 2018-11-25 08:24:28,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b5dc7a6-2591-4a86-8ce5-be3f4d4d8773 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:28,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-1b5dc7a6-2591-4a86-8ce5-be3f4d4d8773 2018-11-25 08:24:28,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:28,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d2584b77-8904-46d9-ad2d-2c5e35041d1f Date: Sun, 25 Nov 2018 08:24:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:25Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"2bca4d56-ed91-4065-898e-8753c025eebe","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet"}]} 2018-11-25 08:24:28,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 used request id req-d2584b77-8904-46d9-ad2d-2c5e35041d1f 2018-11-25 08:24:28,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7&name=NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:28,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2cbd7f1a-63e0-43b4-b3d5-73d47375de0b Date: Sun, 25 Nov 2018 08:24:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364fd74c-b8bd-44b1-b5ee-4ca98264d2a7","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:25Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"2bca4d56-ed91-4065-898e-8753c025eebe","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet"}]} 2018-11-25 08:24:28,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=364fd74c-b8bd-44b1-b5ee-4ca98264d2a7&name=NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet used request id req-2cbd7f1a-63e0-43b4-b3d5-73d47375de0b 2018-11-25 08:24:28,994 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net 2018-11-25 08:24:28,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" -d '{"port": {"network_id": "364fd74c-b8bd-44b1-b5ee-4ca98264d2a7", "fixed_ips": [{"subnet_id": "2bca4d56-ed91-4065-898e-8753c025eebe", "ip_address": null}], "name": "NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-port", "admin_state_up": true}}' 2018-11-25 08:24:29,014 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-ab37db2d-b7dd-4e5b-9497-b3b5f3d21666 Date: Sun, 25 Nov 2018 08:24:29 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-25 08:24:29,014 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-ab37db2d-b7dd-4e5b-9497-b3b5f3d21666 2018-11-25 08:24:29,015 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-25 08:24:29,015 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet 2018-11-25 08:24:29,015 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-subnet 2018-11-25 08:24:29,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/2bca4d56-ed91-4065-898e-8753c025eebe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:31,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7878b628-d2c6-459e-bd29-9908ae30306e Date: Sun, 25 Nov 2018 08:24:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:31,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/2bca4d56-ed91-4065-898e-8753c025eebe used request id req-7878b628-d2c6-459e-bd29-9908ae30306e 2018-11-25 08:24:31,272 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ea864085-345e-4562-b9da-29ecd1a5a428-pub-net 2018-11-25 08:24:31,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446817bebd2c7713f3396abb6fabd6abf0257d8" 2018-11-25 08:24:32,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2d84e48b-dfe4-4903-94ff-91d6658e3576 Date: Sun, 25 Nov 2018 08:24:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:32,577 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/364fd74c-b8bd-44b1-b5ee-4ca98264d2a7 used request id req-2d84e48b-dfe4-4903-94ff-91d6658e3576 2018-11-25 08:24:32,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:32,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["_y2-AehqSNeilaYGv18jhA"], "issued_at": "2018-11-25T08:24:32.000000Z"}} 2018-11-25 08:24:32,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:33,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9013ef4b-a294-4194-b98f-e9aef4b84d57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:33,045 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9013ef4b-a294-4194-b98f-e9aef4b84d57 2018-11-25 08:24:33,046 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net 2018-11-25 08:24:33,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" -d '{"network": {"name": "NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net", "admin_state_up": true}}' 2018-11-25 08:24:33,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-17790cff-9bc1-423a-b6f0-d97bb802c9df Date: Sun, 25 Nov 2018 08:24:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"31df1b1d-aea7-4144-84aa-36b326ad5866","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:24:33Z","is_default":false,"provider:segmentation_id":21,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:33Z","mtu":1450}} 2018-11-25 08:24:33,436 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-17790cff-9bc1-423a-b6f0-d97bb802c9df 2018-11-25 08:24:33,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=31df1b1d-aea7-4144-84aa-36b326ad5866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:33,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-81697879-d40c-462d-b5c4-fae33b3c8125 Date: Sun, 25 Nov 2018 08:24:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"31df1b1d-aea7-4144-84aa-36b326ad5866","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:24:33Z","provider:segmentation_id":21,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:33Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:33,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=31df1b1d-aea7-4144-84aa-36b326ad5866 used request id req-81697879-d40c-462d-b5c4-fae33b3c8125 2018-11-25 08:24:33,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:33,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5ed7148d-b070-4ee3-a59e-b38528380a2a Date: Sun, 25 Nov 2018 08:24:33 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:24:33,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866 used request id req-5ed7148d-b070-4ee3-a59e-b38528380a2a 2018-11-25 08:24:33,864 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet 2018-11-25 08:24:33,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" -d '{"subnets": [{"ip_version": 4, "network_id": "31df1b1d-aea7-4144-84aa-36b326ad5866", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet"}]}' 2018-11-25 08:24:34,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2b19a8f8-a512-44db-b09e-11fc3b913aeb Date: Sun, 25 Nov 2018 08:24:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31df1b1d-aea7-4144-84aa-36b326ad5866","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:34Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:34Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"fc3206b6-b272-42f8-b58a-af403548942f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet"}]} 2018-11-25 08:24:34,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-2b19a8f8-a512-44db-b09e-11fc3b913aeb 2018-11-25 08:24:34,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=31df1b1d-aea7-4144-84aa-36b326ad5866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:34,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3f239cdc-e661-40bd-a7eb-061afbda9a03 Date: Sun, 25 Nov 2018 08:24:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"31df1b1d-aea7-4144-84aa-36b326ad5866","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["fc3206b6-b272-42f8-b58a-af403548942f"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:34Z","provider:segmentation_id":21,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:33Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:34,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=31df1b1d-aea7-4144-84aa-36b326ad5866 used request id req-3f239cdc-e661-40bd-a7eb-061afbda9a03 2018-11-25 08:24:34,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:34,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-568e7637-ea31-4da6-a882-b1c08533b774 Date: Sun, 25 Nov 2018 08:24:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31df1b1d-aea7-4144-84aa-36b326ad5866","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:34Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"fc3206b6-b272-42f8-b58a-af403548942f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet"}]} 2018-11-25 08:24:34,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866 used request id req-568e7637-ea31-4da6-a882-b1c08533b774 2018-11-25 08:24:34,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:35,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0b8e2c7e-b445-4fd8-9a28-91b3b0a4bb39 Date: Sun, 25 Nov 2018 08:24:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"31df1b1d-aea7-4144-84aa-36b326ad5866","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["fc3206b6-b272-42f8-b58a-af403548942f"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:34Z","provider:segmentation_id":21,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:33Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:35,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net used request id req-0b8e2c7e-b445-4fd8-9a28-91b3b0a4bb39 2018-11-25 08:24:35,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:35,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:35,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:35,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b9eebe1-9728-47de-96df-a16be007f97c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:35,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-4b9eebe1-9728-47de-96df-a16be007f97c 2018-11-25 08:24:35,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:35,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-795e4471-9f02-4881-8be9-f1e7b4f5c734 Date: Sun, 25 Nov 2018 08:24:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31df1b1d-aea7-4144-84aa-36b326ad5866","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:34Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"fc3206b6-b272-42f8-b58a-af403548942f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet"}]} 2018-11-25 08:24:35,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866 used request id req-795e4471-9f02-4881-8be9-f1e7b4f5c734 2018-11-25 08:24:35,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866&name=NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:35,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-24e2bd77-f74b-4573-a73e-e67c5277d5cd Date: Sun, 25 Nov 2018 08:24:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31df1b1d-aea7-4144-84aa-36b326ad5866","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:34Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"fc3206b6-b272-42f8-b58a-af403548942f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet"}]} 2018-11-25 08:24:35,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866&name=NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet used request id req-24e2bd77-f74b-4573-a73e-e67c5277d5cd 2018-11-25 08:24:35,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:24:35,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:36,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["POiwj0i7Shmnhix3KuHheg"], "issued_at": "2018-11-25T08:24:36.000000Z"}} 2018-11-25 08:24:36,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad9d1c915424316345b56c6cdf03465fd0f84b39" 2018-11-25 08:24:36,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777c0b6e-6bf9-4c83-b01f-6164450b3936 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:36,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-777c0b6e-6bf9-4c83-b01f-6164450b3936 2018-11-25 08:24:36,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:36,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-55a53478-d41e-408a-b461-3c96f33f5ede Date: Sun, 25 Nov 2018 08:24:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"31df1b1d-aea7-4144-84aa-36b326ad5866","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["fc3206b6-b272-42f8-b58a-af403548942f"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:34Z","provider:segmentation_id":21,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:33Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:36,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net used request id req-55a53478-d41e-408a-b461-3c96f33f5ede 2018-11-25 08:24:36,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:36,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5474be66-f4fa-4d3b-a65c-a4089f904317 Date: Sun, 25 Nov 2018 08:24:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31df1b1d-aea7-4144-84aa-36b326ad5866","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:34Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"fc3206b6-b272-42f8-b58a-af403548942f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet"}]} 2018-11-25 08:24:36,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866 used request id req-5474be66-f4fa-4d3b-a65c-a4089f904317 2018-11-25 08:24:36,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:36,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-44a4fd53-b981-4970-bc9a-5b8b558eb3c3 Date: Sun, 25 Nov 2018 08:24:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"31df1b1d-aea7-4144-84aa-36b326ad5866","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["fc3206b6-b272-42f8-b58a-af403548942f"],"description":"","tags":[],"updated_at":"2018-11-25T08:24:34Z","provider:segmentation_id":21,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:33Z","provider:network_type":"vxlan"}]} 2018-11-25 08:24:36,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net used request id req-44a4fd53-b981-4970-bc9a-5b8b558eb3c3 2018-11-25 08:24:36,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:36,775 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:36,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad9d1c915424316345b56c6cdf03465fd0f84b39" 2018-11-25 08:24:36,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d35715f-c773-4004-b0e4-aeec267117ef Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:36,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-5d35715f-c773-4004-b0e4-aeec267117ef 2018-11-25 08:24:36,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:36,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3a5c4ec2-4cd1-45bc-ae2f-7a01404eadea Date: Sun, 25 Nov 2018 08:24:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31df1b1d-aea7-4144-84aa-36b326ad5866","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:34Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"fc3206b6-b272-42f8-b58a-af403548942f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet"}]} 2018-11-25 08:24:36,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866 used request id req-3a5c4ec2-4cd1-45bc-ae2f-7a01404eadea 2018-11-25 08:24:36,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866&name=NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:36,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1d989cbc-ae07-4a30-abd6-161f2a975b10 Date: Sun, 25 Nov 2018 08:24:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31df1b1d-aea7-4144-84aa-36b326ad5866","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:34Z","dns_nameservers":[],"updated_at":"2018-11-25T08:24:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"fc3206b6-b272-42f8-b58a-af403548942f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet"}]} 2018-11-25 08:24:36,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=31df1b1d-aea7-4144-84aa-36b326ad5866&name=NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet used request id req-1d989cbc-ae07-4a30-abd6-161f2a975b10 2018-11-25 08:24:36,991 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net 2018-11-25 08:24:36,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" -d '{"port": {"network_id": "31df1b1d-aea7-4144-84aa-36b326ad5866", "fixed_ips": [{"subnet_id": "fc3206b6-b272-42f8-b58a-af403548942f", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-11-25 08:24:37,714 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-16578b32-99d1-4215-97d8-f8f3c5dd8998 Date: Sun, 25 Nov 2018 08:24:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:37Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fc3206b6-b272-42f8-b58a-af403548942f","ip_address":"10.55.1.100"}],"id":"ed1ee658-9642-4fbc-8d34-e549f2c627ce","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:85:0e:a1","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"31df1b1d-aea7-4144-84aa-36b326ad5866","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:37Z","binding:vnic_type":"normal"}} 2018-11-25 08:24:37,714 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-16578b32-99d1-4215-97d8-f8f3c5dd8998 2018-11-25 08:24:37,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports/ed1ee658-9642-4fbc-8d34-e549f2c627ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:37,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-d76002d2-bbc6-4cc0-9f09-55573e74ed63 Date: Sun, 25 Nov 2018 08:24:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:37Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fc3206b6-b272-42f8-b58a-af403548942f","ip_address":"10.55.1.100"}],"id":"ed1ee658-9642-4fbc-8d34-e549f2c627ce","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:85:0e:a1","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"31df1b1d-aea7-4144-84aa-36b326ad5866","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:24:37Z","binding:vnic_type":"normal"}} 2018-11-25 08:24:37,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports/ed1ee658-9642-4fbc-8d34-e549f2c627ce used request id req-d76002d2-bbc6-4cc0-9f09-55573e74ed63 2018-11-25 08:24:37,942 - neutron_utils - INFO - Deleting port with name 2018-11-25 08:24:37,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/ed1ee658-9642-4fbc-8d34-e549f2c627ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:38,684 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5de5a31-f69b-4f6f-8bae-d778ec53fa18 Date: Sun, 25 Nov 2018 08:24:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:38,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/ed1ee658-9642-4fbc-8d34-e549f2c627ce used request id req-c5de5a31-f69b-4f6f-8bae-d778ec53fa18 2018-11-25 08:24:38,684 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet 2018-11-25 08:24:38,684 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-subnet 2018-11-25 08:24:38,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/fc3206b6-b272-42f8-b58a-af403548942f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:40,912 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc2bcfa4-1586-40f3-965e-4333625f9a31 Date: Sun, 25 Nov 2018 08:24:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:40,912 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/fc3206b6-b272-42f8-b58a-af403548942f used request id req-cc2bcfa4-1586-40f3-965e-4333625f9a31 2018-11-25 08:24:40,912 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-d8202e65-8d00-4014-b984-5dd3d7b30472-pub-net 2018-11-25 08:24:40,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/31df1b1d-aea7-4144-84aa-36b326ad5866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b33230f3beab6f6530b821ef6302f51e97559e7" 2018-11-25 08:24:42,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c53b0994-50ea-4bbc-b612-79696eace19c Date: Sun, 25 Nov 2018 08:24:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:42,389 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/31df1b1d-aea7-4144-84aa-36b326ad5866 used request id req-c53b0994-50ea-4bbc-b612-79696eace19c 2018-11-25 08:24:42,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:42,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["b6I-hlrOT6ed3hveInn3xw"], "issued_at": "2018-11-25T08:24:42.000000Z"}} 2018-11-25 08:24:42,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}761102ca5d375480ff1ecb4381d4cc7040c7f862" 2018-11-25 08:24:42,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ddb3758-be41-4f6f-b673-3e99e67455e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:42,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0ddb3758-be41-4f6f-b673-3e99e67455e2 2018-11-25 08:24:42,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:24:42,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:43,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["E28cFFYVSSKnu74j9Ia2kA"], "issued_at": "2018-11-25T08:24:43.000000Z"}} 2018-11-25 08:24:43,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8e85797730515911ccabcaf0a157adf586f23f" 2018-11-25 08:24:43,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da5adcd5-6480-4086-b192-0e6b2b88ceb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:43,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-da5adcd5-6480-4086-b192-0e6b2b88ceb7 2018-11-25 08:24:43,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d9ad7429-7728-47cb-84bb-6258ed18a853-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}761102ca5d375480ff1ecb4381d4cc7040c7f862" 2018-11-25 08:24:43,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-24da7fc6-83a8-41d6-b0e4-af17bf775a38 Date: Sun, 25 Nov 2018 08:24:43 GMT RESP BODY: {"networks":[]} 2018-11-25 08:24:43,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d9ad7429-7728-47cb-84bb-6258ed18a853-pub-net used request id req-24da7fc6-83a8-41d6-b0e4-af17bf775a38 2018-11-25 08:24:43,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:43,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["ozJaGvnVSueDjdsW8aS_eg"], "issued_at": "2018-11-25T08:24:43.000000Z"}} 2018-11-25 08:24:43,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:44,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73bf74fe-efb0-40fc-8390-a92a0b545696 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:44,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-73bf74fe-efb0-40fc-8390-a92a0b545696 2018-11-25 08:24:44,033 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:24:44,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:44,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["ZYskDeK4TiK8ubgxHZpg0w"], "issued_at": "2018-11-25T08:24:44.000000Z"}} 2018-11-25 08:24:44,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7070d08baf90d216e104eb3e27bf2f9fbce5042" 2018-11-25 08:24:44,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-810ba5a1-6be0-41d7-9efd-225fc244a82a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:44,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-810ba5a1-6be0-41d7-9efd-225fc244a82a 2018-11-25 08:24:44,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:44,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9014cef3-bbf0-4324-9268-f30d6922a857 Date: Sun, 25 Nov 2018 08:24:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:24:44,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-9014cef3-bbf0-4324-9268-f30d6922a857 2018-11-25 08:24:44,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:45,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-66db4d97-21cd-4c12-ab0a-653a5c8dfa9c Date: Sun, 25 Nov 2018 08:24:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:24:45,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-66db4d97-21cd-4c12-ab0a-653a5c8dfa9c 2018-11-25 08:24:45,009 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router 2018-11-25 08:24:45,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}, "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router", "admin_state_up": true}}' 2018-11-25 08:24:48,352 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-89adc786-4838-425b-8094-443355938659 Date: Sun, 25 Nov 2018 08:24:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:48Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "4abbb96f-86c4-4f73-946a-1a7cc1a200e4", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}} 2018-11-25 08:24:48,352 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-89adc786-4838-425b-8094-443355938659 2018-11-25 08:24:48,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=4abbb96f-86c4-4f73-946a-1a7cc1a200e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:48,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3280fc5f-efb2-4101-945f-920b12fd3e7a Date: Sun, 25 Nov 2018 08:24:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:48Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.213"}],"id":"a63f7aec-5cf6-4bda-868c-104b67dbec06","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c7:0d:e2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4abbb96f-86c4-4f73-946a-1a7cc1a200e4","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:24:47Z","binding:vnic_type":"normal"}]} 2018-11-25 08:24:48,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=4abbb96f-86c4-4f73-946a-1a7cc1a200e4 used request id req-3280fc5f-efb2-4101-945f-920b12fd3e7a 2018-11-25 08:24:48,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:48,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bd8ba6db-005e-4fe3-8e0d-7eccd5120323 Date: Sun, 25 Nov 2018 08:24:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:24:48,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-bd8ba6db-005e-4fe3-8e0d-7eccd5120323 2018-11-25 08:24:48,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:48,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-7ca9cc1a-6733-48a1-82da-8cb1db2338c7 Date: Sun, 25 Nov 2018 08:24:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:46Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "490f213d-761b-493f-8d92-d36c7cb99fdc", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:48Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "4abbb96f-86c4-4f73-946a-1a7cc1a200e4", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:47Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "f80d83b3-4f99-4360-b112-5e1221891199", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}]} 2018-11-25 08:24:48,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router used request id req-7ca9cc1a-6733-48a1-82da-8cb1db2338c7 2018-11-25 08:24:48,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:48,870 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:48,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:48,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-987c6bbb-cd82-4017-a329-a6c403aa68ad Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:48,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-987c6bbb-cd82-4017-a329-a6c403aa68ad 2018-11-25 08:24:48,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=490f213d-761b-493f-8d92-d36c7cb99fdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:49,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c588ed34-9557-4c2e-86ee-1b32f202f6e7 Date: Sun, 25 Nov 2018 08:24:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.209"}],"id":"4f70e59f-9730-43aa-b7db-70146f161729","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:a1:18","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"490f213d-761b-493f-8d92-d36c7cb99fdc","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:24:45Z","binding:vnic_type":"normal"}]} 2018-11-25 08:24:49,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=490f213d-761b-493f-8d92-d36c7cb99fdc used request id req-c588ed34-9557-4c2e-86ee-1b32f202f6e7 2018-11-25 08:24:49,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:49,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-58e847a0-f06a-4529-aba3-8f60fc323046 Date: Sun, 25 Nov 2018 08:24:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:24:49,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-58e847a0-f06a-4529-aba3-8f60fc323046 2018-11-25 08:24:49,406 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router 2018-11-25 08:24:49,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/4abbb96f-86c4-4f73-946a-1a7cc1a200e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:50,627 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cacb6ecf-25ad-49a3-a7ed-82dfe5c16af0 Content-Length: 0 Date: Sun, 25 Nov 2018 08:24:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:50,627 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4abbb96f-86c4-4f73-946a-1a7cc1a200e4 used request id req-cacb6ecf-25ad-49a3-a7ed-82dfe5c16af0 2018-11-25 08:24:50,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:50,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-4f92a082-92d7-4f06-9b66-c7ca30f697f6 Date: Sun, 25 Nov 2018 08:24:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:46Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "490f213d-761b-493f-8d92-d36c7cb99fdc", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:47Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "f80d83b3-4f99-4360-b112-5e1221891199", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}]} 2018-11-25 08:24:50,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router used request id req-4f92a082-92d7-4f06-9b66-c7ca30f697f6 2018-11-25 08:24:50,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:50,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040c7698-cf9e-49e4-8685-201d403c4d59 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:50,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-040c7698-cf9e-49e4-8685-201d403c4d59 2018-11-25 08:24:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=490f213d-761b-493f-8d92-d36c7cb99fdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:51,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-092367a2-0b67-4303-b5af-a9fd1da133bc Date: Sun, 25 Nov 2018 08:24:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.209"}],"id":"4f70e59f-9730-43aa-b7db-70146f161729","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:a1:18","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"490f213d-761b-493f-8d92-d36c7cb99fdc","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:24:45Z","binding:vnic_type":"normal"}]} 2018-11-25 08:24:51,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=490f213d-761b-493f-8d92-d36c7cb99fdc used request id req-092367a2-0b67-4303-b5af-a9fd1da133bc 2018-11-25 08:24:51,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d307a89969462fa98f31bffb8767bddeba3a9028" 2018-11-25 08:24:51,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-38ed56cb-9cc1-4fbb-abf7-ac94c683f955 Date: Sun, 25 Nov 2018 08:24:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:24:51,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-38ed56cb-9cc1-4fbb-abf7-ac94c683f955 2018-11-25 08:24:51,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:51,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["7-dL1FvCS3WFdfHhNmwYZQ"], "issued_at": "2018-11-25T08:24:51.000000Z"}} 2018-11-25 08:24:51,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:51,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5a3fe2d-02e9-4a98-9b41-91510ddc1086 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:51,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c5a3fe2d-02e9-4a98-9b41-91510ddc1086 2018-11-25 08:24:51,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:24:51,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:52,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["BVEYbWM3QLy06B6uHydCEQ"], "issued_at": "2018-11-25T08:24:52.000000Z"}} 2018-11-25 08:24:52,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c69609914671b7449cb68c4e865b8829bd3252" 2018-11-25 08:24:52,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a185fe6-0138-4603-a639-36d4199f7899 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:52,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9a185fe6-0138-4603-a639-36d4199f7899 2018-11-25 08:24:52,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:52,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-045ffa6d-dfc3-4676-bfca-d52a37c6c493 Date: Sun, 25 Nov 2018 08:24:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:24:52,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-045ffa6d-dfc3-4676-bfca-d52a37c6c493 2018-11-25 08:24:52,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:52,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3d35d2ab-d23b-41b8-8389-bf0671cb1032 Date: Sun, 25 Nov 2018 08:24:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:24:52,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-3d35d2ab-d23b-41b8-8389-bf0671cb1032 2018-11-25 08:24:52,596 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router 2018-11-25 08:24:52,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}, "name": "NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router", "admin_state_up": true}}' 2018-11-25 08:24:54,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-d7beb6a3-3ef5-428f-851d-8b9f5433f4e3 Date: Sun, 25 Nov 2018 08:24:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:54Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "a6eb5c9f-45d2-4a24-9871-5d4afc1e0659", "name": "NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router"}} 2018-11-25 08:24:54,718 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-d7beb6a3-3ef5-428f-851d-8b9f5433f4e3 2018-11-25 08:24:54,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=a6eb5c9f-45d2-4a24-9871-5d4afc1e0659 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:55,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e8596a72-d1c8-4db4-bd9e-55763e1e0609 Date: Sun, 25 Nov 2018 08:24:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:54Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.208"}],"id":"83b73357-2313-4a58-8f3e-a94b04f928b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:09:9c:8b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a6eb5c9f-45d2-4a24-9871-5d4afc1e0659","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:24:54Z","binding:vnic_type":"normal"}]} 2018-11-25 08:24:55,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=a6eb5c9f-45d2-4a24-9871-5d4afc1e0659 used request id req-e8596a72-d1c8-4db4-bd9e-55763e1e0609 2018-11-25 08:24:55,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:55,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-dd7e7bdf-02c8-4dd4-a47f-3825a0bb2a26 Date: Sun, 25 Nov 2018 08:24:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:24:55,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-dd7e7bdf-02c8-4dd4-a47f-3825a0bb2a26 2018-11-25 08:24:55,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:55,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-f6021111-7d86-48b3-9274-f5e019914f1b Date: Sun, 25 Nov 2018 08:24:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:53Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "3e51911d-d3c3-4521-afea-68d801483b17", "name": "NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:54Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "a6eb5c9f-45d2-4a24-9871-5d4afc1e0659", "name": "NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router"}]} 2018-11-25 08:24:55,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router used request id req-f6021111-7d86-48b3-9274-f5e019914f1b 2018-11-25 08:24:55,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:24:55,461 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:24:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:24:55,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:55,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca346be-c414-4ea3-8c70-4a57b2b24f18 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:55,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-1ca346be-c414-4ea3-8c70-4a57b2b24f18 2018-11-25 08:24:55,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=3e51911d-d3c3-4521-afea-68d801483b17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:55,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-406a4c6f-989f-4dc7-9266-87783adc804b Date: Sun, 25 Nov 2018 08:24:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:53Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.201"}],"id":"67e32477-6d62-4617-86e4-3da1cd2e9993","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:9a:87","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3e51911d-d3c3-4521-afea-68d801483b17","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:24:53Z","binding:vnic_type":"normal"}]} 2018-11-25 08:24:55,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=3e51911d-d3c3-4521-afea-68d801483b17 used request id req-406a4c6f-989f-4dc7-9266-87783adc804b 2018-11-25 08:24:55,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:55,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4608debf-a8da-4705-8be9-5dcdf9c6cd4b Date: Sun, 25 Nov 2018 08:24:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:24:55,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-4608debf-a8da-4705-8be9-5dcdf9c6cd4b 2018-11-25 08:24:55,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:56,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c4befe55-4638-4113-a949-8923b95ec9d8 Date: Sun, 25 Nov 2018 08:24:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:24:56,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-c4befe55-4638-4113-a949-8923b95ec9d8 2018-11-25 08:24:56,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:56,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-fa4300d8-eb00-4fa4-a3be-77398bbeeedb Date: Sun, 25 Nov 2018 08:24:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:24:56,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-fa4300d8-eb00-4fa4-a3be-77398bbeeedb 2018-11-25 08:24:56,256 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router 2018-11-25 08:24:56,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/a6eb5c9f-45d2-4a24-9871-5d4afc1e0659 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:57,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5bcfd047-0517-4f13-84b1-ae14f3e9c3d2 Content-Length: 0 Date: Sun, 25 Nov 2018 08:24:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:57,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a6eb5c9f-45d2-4a24-9871-5d4afc1e0659 used request id req-5bcfd047-0517-4f13-84b1-ae14f3e9c3d2 2018-11-25 08:24:57,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:57,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5ed8dcf2-982f-4258-a86f-04957f6e743c Date: Sun, 25 Nov 2018 08:24:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:53Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "3e51911d-d3c3-4521-afea-68d801483b17", "name": "NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router"}]} 2018-11-25 08:24:57,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router used request id req-5ed8dcf2-982f-4258-a86f-04957f6e743c 2018-11-25 08:24:57,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:57,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ace2833-4a2d-4018-a37a-cb40affb042d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:24:57,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-1ace2833-4a2d-4018-a37a-cb40affb042d 2018-11-25 08:24:57,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=3e51911d-d3c3-4521-afea-68d801483b17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:57,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-7afb9dff-9c8f-43f5-ad5a-c096b17636a3 Date: Sun, 25 Nov 2018 08:24:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:53Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.201"}],"id":"67e32477-6d62-4617-86e4-3da1cd2e9993","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:9a:87","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3e51911d-d3c3-4521-afea-68d801483b17","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:24:53Z","binding:vnic_type":"normal"}]} 2018-11-25 08:24:57,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=3e51911d-d3c3-4521-afea-68d801483b17 used request id req-7afb9dff-9c8f-43f5-ad5a-c096b17636a3 2018-11-25 08:24:57,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e935d6948df819db811a6162450d29a7c34b25" 2018-11-25 08:24:58,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7890ec47-c545-48e0-92e5-811831ad4c25 Date: Sun, 25 Nov 2018 08:24:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}} 2018-11-25 08:24:58,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/19bb42e4-afc4-4c16-8adb-bc9a80c06c22 used request id req-7890ec47-c545-48e0-92e5-811831ad4c25 2018-11-25 08:24:58,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:24:58,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["wU9rjT1UR82WrCKCmvZ06Q"], "issued_at": "2018-11-25T08:24:58.000000Z"}} 2018-11-25 08:24:58,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384522ba73fab34679fe35921cda870ff28ebed5" 2018-11-25 08:24:58,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-766f6abe-9fe0-4b99-b12c-1c2b67c603f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:24:58,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-766f6abe-9fe0-4b99-b12c-1c2b67c603f6 2018-11-25 08:24:58,645 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-6994e0e5-48e2-4330-8305-3df48b358db7name 2018-11-25 08:24:58,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384522ba73fab34679fe35921cda870ff28ebed5" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-6994e0e5-48e2-4330-8305-3df48b358db7name"}}' 2018-11-25 08:24:59,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-6ffecf58-63de-4514-850f-06e948837424 Date: Sun, 25 Nov 2018 08:24:59 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:58Z", "updated_at": "2018-11-25T08:24:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:24:58Z", "revision_number": 0, "id": "50448c30-052a-407b-a43a-e8a3b553342f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:24:58Z", "security_group_id": "998dcd26-4222-4484-bbac-cd0e45432b6a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:24:58Z", "revision_number": 0, "id": "a182976f-ed7e-4bc8-87dc-b13ccaa31bcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:24:58Z", "security_group_id": "998dcd26-4222-4484-bbac-cd0e45432b6a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 2, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "998dcd26-4222-4484-bbac-cd0e45432b6a", "name": "NeutronUtilsSecurityGroupTests-6994e0e5-48e2-4330-8305-3df48b358db7name"}} 2018-11-25 08:24:59,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-6ffecf58-63de-4514-850f-06e948837424 2018-11-25 08:24:59,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 998dcd26-4222-4484-bbac-cd0e45432b6a 2018-11-25 08:24:59,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=998dcd26-4222-4484-bbac-cd0e45432b6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384522ba73fab34679fe35921cda870ff28ebed5" 2018-11-25 08:24:59,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6df5d6c7-88e9-48fb-b5e5-229c370ac5ab Date: Sun, 25 Nov 2018 08:24:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:24:58Z", "security_group_id": "998dcd26-4222-4484-bbac-cd0e45432b6a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:58Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "50448c30-052a-407b-a43a-e8a3b553342f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:24:58Z", "security_group_id": "998dcd26-4222-4484-bbac-cd0e45432b6a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:58Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "a182976f-ed7e-4bc8-87dc-b13ccaa31bcd"}]} 2018-11-25 08:24:59,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=998dcd26-4222-4484-bbac-cd0e45432b6a used request id req-6df5d6c7-88e9-48fb-b5e5-229c370ac5ab 2018-11-25 08:24:59,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-6994e0e5-48e2-4330-8305-3df48b358db7name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384522ba73fab34679fe35921cda870ff28ebed5" 2018-11-25 08:24:59,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-d4b9d7a3-66e8-4eb4-8c68-5f36e1e841ea Date: Sun, 25 Nov 2018 08:24:59 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:58Z", "updated_at": "2018-11-25T08:24:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:24:58Z", "revision_number": 0, "id": "a182976f-ed7e-4bc8-87dc-b13ccaa31bcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:24:58Z", "security_group_id": "998dcd26-4222-4484-bbac-cd0e45432b6a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:24:58Z", "revision_number": 0, "id": "50448c30-052a-407b-a43a-e8a3b553342f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:24:58Z", "security_group_id": "998dcd26-4222-4484-bbac-cd0e45432b6a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 2, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "998dcd26-4222-4484-bbac-cd0e45432b6a", "name": "NeutronUtilsSecurityGroupTests-6994e0e5-48e2-4330-8305-3df48b358db7name"}]} 2018-11-25 08:24:59,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-6994e0e5-48e2-4330-8305-3df48b358db7name used request id req-d4b9d7a3-66e8-4eb4-8c68-5f36e1e841ea 2018-11-25 08:24:59,382 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 998dcd26-4222-4484-bbac-cd0e45432b6a 2018-11-25 08:24:59,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=998dcd26-4222-4484-bbac-cd0e45432b6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384522ba73fab34679fe35921cda870ff28ebed5" 2018-11-25 08:24:59,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-750d8a16-1e65-40b3-bbdf-b397399346cb Date: Sun, 25 Nov 2018 08:24:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:24:58Z", "security_group_id": "998dcd26-4222-4484-bbac-cd0e45432b6a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:58Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "50448c30-052a-407b-a43a-e8a3b553342f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:24:58Z", "security_group_id": "998dcd26-4222-4484-bbac-cd0e45432b6a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:58Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "a182976f-ed7e-4bc8-87dc-b13ccaa31bcd"}]} 2018-11-25 08:24:59,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=998dcd26-4222-4484-bbac-cd0e45432b6a used request id req-750d8a16-1e65-40b3-bbdf-b397399346cb 2018-11-25 08:24:59,439 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-6994e0e5-48e2-4330-8305-3df48b358db7name 2018-11-25 08:24:59,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/998dcd26-4222-4484-bbac-cd0e45432b6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384522ba73fab34679fe35921cda870ff28ebed5" 2018-11-25 08:24:59,801 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b99f242-87ce-4060-b751-4110ac3f7b31 Content-Length: 0 Date: Sun, 25 Nov 2018 08:24:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:24:59,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/998dcd26-4222-4484-bbac-cd0e45432b6a used request id req-5b99f242-87ce-4060-b751-4110ac3f7b31 2018-11-25 08:24:59,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-6994e0e5-48e2-4330-8305-3df48b358db7name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384522ba73fab34679fe35921cda870ff28ebed5" 2018-11-25 08:24:59,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0b929b40-7b02-40bb-9142-402ad40badb0 Date: Sun, 25 Nov 2018 08:25:00 GMT RESP BODY: {"security_groups": []} 2018-11-25 08:24:59,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-6994e0e5-48e2-4330-8305-3df48b358db7name used request id req-0b929b40-7b02-40bb-9142-402ad40badb0 2018-11-25 08:24:59,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:00,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["ML407GGWQgOxlFYfz-9xfQ"], "issued_at": "2018-11-25T08:25:00.000000Z"}} 2018-11-25 08:25:00,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3e2961d9999519446413f6c6e68b7e8bcfed9d" 2018-11-25 08:25:00,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3182c821-752c-4763-9fa6-421e5f305916 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:00,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3182c821-752c-4763-9fa6-421e5f305916 2018-11-25 08:25:00,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:00,766 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["IOP_3sL8Q3a15uF3yFLxQQ"], "issued_at": "2018-11-25T08:25:00.000000Z"}} 2018-11-25 08:25:00,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bebe0d3c59891495199c4c322fa30309ccb86c" 2018-11-25 08:25:00,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf9bf256-e1e2-47cf-aec8-494411fa0c95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:00,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cf9bf256-e1e2-47cf-aec8-494411fa0c95 2018-11-25 08:25:00,855 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-c092baca-5551-457b-830a-16534221a7cename 2018-11-25 08:25:00,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bebe0d3c59891495199c4c322fa30309ccb86c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-c092baca-5551-457b-830a-16534221a7cename", "description": "hello group"}}' 2018-11-25 08:25:01,383 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-1fa73191-33df-4568-9eb0-97f947936e31 Date: Sun, 25 Nov 2018 08:25:01 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:01Z", "updated_at": "2018-11-25T08:25:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:01Z", "revision_number": 0, "id": "df6aef80-b64c-47ae-aae7-488541372671", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:01Z", "security_group_id": "ad80a2f2-60bd-4264-8824-2559fc897d86", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:01Z", "revision_number": 0, "id": "eb627583-bb67-4dc7-be8e-77bdf264369d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:01Z", "security_group_id": "ad80a2f2-60bd-4264-8824-2559fc897d86", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 2, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "ad80a2f2-60bd-4264-8824-2559fc897d86", "name": "NeutronUtilsSecurityGroupTests-c092baca-5551-457b-830a-16534221a7cename"}} 2018-11-25 08:25:01,383 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-1fa73191-33df-4568-9eb0-97f947936e31 2018-11-25 08:25:01,384 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ad80a2f2-60bd-4264-8824-2559fc897d86 2018-11-25 08:25:01,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ad80a2f2-60bd-4264-8824-2559fc897d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bebe0d3c59891495199c4c322fa30309ccb86c" 2018-11-25 08:25:01,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a5e3b67b-7959-4c8e-bd23-b5a6e4b4b7e4 Date: Sun, 25 Nov 2018 08:25:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:01Z", "security_group_id": "ad80a2f2-60bd-4264-8824-2559fc897d86", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:01Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "df6aef80-b64c-47ae-aae7-488541372671"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:01Z", "security_group_id": "ad80a2f2-60bd-4264-8824-2559fc897d86", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:01Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "eb627583-bb67-4dc7-be8e-77bdf264369d"}]} 2018-11-25 08:25:01,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ad80a2f2-60bd-4264-8824-2559fc897d86 used request id req-a5e3b67b-7959-4c8e-bd23-b5a6e4b4b7e4 2018-11-25 08:25:01,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-c092baca-5551-457b-830a-16534221a7cename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bebe0d3c59891495199c4c322fa30309ccb86c" 2018-11-25 08:25:01,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-b5f87893-59b5-4c06-b608-6e2c3f7b8b08 Date: Sun, 25 Nov 2018 08:25:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:01Z", "updated_at": "2018-11-25T08:25:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:01Z", "revision_number": 0, "id": "eb627583-bb67-4dc7-be8e-77bdf264369d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:01Z", "security_group_id": "ad80a2f2-60bd-4264-8824-2559fc897d86", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:01Z", "revision_number": 0, "id": "df6aef80-b64c-47ae-aae7-488541372671", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:01Z", "security_group_id": "ad80a2f2-60bd-4264-8824-2559fc897d86", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 2, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "ad80a2f2-60bd-4264-8824-2559fc897d86", "name": "NeutronUtilsSecurityGroupTests-c092baca-5551-457b-830a-16534221a7cename"}]} 2018-11-25 08:25:01,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-c092baca-5551-457b-830a-16534221a7cename&description=hello+group used request id req-b5f87893-59b5-4c06-b608-6e2c3f7b8b08 2018-11-25 08:25:01,785 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ad80a2f2-60bd-4264-8824-2559fc897d86 2018-11-25 08:25:01,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ad80a2f2-60bd-4264-8824-2559fc897d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bebe0d3c59891495199c4c322fa30309ccb86c" 2018-11-25 08:25:01,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-946c3e19-c56b-4add-a944-f8cf7063457c Date: Sun, 25 Nov 2018 08:25:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:01Z", "security_group_id": "ad80a2f2-60bd-4264-8824-2559fc897d86", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:01Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "df6aef80-b64c-47ae-aae7-488541372671"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:01Z", "security_group_id": "ad80a2f2-60bd-4264-8824-2559fc897d86", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:01Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "eb627583-bb67-4dc7-be8e-77bdf264369d"}]} 2018-11-25 08:25:01,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ad80a2f2-60bd-4264-8824-2559fc897d86 used request id req-946c3e19-c56b-4add-a944-f8cf7063457c 2018-11-25 08:25:01,949 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-c092baca-5551-457b-830a-16534221a7cename 2018-11-25 08:25:01,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/ad80a2f2-60bd-4264-8824-2559fc897d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bebe0d3c59891495199c4c322fa30309ccb86c" 2018-11-25 08:25:02,238 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-22cd1707-d87a-4f9c-9c13-f9eec4df2a35 Content-Length: 0 Date: Sun, 25 Nov 2018 08:25:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:25:02,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/ad80a2f2-60bd-4264-8824-2559fc897d86 used request id req-22cd1707-d87a-4f9c-9c13-f9eec4df2a35 2018-11-25 08:25:02,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:02,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["HSu7AO1YTgmmmvhq6qcXaA"], "issued_at": "2018-11-25T08:25:02.000000Z"}} 2018-11-25 08:25:02,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:02,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e2a3b5b-7e61-4539-b890-ad27d86e23e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:02,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5e2a3b5b-7e61-4539-b890-ad27d86e23e7 2018-11-25 08:25:02,641 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname 2018-11-25 08:25:02,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname", "description": "hello group"}}' 2018-11-25 08:25:03,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-6f98ee3c-51a8-4f2c-9220-aebd3897560c Date: Sun, 25 Nov 2018 08:25:03 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "updated_at": "2018-11-25T08:25:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "revision_number": 0, "id": "b1e85654-220c-4e9f-9de7-9de2b3bbad41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "revision_number": 0, "id": "e36c4d8d-b093-42d9-bd14-6341ba852ff9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 2, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "name": "NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname"}} 2018-11-25 08:25:03,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-6f98ee3c-51a8-4f2c-9220-aebd3897560c 2018-11-25 08:25:03,042 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7782b4f1-e89f-4d7b-ab81-3f2d1e03333a 2018-11-25 08:25:03,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:03,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4dd0167c-1445-4010-b87c-c57bc4ecc446 Date: Sun, 25 Nov 2018 08:25:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "b1e85654-220c-4e9f-9de7-9de2b3bbad41"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "e36c4d8d-b093-42d9-bd14-6341ba852ff9"}]} 2018-11-25 08:25:03,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a used request id req-4dd0167c-1445-4010-b87c-c57bc4ecc446 2018-11-25 08:25:03,205 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7782b4f1-e89f-4d7b-ab81-3f2d1e03333a 2018-11-25 08:25:03,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:03,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4eaf29bb-f000-40a8-ac55-bd486986de9b Date: Sun, 25 Nov 2018 08:25:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "b1e85654-220c-4e9f-9de7-9de2b3bbad41"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "e36c4d8d-b093-42d9-bd14-6341ba852ff9"}]} 2018-11-25 08:25:03,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a used request id req-4eaf29bb-f000-40a8-ac55-bd486986de9b 2018-11-25 08:25:03,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:03,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82168674-9e6b-47ef-bb69-87ae3c5350f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:03,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-82168674-9e6b-47ef-bb69-87ae3c5350f3 2018-11-25 08:25:03,387 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname 2018-11-25 08:25:03,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:03,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-7c0b3682-3437-4342-822c-fb833d193166 Date: Sun, 25 Nov 2018 08:25:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "updated_at": "2018-11-25T08:25:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "revision_number": 0, "id": "e36c4d8d-b093-42d9-bd14-6341ba852ff9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "revision_number": 0, "id": "b1e85654-220c-4e9f-9de7-9de2b3bbad41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 2, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "name": "NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname"}]} 2018-11-25 08:25:03,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname used request id req-7c0b3682-3437-4342-822c-fb833d193166 2018-11-25 08:25:03,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:25:03,590 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:25:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:25:03,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:03,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae64654b-0236-4097-96bf-e167d215da82 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:25:03,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-ae64654b-0236-4097-96bf-e167d215da82 2018-11-25 08:25:03,670 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7782b4f1-e89f-4d7b-ab81-3f2d1e03333a 2018-11-25 08:25:03,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:03,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9d9b0260-e7e0-474b-8a39-aedf10e15fa4 Date: Sun, 25 Nov 2018 08:25:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "b1e85654-220c-4e9f-9de7-9de2b3bbad41"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "e36c4d8d-b093-42d9-bd14-6341ba852ff9"}]} 2018-11-25 08:25:03,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a used request id req-9d9b0260-e7e0-474b-8a39-aedf10e15fa4 2018-11-25 08:25:03,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a"}}' 2018-11-25 08:25:04,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-c9f94c39-6666-48a1-b035-aa661608a457 Date: Sun, 25 Nov 2018 08:25:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:04Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:04Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "2c7b428b-69ea-4842-b41f-8e70cacc3b77"}} 2018-11-25 08:25:04,178 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-c9f94c39-6666-48a1-b035-aa661608a457 2018-11-25 08:25:04,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:04,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-66344ec1-c4ea-4b90-9f02-ed5ac20f7b0a Date: Sun, 25 Nov 2018 08:25:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "updated_at": "2018-11-25T08:25:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "revision_number": 0, "id": "e36c4d8d-b093-42d9-bd14-6341ba852ff9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "revision_number": 0, "id": "b1e85654-220c-4e9f-9de7-9de2b3bbad41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:04Z", "revision_number": 0, "id": "2c7b428b-69ea-4842-b41f-8e70cacc3b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:04Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 3, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "name": "NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname"}]} 2018-11-25 08:25:04,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname&description=hello+group used request id req-66344ec1-c4ea-4b90-9f02-ed5ac20f7b0a 2018-11-25 08:25:04,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7782b4f1-e89f-4d7b-ab81-3f2d1e03333a 2018-11-25 08:25:04,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:04,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-bcde84a3-6455-4d2a-8aaf-bf763c588a4d Date: Sun, 25 Nov 2018 08:25:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:04Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:04Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "2c7b428b-69ea-4842-b41f-8e70cacc3b77"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "b1e85654-220c-4e9f-9de7-9de2b3bbad41"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "e36c4d8d-b093-42d9-bd14-6341ba852ff9"}]} 2018-11-25 08:25:04,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a used request id req-bcde84a3-6455-4d2a-8aaf-bf763c588a4d 2018-11-25 08:25:04,565 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7782b4f1-e89f-4d7b-ab81-3f2d1e03333a 2018-11-25 08:25:04,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:04,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-b0c9f5de-f5b2-44ad-b0c6-b1ca33f46e9d Date: Sun, 25 Nov 2018 08:25:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:04Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:04Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "2c7b428b-69ea-4842-b41f-8e70cacc3b77"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "b1e85654-220c-4e9f-9de7-9de2b3bbad41"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "e36c4d8d-b093-42d9-bd14-6341ba852ff9"}]} 2018-11-25 08:25:04,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a used request id req-b0c9f5de-f5b2-44ad-b0c6-b1ca33f46e9d 2018-11-25 08:25:04,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:04,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-4d92a9e3-794a-45ef-8de3-1136b754eb6a Date: Sun, 25 Nov 2018 08:25:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "updated_at": "2018-11-25T08:25:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:04Z", "revision_number": 0, "id": "2c7b428b-69ea-4842-b41f-8e70cacc3b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:04Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "revision_number": 0, "id": "e36c4d8d-b093-42d9-bd14-6341ba852ff9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "revision_number": 0, "id": "b1e85654-220c-4e9f-9de7-9de2b3bbad41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 3, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "name": "NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname"}]} 2018-11-25 08:25:04,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname&description=hello+group used request id req-4d92a9e3-794a-45ef-8de3-1136b754eb6a 2018-11-25 08:25:04,948 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7782b4f1-e89f-4d7b-ab81-3f2d1e03333a 2018-11-25 08:25:04,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:05,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-e21e2411-2b7f-4a02-9848-1f53cfc67946 Date: Sun, 25 Nov 2018 08:25:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:04Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:04Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "2c7b428b-69ea-4842-b41f-8e70cacc3b77"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "b1e85654-220c-4e9f-9de7-9de2b3bbad41"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:02Z", "security_group_id": "7782b4f1-e89f-4d7b-ab81-3f2d1e03333a", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:02Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "e36c4d8d-b093-42d9-bd14-6341ba852ff9"}]} 2018-11-25 08:25:05,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7782b4f1-e89f-4d7b-ab81-3f2d1e03333a used request id req-e21e2411-2b7f-4a02-9848-1f53cfc67946 2018-11-25 08:25:05,113 - neutron_utils - INFO - Deleting security group rule with ID - b1e85654-220c-4e9f-9de7-9de2b3bbad41 2018-11-25 08:25:05,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/b1e85654-220c-4e9f-9de7-9de2b3bbad41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:05,374 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46d34d7f-5cc2-4006-8b01-0f4cd37438fd Content-Length: 0 Date: Sun, 25 Nov 2018 08:25:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:25:05,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/b1e85654-220c-4e9f-9de7-9de2b3bbad41 used request id req-46d34d7f-5cc2-4006-8b01-0f4cd37438fd 2018-11-25 08:25:05,374 - neutron_utils - INFO - Deleting security group rule with ID - e36c4d8d-b093-42d9-bd14-6341ba852ff9 2018-11-25 08:25:05,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/e36c4d8d-b093-42d9-bd14-6341ba852ff9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:05,475 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19f617bb-73db-481c-b2bb-19a8f88eb4f6 Content-Length: 0 Date: Sun, 25 Nov 2018 08:25:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:25:05,475 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/e36c4d8d-b093-42d9-bd14-6341ba852ff9 used request id req-19f617bb-73db-481c-b2bb-19a8f88eb4f6 2018-11-25 08:25:05,476 - neutron_utils - INFO - Deleting security group rule with ID - 2c7b428b-69ea-4842-b41f-8e70cacc3b77 2018-11-25 08:25:05,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/2c7b428b-69ea-4842-b41f-8e70cacc3b77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:05,715 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-00d28b42-afc4-442d-8593-d6bd200fd48d Content-Length: 0 Date: Sun, 25 Nov 2018 08:25:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:25:05,715 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/2c7b428b-69ea-4842-b41f-8e70cacc3b77 used request id req-00d28b42-afc4-442d-8593-d6bd200fd48d 2018-11-25 08:25:05,715 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-e28a76ac-bd16-45d6-a8f8-28b3052175abname 2018-11-25 08:25:05,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/7782b4f1-e89f-4d7b-ab81-3f2d1e03333a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8b5e3a3492bf526880d1400617d613180d30c8" 2018-11-25 08:25:05,833 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-48a2b55a-0756-4856-a37f-33bb44b0fa1c Content-Length: 0 Date: Sun, 25 Nov 2018 08:25:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:25:05,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7782b4f1-e89f-4d7b-ab81-3f2d1e03333a used request id req-48a2b55a-0756-4856-a37f-33bb44b0fa1c 2018-11-25 08:25:05,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:06,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["N6rzv893QBCYJcR2zGlrgg"], "issued_at": "2018-11-25T08:25:06.000000Z"}} 2018-11-25 08:25:06,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" 2018-11-25 08:25:06,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204aad68-5bd7-48a2-89aa-f095595a0e10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:06,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-204aad68-5bd7-48a2-89aa-f095595a0e10 2018-11-25 08:25:06,323 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-5c387872-ae2d-44bb-a860-c58fc990f04dname-1 2018-11-25 08:25:06,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-5c387872-ae2d-44bb-a860-c58fc990f04dname-1", "description": "hello group"}}' 2018-11-25 08:25:06,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-68636fb6-0390-4d51-af33-3a42b387cf21 Date: Sun, 25 Nov 2018 08:25:06 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:06Z", "updated_at": "2018-11-25T08:25:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:06Z", "revision_number": 0, "id": "22a718f7-c7e6-4e40-bcef-e78bfaa78cd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:06Z", "security_group_id": "bd74a60e-b8c1-4b4c-be8e-85c23e20fe57", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:06Z", "revision_number": 0, "id": "fca4c64b-080c-4ade-9c13-c56577f83ca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:06Z", "security_group_id": "bd74a60e-b8c1-4b4c-be8e-85c23e20fe57", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 2, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "bd74a60e-b8c1-4b4c-be8e-85c23e20fe57", "name": "NeutronUtilsSecurityGroupTests-5c387872-ae2d-44bb-a860-c58fc990f04dname-1"}} 2018-11-25 08:25:06,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-68636fb6-0390-4d51-af33-3a42b387cf21 2018-11-25 08:25:06,700 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 2018-11-25 08:25:06,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" 2018-11-25 08:25:06,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bb91eb1e-34a8-45fe-a254-921fdb5008bb Date: Sun, 25 Nov 2018 08:25:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:06Z", "security_group_id": "bd74a60e-b8c1-4b4c-be8e-85c23e20fe57", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:06Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "22a718f7-c7e6-4e40-bcef-e78bfaa78cd0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:06Z", "security_group_id": "bd74a60e-b8c1-4b4c-be8e-85c23e20fe57", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:06Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "fca4c64b-080c-4ade-9c13-c56577f83ca7"}]} 2018-11-25 08:25:06,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 used request id req-bb91eb1e-34a8-45fe-a254-921fdb5008bb 2018-11-25 08:25:06,906 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-5c387872-ae2d-44bb-a860-c58fc990f04dname-2 2018-11-25 08:25:06,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-5c387872-ae2d-44bb-a860-c58fc990f04dname-2", "description": "hello group"}}' 2018-11-25 08:25:07,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-f6fa016a-3fcf-4934-93de-44786040156b Date: Sun, 25 Nov 2018 08:25:07 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:07Z", "updated_at": "2018-11-25T08:25:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:07Z", "revision_number": 0, "id": "5a95d3ce-b2aa-42f3-8537-e51aeb1f950b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:07Z", "security_group_id": "a8ad8a78-1c34-486d-8f47-76bdaa1d21aa", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:07Z", "revision_number": 0, "id": "9235d791-6b2a-4f40-83a7-67021a2a342d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:07Z", "security_group_id": "a8ad8a78-1c34-486d-8f47-76bdaa1d21aa", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 2, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "a8ad8a78-1c34-486d-8f47-76bdaa1d21aa", "name": "NeutronUtilsSecurityGroupTests-5c387872-ae2d-44bb-a860-c58fc990f04dname-2"}} 2018-11-25 08:25:07,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-f6fa016a-3fcf-4934-93de-44786040156b 2018-11-25 08:25:07,330 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8ad8a78-1c34-486d-8f47-76bdaa1d21aa 2018-11-25 08:25:07,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a8ad8a78-1c34-486d-8f47-76bdaa1d21aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" 2018-11-25 08:25:07,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c431c17c-b957-4ea9-8958-1785c811c9dc Date: Sun, 25 Nov 2018 08:25:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:07Z", "security_group_id": "a8ad8a78-1c34-486d-8f47-76bdaa1d21aa", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:07Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "5a95d3ce-b2aa-42f3-8537-e51aeb1f950b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:07Z", "security_group_id": "a8ad8a78-1c34-486d-8f47-76bdaa1d21aa", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:07Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "9235d791-6b2a-4f40-83a7-67021a2a342d"}]} 2018-11-25 08:25:07,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a8ad8a78-1c34-486d-8f47-76bdaa1d21aa used request id req-c431c17c-b957-4ea9-8958-1785c811c9dc 2018-11-25 08:25:07,510 - neutron_utils - INFO - Retrieving security group with ID - bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 2018-11-25 08:25:07,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" 2018-11-25 08:25:07,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-69ac1fe2-1f19-46e1-b52e-48bf00e6344e Date: Sun, 25 Nov 2018 08:25:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:06Z", "updated_at": "2018-11-25T08:25:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:06Z", "revision_number": 0, "id": "22a718f7-c7e6-4e40-bcef-e78bfaa78cd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:06Z", "security_group_id": "bd74a60e-b8c1-4b4c-be8e-85c23e20fe57", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:06Z", "revision_number": 0, "id": "fca4c64b-080c-4ade-9c13-c56577f83ca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:06Z", "security_group_id": "bd74a60e-b8c1-4b4c-be8e-85c23e20fe57", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 2, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "bd74a60e-b8c1-4b4c-be8e-85c23e20fe57", "name": "NeutronUtilsSecurityGroupTests-5c387872-ae2d-44bb-a860-c58fc990f04dname-1"}]} 2018-11-25 08:25:07,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 used request id req-69ac1fe2-1f19-46e1-b52e-48bf00e6344e 2018-11-25 08:25:07,583 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 2018-11-25 08:25:07,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" 2018-11-25 08:25:07,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f50bcdfe-a013-4b29-b087-191287c5436f Date: Sun, 25 Nov 2018 08:25:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:06Z", "security_group_id": "bd74a60e-b8c1-4b4c-be8e-85c23e20fe57", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:06Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "22a718f7-c7e6-4e40-bcef-e78bfaa78cd0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:06Z", "security_group_id": "bd74a60e-b8c1-4b4c-be8e-85c23e20fe57", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:06Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "fca4c64b-080c-4ade-9c13-c56577f83ca7"}]} 2018-11-25 08:25:07,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 used request id req-f50bcdfe-a013-4b29-b087-191287c5436f 2018-11-25 08:25:07,786 - neutron_utils - INFO - Retrieving security group with ID - a8ad8a78-1c34-486d-8f47-76bdaa1d21aa 2018-11-25 08:25:07,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=a8ad8a78-1c34-486d-8f47-76bdaa1d21aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" 2018-11-25 08:25:07,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-50c3bf7b-8212-4201-9329-4050d86ffa1a Date: Sun, 25 Nov 2018 08:25:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:07Z", "updated_at": "2018-11-25T08:25:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:07Z", "revision_number": 0, "id": "5a95d3ce-b2aa-42f3-8537-e51aeb1f950b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:07Z", "security_group_id": "a8ad8a78-1c34-486d-8f47-76bdaa1d21aa", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:25:07Z", "revision_number": 0, "id": "9235d791-6b2a-4f40-83a7-67021a2a342d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:25:07Z", "security_group_id": "a8ad8a78-1c34-486d-8f47-76bdaa1d21aa", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 2, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "a8ad8a78-1c34-486d-8f47-76bdaa1d21aa", "name": "NeutronUtilsSecurityGroupTests-5c387872-ae2d-44bb-a860-c58fc990f04dname-2"}]} 2018-11-25 08:25:07,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=a8ad8a78-1c34-486d-8f47-76bdaa1d21aa used request id req-50c3bf7b-8212-4201-9329-4050d86ffa1a 2018-11-25 08:25:07,980 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8ad8a78-1c34-486d-8f47-76bdaa1d21aa 2018-11-25 08:25:07,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a8ad8a78-1c34-486d-8f47-76bdaa1d21aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" 2018-11-25 08:25:08,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b4bceb9d-fb26-4f57-bb98-f43608644d5d Date: Sun, 25 Nov 2018 08:25:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:07Z", "security_group_id": "a8ad8a78-1c34-486d-8f47-76bdaa1d21aa", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:07Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "5a95d3ce-b2aa-42f3-8537-e51aeb1f950b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:25:07Z", "security_group_id": "a8ad8a78-1c34-486d-8f47-76bdaa1d21aa", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:07Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "9235d791-6b2a-4f40-83a7-67021a2a342d"}]} 2018-11-25 08:25:08,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a8ad8a78-1c34-486d-8f47-76bdaa1d21aa used request id req-b4bceb9d-fb26-4f57-bb98-f43608644d5d 2018-11-25 08:25:08,003 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-5c387872-ae2d-44bb-a860-c58fc990f04dname-1 2018-11-25 08:25:08,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" 2018-11-25 08:25:08,178 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca4d462f-15e1-4212-8f6f-e81fd7f9b8c6 Content-Length: 0 Date: Sun, 25 Nov 2018 08:25:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:25:08,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/bd74a60e-b8c1-4b4c-be8e-85c23e20fe57 used request id req-ca4d462f-15e1-4212-8f6f-e81fd7f9b8c6 2018-11-25 08:25:08,178 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-5c387872-ae2d-44bb-a860-c58fc990f04dname-2 2018-11-25 08:25:08,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/a8ad8a78-1c34-486d-8f47-76bdaa1d21aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06334fd1ac7fedcd3bab87dbaffa0436362abfd2" 2018-11-25 08:25:08,495 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc1590b9-7a90-4aa8-8d9d-8cc3427f841f Content-Length: 0 Date: Sun, 25 Nov 2018 08:25:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:25:08,495 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a8ad8a78-1c34-486d-8f47-76bdaa1d21aa used request id req-fc1590b9-7a90-4aa8-8d9d-8cc3427f841f 2018-11-25 08:25:08,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:08,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["zVKr1GMIR-u7mGD-AY69zw"], "issued_at": "2018-11-25T08:25:08.000000Z"}} 2018-11-25 08:25:08,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16314a02740e7cb61be7a49a46fb488511a069d8" 2018-11-25 08:25:08,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d16e607b-00d2-4ef8-8b25-075a15f98033 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:08,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d16e607b-00d2-4ef8-8b25-075a15f98033 2018-11-25 08:25:08,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16314a02740e7cb61be7a49a46fb488511a069d8" 2018-11-25 08:25:09,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1a6d6ff8-afe0-4c18-84ad-69a542f80eea Date: Sun, 25 Nov 2018 08:25:09 GMT RESP BODY: {"floatingips": []} 2018-11-25 08:25:09,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-1a6d6ff8-afe0-4c18-84ad-69a542f80eea 2018-11-25 08:25:09,136 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-25 08:25:09,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16314a02740e7cb61be7a49a46fb488511a069d8" 2018-11-25 08:25:09,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-898bfa30-6f9c-4dee-a9d2-310e4b8a18c9 Date: Sun, 25 Nov 2018 08:25:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:25:09,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-898bfa30-6f9c-4dee-a9d2-310e4b8a18c9 2018-11-25 08:25:09,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16314a02740e7cb61be7a49a46fb488511a069d8" 2018-11-25 08:25:09,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4309cf29-69b4-4914-b29e-2f0c656df61d Date: Sun, 25 Nov 2018 08:25:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:25:09,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-4309cf29-69b4-4914-b29e-2f0c656df61d 2018-11-25 08:25:09,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16314a02740e7cb61be7a49a46fb488511a069d8" -d '{"floatingip": {"floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}}' 2018-11-25 08:25:10,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-5fda1bd5-3151-446f-bdf8-060593362b75 Date: Sun, 25 Nov 2018 08:25:10 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-25T08:25:10Z", "floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": null, "id": "dc1ee83c-8b03-4360-bc83-14571b462a96", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:10Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}} 2018-11-25 08:25:10,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-5fda1bd5-3151-446f-bdf8-060593362b75 2018-11-25 08:25:10,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16314a02740e7cb61be7a49a46fb488511a069d8" 2018-11-25 08:25:11,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-b352ac63-8658-4e08-9810-89673bbd656b Date: Sun, 25 Nov 2018 08:25:11 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-25T08:25:10Z", "floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": null, "id": "dc1ee83c-8b03-4360-bc83-14571b462a96", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:10Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}]} 2018-11-25 08:25:11,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-b352ac63-8658-4e08-9810-89673bbd656b 2018-11-25 08:25:11,005 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.214 2018-11-25 08:25:11,005 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.214 2018-11-25 08:25:11,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips?ip=dc1ee83c-8b03-4360-bc83-14571b462a96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16314a02740e7cb61be7a49a46fb488511a069d8" 2018-11-25 08:25:11,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-e58ad9b4-411c-4af5-9b89-7442ac4ee4fd Date: Sun, 25 Nov 2018 08:25:11 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-25T08:25:10Z", "floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": null, "id": "dc1ee83c-8b03-4360-bc83-14571b462a96", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:25:10Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}]} 2018-11-25 08:25:11,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips?ip=dc1ee83c-8b03-4360-bc83-14571b462a96 used request id req-e58ad9b4-411c-4af5-9b89-7442ac4ee4fd 2018-11-25 08:25:11,033 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.214 2018-11-25 08:25:11,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/dc1ee83c-8b03-4360-bc83-14571b462a96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16314a02740e7cb61be7a49a46fb488511a069d8" 2018-11-25 08:25:11,646 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0733d82e-9fc0-42b6-8ded-22c100bb95ee Content-Length: 0 Date: Sun, 25 Nov 2018 08:25:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:25:11,647 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/dc1ee83c-8b03-4360-bc83-14571b462a96 used request id req-0733d82e-9fc0-42b6-8ded-22c100bb95ee 2018-11-25 08:25:11,648 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:25:11,890 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 2018-11-25 08:25:11,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:12,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["8nR4DiLpRrK9LeRsMlvgaQ"], "issued_at": "2018-11-25T08:25:12.000000Z"}} 2018-11-25 08:25:12,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbeb303a739043b27c693f5e2d830d26723ebf" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkAEWDlTLIor9s4IKsP5hNL0l4lHw+xwzURZHYT1PVvECCLXl1UrDi9ViuGu3saKMbA4hyupSTWPMyzErM1IiZwiVrc33jIr20TideNYUYpjoJrxzUUsRq9Q7EAFgIipA2xyAd+IXiV2z3WcKzUwmh2n4L5yBfSWLJ/vnBDks1ad/fZbKtykSJIVRek1xekE04xSrzh7Yw50ova2/8oLL6TjgZvLI1Iu5l+66Z+H8ptqA+gWjQ6VYe6AKeVlWtXnvPVFzrKtGoxPDjOT8WDctOqIH45w4e1O05DG9EZrJNPDKLLr9/KaBhZ1Mhti8qPLDYkWSpE6/YNF4sX1jEdIBx", "name": "NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130"}}' 2018-11-25 08:25:13,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-c62eec4f-84bf-41ff-8882-b1734955b00b x-compute-request-id: req-c62eec4f-84bf-41ff-8882-b1734955b00b Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkAEWDlTLIor9s4IKsP5hNL0l4lHw+xwzURZHYT1PVvECCLXl1UrDi9ViuGu3saKMbA4hyupSTWPMyzErM1IiZwiVrc33jIr20TideNYUYpjoJrxzUUsRq9Q7EAFgIipA2xyAd+IXiV2z3WcKzUwmh2n4L5yBfSWLJ/vnBDks1ad/fZbKtykSJIVRek1xekE04xSrzh7Yw50ova2/8oLL6TjgZvLI1Iu5l+66Z+H8ptqA+gWjQ6VYe6AKeVlWtXnvPVFzrKtGoxPDjOT8WDctOqIH45w4e1O05DG9EZrJNPDKLLr9/KaBhZ1Mhti8qPLDYkWSpE6/YNF4sX1jEdIBx", "user_id": "37cefe782cb2485683238db40fa7d767", "name": "NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130", "fingerprint": "ac:a9:b1:ab:b4:d1:57:6b:c2:33:b8:d7:14:77:76:39"}} 2018-11-25 08:25:13,017 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-c62eec4f-84bf-41ff-8882-b1734955b00b 2018-11-25 08:25:13,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbeb303a739043b27c693f5e2d830d26723ebf" 2018-11-25 08:25:13,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-2aa17f41-93ee-4d9f-b749-a0b00df7134b x-compute-request-id: req-2aa17f41-93ee-4d9f-b749-a0b00df7134b Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkAEWDlTLIor9s4IKsP5hNL0l4lHw+xwzURZHYT1PVvECCLXl1UrDi9ViuGu3saKMbA4hyupSTWPMyzErM1IiZwiVrc33jIr20TideNYUYpjoJrxzUUsRq9Q7EAFgIipA2xyAd+IXiV2z3WcKzUwmh2n4L5yBfSWLJ/vnBDks1ad/fZbKtykSJIVRek1xekE04xSrzh7Yw50ova2/8oLL6TjgZvLI1Iu5l+66Z+H8ptqA+gWjQ6VYe6AKeVlWtXnvPVFzrKtGoxPDjOT8WDctOqIH45w4e1O05DG9EZrJNPDKLLr9/KaBhZ1Mhti8qPLDYkWSpE6/YNF4sX1jEdIBx", "user_id": "37cefe782cb2485683238db40fa7d767", "name": "NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130", "deleted": false, "created_at": "2018-11-25T08:25:12.000000", "updated_at": null, "fingerprint": "ac:a9:b1:ab:b4:d1:57:6b:c2:33:b8:d7:14:77:76:39", "deleted_at": null, "id": 3}} 2018-11-25 08:25:13,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 used request id req-2aa17f41-93ee-4d9f-b749-a0b00df7134b 2018-11-25 08:25:13,140 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 2018-11-25 08:25:13,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbeb303a739043b27c693f5e2d830d26723ebf" 2018-11-25 08:25:13,309 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:25: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-8f8e69ff-bfae-42f0-a45d-0f7e32f46984 x-compute-request-id: req-8f8e69ff-bfae-42f0-a45d-0f7e32f46984 Content-Length: 0 Content-Type: application/json 2018-11-25 08:25:13,309 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 used request id req-8f8e69ff-bfae-42f0-a45d-0f7e32f46984 2018-11-25 08:25:13,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbeb303a739043b27c693f5e2d830d26723ebf" 2018-11-25 08:25:13,436 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:25: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-a983fc0e-d1e2-4bf7-91da-9f48618180ac x-compute-request-id: req-a983fc0e-d1e2-4bf7-91da-9f48618180ac Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 not found for user 37cefe782cb2485683238db40fa7d767", "code": 404}} 2018-11-25 08:25:13,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 used request id req-a983fc0e-d1e2-4bf7-91da-9f48618180ac 2018-11-25 08:25:13,437 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 2018-11-25 08:25:13,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbeb303a739043b27c693f5e2d830d26723ebf" 2018-11-25 08:25:13,650 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:25: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-f289d623-c256-4ffe-80fd-47a78b4f6d48 x-compute-request-id: req-f289d623-c256-4ffe-80fd-47a78b4f6d48 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 not found for user 37cefe782cb2485683238db40fa7d767", "code": 404}} 2018-11-25 08:25:13,650 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7c866de7-7c20-4fab-85d7-bda375f59130 used request id req-f289d623-c256-4ffe-80fd-47a78b4f6d48 2018-11-25 08:25:13,651 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:25:13,718 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-c8a7e428-7a55-4000-a3d0-3d82ac4a5c4a.pub 2018-11-25 08:25:13,719 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-c8a7e428-7a55-4000-a3d0-3d82ac4a5c4a 2018-11-25 08:25:13,719 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-c8a7e428-7a55-4000-a3d0-3d82ac4a5c4a.pub 2018-11-25 08:25:13,719 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-c8a7e428-7a55-4000-a3d0-3d82ac4a5c4a 2018-11-25 08:25:13,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:14,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["olgmgjuPQICTo8wVGmiEtQ"], "issued_at": "2018-11-25T08:25:14.000000Z"}} 2018-11-25 08:25:14,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}787e823a2dd87ea09c3363a6b5042282c2222a5e" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHAJ3Y3isu43zPSTxyhsT6uvy80TJMxZgwU/g7UtBuyt4mdssP/otNHrEOT3KQlxGqxD7niMnfN0xboKA/VCM3wH5qPFXeEFb5xNqsSCRYfVK0TgvFyZnREyIlQkOm7Zlj24y/Mba+0qQ1RYtxvLOgkjvsEWCRUDbq9RepbthLnOtUPSvBdWu+dsHWuh+GhKUPiA7cZZGjMfxMjEsAZtbFrX38SufwSYik1pxGAwhgrFMgWrznFcBfzk3X+DurvqrGHLCzV03OGAg1HjQw5gqNEZgZRABIS2jvlvpymhddcI7tmZvbHBhdeiRFxx7qOK3xi/LPxnC6Gf74nGsVWnjh", "name": "NovaUtilsKeypairTests-c8a7e428-7a55-4000-a3d0-3d82ac4a5c4a"}}' 2018-11-25 08:25:14,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-a37aee9f-43aa-4152-8f24-d456325e3ee1 x-compute-request-id: req-a37aee9f-43aa-4152-8f24-d456325e3ee1 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHAJ3Y3isu43zPSTxyhsT6uvy80TJMxZgwU/g7UtBuyt4mdssP/otNHrEOT3KQlxGqxD7niMnfN0xboKA/VCM3wH5qPFXeEFb5xNqsSCRYfVK0TgvFyZnREyIlQkOm7Zlj24y/Mba+0qQ1RYtxvLOgkjvsEWCRUDbq9RepbthLnOtUPSvBdWu+dsHWuh+GhKUPiA7cZZGjMfxMjEsAZtbFrX38SufwSYik1pxGAwhgrFMgWrznFcBfzk3X+DurvqrGHLCzV03OGAg1HjQw5gqNEZgZRABIS2jvlvpymhddcI7tmZvbHBhdeiRFxx7qOK3xi/LPxnC6Gf74nGsVWnjh", "user_id": "37cefe782cb2485683238db40fa7d767", "name": "NovaUtilsKeypairTests-c8a7e428-7a55-4000-a3d0-3d82ac4a5c4a", "fingerprint": "3a:08:66:4f:0b:a2:7a:63:01:90:fb:30:e6:aa:23:8d"}} 2018-11-25 08:25:14,843 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-a37aee9f-43aa-4152-8f24-d456325e3ee1 2018-11-25 08:25:14,844 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-c8a7e428-7a55-4000-a3d0-3d82ac4a5c4a 2018-11-25 08:25:14,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c8a7e428-7a55-4000-a3d0-3d82ac4a5c4a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}787e823a2dd87ea09c3363a6b5042282c2222a5e" 2018-11-25 08:25:14,884 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:25:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d77f6489-0384-4e04-b150-927ff38e207c x-compute-request-id: req-d77f6489-0384-4e04-b150-927ff38e207c Content-Length: 0 Content-Type: application/json 2018-11-25 08:25:14,884 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c8a7e428-7a55-4000-a3d0-3d82ac4a5c4a used request id req-d77f6489-0384-4e04-b150-927ff38e207c 2018-11-25 08:25:14,885 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:25:15,120 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-01945d65-4eb9-4589-90ab-942f360c4345 2018-11-25 08:25:15,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:15,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["EZz-BH6cRb6PZdfSCbroxg"], "issued_at": "2018-11-25T08:25:15.000000Z"}} 2018-11-25 08:25:15,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e2ccf9d61dc2a3bbb036f7ce214bfebf436f9a1" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+iI3SQleKkIk20OmcbQrzZ9AA26B0oLd5HyNK9S0WRXRQ04hCIurmpb8LizMclTk+ejKlUhnHj9iVAu1SyRyH+dtdhb+uAB7yiwsH37UTmut8mURZrNSE2iWIR8JUfSr+70/vSKuBrAo3p29kJjkw/lRrTsFk6TBUZmcMKvra87nkt9+gdJ0pPWf9AkjCsHiy7y04U3Wgr/nNekGZcExWGc3GhunEehI0i2bH9CvACUezjH75G/d4uY+N8pdpTD7ucZJlOsKcv8ADiNPcKbk69E1ClCn8bQcdLvwEQoGr7qzyV1uYxFqe2igWD6yjLdadZBOlr6cQQ4bxGPBcsPqX", "name": "NovaUtilsKeypairTests-01945d65-4eb9-4589-90ab-942f360c4345"}}' 2018-11-25 08:25:16,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6367b939-b886-4ac8-8d74-80072cd627c2 x-compute-request-id: req-6367b939-b886-4ac8-8d74-80072cd627c2 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+iI3SQleKkIk20OmcbQrzZ9AA26B0oLd5HyNK9S0WRXRQ04hCIurmpb8LizMclTk+ejKlUhnHj9iVAu1SyRyH+dtdhb+uAB7yiwsH37UTmut8mURZrNSE2iWIR8JUfSr+70/vSKuBrAo3p29kJjkw/lRrTsFk6TBUZmcMKvra87nkt9+gdJ0pPWf9AkjCsHiy7y04U3Wgr/nNekGZcExWGc3GhunEehI0i2bH9CvACUezjH75G/d4uY+N8pdpTD7ucZJlOsKcv8ADiNPcKbk69E1ClCn8bQcdLvwEQoGr7qzyV1uYxFqe2igWD6yjLdadZBOlr6cQQ4bxGPBcsPqX", "user_id": "37cefe782cb2485683238db40fa7d767", "name": "NovaUtilsKeypairTests-01945d65-4eb9-4589-90ab-942f360c4345", "fingerprint": "60:6a:86:40:53:50:70:26:c7:72:2b:b0:ed:a4:36:12"}} 2018-11-25 08:25:16,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-6367b939-b886-4ac8-8d74-80072cd627c2 2018-11-25 08:25:16,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-01945d65-4eb9-4589-90ab-942f360c4345 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e2ccf9d61dc2a3bbb036f7ce214bfebf436f9a1" 2018-11-25 08:25:16,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-babfc326-c820-4057-8847-d43a7245bfba x-compute-request-id: req-babfc326-c820-4057-8847-d43a7245bfba Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+iI3SQleKkIk20OmcbQrzZ9AA26B0oLd5HyNK9S0WRXRQ04hCIurmpb8LizMclTk+ejKlUhnHj9iVAu1SyRyH+dtdhb+uAB7yiwsH37UTmut8mURZrNSE2iWIR8JUfSr+70/vSKuBrAo3p29kJjkw/lRrTsFk6TBUZmcMKvra87nkt9+gdJ0pPWf9AkjCsHiy7y04U3Wgr/nNekGZcExWGc3GhunEehI0i2bH9CvACUezjH75G/d4uY+N8pdpTD7ucZJlOsKcv8ADiNPcKbk69E1ClCn8bQcdLvwEQoGr7qzyV1uYxFqe2igWD6yjLdadZBOlr6cQQ4bxGPBcsPqX", "user_id": "37cefe782cb2485683238db40fa7d767", "name": "NovaUtilsKeypairTests-01945d65-4eb9-4589-90ab-942f360c4345", "deleted": false, "created_at": "2018-11-25T08:25:16.000000", "updated_at": null, "fingerprint": "60:6a:86:40:53:50:70:26:c7:72:2b:b0:ed:a4:36:12", "deleted_at": null, "id": 9}} 2018-11-25 08:25:16,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-01945d65-4eb9-4589-90ab-942f360c4345 used request id req-babfc326-c820-4057-8847-d43a7245bfba 2018-11-25 08:25:16,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e2ccf9d61dc2a3bbb036f7ce214bfebf436f9a1" 2018-11-25 08:25:16,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-dbf0c3f9-864c-4a5c-866c-f721518ff88f x-compute-request-id: req-dbf0c3f9-864c-4a5c-866c-f721518ff88f Content-Encoding: gzip Content-Length: 474 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+iI3SQleKkIk20OmcbQrzZ9AA26B0oLd5HyNK9S0WRXRQ04hCIurmpb8LizMclTk+ejKlUhnHj9iVAu1SyRyH+dtdhb+uAB7yiwsH37UTmut8mURZrNSE2iWIR8JUfSr+70/vSKuBrAo3p29kJjkw/lRrTsFk6TBUZmcMKvra87nkt9+gdJ0pPWf9AkjCsHiy7y04U3Wgr/nNekGZcExWGc3GhunEehI0i2bH9CvACUezjH75G/d4uY+N8pdpTD7ucZJlOsKcv8ADiNPcKbk69E1ClCn8bQcdLvwEQoGr7qzyV1uYxFqe2igWD6yjLdadZBOlr6cQQ4bxGPBcsPqX", "name": "NovaUtilsKeypairTests-01945d65-4eb9-4589-90ab-942f360c4345", "fingerprint": "60:6a:86:40:53:50:70:26:c7:72:2b:b0:ed:a4:36:12"}}]} 2018-11-25 08:25:16,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-dbf0c3f9-864c-4a5c-866c-f721518ff88f 2018-11-25 08:25:16,329 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-01945d65-4eb9-4589-90ab-942f360c4345 2018-11-25 08:25:16,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-01945d65-4eb9-4589-90ab-942f360c4345 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e2ccf9d61dc2a3bbb036f7ce214bfebf436f9a1" 2018-11-25 08:25:16,494 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:25: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-6378398b-6937-4886-96e1-ad52c451c885 x-compute-request-id: req-6378398b-6937-4886-96e1-ad52c451c885 Content-Length: 0 Content-Type: application/json 2018-11-25 08:25:16,494 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-01945d65-4eb9-4589-90ab-942f360c4345 used request id req-6378398b-6937-4886-96e1-ad52c451c885 2018-11-25 08:25:16,496 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:25:16,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:16,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["STRlR-d-Q52Fs6bZx_PVGg"], "issued_at": "2018-11-25T08:25:16.000000Z"}} 2018-11-25 08:25:16,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826235e5ba7b056577cc82dddb472e8a2696643e" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-id", "swap": 2}}' 2018-11-25 08:25:17,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-75f0db75-394d-4ba9-9d07-8962c5da6aa7 x-compute-request-id: req-75f0db75-394d-4ba9-9d07-8962c5da6aa7 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-id", "name": "NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-11-25 08:25:17,616 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-75f0db75-394d-4ba9-9d07-8962c5da6aa7 2018-11-25 08:25:17,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826235e5ba7b056577cc82dddb472e8a2696643e" 2018-11-25 08:25:17,683 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:25: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-6d95d109-16b6-4ea3-b1cf-bac2eaf3e9ee x-compute-request-id: req-6d95d109-16b6-4ea3-b1cf-bac2eaf3e9ee Content-Length: 0 Content-Type: application/json 2018-11-25 08:25:17,684 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-id used request id req-6d95d109-16b6-4ea3-b1cf-bac2eaf3e9ee 2018-11-25 08:25:17,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826235e5ba7b056577cc82dddb472e8a2696643e" 2018-11-25 08:25:17,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-770918cd-d673-4ed9-b4d7-0621722d2460 x-compute-request-id: req-770918cd-d673-4ed9-b4d7-0621722d2460 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:25:17,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-770918cd-d673-4ed9-b4d7-0621722d2460 2018-11-25 08:25:17,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826235e5ba7b056577cc82dddb472e8a2696643e" 2018-11-25 08:25:17,743 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:25: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-3f2f6bc1-97eb-4287-b07d-90afb6648251 x-compute-request-id: req-3f2f6bc1-97eb-4287-b07d-90afb6648251 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-id could not be found.", "code": 404}} 2018-11-25 08:25:17,743 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-171ddf3f-b8b3-4542-b38a-ea51e7621441-id used request id req-3f2f6bc1-97eb-4287-b07d-90afb6648251 2018-11-25 08:25:17,745 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:25:17,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:18,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["a14CiJiKRTWkf1X9-6wt4g"], "issued_at": "2018-11-25T08:25:18.000000Z"}} 2018-11-25 08:25:18,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26514966cb1dc9a8e0d225db035ea65b81ab8bd3" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-11d4e799-a3cf-4f9b-a795-ddde198b890c-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-11d4e799-a3cf-4f9b-a795-ddde198b890c-id", "swap": 2}}' 2018-11-25 08:25:18,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-894a6dd3-38db-441c-8879-af9b14f03e85 x-compute-request-id: req-894a6dd3-38db-441c-8879-af9b14f03e85 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-11d4e799-a3cf-4f9b-a795-ddde198b890c-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-11d4e799-a3cf-4f9b-a795-ddde198b890c-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-11d4e799-a3cf-4f9b-a795-ddde198b890c-id", "name": "NovaUtilsFlavorTests-11d4e799-a3cf-4f9b-a795-ddde198b890c-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-11-25 08:25:18,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-894a6dd3-38db-441c-8879-af9b14f03e85 2018-11-25 08:25:18,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-11d4e799-a3cf-4f9b-a795-ddde198b890c-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26514966cb1dc9a8e0d225db035ea65b81ab8bd3" 2018-11-25 08:25:18,822 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:25:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5f1e102d-03d4-48ed-a9bb-442fe14a5961 x-compute-request-id: req-5f1e102d-03d4-48ed-a9bb-442fe14a5961 Content-Length: 0 Content-Type: application/json 2018-11-25 08:25:18,822 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-11d4e799-a3cf-4f9b-a795-ddde198b890c-id used request id req-5f1e102d-03d4-48ed-a9bb-442fe14a5961 2018-11-25 08:25:18,823 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:25:18,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:19,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["uS9-eTcjRC6cBPvtWRy9DA"], "issued_at": "2018-11-25T08:25:19.000000Z"}} 2018-11-25 08:25:19,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:19,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-808276fc-f003-4656-969d-3b6e2bfe7bd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:19,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-808276fc-f003-4656-969d-3b6e2bfe7bd7 2018-11-25 08:25:19,304 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-25 08:25:19,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:25:19,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:19,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["cPgx8DmFTzu6Fah3HaprJw"], "issued_at": "2018-11-25T08:25:19.000000Z"}} 2018-11-25 08:25:19,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f72400993c35f2c0168bf7e559186d130c18a07" 2018-11-25 08:25:19,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ec22e7e-545c-4294-bc06-f53c1a71b355 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:19,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5ec22e7e-545c-4294-bc06-f53c1a71b355 2018-11-25 08:25:19,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f72400993c35f2c0168bf7e559186d130c18a07" 2018-11-25 08:25:19,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-a0b213ae-a265-42b2-8cf2-542cfafdd2a8 Date: Sun, 25 Nov 2018 08:25:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image"} 2018-11-25 08:25:19,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image used request id req-a0b213ae-a265-42b2-8cf2-542cfafdd2a8 2018-11-25 08:25:19,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f72400993c35f2c0168bf7e559186d130c18a07" 2018-11-25 08:25:20,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cb7f388a-6f7f-4871-b2f8-8a958382a2be Date: Sun, 25 Nov 2018 08:25:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:25:20,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-cb7f388a-6f7f-4871-b2f8-8a958382a2be 2018-11-25 08:25:20,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f72400993c35f2c0168bf7e559186d130c18a07" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image"}' 2018-11-25 08:25:21,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27 X-Openstack-Request-Id: req-48b310ca-d9ea-425f-87d0-18b7b4f1ce78 Date: Sun, 25 Nov 2018 08:25:21 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:25:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T08:25:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27", "min_disk": 0, "protected": false, "id": "c1508baf-0740-447e-8677-a9f5d5800b27", "file": "/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27/file", "checksum": null, "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:25:21,287 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-48b310ca-d9ea-425f-87d0-18b7b4f1ce78 2018-11-25 08:25:21,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f72400993c35f2c0168bf7e559186d130c18a07" -d '' 2018-11-25 08:25:23,912 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b36c6681-1b2c-4764-8324-d60a0a8760b8 Date: Sun, 25 Nov 2018 08:25:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:25:23,913 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27/file used request id req-b36c6681-1b2c-4764-8324-d60a0a8760b8 2018-11-25 08:25:23,913 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:25:23,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f72400993c35f2c0168bf7e559186d130c18a07" 2018-11-25 08:25:24,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-240553ed-635d-4e42-b032-c39f2c8b99bd Date: Sun, 25 Nov 2018 08:25:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:25:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:25:23Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/c1508baf-0740-447e-8677-a9f5d5800b27/snap", "metadata": {}}], "self": "/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27", "min_disk": 0, "protected": false, "id": "c1508baf-0740-447e-8677-a9f5d5800b27", "file": "/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/c1508baf-0740-447e-8677-a9f5d5800b27/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:25:24,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27 used request id req-240553ed-635d-4e42-b032-c39f2c8b99bd 2018-11-25 08:25:24,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f72400993c35f2c0168bf7e559186d130c18a07" 2018-11-25 08:25:25,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a215bfbc-eda6-4c53-9fd0-736ecca15d7f Date: Sun, 25 Nov 2018 08:25:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:25:25,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a215bfbc-eda6-4c53-9fd0-736ecca15d7f 2018-11-25 08:25:25,106 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image 2018-11-25 08:25:25,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f72400993c35f2c0168bf7e559186d130c18a07" 2018-11-25 08:25:25,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-80490aa6-4334-4353-b4a6-c1ff4c636905 Date: Sun, 25 Nov 2018 08:25:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:25:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:25:23Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/c1508baf-0740-447e-8677-a9f5d5800b27/snap", "metadata": {}}], "self": "/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27", "min_disk": 0, "protected": false, "id": "c1508baf-0740-447e-8677-a9f5d5800b27", "file": "/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/c1508baf-0740-447e-8677-a9f5d5800b27/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:25:25,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27 used request id req-80490aa6-4334-4353-b4a6-c1ff4c636905 2018-11-25 08:25:25,716 - create_image - DEBUG - Instance status is - active 2018-11-25 08:25:25,716 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image 2018-11-25 08:25:25,716 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image 2018-11-25 08:25:25,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:25:25,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:26,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["7Zey_3G_RH6LOB8wcdrLdg"], "issued_at": "2018-11-25T08:25:26.000000Z"}} 2018-11-25 08:25:26,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e1a833c08fe3229898922f653cca808aa4c41f2" 2018-11-25 08:25:26,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f10b8ae9-5d62-4c33-9d07-9640ace3286e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:26,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f10b8ae9-5d62-4c33-9d07-9640ace3286e 2018-11-25 08:25:26,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e1a833c08fe3229898922f653cca808aa4c41f2" 2018-11-25 08:25:26,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7dda1531-43c3-4403-bc35-2038cfbf2522 Date: Sun, 25 Nov 2018 08:25:26 GMT RESP BODY: {"networks":[]} 2018-11-25 08:25:26,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net used request id req-7dda1531-43c3-4403-bc35-2038cfbf2522 2018-11-25 08:25:26,362 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net 2018-11-25 08:25:26,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e1a833c08fe3229898922f653cca808aa4c41f2" -d '{"network": {"name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net", "admin_state_up": true}}' 2018-11-25 08:25:26,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3d050545-2484-4bfb-a8a5-58c5d8454db3 Date: Sun, 25 Nov 2018 08:25:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"888966a5-fa0c-4143-9a34-947d88b76e39","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:25:26Z","is_default":false,"provider:segmentation_id":96,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:26Z","mtu":1450}} 2018-11-25 08:25:26,738 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-3d050545-2484-4bfb-a8a5-58c5d8454db3 2018-11-25 08:25:26,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=888966a5-fa0c-4143-9a34-947d88b76e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e1a833c08fe3229898922f653cca808aa4c41f2" 2018-11-25 08:25:27,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-47ba65b7-237c-4d1b-a05f-84317c7b54c7 Date: Sun, 25 Nov 2018 08:25:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"888966a5-fa0c-4143-9a34-947d88b76e39","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:25:26Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:26Z","provider:network_type":"vxlan"}]} 2018-11-25 08:25:27,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=888966a5-fa0c-4143-9a34-947d88b76e39 used request id req-47ba65b7-237c-4d1b-a05f-84317c7b54c7 2018-11-25 08:25:27,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e1a833c08fe3229898922f653cca808aa4c41f2" 2018-11-25 08:25:27,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a1c265d3-3f13-4ea4-9310-a1edf589c1db Date: Sun, 25 Nov 2018 08:25:27 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:25:27,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 used request id req-a1c265d3-3f13-4ea4-9310-a1edf589c1db 2018-11-25 08:25:27,313 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-subnet 2018-11-25 08:25:27,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e1a833c08fe3229898922f653cca808aa4c41f2" -d '{"subnets": [{"ip_version": 4, "network_id": "888966a5-fa0c-4143-9a34-947d88b76e39", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-subnet"}]}' 2018-11-25 08:25:27,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-eabb9493-d588-461e-a91e-3965b73157c3 Date: Sun, 25 Nov 2018 08:25:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:27Z","dns_nameservers":[],"updated_at":"2018-11-25T08:25:27Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","subnetpool_id":null,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-subnet"}]} 2018-11-25 08:25:27,726 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-eabb9493-d588-461e-a91e-3965b73157c3 2018-11-25 08:25:27,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=888966a5-fa0c-4143-9a34-947d88b76e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e1a833c08fe3229898922f653cca808aa4c41f2" 2018-11-25 08:25:27,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d75f0e17-6c7d-45b4-a57a-e7a0b3b66182 Date: Sun, 25 Nov 2018 08:25:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"888966a5-fa0c-4143-9a34-947d88b76e39","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79"],"description":"","tags":[],"updated_at":"2018-11-25T08:25:27Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:26Z","provider:network_type":"vxlan"}]} 2018-11-25 08:25:27,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=888966a5-fa0c-4143-9a34-947d88b76e39 used request id req-d75f0e17-6c7d-45b4-a57a-e7a0b3b66182 2018-11-25 08:25:27,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e1a833c08fe3229898922f653cca808aa4c41f2" 2018-11-25 08:25:28,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7d4e56e7-8f58-4d3d-aa99-75324f599941 Date: Sun, 25 Nov 2018 08:25:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:27Z","dns_nameservers":[],"updated_at":"2018-11-25T08:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","subnetpool_id":null,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-subnet"}]} 2018-11-25 08:25:28,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 used request id req-7d4e56e7-8f58-4d3d-aa99-75324f599941 2018-11-25 08:25:28,167 - OpenStackNetwork - DEBUG - Network [888966a5-fa0c-4143-9a34-947d88b76e39] created successfully 2018-11-25 08:25:28,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:25:28,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:28,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["5G6ItXZzQuK7yKtDCQ56-Q"], "issued_at": "2018-11-25T08:25:28.000000Z"}} 2018-11-25 08:25:28,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c781a28a0ff8345463d61eaedc7c0d64e308a25" 2018-11-25 08:25:28,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1df32eb-0b29-48ad-99f3-5180a459c8bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:28,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c1df32eb-0b29-48ad-99f3-5180a459c8bb 2018-11-25 08:25:28,638 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:25:28,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c781a28a0ff8345463d61eaedc7c0d64e308a25" 2018-11-25 08:25:29,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-3530b4b8-e27c-400d-b4ca-acf2e79f0ff3 x-compute-request-id: req-3530b4b8-e27c-400d-b4ca-acf2e79f0ff3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:25:29,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3530b4b8-e27c-400d-b4ca-acf2e79f0ff3 2018-11-25 08:25:29,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c781a28a0ff8345463d61eaedc7c0d64e308a25" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-25 08:25:29,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-72489164-0387-494c-b47e-057b98ed230e x-compute-request-id: req-72489164-0387-494c-b47e-057b98ed230e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:25:29,287 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-72489164-0387-494c-b47e-057b98ed230e 2018-11-25 08:25:29,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:25:29,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:25:29,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:25:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["2Q08cJNTR-K2g6_K7hk20Q"], "issued_at": "2018-11-25T08:25:29.000000Z"}} 2018-11-25 08:25:29,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90f060be482e3bbdf159e5f1d4130decac87c70" 2018-11-25 08:25:29,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eaf8a7a-48b6-4960-8db2-dc34d882b28b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:25:29,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8eaf8a7a-48b6-4960-8db2-dc34d882b28b 2018-11-25 08:25:29,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:30,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-c7b965a0-0f18-4837-86f6-405424c11ea2 Date: Sun, 25 Nov 2018 08:25:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"888966a5-fa0c-4143-9a34-947d88b76e39","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79"],"description":"","tags":[],"updated_at":"2018-11-25T08:25:27Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:26Z","provider:network_type":"vxlan"}]} 2018-11-25 08:25:30,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net used request id req-c7b965a0-0f18-4837-86f6-405424c11ea2 2018-11-25 08:25:30,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:30,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9d42b5f9-8284-47eb-8f0a-bb0b0a52b1d7 Date: Sun, 25 Nov 2018 08:25:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:27Z","dns_nameservers":[],"updated_at":"2018-11-25T08:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","subnetpool_id":null,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-subnet"}]} 2018-11-25 08:25:30,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 used request id req-9d42b5f9-8284-47eb-8f0a-bb0b0a52b1d7 2018-11-25 08:25:30,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:30,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-aba8e959-6122-41c5-8e15-03461227498b Date: Sun, 25 Nov 2018 08:25:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"888966a5-fa0c-4143-9a34-947d88b76e39","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79"],"description":"","tags":[],"updated_at":"2018-11-25T08:25:27Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:26Z","provider:network_type":"vxlan"}]} 2018-11-25 08:25:30,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net used request id req-aba8e959-6122-41c5-8e15-03461227498b 2018-11-25 08:25:30,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:25:30,487 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:25:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:25:30,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90f060be482e3bbdf159e5f1d4130decac87c70" 2018-11-25 08:25:30,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfb015ba-6911-4f2f-aedd-caf3776dab9e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:25:30,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-cfb015ba-6911-4f2f-aedd-caf3776dab9e 2018-11-25 08:25:30,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:30,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4de6357c-4dab-49d2-b4f0-fcd241ccc12f Date: Sun, 25 Nov 2018 08:25:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:27Z","dns_nameservers":[],"updated_at":"2018-11-25T08:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","subnetpool_id":null,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-subnet"}]} 2018-11-25 08:25:30,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 used request id req-4de6357c-4dab-49d2-b4f0-fcd241ccc12f 2018-11-25 08:25:30,773 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net 2018-11-25 08:25:30,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" -d '{"port": {"network_id": "888966a5-fa0c-4143-9a34-947d88b76e39", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-port", "admin_state_up": true}}' 2018-11-25 08:25:31,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-20e16369-6c26-437c-a611-5bd570c93706 Date: Sun, 25 Nov 2018 08:25:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:25:31Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","ip_address":"10.55.0.6"}],"id":"a71cae2c-a98d-4ec3-948a-c6aa572868fc","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fb:d5:78","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-port","admin_state_up":true,"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:30Z","binding:vnic_type":"normal"}} 2018-11-25 08:25:31,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-20e16369-6c26-437c-a611-5bd570c93706 2018-11-25 08:25:31,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:31,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-811b92fd-121f-4978-aeb3-57eac442a0e4 Date: Sun, 25 Nov 2018 08:25:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"888966a5-fa0c-4143-9a34-947d88b76e39","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79"],"description":"","tags":[],"updated_at":"2018-11-25T08:25:27Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:26Z","provider:network_type":"vxlan"}]} 2018-11-25 08:25:31,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net used request id req-811b92fd-121f-4978-aeb3-57eac442a0e4 2018-11-25 08:25:31,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:25:31,793 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:25:31,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:31,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b79a3d-7608-42a8-9747-3796933b6903 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:25:31,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-84b79a3d-7608-42a8-9747-3796933b6903 2018-11-25 08:25:31,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:32,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-227f33d3-5b7f-4b66-8102-9598a5b5033f Date: Sun, 25 Nov 2018 08:25:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:27Z","dns_nameservers":[],"updated_at":"2018-11-25T08:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","subnetpool_id":null,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-subnet"}]} 2018-11-25 08:25:32,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 used request id req-227f33d3-5b7f-4b66-8102-9598a5b5033f 2018-11-25 08:25:32,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=888966a5-fa0c-4143-9a34-947d88b76e39&name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:32,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-1b1396b2-391c-49fa-950a-7d512399ae45 Date: Sun, 25 Nov 2018 08:25:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:25:31Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","ip_address":"10.55.0.6"}],"id":"a71cae2c-a98d-4ec3-948a-c6aa572868fc","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fb:d5:78","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-port","admin_state_up":true,"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:30Z","binding:vnic_type":"normal"}]} 2018-11-25 08:25:32,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=888966a5-fa0c-4143-9a34-947d88b76e39&name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-port&admin_state_up=True used request id req-1b1396b2-391c-49fa-950a-7d512399ae45 2018-11-25 08:25:32,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:32,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28eeac77-eaa9-427a-b5a0-30f34d5c9e4f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:25:32,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-28eeac77-eaa9-427a-b5a0-30f34d5c9e4f 2018-11-25 08:25:32,511 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst 2018-11-25 08:25:32,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:33,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-caaf78a2-086c-44e9-82f6-056325325261 x-compute-request-id: req-caaf78a2-086c-44e9-82f6-056325325261 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-flavor-name"}]} 2018-11-25 08:25:33,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-caaf78a2-086c-44e9-82f6-056325325261 2018-11-25 08:25:33,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:33,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-a667af7f-8998-4913-bbf7-b378af87c5e1 x-compute-request-id: req-a667af7f-8998-4913-bbf7-b378af87c5e1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:25:33,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2 used request id req-a667af7f-8998-4913-bbf7-b378af87c5e1 2018-11-25 08:25:33,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:33,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-e80fd986-3fd3-450f-878b-bfd6b6b5ebab Date: Sun, 25 Nov 2018 08:25:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:25:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:25:23Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/c1508baf-0740-447e-8677-a9f5d5800b27/snap", "metadata": {}}], "self": "/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27", "min_disk": 0, "protected": false, "id": "c1508baf-0740-447e-8677-a9f5d5800b27", "file": "/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/c1508baf-0740-447e-8677-a9f5d5800b27/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image"} 2018-11-25 08:25:33,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image used request id req-e80fd986-3fd3-450f-878b-bfd6b6b5ebab 2018-11-25 08:25:33,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:34,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-42906622-5106-4c1a-bf1e-35658deb6835 Date: Sun, 25 Nov 2018 08:25:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:25:34,142 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-42906622-5106-4c1a-bf1e-35658deb6835 2018-11-25 08:25:34,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" -d '{"server": {"name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "imageRef": "c1508baf-0740-447e-8677-a9f5d5800b27", "flavorRef": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "max_count": 1, "min_count": 1, "networks": [{"port": "a71cae2c-a98d-4ec3-948a-c6aa572868fc"}]}}' 2018-11-25 08:25:37,342 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-152bc1b5-8989-4944-a67d-439202a86b19 x-compute-request-id: req-152bc1b5-8989-4944-a67d-439202a86b19 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "adminPass": "67jrvv3spXEW"}} 2018-11-25 08:25:37,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-152bc1b5-8989-4944-a67d-439202a86b19 2018-11-25 08:25:37,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:37,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac1c8215-8faf-40f4-bd2d-866007fb5aa9 x-compute-request-id: req-ac1c8215-8faf-40f4-bd2d-866007fb5aa9 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "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-11-25T08:25:37Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:25:37,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-ac1c8215-8faf-40f4-bd2d-866007fb5aa9 2018-11-25 08:25:37,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:38,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24b78dfc-edb6-4ae1-864a-f9e6fc5479e2 x-compute-request-id: req-24b78dfc-edb6-4ae1-864a-f9e6fc5479e2 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "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-11-25T08:25:37Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:25:38,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-24b78dfc-edb6-4ae1-864a-f9e6fc5479e2 2018-11-25 08:25:41,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:41,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-8f3fef4f-b3e1-426e-bcce-00036f26ba5a x-compute-request-id: req-8f3fef4f-b3e1-426e-bcce-00036f26ba5a Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:25:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:25:41,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-8f3fef4f-b3e1-426e-bcce-00036f26ba5a 2018-11-25 08:25:44,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:45,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-66d33dd2-57ca-474a-be37-39779e1e2f59 x-compute-request-id: req-66d33dd2-57ca-474a-be37-39779e1e2f59 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:25:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:25:45,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-66d33dd2-57ca-474a-be37-39779e1e2f59 2018-11-25 08:25:48,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:49,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-126647f1-8d01-4c47-b63f-bf5a4eeeb808 x-compute-request-id: req-126647f1-8d01-4c47-b63f-bf5a4eeeb808 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:25:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:25:49,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-126647f1-8d01-4c47-b63f-bf5a4eeeb808 2018-11-25 08:25:52,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:52,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dce9406e-a374-4c5d-99d1-985f794af49f x-compute-request-id: req-dce9406e-a374-4c5d-99d1-985f794af49f Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:25:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:25:52,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-dce9406e-a374-4c5d-99d1-985f794af49f 2018-11-25 08:25:55,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:25:56,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25: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-469601d1-89bf-4a65-873a-5bd709ffaf27 x-compute-request-id: req-469601d1-89bf-4a65-873a-5bd709ffaf27 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:25:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:25:56,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-469601d1-89bf-4a65-873a-5bd709ffaf27 2018-11-25 08:25:59,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:00,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:25:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a97e53b3-2fc7-40cd-b9c5-c54eb22de6ba x-compute-request-id: req-a97e53b3-2fc7-40cd-b9c5-c54eb22de6ba Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:25:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:00,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-a97e53b3-2fc7-40cd-b9c5-c54eb22de6ba 2018-11-25 08:26:03,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:03,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26: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-6ae8659d-b9a3-4dbf-890f-ada66fd6f832 x-compute-request-id: req-6ae8659d-b9a3-4dbf-890f-ada66fd6f832 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:25:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:03,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-6ae8659d-b9a3-4dbf-890f-ada66fd6f832 2018-11-25 08:26:06,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:07,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d924a13c-1b57-4c81-8ab8-65e19857528a x-compute-request-id: req-d924a13c-1b57-4c81-8ab8-65e19857528a Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:25:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:07,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-d924a13c-1b57-4c81-8ab8-65e19857528a 2018-11-25 08:26:10,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:10,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26: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-2a18a23b-38bd-45dc-95b3-58d2f3d59213 x-compute-request-id: req-2a18a23b-38bd-45dc-95b3-58d2f3d59213 Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:26:10Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:10,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-2a18a23b-38bd-45dc-95b3-58d2f3d59213 2018-11-25 08:26:13,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:14,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26: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-7e423b7b-ae25-4920-b475-1ad733a768fc x-compute-request-id: req-7e423b7b-ae25-4920-b475-1ad733a768fc Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:d5:78", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:26:10Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:14,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-7e423b7b-ae25-4920-b475-1ad733a768fc 2018-11-25 08:26:17,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:18,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ae8260b-484a-47f9-a08d-7afe30d27e22 x-compute-request-id: req-2ae8260b-484a-47f9-a08d-7afe30d27e22 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:d5:78", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:26:10Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:18,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-2ae8260b-484a-47f9-a08d-7afe30d27e22 2018-11-25 08:26:21,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:21,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26: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-062c9e1b-c108-4c34-9130-b853affc92c6 x-compute-request-id: req-062c9e1b-c108-4c34-9130-b853affc92c6 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:d5:78", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-11-25T08:26:17.000000", "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:26:18Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:21,965 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-062c9e1b-c108-4c34-9130-b853affc92c6 2018-11-25 08:26:21,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:23,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26: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-159d9089-7a80-43ef-94c8-4fd229a013db x-compute-request-id: req-159d9089-7a80-43ef-94c8-4fd229a013db Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:d5:78", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0627b07c-538d-4cab-bff8-d323e77faf02", "rel": "bookmark"}], "image": {"id": "c1508baf-0740-447e-8677-a9f5d5800b27", "links": [{"href": "http://172.30.9.23:8774/images/c1508baf-0740-447e-8677-a9f5d5800b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-11-25T08:26:17.000000", "flavor": {"id": "57c9aeda-3a76-4988-aadb-83a0e86c13f2", "links": [{"href": "http://172.30.9.23:8774/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2", "rel": "bookmark"}]}, "id": "0627b07c-538d-4cab-bff8-d323e77faf02", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:26:18Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-vm_inst", "created": "2018-11-25T08:25:37Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:23,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-159d9089-7a80-43ef-94c8-4fd229a013db 2018-11-25 08:26:23,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:23,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-30ecdc2e-943e-43db-adc9-e32b3f1dec9d Date: Sun, 25 Nov 2018 08:26:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"888966a5-fa0c-4143-9a34-947d88b76e39","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79"],"description":"","tags":[],"updated_at":"2018-11-25T08:25:27Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:26Z","provider:network_type":"vxlan"}]} 2018-11-25 08:26:23,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net used request id req-30ecdc2e-943e-43db-adc9-e32b3f1dec9d 2018-11-25 08:26:23,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:23,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c72388-d8cb-47e4-b694-177f238a9e9f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:26:23,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-73c72388-d8cb-47e4-b694-177f238a9e9f 2018-11-25 08:26:23,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:23,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4e317896-a666-48ca-bf54-f110853ed10a Date: Sun, 25 Nov 2018 08:26:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:27Z","dns_nameservers":[],"updated_at":"2018-11-25T08:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","subnetpool_id":null,"name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-subnet"}]} 2018-11-25 08:26:23,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 used request id req-4e317896-a666-48ca-bf54-f110853ed10a 2018-11-25 08:26:23,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:23,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3528 X-Openstack-Request-Id: req-c32df908-1351-4612-8baa-cd3fba9aab8a Date: Sun, 25 Nov 2018 08:26:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:25:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","ip_address":"10.55.0.2"}],"id":"224826dc-8753-4cea-ac04-c2abc34b60ee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:38:00","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-888966a5-fa0c-4143-9a34-947d88b76e39","name":"","admin_state_up":true,"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:25:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","ip_address":"10.55.0.3"}],"id":"3ea086f5-c905-47c2-969b-6b7c16a89741","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:1a:f2","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-888966a5-fa0c-4143-9a34-947d88b76e39","name":"","admin_state_up":true,"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:25:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","ip_address":"10.55.0.4"}],"id":"6122cf50-a9eb-4db8-865f-0e6667976e5b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:70:71","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-888966a5-fa0c-4143-9a34-947d88b76e39","name":"","admin_state_up":true,"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:12Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79","ip_address":"10.55.0.6"}],"id":"a71cae2c-a98d-4ec3-948a-c6aa572868fc","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:d5:78","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0627b07c-538d-4cab-bff8-d323e77faf02","name":"NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-port","admin_state_up":true,"network_id":"888966a5-fa0c-4143-9a34-947d88b76e39","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:25:30Z","binding:vnic_type":"normal"}]} 2018-11-25 08:26:23,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=888966a5-fa0c-4143-9a34-947d88b76e39 used request id req-c32df908-1351-4612-8baa-cd3fba9aab8a 2018-11-25 08:26:23,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:23,955 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:26:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f8629a01-24be-4d0a-81bd-0ed3a50947ab x-compute-request-id: req-f8629a01-24be-4d0a-81bd-0ed3a50947ab Content-Type: application/json 2018-11-25 08:26:23,955 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/0627b07c-538d-4cab-bff8-d323e77faf02 used request id req-f8629a01-24be-4d0a-81bd-0ed3a50947ab 2018-11-25 08:26:23,955 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-port 2018-11-25 08:26:23,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/a71cae2c-a98d-4ec3-948a-c6aa572868fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad65dc9b27b136c25aa202d41c07e68b94e83bb" 2018-11-25 08:26:24,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-edd68cfa-f809-46c8-b0e9-a47080f47caa Date: Sun, 25 Nov 2018 08:26:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:26:24,637 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/a71cae2c-a98d-4ec3-948a-c6aa572868fc used request id req-edd68cfa-f809-46c8-b0e9-a47080f47caa 2018-11-25 08:26:24,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c781a28a0ff8345463d61eaedc7c0d64e308a25" 2018-11-25 08:26:24,736 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:26: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-8f9a5878-badc-429b-8dcf-0e1dae331451 x-compute-request-id: req-8f9a5878-badc-429b-8dcf-0e1dae331451 Content-Length: 0 Content-Type: application/json 2018-11-25 08:26:24,737 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/57c9aeda-3a76-4988-aadb-83a0e86c13f2 used request id req-8f9a5878-badc-429b-8dcf-0e1dae331451 2018-11-25 08:26:24,738 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-subnet 2018-11-25 08:26:24,738 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-subnet 2018-11-25 08:26:24,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e1a833c08fe3229898922f653cca808aa4c41f2" 2018-11-25 08:26:26,893 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2faca840-dce0-4e72-ad97-ca83b2f529bb Date: Sun, 25 Nov 2018 08:26:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:26:26,893 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/cd1ecdaa-ffa9-4efd-a476-437cbb7bcc79 used request id req-2faca840-dce0-4e72-ad97-ca83b2f529bb 2018-11-25 08:26:26,893 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-net 2018-11-25 08:26:26,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/888966a5-fa0c-4143-9a34-947d88b76e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e1a833c08fe3229898922f653cca808aa4c41f2" 2018-11-25 08:26:28,439 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02e6b38d-1de5-4652-8e5f-b412643511af Date: Sun, 25 Nov 2018 08:26:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:26:28,439 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/888966a5-fa0c-4143-9a34-947d88b76e39 used request id req-02e6b38d-1de5-4652-8e5f-b412643511af 2018-11-25 08:26:28,440 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-80e95ad7-543b-4a43-afd4-ee9d1483f48d-image 2018-11-25 08:26:28,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f72400993c35f2c0168bf7e559186d130c18a07" 2018-11-25 08:26:29,284 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-540a5f38-621f-4635-bda9-12e5d0cc48b4 Date: Sun, 25 Nov 2018 08:26:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:26:29,285 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c1508baf-0740-447e-8677-a9f5d5800b27 used request id req-540a5f38-621f-4635-bda9-12e5d0cc48b4 2018-11-25 08:26:29,287 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:26:29,291 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-25 08:26:29,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:26:29,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:26:29,680 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:26:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["6VNqIOuETrqKWmb2agsEMA"], "issued_at": "2018-11-25T08:26:29.000000Z"}} 2018-11-25 08:26:29,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ede647a0466e7561e5b79b8bfd4ca22545f6960" 2018-11-25 08:26:29,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c81ed643-82d2-4789-9b84-35f804fec09b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:26:29,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c81ed643-82d2-4789-9b84-35f804fec09b 2018-11-25 08:26:29,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ede647a0466e7561e5b79b8bfd4ca22545f6960" 2018-11-25 08:26:30,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-db3521ec-3428-4c75-8ed6-3b84771961e1 Date: Sun, 25 Nov 2018 08:26:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image"} 2018-11-25 08:26:30,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image used request id req-db3521ec-3428-4c75-8ed6-3b84771961e1 2018-11-25 08:26:30,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ede647a0466e7561e5b79b8bfd4ca22545f6960" 2018-11-25 08:26:30,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-20d7ebef-e6b1-41e4-bc2e-bf02c99d356e Date: Sun, 25 Nov 2018 08:26:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:26:30,570 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-20d7ebef-e6b1-41e4-bc2e-bf02c99d356e 2018-11-25 08:26:30,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ede647a0466e7561e5b79b8bfd4ca22545f6960" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image"}' 2018-11-25 08:26:30,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2 X-Openstack-Request-Id: req-0761274f-74f5-439d-9c64-20384a003870 Date: Sun, 25 Nov 2018 08:26:30 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:26:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T08:26:30Z", "visibility": "shared", "locations": [], "self": "/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "min_disk": 0, "protected": false, "id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "file": "/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2/file", "checksum": null, "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:26:30,803 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0761274f-74f5-439d-9c64-20384a003870 2018-11-25 08:26:30,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ede647a0466e7561e5b79b8bfd4ca22545f6960" -d '' 2018-11-25 08:26:32,715 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3e9fd7ba-21be-4d66-a420-bdfa20be2d9a Date: Sun, 25 Nov 2018 08:26:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:26:32,715 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2/file used request id req-3e9fd7ba-21be-4d66-a420-bdfa20be2d9a 2018-11-25 08:26:32,716 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:26:32,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ede647a0466e7561e5b79b8bfd4ca22545f6960" 2018-11-25 08:26:33,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-7d62b95f-a351-493d-a426-cbf3983451d6 Date: Sun, 25 Nov 2018 08:26:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:26:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:26:32Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/34416b98-da6b-4a24-82ef-c2c8067980b2/snap", "metadata": {}}], "self": "/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "min_disk": 0, "protected": false, "id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "file": "/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/34416b98-da6b-4a24-82ef-c2c8067980b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:26:33,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2 used request id req-7d62b95f-a351-493d-a426-cbf3983451d6 2018-11-25 08:26:33,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ede647a0466e7561e5b79b8bfd4ca22545f6960" 2018-11-25 08:26:33,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c5ca668f-bbc3-4646-8f66-0189d91f4da6 Date: Sun, 25 Nov 2018 08:26:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:26:33,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c5ca668f-bbc3-4646-8f66-0189d91f4da6 2018-11-25 08:26:33,525 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image 2018-11-25 08:26:33,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ede647a0466e7561e5b79b8bfd4ca22545f6960" 2018-11-25 08:26:33,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-7328c1d5-b755-40fd-ae1b-ee7961260db7 Date: Sun, 25 Nov 2018 08:26:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:26:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:26:32Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/34416b98-da6b-4a24-82ef-c2c8067980b2/snap", "metadata": {}}], "self": "/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "min_disk": 0, "protected": false, "id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "file": "/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/34416b98-da6b-4a24-82ef-c2c8067980b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:26:33,544 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2 used request id req-7328c1d5-b755-40fd-ae1b-ee7961260db7 2018-11-25 08:26:33,544 - create_image - DEBUG - Instance status is - active 2018-11-25 08:26:33,545 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image 2018-11-25 08:26:33,545 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image 2018-11-25 08:26:33,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:26:33,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:26:33,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:26:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["riW5tVk0SQyJ-KQU6pqZzQ"], "issued_at": "2018-11-25T08:26:33.000000Z"}} 2018-11-25 08:26:33,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4d5abd6525d8530da4d410643cbda2ca32a9f" 2018-11-25 08:26:34,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f64a13a-4985-40f6-a718-9a3563e4a08b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:26:34,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3f64a13a-4985-40f6-a718-9a3563e4a08b 2018-11-25 08:26:34,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4d5abd6525d8530da4d410643cbda2ca32a9f" 2018-11-25 08:26:34,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4adbd5b5-4198-477b-b20c-28ad762e64a9 Date: Sun, 25 Nov 2018 08:26:34 GMT RESP BODY: {"networks":[]} 2018-11-25 08:26:34,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-4adbd5b5-4198-477b-b20c-28ad762e64a9 2018-11-25 08:26:34,210 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net 2018-11-25 08:26:34,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4d5abd6525d8530da4d410643cbda2ca32a9f" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net", "admin_state_up": true}}' 2018-11-25 08:26:34,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-fb5c2ff3-343f-4867-8252-efcac053d769 Date: Sun, 25 Nov 2018 08:26:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:26:34Z","is_default":false,"provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","mtu":1450}} 2018-11-25 08:26:34,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-fb5c2ff3-343f-4867-8252-efcac053d769 2018-11-25 08:26:34,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4d5abd6525d8530da4d410643cbda2ca32a9f" 2018-11-25 08:26:34,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6aafadb5-8aad-42ef-a880-b9505bcef5b6 Date: Sun, 25 Nov 2018 08:26:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:26:34Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:26:34,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-6aafadb5-8aad-42ef-a880-b9505bcef5b6 2018-11-25 08:26:34,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4d5abd6525d8530da4d410643cbda2ca32a9f" 2018-11-25 08:26:35,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3d5e2707-8224-4170-8b01-b0d1dfd0ef1c Date: Sun, 25 Nov 2018 08:26:35 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:26:35,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-3d5e2707-8224-4170-8b01-b0d1dfd0ef1c 2018-11-25 08:26:35,110 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet 2018-11-25 08:26:35,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4d5abd6525d8530da4d410643cbda2ca32a9f" -d '{"subnets": [{"ip_version": 4, "network_id": "1915c0ce-c47a-4909-8a8d-01e095ff4858", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]}' 2018-11-25 08:26:35,822 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-de0386ff-6ef8-497e-bc34-432ca6a2e987 Date: Sun, 25 Nov 2018 08:26:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:26:35,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-de0386ff-6ef8-497e-bc34-432ca6a2e987 2018-11-25 08:26:35,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4d5abd6525d8530da4d410643cbda2ca32a9f" 2018-11-25 08:26:36,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c010b9ca-79fc-4eda-b282-da3692e3b784 Date: Sun, 25 Nov 2018 08:26:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:26:36,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-c010b9ca-79fc-4eda-b282-da3692e3b784 2018-11-25 08:26:36,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4d5abd6525d8530da4d410643cbda2ca32a9f" 2018-11-25 08:26:36,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ad7f2db9-a467-4db1-bf12-29e4b8e23653 Date: Sun, 25 Nov 2018 08:26:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:26:36,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-ad7f2db9-a467-4db1-bf12-29e4b8e23653 2018-11-25 08:26:36,154 - OpenStackNetwork - DEBUG - Network [1915c0ce-c47a-4909-8a8d-01e095ff4858] created successfully 2018-11-25 08:26:36,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:26:36,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:26:36,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:26:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["TjjoWv9ySxytg8Bi90LHUA"], "issued_at": "2018-11-25T08:26:36.000000Z"}} 2018-11-25 08:26:36,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7fc4e4595811b72b107eff9d16ae9674a24105a" 2018-11-25 08:26:36,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fcc2245-8a51-4956-b04b-e65b4b05b12b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:26:36,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4fcc2245-8a51-4956-b04b-e65b4b05b12b 2018-11-25 08:26:36,633 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:26:36,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7fc4e4595811b72b107eff9d16ae9674a24105a" 2018-11-25 08:26:36,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26: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-ccc39d39-b404-4921-93df-60cc170d43c0 x-compute-request-id: req-ccc39d39-b404-4921-93df-60cc170d43c0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:26:36,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ccc39d39-b404-4921-93df-60cc170d43c0 2018-11-25 08:26:36,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7fc4e4595811b72b107eff9d16ae9674a24105a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-25 08:26:36,939 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26: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-03397d50-aa0e-44bc-9131-8393ecfb2bea x-compute-request-id: req-03397d50-aa0e-44bc-9131-8393ecfb2bea Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:26:36,940 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-03397d50-aa0e-44bc-9131-8393ecfb2bea 2018-11-25 08:26:36,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:26:36,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:26:37,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:26:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["jXaBMRzJTxSle6dG4WfEQQ"], "issued_at": "2018-11-25T08:26:37.000000Z"}} 2018-11-25 08:26:37,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62cd11c3b738386e67b8090855be0947f61b44c" 2018-11-25 08:26:37,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59a7bfaa-a9d3-4755-922f-9a32e535c27a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:26:37,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-59a7bfaa-a9d3-4755-922f-9a32e535c27a 2018-11-25 08:26:37,430 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62cd11c3b738386e67b8090855be0947f61b44c" 2018-11-25 08:26:38,257 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:37 GMT Server: Apache x-compute-request-id: req-255d3306-b5e2-48b8-b582-457fdc292436 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-255d3306-b5e2-48b8-b582-457fdc292436 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-25 08:26:38,257 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail used request id req-255d3306-b5e2-48b8-b582-457fdc292436 2018-11-25 08:26:38,261 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-255d3306-b5e2-48b8-b582-457fdc292436" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62cd11c3b738386e67b8090855be0947f61b44c" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-25 08:26:39,333 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:26:38 GMT Server: Apache x-compute-request-id: req-c29b40da-6364-44c8-b216-542bd78021ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c29b40da-6364-44c8-b216-542bd78021ba Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "37cefe782cb2485683238db40fa7d767", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-25T08:26:39.222639", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "size": 1}} 2018-11-25 08:26:39,333 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes used request id req-c29b40da-6364-44c8-b216-542bd78021ba 2018-11-25 08:26:39,337 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-255d3306-b5e2-48b8-b582-457fdc292436" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62cd11c3b738386e67b8090855be0947f61b44c" 2018-11-25 08:26:40,101 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:39 GMT Server: Apache x-compute-request-id: req-f896a712-bf99-4c30-8b67-ab7f4b01491c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f896a712-bf99-4c30-8b67-ab7f4b01491c Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:26:39.000000", "replication_status": null, "snapshot_id": null, "id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b", "bootable": "false", "created_at": "2018-11-25T08:26:39.000000", "volume_type": null}} 2018-11-25 08:26:40,101 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e used request id req-f896a712-bf99-4c30-8b67-ab7f4b01491c 2018-11-25 08:26:40,102 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b 2018-11-25 08:26:40,105 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-255d3306-b5e2-48b8-b582-457fdc292436" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62cd11c3b738386e67b8090855be0947f61b44c" 2018-11-25 08:26:40,859 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:40 GMT Server: Apache x-compute-request-id: req-e0c583f3-0b50-4f30-a901-d15b25707958 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0c583f3-0b50-4f30-a901-d15b25707958 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:26:39.000000", "replication_status": null, "snapshot_id": null, "id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b", "bootable": "false", "created_at": "2018-11-25T08:26:39.000000", "volume_type": null}} 2018-11-25 08:26:40,859 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e used request id req-e0c583f3-0b50-4f30-a901-d15b25707958 2018-11-25 08:26:40,859 - create_volume - DEBUG - Instance status is - creating 2018-11-25 08:26:40,860 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-25 08:26:43,860 - create_volume - DEBUG - Volume status query timeout in 296.241703033 2018-11-25 08:26:43,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-255d3306-b5e2-48b8-b582-457fdc292436" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62cd11c3b738386e67b8090855be0947f61b44c" 2018-11-25 08:26:44,720 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:43 GMT Server: Apache x-compute-request-id: req-bcefa5d6-2447-4429-a1d6-8a22013b3b77 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bcefa5d6-2447-4429-a1d6-8a22013b3b77 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:26:42.000000", "replication_status": null, "snapshot_id": null, "id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b", "bootable": "false", "created_at": "2018-11-25T08:26:39.000000", "volume_type": null}} 2018-11-25 08:26:44,720 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e used request id req-bcefa5d6-2447-4429-a1d6-8a22013b3b77 2018-11-25 08:26:44,720 - create_volume - DEBUG - Instance status is - available 2018-11-25 08:26:44,720 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b 2018-11-25 08:26:44,721 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b 2018-11-25 08:26:44,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:26:44,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:26:45,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["pS2wqePfS2mUPP4kwf-rkA"], "issued_at": "2018-11-25T08:26:45.000000Z"}} 2018-11-25 08:26:45,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:45,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eb8cbe4-b09e-4f52-821a-d07bc498a092 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:26:45,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1eb8cbe4-b09e-4f52-821a-d07bc498a092 2018-11-25 08:26:45,202 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:26:45,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:45,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b54cc86e-c0fb-4dbb-b065-27c778c2e80c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:26:45,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b54cc86e-c0fb-4dbb-b065-27c778c2e80c 2018-11-25 08:26:45,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:45,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-97408e78-1eb2-41ac-80af-544b3505d476 Date: Sun, 25 Nov 2018 08:26:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:26:45,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-97408e78-1eb2-41ac-80af-544b3505d476 2018-11-25 08:26:45,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:26:45,567 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:26:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:26:45,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:45,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e25ce3-c02a-4b75-bc24-90fe5b48fca2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:26:45,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-25e25ce3-c02a-4b75-bc24-90fe5b48fca2 2018-11-25 08:26:45,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:45,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6c7464f3-f962-4524-853a-d18357f5f802 Date: Sun, 25 Nov 2018 08:26:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:26:45,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-6c7464f3-f962-4524-853a-d18357f5f802 2018-11-25 08:26:45,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:46,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fd991506-21fd-4084-b188-23a696aaf42d Date: Sun, 25 Nov 2018 08:26:46 GMT RESP BODY: {"ports":[]} 2018-11-25 08:26:46,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port&admin_state_up=True used request id req-fd991506-21fd-4084-b188-23a696aaf42d 2018-11-25 08:26:46,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:46,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba26e31f-664c-4a5d-9701-b35327eb505c x-compute-request-id: req-ba26e31f-664c-4a5d-9701-b35327eb505c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 08:26:46,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst used request id req-ba26e31f-664c-4a5d-9701-b35327eb505c 2018-11-25 08:26:46,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:46,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0d35a2c6-87f7-45b0-9200-4dbe8c70e07c Date: Sun, 25 Nov 2018 08:26:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:26:46,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-0d35a2c6-87f7-45b0-9200-4dbe8c70e07c 2018-11-25 08:26:46,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:46,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef1ed45d-2eaa-4715-900d-00c3eaad7304 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:26:46,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-ef1ed45d-2eaa-4715-900d-00c3eaad7304 2018-11-25 08:26:46,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:46,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0fd10b8d-3b7c-46f5-93a5-ddc84a5014d6 Date: Sun, 25 Nov 2018 08:26:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:26:46,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-0fd10b8d-3b7c-46f5-93a5-ddc84a5014d6 2018-11-25 08:26:46,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:47,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-50808c7e-b598-4461-9b12-931cf57c7816 Date: Sun, 25 Nov 2018 08:26:47 GMT RESP BODY: {"ports":[]} 2018-11-25 08:26:47,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port&admin_state_up=True used request id req-50808c7e-b598-4461-9b12-931cf57c7816 2018-11-25 08:26:47,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:26:47,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:26:47,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:26:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["eHlAMAIjR8yCKXRDlHwmOg"], "issued_at": "2018-11-25T08:26:47.000000Z"}} 2018-11-25 08:26:47,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ebd457a8e8546ad57ecc08c396a79b6175b1592" 2018-11-25 08:26:47,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ede8b8f7-1a92-47f9-ba1f-a4efc8954032 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:26:47,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ede8b8f7-1a92-47f9-ba1f-a4efc8954032 2018-11-25 08:26:47,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:47,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f1af2067-0506-4a79-b8e7-1a8b03b41ae9 Date: Sun, 25 Nov 2018 08:26:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:26:47,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-f1af2067-0506-4a79-b8e7-1a8b03b41ae9 2018-11-25 08:26:47,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:47,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-508e3394-c441-4a19-9c7a-c1fa8937d0f5 Date: Sun, 25 Nov 2018 08:26:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:26:47,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-508e3394-c441-4a19-9c7a-c1fa8937d0f5 2018-11-25 08:26:47,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:48,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b8ec489c-203d-4e4e-8a6a-a080a85c730d Date: Sun, 25 Nov 2018 08:26:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:26:48,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-b8ec489c-203d-4e4e-8a6a-a080a85c730d 2018-11-25 08:26:48,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:26:48,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:26:48,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ebd457a8e8546ad57ecc08c396a79b6175b1592" 2018-11-25 08:26:48,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af1f75a-8f42-46fd-b2cf-1d791214faa6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:26:48,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-7af1f75a-8f42-46fd-b2cf-1d791214faa6 2018-11-25 08:26:48,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:48,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-20a76f81-a455-4bc7-a611-511057c98fb1 Date: Sun, 25 Nov 2018 08:26:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:26:48,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-20a76f81-a455-4bc7-a611-511057c98fb1 2018-11-25 08:26:48,344 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net 2018-11-25 08:26:48,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" -d '{"port": {"network_id": "1915c0ce-c47a-4909-8a8d-01e095ff4858", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port", "admin_state_up": true}}' 2018-11-25 08:26:49,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-ebe442cb-69fd-4f15-bd19-693a97417a4e Date: Sun, 25 Nov 2018 08:26:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:48Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"}} 2018-11-25 08:26:49,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-ebe442cb-69fd-4f15-bd19-693a97417a4e 2018-11-25 08:26:49,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:49,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-de302cbd-6793-4910-ac97-a9960b489f43 Date: Sun, 25 Nov 2018 08:26:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:26:49,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-de302cbd-6793-4910-ac97-a9960b489f43 2018-11-25 08:26:49,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:49,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4242127a-08a1-48ae-9698-07cbae14aa6d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:26:49,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-4242127a-08a1-48ae-9698-07cbae14aa6d 2018-11-25 08:26:49,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:49,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0863933c-2c86-42e1-98df-f70acd456c0d Date: Sun, 25 Nov 2018 08:26:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:26:49,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-0863933c-2c86-42e1-98df-f70acd456c0d 2018-11-25 08:26:49,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:49,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-6933d9ac-f5e9-45b8-aa8f-ea42c0e8b432 Date: Sun, 25 Nov 2018 08:26:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:48Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"}]} 2018-11-25 08:26:49,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port&admin_state_up=True used request id req-6933d9ac-f5e9-45b8-aa8f-ea42c0e8b432 2018-11-25 08:26:49,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:49,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3efc7793-9f5a-4e82-9ec8-5fa4a2e62b3f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:26:49,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-3efc7793-9f5a-4e82-9ec8-5fa4a2e62b3f 2018-11-25 08:26:49,807 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst 2018-11-25 08:26:49,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:49,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26: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-07d4f903-a272-445a-9309-af7eb076a069 x-compute-request-id: req-07d4f903-a272-445a-9309-af7eb076a069 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-flavor"}]} 2018-11-25 08:26:49,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-07d4f903-a272-445a-9309-af7eb076a069 2018-11-25 08:26:49,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:49,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26: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-380d6425-c9af-43bf-91a7-8eebb71dd655 x-compute-request-id: req-380d6425-c9af-43bf-91a7-8eebb71dd655 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:26:49,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db used request id req-380d6425-c9af-43bf-91a7-8eebb71dd655 2018-11-25 08:26:49,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:50,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-ad7a25d2-9a2b-4d3f-a0a7-99cdc486e97c Date: Sun, 25 Nov 2018 08:26:50 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:26:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:26:32Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/34416b98-da6b-4a24-82ef-c2c8067980b2/snap", "metadata": {}}], "self": "/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "min_disk": 0, "protected": false, "id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "file": "/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/34416b98-da6b-4a24-82ef-c2c8067980b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image"} 2018-11-25 08:26:50,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image used request id req-ad7a25d2-9a2b-4d3f-a0a7-99cdc486e97c 2018-11-25 08:26:50,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:50,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e8946a7c-45b3-4aea-bdaa-1b66622b4939 Date: Sun, 25 Nov 2018 08:26:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:26:50,659 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e8946a7c-45b3-4aea-bdaa-1b66622b4939 2018-11-25 08:26:50,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "imageRef": "34416b98-da6b-4a24-82ef-c2c8067980b2", "flavorRef": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "max_count": 1, "min_count": 1, "networks": [{"port": "20fe6d66-0100-400d-8f28-407dd40f0a8f"}]}}' 2018-11-25 08:26:52,848 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-1a1c9bee-4e12-4b35-b0da-1e53d9cc03f9 x-compute-request-id: req-1a1c9bee-4e12-4b35-b0da-1e53d9cc03f9 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "be88580e-43bc-4480-859b-4961346a8682", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "adminPass": "vH9HvFgLgx98"}} 2018-11-25 08:26:52,848 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-1a1c9bee-4e12-4b35-b0da-1e53d9cc03f9 2018-11-25 08:26:52,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:53,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26: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-5fabf537-de78-4b45-9fa8-174655d507d5 x-compute-request-id: req-5fabf537-de78-4b45-9fa8-174655d507d5 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "user_id": "37cefe782cb2485683238db40fa7d767", "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-11-25T08:26:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:53,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-5fabf537-de78-4b45-9fa8-174655d507d5 2018-11-25 08:26:53,228 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst 2018-11-25 08:26:53,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:53,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:26:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0289558b-d535-42e0-9f50-31057f9988f0 x-compute-request-id: req-0289558b-d535-42e0-9f50-31057f9988f0 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "user_id": "37cefe782cb2485683238db40fa7d767", "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-11-25T08:26:53Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:53,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-0289558b-d535-42e0-9f50-31057f9988f0 2018-11-25 08:26:53,477 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst] is - BUILD 2018-11-25 08:26:53,477 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:26:56,480 - create_instance - DEBUG - VM status query timeout in 896.748247862 2018-11-25 08:26:56,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:26:56,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-91066a4a-7fca-4d4d-ae25-38368892e4f1 x-compute-request-id: req-91066a4a-7fca-4d4d-ae25-38368892e4f1 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:26:55Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:26:56,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-91066a4a-7fca-4d4d-ae25-38368892e4f1 2018-11-25 08:26:56,857 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst] is - BUILD 2018-11-25 08:26:56,857 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:26:59,860 - create_instance - DEBUG - VM status query timeout in 893.368520021 2018-11-25 08:26:59,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:00,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-04d273dd-995c-491c-9404-591982ce685d x-compute-request-id: req-04d273dd-995c-491c-9404-591982ce685d Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:26:55Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:27:00,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-04d273dd-995c-491c-9404-591982ce685d 2018-11-25 08:27:00,641 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst] is - BUILD 2018-11-25 08:27:00,641 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:27:03,645 - create_instance - DEBUG - VM status query timeout in 889.583701849 2018-11-25 08:27:03,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:04,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27: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-09e6641c-1833-4075-9991-00f43158d35e x-compute-request-id: req-09e6641c-1833-4075-9991-00f43158d35e Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:00Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:27:04,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-09e6641c-1833-4075-9991-00f43158d35e 2018-11-25 08:27:04,725 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst] is - ACTIVE 2018-11-25 08:27:04,725 - create_instance - INFO - VM is - ACTIVE 2018-11-25 08:27:04,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:05,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-11c41ca1-b4cf-4f26-bbc7-03a1c0a07ba7 x-compute-request-id: req-11c41ca1-b4cf-4f26-bbc7-03a1c0a07ba7 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:00Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:27:05,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-11c41ca1-b4cf-4f26-bbc7-03a1c0a07ba7 2018-11-25 08:27:05,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:05,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e347b87c-9488-42b7-b9f3-58b8fd67960a Date: Sun, 25 Nov 2018 08:27:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:05,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-e347b87c-9488-42b7-b9f3-58b8fd67960a 2018-11-25 08:27:05,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:05,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c99f8d9f-58a4-492f-9414-f0b2896ccb05 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:27:05,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-c99f8d9f-58a4-492f-9414-f0b2896ccb05 2018-11-25 08:27:05,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:06,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0f693812-9a46-4f54-a0e7-3181f62d1b93 Date: Sun, 25 Nov 2018 08:27:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:27:06,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-0f693812-9a46-4f54-a0e7-3181f62d1b93 2018-11-25 08:27:06,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:06,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-d2045069-768d-4205-9cb6-4d5788976271 Date: Sun, 25 Nov 2018 08:27:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be88580e-43bc-4480-859b-4961346a8682","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.3"}],"id":"64685aed-71a0-401f-8ec6-306f898428d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:6a:5e","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.2"}],"id":"69a10662-e7e0-4213-b317-33fd406cc8a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:bd:17","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.4"}],"id":"c7e09077-8dd1-43b4-9776-793ed2394de4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:bc:15","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:37Z","binding:vnic_type":"normal"}]} 2018-11-25 08:27:06,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-d2045069-768d-4205-9cb6-4d5788976271 2018-11-25 08:27:06,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:27:06,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:27:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["G4MsgLrvQIK2656fcb70Dw"], "issued_at": "2018-11-25T08:27:06.000000Z"}} 2018-11-25 08:27:06,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:06,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de72c36f-d1ad-4834-8976-ea3ebdc6d58a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:27:06,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-de72c36f-d1ad-4834-8976-ea3ebdc6d58a 2018-11-25 08:27:06,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:07,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfc63386-46f9-44ce-adb9-95a2ff4b6842 x-compute-request-id: req-cfc63386-46f9-44ce-adb9-95a2ff4b6842 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:00Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:27:07,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-cfc63386-46f9-44ce-adb9-95a2ff4b6842 2018-11-25 08:27:07,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:07,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-49863ae4-0044-4a1a-8800-abfe2c0b9704 Date: Sun, 25 Nov 2018 08:27:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:07,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-49863ae4-0044-4a1a-8800-abfe2c0b9704 2018-11-25 08:27:07,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:07,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfbbba9b-6d0e-4dc6-ae41-0790341c350d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:27:07,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-cfbbba9b-6d0e-4dc6-ae41-0790341c350d 2018-11-25 08:27:07,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:07,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-52bb5789-30a0-4e59-b8d8-ec863abc6541 Date: Sun, 25 Nov 2018 08:27:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:27:07,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-52bb5789-30a0-4e59-b8d8-ec863abc6541 2018-11-25 08:27:07,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:07,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-677e0a40-3f03-48d3-b687-655cf262a636 Date: Sun, 25 Nov 2018 08:27:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be88580e-43bc-4480-859b-4961346a8682","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.3"}],"id":"64685aed-71a0-401f-8ec6-306f898428d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:6a:5e","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.2"}],"id":"69a10662-e7e0-4213-b317-33fd406cc8a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:bd:17","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.4"}],"id":"c7e09077-8dd1-43b4-9776-793ed2394de4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:bc:15","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:37Z","binding:vnic_type":"normal"}]} 2018-11-25 08:27:07,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-677e0a40-3f03-48d3-b687-655cf262a636 2018-11-25 08:27:07,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" -d '{"volumeAttachment": {"volumeId": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e"}}' 2018-11-25 08:27:09,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-8b554d3b-5038-4a95-8e93-ea77f3b0ef1e x-compute-request-id: req-8b554d3b-5038-4a95-8e93-ea77f3b0ef1e Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "be88580e-43bc-4480-859b-4961346a8682", "id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "volumeId": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e"}} 2018-11-25 08:27:09,650 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682/os-volume_attachments used request id req-8b554d3b-5038-4a95-8e93-ea77f3b0ef1e 2018-11-25 08:27:09,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:10,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-ebf0c058-0d25-4a02-af2c-9bbe11640f9e x-compute-request-id: req-ebf0c058-0d25-4a02-af2c-9bbe11640f9e Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:00Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e"}], "metadata": {}}} 2018-11-25 08:27:10,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-ebf0c058-0d25-4a02-af2c-9bbe11640f9e 2018-11-25 08:27:10,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:10,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-38851263-66dd-4288-b553-3d26f1bd49d4 Date: Sun, 25 Nov 2018 08:27:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:10,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-38851263-66dd-4288-b553-3d26f1bd49d4 2018-11-25 08:27:10,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:27:10,611 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:27:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:27:10,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:10,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ceec4f-c64f-41b4-a85c-2bbf48fa59f4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:27:10,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-62ceec4f-c64f-41b4-a85c-2bbf48fa59f4 2018-11-25 08:27:10,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:10,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d5467fd3-8133-4e7b-b1a1-04cc7fd0561a Date: Sun, 25 Nov 2018 08:27:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:27:10,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-d5467fd3-8133-4e7b-b1a1-04cc7fd0561a 2018-11-25 08:27:10,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:11,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-d93289f7-1f2a-4b27-adb1-c31042177108 Date: Sun, 25 Nov 2018 08:27:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be88580e-43bc-4480-859b-4961346a8682","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.3"}],"id":"64685aed-71a0-401f-8ec6-306f898428d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:6a:5e","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.2"}],"id":"69a10662-e7e0-4213-b317-33fd406cc8a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:bd:17","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.4"}],"id":"c7e09077-8dd1-43b4-9776-793ed2394de4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:bc:15","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:37Z","binding:vnic_type":"normal"}]} 2018-11-25 08:27:11,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-d93289f7-1f2a-4b27-adb1-c31042177108 2018-11-25 08:27:11,096 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:11,845 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:11 GMT Server: Apache x-compute-request-id: req-f67a5e99-8653-40f5-a145-3fa42d2a59e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f67a5e99-8653-40f5-a145-3fa42d2a59e3 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:27:09.000000", "replication_status": null, "snapshot_id": null, "id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "attaching", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b", "bootable": "false", "created_at": "2018-11-25T08:26:39.000000", "volume_type": null}} 2018-11-25 08:27:11,846 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e used request id req-f67a5e99-8653-40f5-a145-3fa42d2a59e3 2018-11-25 08:27:14,852 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f67a5e99-8653-40f5-a145-3fa42d2a59e3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:15,638 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:14 GMT Server: Apache x-compute-request-id: req-537131b8-853c-4060-adf1-daa19bd096c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-537131b8-853c-4060-adf1-daa19bd096c1 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "be88580e-43bc-4480-859b-4961346a8682", "attachment_id": "3c2cded1-6178-4c51-9079-a64711107f52", "attached_at": "2018-11-25T08:27:14.000000", "host_name": null, "volume_id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "device": "/dev/vdb", "id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e"}], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:27:14.000000", "replication_status": null, "snapshot_id": null, "id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "in-use", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b", "bootable": "false", "created_at": "2018-11-25T08:26:39.000000", "volume_type": null}} 2018-11-25 08:27:15,638 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e used request id req-537131b8-853c-4060-adf1-daa19bd096c1 2018-11-25 08:27:15,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:15,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d6f78e7-76b9-4909-a3de-6f39a504c7ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:27:15,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4d6f78e7-76b9-4909-a3de-6f39a504c7ed 2018-11-25 08:27:15,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:16,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27: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-7042b492-ec21-4129-9c84-0bb2fdde16d3 x-compute-request-id: req-7042b492-ec21-4129-9c84-0bb2fdde16d3 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:12Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e"}], "metadata": {}}} 2018-11-25 08:27:16,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-7042b492-ec21-4129-9c84-0bb2fdde16d3 2018-11-25 08:27:16,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:16,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fe5b0271-ad5b-490f-bfa1-2b06ad220c0c Date: Sun, 25 Nov 2018 08:27:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:16,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-fe5b0271-ad5b-490f-bfa1-2b06ad220c0c 2018-11-25 08:27:16,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:16,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-597a48ac-e781-462d-9deb-d44fa48c8e77 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:27:16,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-597a48ac-e781-462d-9deb-d44fa48c8e77 2018-11-25 08:27:16,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:16,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7f10f81a-211a-4706-a72f-26ab58bff2d8 Date: Sun, 25 Nov 2018 08:27:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:27:16,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-7f10f81a-211a-4706-a72f-26ab58bff2d8 2018-11-25 08:27:16,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:16,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-fb9a4115-333c-472a-ac99-dc542e8ecccb Date: Sun, 25 Nov 2018 08:27:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be88580e-43bc-4480-859b-4961346a8682","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.3"}],"id":"64685aed-71a0-401f-8ec6-306f898428d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:6a:5e","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.2"}],"id":"69a10662-e7e0-4213-b317-33fd406cc8a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:bd:17","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.4"}],"id":"c7e09077-8dd1-43b4-9776-793ed2394de4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:bc:15","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:37Z","binding:vnic_type":"normal"}]} 2018-11-25 08:27:16,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-fb9a4115-333c-472a-ac99-dc542e8ecccb 2018-11-25 08:27:16,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:17,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27: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-4d9bcfad-b1b3-47a7-a277-0483e598c63d x-compute-request-id: req-4d9bcfad-b1b3-47a7-a277-0483e598c63d Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:12Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e"}], "metadata": {}}} 2018-11-25 08:27:17,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-4d9bcfad-b1b3-47a7-a277-0483e598c63d 2018-11-25 08:27:17,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:18,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-97edeb86-4387-45f3-963f-dd846991e54c Date: Sun, 25 Nov 2018 08:27:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:18,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-97edeb86-4387-45f3-963f-dd846991e54c 2018-11-25 08:27:18,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:18,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12b0f8ce-4220-4f00-a7bc-45b963696812 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:27:18,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-12b0f8ce-4220-4f00-a7bc-45b963696812 2018-11-25 08:27:18,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:18,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f210db03-30b9-4695-a99c-c914d92f1de3 Date: Sun, 25 Nov 2018 08:27:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:27:18,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-f210db03-30b9-4695-a99c-c914d92f1de3 2018-11-25 08:27:18,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:18,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-7fb29a15-3a46-4492-8dfa-054ea982d77c Date: Sun, 25 Nov 2018 08:27:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be88580e-43bc-4480-859b-4961346a8682","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.3"}],"id":"64685aed-71a0-401f-8ec6-306f898428d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:6a:5e","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.2"}],"id":"69a10662-e7e0-4213-b317-33fd406cc8a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:bd:17","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.4"}],"id":"c7e09077-8dd1-43b4-9776-793ed2394de4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:bc:15","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:37Z","binding:vnic_type":"normal"}]} 2018-11-25 08:27:18,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-7fb29a15-3a46-4492-8dfa-054ea982d77c 2018-11-25 08:27:18,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:19,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27: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-93617dd1-2f54-4c83-8b0e-00bb50c30da4 x-compute-request-id: req-93617dd1-2f54-4c83-8b0e-00bb50c30da4 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:12Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e"}], "metadata": {}}} 2018-11-25 08:27:19,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-93617dd1-2f54-4c83-8b0e-00bb50c30da4 2018-11-25 08:27:19,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:19,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-50661b7e-8335-402c-8f32-e8548a29d9c7 Date: Sun, 25 Nov 2018 08:27:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:19,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-50661b7e-8335-402c-8f32-e8548a29d9c7 2018-11-25 08:27:19,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:19,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3da75673-ff25-478b-931e-0af2039d37d7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:27:19,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-3da75673-ff25-478b-931e-0af2039d37d7 2018-11-25 08:27:19,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:19,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3088d739-efa2-4acb-8d92-809054ff4d4f Date: Sun, 25 Nov 2018 08:27:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:27:19,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-3088d739-efa2-4acb-8d92-809054ff4d4f 2018-11-25 08:27:19,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:19,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-db79be52-5bda-48fb-9d45-9c0851e39906 Date: Sun, 25 Nov 2018 08:27:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be88580e-43bc-4480-859b-4961346a8682","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.3"}],"id":"64685aed-71a0-401f-8ec6-306f898428d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:6a:5e","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.2"}],"id":"69a10662-e7e0-4213-b317-33fd406cc8a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:bd:17","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.4"}],"id":"c7e09077-8dd1-43b4-9776-793ed2394de4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:bc:15","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:37Z","binding:vnic_type":"normal"}]} 2018-11-25 08:27:19,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-db79be52-5bda-48fb-9d45-9c0851e39906 2018-11-25 08:27:19,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682/os-volume_attachments/9f0bc651-3b0e-4a86-8028-1fecd9960e3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:22,082 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:27:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-832eb654-6fe7-4526-a7f6-e36fec6213ca x-compute-request-id: req-832eb654-6fe7-4526-a7f6-e36fec6213ca Content-Length: 0 Content-Type: application/json 2018-11-25 08:27:22,083 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682/os-volume_attachments/9f0bc651-3b0e-4a86-8028-1fecd9960e3e used request id req-832eb654-6fe7-4526-a7f6-e36fec6213ca 2018-11-25 08:27:22,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:22,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-c044c21c-e2fc-43f1-81ab-1ad6871924d3 x-compute-request-id: req-c044c21c-e2fc-43f1-81ab-1ad6871924d3 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:12Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e"}], "metadata": {}}} 2018-11-25 08:27:22,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-c044c21c-e2fc-43f1-81ab-1ad6871924d3 2018-11-25 08:27:22,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:23,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-422c24e7-0710-4f44-a16a-7aaefab48550 Date: Sun, 25 Nov 2018 08:27:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:23,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-422c24e7-0710-4f44-a16a-7aaefab48550 2018-11-25 08:27:23,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:23,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17bc5eef-9b46-42d8-8dee-c461f290d373 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:27:23,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-17bc5eef-9b46-42d8-8dee-c461f290d373 2018-11-25 08:27:23,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:23,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5b16762e-2165-4919-a055-ece93c456976 Date: Sun, 25 Nov 2018 08:27:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:27:23,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-5b16762e-2165-4919-a055-ece93c456976 2018-11-25 08:27:23,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:23,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-3dae3f94-c4d6-475b-bbc2-6adce0137a58 Date: Sun, 25 Nov 2018 08:27:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be88580e-43bc-4480-859b-4961346a8682","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.3"}],"id":"64685aed-71a0-401f-8ec6-306f898428d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:6a:5e","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.2"}],"id":"69a10662-e7e0-4213-b317-33fd406cc8a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:bd:17","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.4"}],"id":"c7e09077-8dd1-43b4-9776-793ed2394de4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:bc:15","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:37Z","binding:vnic_type":"normal"}]} 2018-11-25 08:27:23,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-3dae3f94-c4d6-475b-bbc2-6adce0137a58 2018-11-25 08:27:26,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:27,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76c88580-54eb-4e66-bad4-ff25df8675ac x-compute-request-id: req-76c88580-54eb-4e66-bad4-ff25df8675ac Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:12Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:27:27,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-76c88580-54eb-4e66-bad4-ff25df8675ac 2018-11-25 08:27:27,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:27,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2295a6f4-ee67-4751-b0d6-61e1449684c4 Date: Sun, 25 Nov 2018 08:27:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:27,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-2295a6f4-ee67-4751-b0d6-61e1449684c4 2018-11-25 08:27:27,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:27,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04963056-0fc8-4743-9e0c-6882d847a8e1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:27:27,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-04963056-0fc8-4743-9e0c-6882d847a8e1 2018-11-25 08:27:27,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:27,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4c1354e7-d417-4d97-a884-afe127fe1158 Date: Sun, 25 Nov 2018 08:27:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:27:27,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-4c1354e7-d417-4d97-a884-afe127fe1158 2018-11-25 08:27:27,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:27,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-7168e245-7be1-4d9c-bd87-43cdc5cb55c0 Date: Sun, 25 Nov 2018 08:27:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be88580e-43bc-4480-859b-4961346a8682","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.3"}],"id":"64685aed-71a0-401f-8ec6-306f898428d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:6a:5e","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.2"}],"id":"69a10662-e7e0-4213-b317-33fd406cc8a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:bd:17","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.4"}],"id":"c7e09077-8dd1-43b4-9776-793ed2394de4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:bc:15","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:37Z","binding:vnic_type":"normal"}]} 2018-11-25 08:27:27,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-7168e245-7be1-4d9c-bd87-43cdc5cb55c0 2018-11-25 08:27:27,994 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f67a5e99-8653-40f5-a145-3fa42d2a59e3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:28,748 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:27 GMT Server: Apache x-compute-request-id: req-1709935d-55a6-4c2a-a064-bd2d8df93568 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1709935d-55a6-4c2a-a064-bd2d8df93568 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:27:22.000000", "replication_status": null, "snapshot_id": null, "id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b", "bootable": "false", "created_at": "2018-11-25T08:26:39.000000", "volume_type": null}} 2018-11-25 08:27:28,748 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e used request id req-1709935d-55a6-4c2a-a064-bd2d8df93568 2018-11-25 08:27:28,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:29,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e81ec853-b152-4ce7-8b87-3b34e277e5d7 x-compute-request-id: req-e81ec853-b152-4ce7-8b87-3b34e277e5d7 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:12Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:27:29,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-e81ec853-b152-4ce7-8b87-3b34e277e5d7 2018-11-25 08:27:29,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:29,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-950eef31-095a-41ac-8e45-0ab1baac5d99 Date: Sun, 25 Nov 2018 08:27:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:29,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-950eef31-095a-41ac-8e45-0ab1baac5d99 2018-11-25 08:27:29,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:29,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81429609-efd8-4b1a-80e8-87e13d359e51 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:27:29,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-81429609-efd8-4b1a-80e8-87e13d359e51 2018-11-25 08:27:29,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:29,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-60fdc97c-42d8-419e-b211-d4c97598f390 Date: Sun, 25 Nov 2018 08:27:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:27:29,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-60fdc97c-42d8-419e-b211-d4c97598f390 2018-11-25 08:27:29,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:29,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-d18620a3-fcd8-4cef-afda-9594d76a3643 Date: Sun, 25 Nov 2018 08:27:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be88580e-43bc-4480-859b-4961346a8682","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.3"}],"id":"64685aed-71a0-401f-8ec6-306f898428d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:6a:5e","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.2"}],"id":"69a10662-e7e0-4213-b317-33fd406cc8a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:bd:17","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.4"}],"id":"c7e09077-8dd1-43b4-9776-793ed2394de4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:bc:15","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:37Z","binding:vnic_type":"normal"}]} 2018-11-25 08:27:29,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-d18620a3-fcd8-4cef-afda-9594d76a3643 2018-11-25 08:27:29,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:30,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-f14472f9-809f-45db-8771-028cf9a4cfae x-compute-request-id: req-f14472f9-809f-45db-8771-028cf9a4cfae Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:12Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:27:30,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-f14472f9-809f-45db-8771-028cf9a4cfae 2018-11-25 08:27:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:30,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c432af46-c8ea-47df-a2d4-b7fbe2d88749 Date: Sun, 25 Nov 2018 08:27:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["8c6aa819-6612-428a-9590-61976effc333"],"description":"","tags":[],"updated_at":"2018-11-25T08:26:35Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:34Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:30,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net used request id req-c432af46-c8ea-47df-a2d4-b7fbe2d88749 2018-11-25 08:27:30,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:30,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1cdf00e-9878-4427-8372-43274e0dddca Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:27:30,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-b1cdf00e-9878-4427-8372-43274e0dddca 2018-11-25 08:27:30,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:31,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bbc19e7e-e0c6-4be6-aaa7-6876fd52e737 Date: Sun, 25 Nov 2018 08:27:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:35Z","dns_nameservers":[],"updated_at":"2018-11-25T08:26:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"8c6aa819-6612-428a-9590-61976effc333","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet"}]} 2018-11-25 08:27:31,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-bbc19e7e-e0c6-4be6-aaa7-6876fd52e737 2018-11-25 08:27:31,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1bb24508056398ac971332a8a057b8aa4f55f8" 2018-11-25 08:27:31,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-c0dc25e3-6c55-4102-acd3-72b036101e37 Date: Sun, 25 Nov 2018 08:27:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.6"}],"id":"20fe6d66-0100-400d-8f28-407dd40f0a8f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:e4:5a","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be88580e-43bc-4480-859b-4961346a8682","name":"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.3"}],"id":"64685aed-71a0-401f-8ec6-306f898428d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:6a:5e","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.2"}],"id":"69a10662-e7e0-4213-b317-33fd406cc8a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:bd:17","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:26:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c6aa819-6612-428a-9590-61976effc333","ip_address":"10.55.0.4"}],"id":"c7e09077-8dd1-43b4-9776-793ed2394de4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:bc:15","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1915c0ce-c47a-4909-8a8d-01e095ff4858","name":"","admin_state_up":true,"network_id":"1915c0ce-c47a-4909-8a8d-01e095ff4858","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:26:37Z","binding:vnic_type":"normal"}]} 2018-11-25 08:27:31,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-c0dc25e3-6c55-4102-acd3-72b036101e37 2018-11-25 08:27:31,271 - create_instance - INFO - Deleting Port with ID - 20fe6d66-0100-400d-8f28-407dd40f0a8f 2018-11-25 08:27:31,271 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-port 2018-11-25 08:27:31,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/20fe6d66-0100-400d-8f28-407dd40f0a8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:32,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d06cd9a-52d8-4ae5-8e32-fed51f0d1fae Date: Sun, 25 Nov 2018 08:27:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:27:32,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/20fe6d66-0100-400d-8f28-407dd40f0a8f used request id req-3d06cd9a-52d8-4ae5-8e32-fed51f0d1fae 2018-11-25 08:27:32,242 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst 2018-11-25 08:27:32,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:32,430 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:27:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c0e55d67-8c4e-4465-ba9c-93c914d3fbba x-compute-request-id: req-c0e55d67-8c4e-4465-ba9c-93c914d3fbba Content-Type: application/json 2018-11-25 08:27:32,430 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-c0e55d67-8c4e-4465-ba9c-93c914d3fbba 2018-11-25 08:27:32,430 - create_instance - INFO - Checking deletion status 2018-11-25 08:27:32,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:33,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-461d8c24-8617-4047-a7f0-062219d5c82f x-compute-request-id: req-461d8c24-8617-4047-a7f0-062219d5c82f Content-Encoding: gzip Content-Length: 806 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e4:5a", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:32Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:27:33,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-461d8c24-8617-4047-a7f0-062219d5c82f 2018-11-25 08:27:33,228 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst] is - ACTIVE 2018-11-25 08:27:33,228 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:27:36,231 - create_instance - DEBUG - VM status query timeout in 296.198827028 2018-11-25 08:27:36,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:36,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-421029a0-79ce-4a9b-8e9f-3ac70e2682bc x-compute-request-id: req-421029a0-79ce-4a9b-8e9f-3ac70e2682bc Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:32Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:27:36,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-421029a0-79ce-4a9b-8e9f-3ac70e2682bc 2018-11-25 08:27:36,461 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst] is - ACTIVE 2018-11-25 08:27:36,461 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:27:39,461 - create_instance - DEBUG - VM status query timeout in 292.968806028 2018-11-25 08:27:39,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:40,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27: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-8d5d381a-874d-4850-aec3-81aa6acdcab6 x-compute-request-id: req-8d5d381a-874d-4850-aec3-81aa6acdcab6 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be88580e-43bc-4480-859b-4961346a8682", "rel": "bookmark"}], "image": {"id": "34416b98-da6b-4a24-82ef-c2c8067980b2", "links": [{"href": "http://172.30.9.23:8774/images/34416b98-da6b-4a24-82ef-c2c8067980b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-11-25T08:27:00.000000", "flavor": {"id": "6ff0041c-ea35-4b69-862f-f8f19e94e8db", "links": [{"href": "http://172.30.9.23:8774/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db", "rel": "bookmark"}]}, "id": "be88580e-43bc-4480-859b-4961346a8682", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:27:32Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst", "created": "2018-11-25T08:26:52Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:27:40,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-8d5d381a-874d-4850-aec3-81aa6acdcab6 2018-11-25 08:27:40,294 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst] is - ACTIVE 2018-11-25 08:27:40,294 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:27:43,297 - create_instance - DEBUG - VM status query timeout in 289.13290596 2018-11-25 08:27:43,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad67a03f5b9f135a9bab1d92d1a1c4acf53e1006" 2018-11-25 08:27:43,345 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-82ad4e28-c02f-4e3e-8467-c7e0048eabfc x-compute-request-id: req-82ad4e28-c02f-4e3e-8467-c7e0048eabfc Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance be88580e-43bc-4480-859b-4961346a8682 could not be found.", "code": 404}} 2018-11-25 08:27:43,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be88580e-43bc-4480-859b-4961346a8682 used request id req-82ad4e28-c02f-4e3e-8467-c7e0048eabfc 2018-11-25 08:27:43,345 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance be88580e-43bc-4480-859b-4961346a8682 could not be found. (HTTP 404) (Request-ID: req-82ad4e28-c02f-4e3e-8467-c7e0048eabfc) 2018-11-25 08:27:43,346 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-vm_inst 2018-11-25 08:27:43,349 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-255d3306-b5e2-48b8-b582-457fdc292436" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62cd11c3b738386e67b8090855be0947f61b44c" 2018-11-25 08:27:44,084 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:43 GMT Server: Apache x-compute-request-id: req-b6defca4-ffe1-4e54-9c4b-85a5bd53818a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6defca4-ffe1-4e54-9c4b-85a5bd53818a Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:27:22.000000", "replication_status": null, "snapshot_id": null, "id": "9f0bc651-3b0e-4a86-8028-1fecd9960e3e", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b", "bootable": "false", "created_at": "2018-11-25T08:26:39.000000", "volume_type": null}} 2018-11-25 08:27:44,084 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e used request id req-b6defca4-ffe1-4e54-9c4b-85a5bd53818a 2018-11-25 08:27:44,085 - create_volume - DEBUG - Instance status is - available 2018-11-25 08:27:44,085 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b 2018-11-25 08:27:44,085 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b 2018-11-25 08:27:44,088 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-255d3306-b5e2-48b8-b582-457fdc292436" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62cd11c3b738386e67b8090855be0947f61b44c" 2018-11-25 08:27:44,880 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:27:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-db4bd327-4965-42a8-bc2b-6f32f3157abe 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-11-25 08:27:44,880 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e used request id req-db4bd327-4965-42a8-bc2b-6f32f3157abe 2018-11-25 08:27:44,883 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-255d3306-b5e2-48b8-b582-457fdc292436" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62cd11c3b738386e67b8090855be0947f61b44c" 2018-11-25 08:27:45,598 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:27:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-cedbb405-01e0-47b3-a2af-a0da6d423e45 x-openstack-request-id: req-cedbb405-01e0-47b3-a2af-a0da6d423e45 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 9f0bc651-3b0e-4a86-8028-1fecd9960e3e could not be found.", "code": 404}} 2018-11-25 08:27:45,598 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/9f0bc651-3b0e-4a86-8028-1fecd9960e3e used request id req-cedbb405-01e0-47b3-a2af-a0da6d423e45 2018-11-25 08:27:45,598 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 9f0bc651-3b0e-4a86-8028-1fecd9960e3e could not be found. (HTTP 404) (Request-ID: req-cedbb405-01e0-47b3-a2af-a0da6d423e45) 2018-11-25 08:27:45,599 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b 2018-11-25 08:27:45,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7fc4e4595811b72b107eff9d16ae9674a24105a" 2018-11-25 08:27:45,633 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:27:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d08b39a-1342-4bc9-8955-864776c5ea71 x-compute-request-id: req-0d08b39a-1342-4bc9-8955-864776c5ea71 Content-Length: 0 Content-Type: application/json 2018-11-25 08:27:45,633 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6ff0041c-ea35-4b69-862f-f8f19e94e8db used request id req-0d08b39a-1342-4bc9-8955-864776c5ea71 2018-11-25 08:27:45,634 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet 2018-11-25 08:27:45,634 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-subnet 2018-11-25 08:27:45,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/8c6aa819-6612-428a-9590-61976effc333 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4d5abd6525d8530da4d410643cbda2ca32a9f" 2018-11-25 08:27:47,966 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f16e8fbe-1fb8-4fbf-8069-3618ef078f09 Date: Sun, 25 Nov 2018 08:27:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:27:47,966 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8c6aa819-6612-428a-9590-61976effc333 used request id req-f16e8fbe-1fb8-4fbf-8069-3618ef078f09 2018-11-25 08:27:47,966 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-net 2018-11-25 08:27:47,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/1915c0ce-c47a-4909-8a8d-01e095ff4858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4d5abd6525d8530da4d410643cbda2ca32a9f" 2018-11-25 08:27:49,452 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fa9d94e-016f-42f5-8740-ee4363fe90db Date: Sun, 25 Nov 2018 08:27:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:27:49,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1915c0ce-c47a-4909-8a8d-01e095ff4858 used request id req-9fa9d94e-016f-42f5-8740-ee4363fe90db 2018-11-25 08:27:49,453 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-32d938dd-4c8d-4ef1-b83c-70e9f3d6241b-image 2018-11-25 08:27:49,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ede647a0466e7561e5b79b8bfd4ca22545f6960" 2018-11-25 08:27:51,095 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4fde3fed-dc9a-4e3b-b575-0f0173fd0a48 Date: Sun, 25 Nov 2018 08:27:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:27:51,095 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/34416b98-da6b-4a24-82ef-c2c8067980b2 used request id req-4fde3fed-dc9a-4e3b-b575-0f0173fd0a48 2018-11-25 08:27:51,097 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:27:51,100 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-25 08:27:51,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:27:51,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:27:51,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:27:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["49odBWTGSc2m4Zk_4-vlWw"], "issued_at": "2018-11-25T08:27:51.000000Z"}} 2018-11-25 08:27:51,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e83e4a1b488974533cf96140988ec48d3cc04fc" 2018-11-25 08:27:51,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10cd4fa6-e3fe-499c-b5fe-cdce24f16131 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:27:51,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-10cd4fa6-e3fe-499c-b5fe-cdce24f16131 2018-11-25 08:27:51,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e83e4a1b488974533cf96140988ec48d3cc04fc" 2018-11-25 08:27:51,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-6c259cf9-e137-4600-8f82-cfd3278d7e7d Date: Sun, 25 Nov 2018 08:27:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image"} 2018-11-25 08:27:51,774 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image used request id req-6c259cf9-e137-4600-8f82-cfd3278d7e7d 2018-11-25 08:27:51,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e83e4a1b488974533cf96140988ec48d3cc04fc" 2018-11-25 08:27:52,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e4daa843-eeea-4964-a0e5-a2ab30bf7c9a Date: Sun, 25 Nov 2018 08:27:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:27:52,342 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e4daa843-eeea-4964-a0e5-a2ab30bf7c9a 2018-11-25 08:27:52,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e83e4a1b488974533cf96140988ec48d3cc04fc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image"}' 2018-11-25 08:27:52,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff X-Openstack-Request-Id: req-bee7836f-d48b-427c-b624-e9952718c92d Date: Sun, 25 Nov 2018 08:27:52 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:27:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T08:27:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "min_disk": 0, "protected": false, "id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "file": "/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff/file", "checksum": null, "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:27:52,608 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-bee7836f-d48b-427c-b624-e9952718c92d 2018-11-25 08:27:52,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e83e4a1b488974533cf96140988ec48d3cc04fc" -d '' 2018-11-25 08:27:54,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98194659-5581-4914-a45a-92e3b673dad5 Date: Sun, 25 Nov 2018 08:27:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:27:54,288 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff/file used request id req-98194659-5581-4914-a45a-92e3b673dad5 2018-11-25 08:27:54,288 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:27:54,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e83e4a1b488974533cf96140988ec48d3cc04fc" 2018-11-25 08:27:54,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-700fe95b-a6c4-4ebb-9d8d-a805735c443c Date: Sun, 25 Nov 2018 08:27:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:27:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:27:54Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/5491352f-7ffc-48df-a2ba-7258c4636eff/snap", "metadata": {}}], "self": "/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "min_disk": 0, "protected": false, "id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "file": "/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/5491352f-7ffc-48df-a2ba-7258c4636eff/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:27:54,464 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff used request id req-700fe95b-a6c4-4ebb-9d8d-a805735c443c 2018-11-25 08:27:54,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e83e4a1b488974533cf96140988ec48d3cc04fc" 2018-11-25 08:27:54,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eb18b55e-ba4d-40f4-8b7a-5c356c676451 Date: Sun, 25 Nov 2018 08:27:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:27:54,616 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-eb18b55e-ba4d-40f4-8b7a-5c356c676451 2018-11-25 08:27:54,619 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image 2018-11-25 08:27:54,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e83e4a1b488974533cf96140988ec48d3cc04fc" 2018-11-25 08:27:54,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-733c8779-18dc-425a-9c4c-7161851c8de6 Date: Sun, 25 Nov 2018 08:27:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:27:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:27:54Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/5491352f-7ffc-48df-a2ba-7258c4636eff/snap", "metadata": {}}], "self": "/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "min_disk": 0, "protected": false, "id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "file": "/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/5491352f-7ffc-48df-a2ba-7258c4636eff/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:27:54,819 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff used request id req-733c8779-18dc-425a-9c4c-7161851c8de6 2018-11-25 08:27:54,820 - create_image - DEBUG - Instance status is - active 2018-11-25 08:27:54,820 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image 2018-11-25 08:27:54,820 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image 2018-11-25 08:27:54,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:27:54,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:27:55,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:27:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["9WWRUYNjTkqidiztoUmQeQ"], "issued_at": "2018-11-25T08:27:55.000000Z"}} 2018-11-25 08:27:55,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fb518967a60d2a4fbf200eb343a67d63209139" 2018-11-25 08:27:55,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c85f053-83e4-4d5f-9e46-bea538fc2686 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:27:55,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0c85f053-83e4-4d5f-9e46-bea538fc2686 2018-11-25 08:27:55,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fb518967a60d2a4fbf200eb343a67d63209139" 2018-11-25 08:27:55,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-051a10c5-59be-4e35-b18b-ba8b4969f68d Date: Sun, 25 Nov 2018 08:27:55 GMT RESP BODY: {"networks":[]} 2018-11-25 08:27:55,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net used request id req-051a10c5-59be-4e35-b18b-ba8b4969f68d 2018-11-25 08:27:55,469 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net 2018-11-25 08:27:55,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fb518967a60d2a4fbf200eb343a67d63209139" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net", "admin_state_up": true}}' 2018-11-25 08:27:56,014 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-cd906e47-430d-4fe3-a3b0-cfe64f6f1cf1 Date: Sun, 25 Nov 2018 08:27:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"530c40f8-e1bf-407c-9f78-77060622fb36","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:27:55Z","is_default":false,"provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:55Z","mtu":1450}} 2018-11-25 08:27:56,014 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-cd906e47-430d-4fe3-a3b0-cfe64f6f1cf1 2018-11-25 08:27:56,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fb518967a60d2a4fbf200eb343a67d63209139" 2018-11-25 08:27:56,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-496dbb6f-5228-4378-96c9-5de8347420fd Date: Sun, 25 Nov 2018 08:27:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"530c40f8-e1bf-407c-9f78-77060622fb36","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:27:55Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:55Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:56,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-496dbb6f-5228-4378-96c9-5de8347420fd 2018-11-25 08:27:56,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fb518967a60d2a4fbf200eb343a67d63209139" 2018-11-25 08:27:56,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5685133f-f88d-48ed-9f42-7ef8cf989423 Date: Sun, 25 Nov 2018 08:27:56 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:27:56,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-5685133f-f88d-48ed-9f42-7ef8cf989423 2018-11-25 08:27:56,420 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet 2018-11-25 08:27:56,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fb518967a60d2a4fbf200eb343a67d63209139" -d '{"subnets": [{"ip_version": 4, "network_id": "530c40f8-e1bf-407c-9f78-77060622fb36", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet"}]}' 2018-11-25 08:27:56,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6cd577e1-a2c6-4a7b-8211-5420751e74af Date: Sun, 25 Nov 2018 08:27:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:56Z","dns_nameservers":[],"updated_at":"2018-11-25T08:27:56Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet"}]} 2018-11-25 08:27:56,953 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6cd577e1-a2c6-4a7b-8211-5420751e74af 2018-11-25 08:27:56,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fb518967a60d2a4fbf200eb343a67d63209139" 2018-11-25 08:27:57,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2f0eb743-b3fa-43c3-b18a-b6c131aefce6 Date: Sun, 25 Nov 2018 08:27:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"530c40f8-e1bf-407c-9f78-77060622fb36","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7d79b7c6-9f45-4091-b1dc-f7517bb632aa"],"description":"","tags":[],"updated_at":"2018-11-25T08:27:56Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:55Z","provider:network_type":"vxlan"}]} 2018-11-25 08:27:57,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-2f0eb743-b3fa-43c3-b18a-b6c131aefce6 2018-11-25 08:27:57,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fb518967a60d2a4fbf200eb343a67d63209139" 2018-11-25 08:27:57,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-453e6f33-7fba-445b-9561-9250dad1cca5 Date: Sun, 25 Nov 2018 08:27:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:56Z","dns_nameservers":[],"updated_at":"2018-11-25T08:27:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet"}]} 2018-11-25 08:27:57,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-453e6f33-7fba-445b-9561-9250dad1cca5 2018-11-25 08:27:57,233 - OpenStackNetwork - DEBUG - Network [530c40f8-e1bf-407c-9f78-77060622fb36] created successfully 2018-11-25 08:27:57,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:27:57,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:27:57,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:27:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["YNqGLH_7QZqC5fDR6AF3lg"], "issued_at": "2018-11-25T08:27:57.000000Z"}} 2018-11-25 08:27:57,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1434c844a68ff229905b8c1a2954086bc80825d3" 2018-11-25 08:27:57,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70916c66-e367-4c86-a98c-ee9580f8d657 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:27:57,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-70916c66-e367-4c86-a98c-ee9580f8d657 2018-11-25 08:27:57,710 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:27:57,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1434c844a68ff229905b8c1a2954086bc80825d3" 2018-11-25 08:27:58,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27: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-545c3b41-beb7-4407-bff4-58584cbb47a7 x-compute-request-id: req-545c3b41-beb7-4407-bff4-58584cbb47a7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:27:58,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-545c3b41-beb7-4407-bff4-58584cbb47a7 2018-11-25 08:27:58,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1434c844a68ff229905b8c1a2954086bc80825d3" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-25 08:27:58,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-babd85c3-aef4-4669-bba2-a25ace6bd9a2 x-compute-request-id: req-babd85c3-aef4-4669-bba2-a25ace6bd9a2 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:27:58,099 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-babd85c3-aef4-4669-bba2-a25ace6bd9a2 2018-11-25 08:27:58,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:27:58,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:27:58,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["zjTdYgZKT5CkqJKp2_gipQ"], "issued_at": "2018-11-25T08:27:58.000000Z"}} 2018-11-25 08:27:58,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a0c830a478f2888fea2b7307fa4217305471129" 2018-11-25 08:27:58,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb9564a7-cc0e-4d29-a703-67b1a1a6c473 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:27:58,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cb9564a7-cc0e-4d29-a703-67b1a1a6c473 2018-11-25 08:27:58,652 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a0c830a478f2888fea2b7307fa4217305471129" 2018-11-25 08:27:58,887 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:58 GMT Server: Apache x-compute-request-id: req-f1f3ba8b-8d67-4926-9d78-f3e86eab0901 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f1f3ba8b-8d67-4926-9d78-f3e86eab0901 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-25 08:27:58,887 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail used request id req-f1f3ba8b-8d67-4926-9d78-f3e86eab0901 2018-11-25 08:27:58,889 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f1f3ba8b-8d67-4926-9d78-f3e86eab0901" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a0c830a478f2888fea2b7307fa4217305471129" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-25 08:27:59,793 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:27:58 GMT Server: Apache x-compute-request-id: req-a49e8ac1-6c02-49e2-856b-96566b3eee2d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a49e8ac1-6c02-49e2-856b-96566b3eee2d Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "37cefe782cb2485683238db40fa7d767", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-25T08:27:59.706139", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "size": 1}} 2018-11-25 08:27:59,793 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes used request id req-a49e8ac1-6c02-49e2-856b-96566b3eee2d 2018-11-25 08:27:59,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1f3ba8b-8d67-4926-9d78-f3e86eab0901" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a0c830a478f2888fea2b7307fa4217305471129" 2018-11-25 08:27:59,993 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:27:59 GMT Server: Apache x-compute-request-id: req-223346e6-aba2-4e43-bfe4-773cdbb2c069 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-223346e6-aba2-4e43-bfe4-773cdbb2c069 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:27:59.000000", "replication_status": null, "snapshot_id": null, "id": "d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc", "bootable": "false", "created_at": "2018-11-25T08:27:59.000000", "volume_type": null}} 2018-11-25 08:27:59,993 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb used request id req-223346e6-aba2-4e43-bfe4-773cdbb2c069 2018-11-25 08:27:59,994 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc 2018-11-25 08:27:59,997 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1f3ba8b-8d67-4926-9d78-f3e86eab0901" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a0c830a478f2888fea2b7307fa4217305471129" 2018-11-25 08:28:00,728 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:00 GMT Server: Apache x-compute-request-id: req-ace3c42d-a6bb-4fbd-bdd0-6e7530eaf207 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ace3c42d-a6bb-4fbd-bdd0-6e7530eaf207 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:28:00.000000", "replication_status": null, "snapshot_id": null, "id": "d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc", "bootable": "false", "created_at": "2018-11-25T08:27:59.000000", "volume_type": null}} 2018-11-25 08:28:00,728 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb used request id req-ace3c42d-a6bb-4fbd-bdd0-6e7530eaf207 2018-11-25 08:28:00,728 - create_volume - DEBUG - Instance status is - available 2018-11-25 08:28:00,729 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc 2018-11-25 08:28:00,729 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc 2018-11-25 08:28:00,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:28:00,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:28:01,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:28:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["TbNrwFYJSOO3hkPJPp9R-A"], "issued_at": "2018-11-25T08:28:01.000000Z"}} 2018-11-25 08:28:01,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:01,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-055dd0d0-051d-44cf-9b6b-b8faf78e65f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:01,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-055dd0d0-051d-44cf-9b6b-b8faf78e65f2 2018-11-25 08:28:01,189 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:28:01,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:01,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe6e26e-777d-49f9-914c-b9063d56237f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:01,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bbe6e26e-777d-49f9-914c-b9063d56237f 2018-11-25 08:28:01,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:01,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5cc603a1-fc82-4b8d-b04a-c9a102c50840 Date: Sun, 25 Nov 2018 08:28:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"530c40f8-e1bf-407c-9f78-77060622fb36","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7d79b7c6-9f45-4091-b1dc-f7517bb632aa"],"description":"","tags":[],"updated_at":"2018-11-25T08:27:56Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:55Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:01,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net used request id req-5cc603a1-fc82-4b8d-b04a-c9a102c50840 2018-11-25 08:28:01,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:28:01,541 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:28:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:28:01,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:01,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9ce710d-5fa8-4d5b-a515-02eee1b80606 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:01,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-a9ce710d-5fa8-4d5b-a515-02eee1b80606 2018-11-25 08:28:01,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:01,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-18bd3390-7130-4e40-afb1-950ae55fd145 Date: Sun, 25 Nov 2018 08:28:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:56Z","dns_nameservers":[],"updated_at":"2018-11-25T08:27:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet"}]} 2018-11-25 08:28:01,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-18bd3390-7130-4e40-afb1-950ae55fd145 2018-11-25 08:28:01,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=530c40f8-e1bf-407c-9f78-77060622fb36&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:02,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-981010b2-0661-462e-baba-61c0fbf547cb Date: Sun, 25 Nov 2018 08:28:02 GMT RESP BODY: {"ports":[]} 2018-11-25 08:28:02,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=530c40f8-e1bf-407c-9f78-77060622fb36&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port&admin_state_up=True used request id req-981010b2-0661-462e-baba-61c0fbf547cb 2018-11-25 08:28:02,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:02,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28: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-a3234a7c-555c-4c02-8461-01aca0cc9917 x-compute-request-id: req-a3234a7c-555c-4c02-8461-01aca0cc9917 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 08:28:02,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst used request id req-a3234a7c-555c-4c02-8461-01aca0cc9917 2018-11-25 08:28:02,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:02,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-399b121f-6e2f-443c-85b2-cc4e760fdcfa Date: Sun, 25 Nov 2018 08:28:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"530c40f8-e1bf-407c-9f78-77060622fb36","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7d79b7c6-9f45-4091-b1dc-f7517bb632aa"],"description":"","tags":[],"updated_at":"2018-11-25T08:27:56Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:55Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:02,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net used request id req-399b121f-6e2f-443c-85b2-cc4e760fdcfa 2018-11-25 08:28:02,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:02,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b957277-6a14-453b-a7ff-0f006861e24f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:02,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-0b957277-6a14-453b-a7ff-0f006861e24f 2018-11-25 08:28:02,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:02,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a8e6b04a-0fd9-4ff0-9759-e9f4e80631a7 Date: Sun, 25 Nov 2018 08:28:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:56Z","dns_nameservers":[],"updated_at":"2018-11-25T08:27:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet"}]} 2018-11-25 08:28:02,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-a8e6b04a-0fd9-4ff0-9759-e9f4e80631a7 2018-11-25 08:28:02,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=530c40f8-e1bf-407c-9f78-77060622fb36&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:03,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-93aff755-49ef-4796-94dd-b99398e7b5af Date: Sun, 25 Nov 2018 08:28:03 GMT RESP BODY: {"ports":[]} 2018-11-25 08:28:03,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=530c40f8-e1bf-407c-9f78-77060622fb36&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port&admin_state_up=True used request id req-93aff755-49ef-4796-94dd-b99398e7b5af 2018-11-25 08:28:03,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:28:03,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:28:03,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:28:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["eHWnzqH4RZ2sgc-dEp8ABw"], "issued_at": "2018-11-25T08:28:03.000000Z"}} 2018-11-25 08:28:03,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce108beadc29bbcd82d63e4115a79414cc5b5c4" 2018-11-25 08:28:03,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35e9f723-1c8f-47ad-86df-9cb251075664 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:03,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-35e9f723-1c8f-47ad-86df-9cb251075664 2018-11-25 08:28:03,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:03,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-65ed1211-50d3-46f6-9cfa-9021d96d9095 Date: Sun, 25 Nov 2018 08:28:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"530c40f8-e1bf-407c-9f78-77060622fb36","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7d79b7c6-9f45-4091-b1dc-f7517bb632aa"],"description":"","tags":[],"updated_at":"2018-11-25T08:27:56Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:55Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:03,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net used request id req-65ed1211-50d3-46f6-9cfa-9021d96d9095 2018-11-25 08:28:03,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:04,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-78a7c198-f33a-4a83-9eda-c47ad47a8bb1 Date: Sun, 25 Nov 2018 08:28:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:56Z","dns_nameservers":[],"updated_at":"2018-11-25T08:27:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet"}]} 2018-11-25 08:28:04,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-78a7c198-f33a-4a83-9eda-c47ad47a8bb1 2018-11-25 08:28:04,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:04,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d9b90cff-aae3-4bac-b109-cead3f035f48 Date: Sun, 25 Nov 2018 08:28:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"530c40f8-e1bf-407c-9f78-77060622fb36","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7d79b7c6-9f45-4091-b1dc-f7517bb632aa"],"description":"","tags":[],"updated_at":"2018-11-25T08:27:56Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:55Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:04,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net used request id req-d9b90cff-aae3-4bac-b109-cead3f035f48 2018-11-25 08:28:04,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:28:04,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:28:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:28:04,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce108beadc29bbcd82d63e4115a79414cc5b5c4" 2018-11-25 08:28:04,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b2f9f2-4c82-4a17-94d1-55a97e3627a7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:04,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-d1b2f9f2-4c82-4a17-94d1-55a97e3627a7 2018-11-25 08:28:04,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:04,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-925005b1-22bd-4355-a516-3ec556e0866f Date: Sun, 25 Nov 2018 08:28:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:56Z","dns_nameservers":[],"updated_at":"2018-11-25T08:27:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet"}]} 2018-11-25 08:28:04,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-925005b1-22bd-4355-a516-3ec556e0866f 2018-11-25 08:28:04,438 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net 2018-11-25 08:28:04,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" -d '{"port": {"network_id": "530c40f8-e1bf-407c-9f78-77060622fb36", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port", "admin_state_up": true}}' 2018-11-25 08:28:05,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-43757d54-9e00-415e-b3bc-09e31fa150de Date: Sun, 25 Nov 2018 08:28:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:05Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","ip_address":"10.55.0.10"}],"id":"8f39e4a9-0a11-4c1a-afb9-58ee5e4f414f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bd:25:9c","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port","admin_state_up":true,"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:04Z","binding:vnic_type":"normal"}} 2018-11-25 08:28:05,331 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-43757d54-9e00-415e-b3bc-09e31fa150de 2018-11-25 08:28:05,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:05,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-de96b86d-4cfd-435d-81e3-081a7d11ebf8 Date: Sun, 25 Nov 2018 08:28:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"530c40f8-e1bf-407c-9f78-77060622fb36","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7d79b7c6-9f45-4091-b1dc-f7517bb632aa"],"description":"","tags":[],"updated_at":"2018-11-25T08:27:56Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:55Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:05,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net used request id req-de96b86d-4cfd-435d-81e3-081a7d11ebf8 2018-11-25 08:28:05,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:05,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90558f56-6853-405d-8eb6-035566fa2795 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:05,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-90558f56-6853-405d-8eb6-035566fa2795 2018-11-25 08:28:05,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:05,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7706ba9a-233b-4129-90f6-b0145a6ef543 Date: Sun, 25 Nov 2018 08:28:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:56Z","dns_nameservers":[],"updated_at":"2018-11-25T08:27:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet"}]} 2018-11-25 08:28:05,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-7706ba9a-233b-4129-90f6-b0145a6ef543 2018-11-25 08:28:05,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=530c40f8-e1bf-407c-9f78-77060622fb36&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:05,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-1a2f3d27-e9b9-4ff7-8d30-aa297cc63e62 Date: Sun, 25 Nov 2018 08:28:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:05Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","ip_address":"10.55.0.10"}],"id":"8f39e4a9-0a11-4c1a-afb9-58ee5e4f414f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bd:25:9c","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port","admin_state_up":true,"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:04Z","binding:vnic_type":"normal"}]} 2018-11-25 08:28:05,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=530c40f8-e1bf-407c-9f78-77060622fb36&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port&admin_state_up=True used request id req-1a2f3d27-e9b9-4ff7-8d30-aa297cc63e62 2018-11-25 08:28:05,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:06,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81e092f1-bb6e-4585-8aaf-d2525d7d453f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:06,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-81e092f1-bb6e-4585-8aaf-d2525d7d453f 2018-11-25 08:28:06,019 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst 2018-11-25 08:28:06,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:06,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-1e1046a4-2a4c-4480-af5a-368ed2772020 x-compute-request-id: req-1e1046a4-2a4c-4480-af5a-368ed2772020 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-flavor"}]} 2018-11-25 08:28:06,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1e1046a4-2a4c-4480-af5a-368ed2772020 2018-11-25 08:28:06,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:06,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-e44ea269-46d7-4aa0-80d0-ec8bf77b8a18 x-compute-request-id: req-e44ea269-46d7-4aa0-80d0-ec8bf77b8a18 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:28:06,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2 used request id req-e44ea269-46d7-4aa0-80d0-ec8bf77b8a18 2018-11-25 08:28:06,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:06,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-e8f3ccb4-90ed-4c2a-afb0-6f83de7f9de7 Date: Sun, 25 Nov 2018 08:28:06 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:27:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:27:54Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/5491352f-7ffc-48df-a2ba-7258c4636eff/snap", "metadata": {}}], "self": "/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "min_disk": 0, "protected": false, "id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "file": "/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/5491352f-7ffc-48df-a2ba-7258c4636eff/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image"} 2018-11-25 08:28:06,256 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image used request id req-e8f3ccb4-90ed-4c2a-afb0-6f83de7f9de7 2018-11-25 08:28:06,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:06,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4bcce56c-06ab-4c2d-9cf6-106ceb0d407d Date: Sun, 25 Nov 2018 08:28:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:28:06,424 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4bcce56c-06ab-4c2d-9cf6-106ceb0d407d 2018-11-25 08:28:06,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst", "imageRef": "5491352f-7ffc-48df-a2ba-7258c4636eff", "flavorRef": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "max_count": 1, "min_count": 1, "networks": [{"port": "8f39e4a9-0a11-4c1a-afb9-58ee5e4f414f"}]}}' 2018-11-25 08:28:09,034 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-1150995e-6a18-4849-ab0c-df25094c984f x-compute-request-id: req-1150995e-6a18-4849-ab0c-df25094c984f Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "bookmark"}], "adminPass": "TqiuaapjJd9a"}} 2018-11-25 08:28:09,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-1150995e-6a18-4849-ab0c-df25094c984f 2018-11-25 08:28:09,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:09,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28: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-3224829a-4067-4c9b-95c3-fa619cc1794f x-compute-request-id: req-3224829a-4067-4c9b-95c3-fa619cc1794f Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "bookmark"}], "image": {"id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "links": [{"href": "http://172.30.9.23:8774/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "links": [{"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}]}, "id": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "user_id": "37cefe782cb2485683238db40fa7d767", "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-11-25T08:28:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst", "created": "2018-11-25T08:28:08Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:28:09,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-3224829a-4067-4c9b-95c3-fa619cc1794f 2018-11-25 08:28:09,246 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst 2018-11-25 08:28:09,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:09,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28: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-bd8a8f0b-f224-4ef1-8984-73ad5f16e68d x-compute-request-id: req-bd8a8f0b-f224-4ef1-8984-73ad5f16e68d Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "bookmark"}], "image": {"id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "links": [{"href": "http://172.30.9.23:8774/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "links": [{"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}]}, "id": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "user_id": "37cefe782cb2485683238db40fa7d767", "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-11-25T08:28:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst", "created": "2018-11-25T08:28:08Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:28:09,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-bd8a8f0b-f224-4ef1-8984-73ad5f16e68d 2018-11-25 08:28:09,634 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst] is - BUILD 2018-11-25 08:28:09,635 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:28:12,638 - create_instance - DEBUG - VM status query timeout in 896.60868597 2018-11-25 08:28:12,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:13,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28: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-97845358-473b-4d51-92d6-61a6c0d6399e x-compute-request-id: req-97845358-473b-4d51-92d6-61a6c0d6399e Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "bookmark"}], "image": {"id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "links": [{"href": "http://172.30.9.23:8774/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "links": [{"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}]}, "id": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:28:11Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst", "created": "2018-11-25T08:28:08Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:28:13,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-97845358-473b-4d51-92d6-61a6c0d6399e 2018-11-25 08:28:13,825 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst] is - BUILD 2018-11-25 08:28:13,825 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:28:16,825 - create_instance - DEBUG - VM status query timeout in 892.421097994 2018-11-25 08:28:16,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:17,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-d7b554bb-6e27-494c-9768-bce1830b2525 x-compute-request-id: req-d7b554bb-6e27-494c-9768-bce1830b2525 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:25:9c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "bookmark"}], "image": {"id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "links": [{"href": "http://172.30.9.23:8774/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-11-25T08:28:14.000000", "flavor": {"id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "links": [{"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}]}, "id": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:28:14Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst", "created": "2018-11-25T08:28:08Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:28:17,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-d7b554bb-6e27-494c-9768-bce1830b2525 2018-11-25 08:28:17,516 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst] is - ACTIVE 2018-11-25 08:28:17,516 - create_instance - INFO - VM is - ACTIVE 2018-11-25 08:28:17,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:18,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28: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-e2b6bb4f-02f4-4c94-9f63-88f5f11fa7f6 x-compute-request-id: req-e2b6bb4f-02f4-4c94-9f63-88f5f11fa7f6 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:25:9c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "bookmark"}], "image": {"id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "links": [{"href": "http://172.30.9.23:8774/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-11-25T08:28:14.000000", "flavor": {"id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "links": [{"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}]}, "id": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:28:14Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst", "created": "2018-11-25T08:28:08Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:28:18,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-e2b6bb4f-02f4-4c94-9f63-88f5f11fa7f6 2018-11-25 08:28:18,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:18,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-08ff029f-80ac-4cf2-a018-0dde414b9f02 Date: Sun, 25 Nov 2018 08:28:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"530c40f8-e1bf-407c-9f78-77060622fb36","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7d79b7c6-9f45-4091-b1dc-f7517bb632aa"],"description":"","tags":[],"updated_at":"2018-11-25T08:27:56Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:55Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:18,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net used request id req-08ff029f-80ac-4cf2-a018-0dde414b9f02 2018-11-25 08:28:18,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:18,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bddd3aab-9b11-40f4-b7c3-ddd694835ea8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:18,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-bddd3aab-9b11-40f4-b7c3-ddd694835ea8 2018-11-25 08:28:18,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:18,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-41f2ccd2-cf82-4b83-a77d-51fb5aa7024b Date: Sun, 25 Nov 2018 08:28:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:56Z","dns_nameservers":[],"updated_at":"2018-11-25T08:27:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet"}]} 2018-11-25 08:28:18,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-41f2ccd2-cf82-4b83-a77d-51fb5aa7024b 2018-11-25 08:28:18,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:18,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-9df7dde5-fe17-433b-9843-94d1386710d6 Date: Sun, 25 Nov 2018 08:28:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:27:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","ip_address":"10.55.0.2"}],"id":"0962c2e1-4ec1-4639-9663-e085d49fa084","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:e3:57","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-530c40f8-e1bf-407c-9f78-77060622fb36","name":"","admin_state_up":true,"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:27:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","ip_address":"10.55.0.4"}],"id":"4b94d690-6f05-44f2-99c3-72644f40feae","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:dc:76","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-530c40f8-e1bf-407c-9f78-77060622fb36","name":"","admin_state_up":true,"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:27:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","ip_address":"10.55.0.3"}],"id":"51b2c316-79cb-4f54-a447-e5df97a5a7fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:98:f2","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-530c40f8-e1bf-407c-9f78-77060622fb36","name":"","admin_state_up":true,"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:12Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","ip_address":"10.55.0.10"}],"id":"8f39e4a9-0a11-4c1a-afb9-58ee5e4f414f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:25:9c","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd","name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port","admin_state_up":true,"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:04Z","binding:vnic_type":"normal"}]} 2018-11-25 08:28:18,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-9df7dde5-fe17-433b-9843-94d1386710d6 2018-11-25 08:28:18,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:28:18,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:28:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["Ly45vaHAS0mJIC9FUofN6Q"], "issued_at": "2018-11-25T08:28:18.000000Z"}} 2018-11-25 08:28:18,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9b824c6ff3aa875bec4288966ca7f76fce01e61" 2018-11-25 08:28:19,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbebad55-6115-4b49-a7d7-7f61867f3eef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:19,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dbebad55-6115-4b49-a7d7-7f61867f3eef 2018-11-25 08:28:19,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:19,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92289895-eda7-4b42-8da6-8ca7803bf8b5 x-compute-request-id: req-92289895-eda7-4b42-8da6-8ca7803bf8b5 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:25:9c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "bookmark"}], "image": {"id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "links": [{"href": "http://172.30.9.23:8774/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-11-25T08:28:14.000000", "flavor": {"id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "links": [{"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}]}, "id": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:28:14Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst", "created": "2018-11-25T08:28:08Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:28:19,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-92289895-eda7-4b42-8da6-8ca7803bf8b5 2018-11-25 08:28:19,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:19,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-70dd667b-d9fb-46c2-bbb9-ff720d3b929a Date: Sun, 25 Nov 2018 08:28:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"530c40f8-e1bf-407c-9f78-77060622fb36","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7d79b7c6-9f45-4091-b1dc-f7517bb632aa"],"description":"","tags":[],"updated_at":"2018-11-25T08:27:56Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:55Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:19,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net used request id req-70dd667b-d9fb-46c2-bbb9-ff720d3b929a 2018-11-25 08:28:19,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:19,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b202ff9-e975-4d23-94fb-5e72fe3b1944 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:19,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-4b202ff9-e975-4d23-94fb-5e72fe3b1944 2018-11-25 08:28:19,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:19,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a6ee1231-126a-4de4-849b-476ba94e83b3 Date: Sun, 25 Nov 2018 08:28:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:56Z","dns_nameservers":[],"updated_at":"2018-11-25T08:27:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet"}]} 2018-11-25 08:28:19,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-a6ee1231-126a-4de4-849b-476ba94e83b3 2018-11-25 08:28:19,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:19,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-bc0cf194-43fe-457b-8ff8-f331358482f3 Date: Sun, 25 Nov 2018 08:28:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:27:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","ip_address":"10.55.0.2"}],"id":"0962c2e1-4ec1-4639-9663-e085d49fa084","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:e3:57","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-530c40f8-e1bf-407c-9f78-77060622fb36","name":"","admin_state_up":true,"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:27:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","ip_address":"10.55.0.4"}],"id":"4b94d690-6f05-44f2-99c3-72644f40feae","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:dc:76","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-530c40f8-e1bf-407c-9f78-77060622fb36","name":"","admin_state_up":true,"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:27:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","ip_address":"10.55.0.3"}],"id":"51b2c316-79cb-4f54-a447-e5df97a5a7fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:98:f2","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-530c40f8-e1bf-407c-9f78-77060622fb36","name":"","admin_state_up":true,"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:27:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:12Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d79b7c6-9f45-4091-b1dc-f7517bb632aa","ip_address":"10.55.0.10"}],"id":"8f39e4a9-0a11-4c1a-afb9-58ee5e4f414f","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:25:9c","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd","name":"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port","admin_state_up":true,"network_id":"530c40f8-e1bf-407c-9f78-77060622fb36","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:04Z","binding:vnic_type":"normal"}]} 2018-11-25 08:28:19,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-bc0cf194-43fe-457b-8ff8-f331358482f3 2018-11-25 08:28:19,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9b824c6ff3aa875bec4288966ca7f76fce01e61" -d '{"volumeAttachment": {"volumeId": "d9389c80-bbce-4cd2-bd12-3eb83e795aeb"}}' 2018-11-25 08:28:21,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0bb92e45-5907-4f3a-a8ef-1300668baf3d x-compute-request-id: req-0bb92e45-5907-4f3a-a8ef-1300668baf3d Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "id": "d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "volumeId": "d9389c80-bbce-4cd2-bd12-3eb83e795aeb"}} 2018-11-25 08:28:21,511 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd/os-volume_attachments used request id req-0bb92e45-5907-4f3a-a8ef-1300668baf3d 2018-11-25 08:28:21,512 - create_instance - INFO - Deleting Port with ID - 8f39e4a9-0a11-4c1a-afb9-58ee5e4f414f 2018-11-25 08:28:21,512 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-port 2018-11-25 08:28:21,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/8f39e4a9-0a11-4c1a-afb9-58ee5e4f414f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:22,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b067aa92-7318-4528-8408-bf518ed73a03 Date: Sun, 25 Nov 2018 08:28:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:28:22,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/8f39e4a9-0a11-4c1a-afb9-58ee5e4f414f used request id req-b067aa92-7318-4528-8408-bf518ed73a03 2018-11-25 08:28:22,427 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst 2018-11-25 08:28:22,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:22,599 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:28: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-bb5923bb-5e31-4b03-9650-cc5532096c14 x-compute-request-id: req-bb5923bb-5e31-4b03-9650-cc5532096c14 Content-Type: application/json 2018-11-25 08:28:22,599 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-bb5923bb-5e31-4b03-9650-cc5532096c14 2018-11-25 08:28:22,599 - create_instance - INFO - Checking deletion status 2018-11-25 08:28:22,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:23,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28: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-02a8b214-488a-4e2c-bc1a-7d1cc0eb6c52 x-compute-request-id: req-02a8b214-488a-4e2c-bc1a-7d1cc0eb6c52 Content-Encoding: gzip Content-Length: 829 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:25:9c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "bookmark"}], "image": {"id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "links": [{"href": "http://172.30.9.23:8774/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-11-25T08:28:14.000000", "flavor": {"id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "links": [{"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}]}, "id": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:28:22Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst", "created": "2018-11-25T08:28:08Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "d9389c80-bbce-4cd2-bd12-3eb83e795aeb"}], "metadata": {}}} 2018-11-25 08:28:23,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-02a8b214-488a-4e2c-bc1a-7d1cc0eb6c52 2018-11-25 08:28:23,589 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst] is - ACTIVE 2018-11-25 08:28:23,589 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:28:26,593 - create_instance - DEBUG - VM status query timeout in 296.006958008 2018-11-25 08:28:26,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:27,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28: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-38f1630b-8a51-47ef-a7e5-0a6eaef2ffd5 x-compute-request-id: req-38f1630b-8a51-47ef-a7e5-0a6eaef2ffd5 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "bookmark"}], "image": {"id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "links": [{"href": "http://172.30.9.23:8774/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-11-25T08:28:14.000000", "flavor": {"id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "links": [{"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}]}, "id": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:28:23Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst", "created": "2018-11-25T08:28:08Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "d9389c80-bbce-4cd2-bd12-3eb83e795aeb"}], "metadata": {}}} 2018-11-25 08:28:27,054 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-38f1630b-8a51-47ef-a7e5-0a6eaef2ffd5 2018-11-25 08:28:27,054 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst] is - ACTIVE 2018-11-25 08:28:27,054 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:28:30,058 - create_instance - DEBUG - VM status query timeout in 292.541970015 2018-11-25 08:28:30,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:30,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-5cc120ec-255c-4f4b-b6e9-43f547322478 x-compute-request-id: req-5cc120ec-255c-4f4b-b6e9-43f547322478 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "rel": "bookmark"}], "image": {"id": "5491352f-7ffc-48df-a2ba-7258c4636eff", "links": [{"href": "http://172.30.9.23:8774/images/5491352f-7ffc-48df-a2ba-7258c4636eff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-11-25T08:28:14.000000", "flavor": {"id": "1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "links": [{"href": "http://172.30.9.23:8774/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2", "rel": "bookmark"}]}, "id": "7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:28:28Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst", "created": "2018-11-25T08:28:08Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "d9389c80-bbce-4cd2-bd12-3eb83e795aeb"}], "metadata": {}}} 2018-11-25 08:28:30,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-5cc120ec-255c-4f4b-b6e9-43f547322478 2018-11-25 08:28:30,324 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst] is - ACTIVE 2018-11-25 08:28:30,324 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:28:33,328 - create_instance - DEBUG - VM status query timeout in 289.272062063 2018-11-25 08:28:33,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b08bede9deb821361285255d8d2a95824a5450a" 2018-11-25 08:28:33,376 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:28:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d19279cf-9efb-40b3-9d2d-bfc2f9379a32 x-compute-request-id: req-d19279cf-9efb-40b3-9d2d-bfc2f9379a32 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd could not be found.", "code": 404}} 2018-11-25 08:28:33,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd used request id req-d19279cf-9efb-40b3-9d2d-bfc2f9379a32 2018-11-25 08:28:33,377 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7bfe90dc-b922-4f2b-b5fd-52a3a8e827bd could not be found. (HTTP 404) (Request-ID: req-d19279cf-9efb-40b3-9d2d-bfc2f9379a32) 2018-11-25 08:28:33,377 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-vm_inst 2018-11-25 08:28:33,380 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1f3ba8b-8d67-4926-9d78-f3e86eab0901" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a0c830a478f2888fea2b7307fa4217305471129" 2018-11-25 08:28:33,603 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:33 GMT Server: Apache x-compute-request-id: req-0ef4c9d1-e537-4c23-9e85-70035b092a6e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0ef4c9d1-e537-4c23-9e85-70035b092a6e Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:28:24.000000", "replication_status": null, "snapshot_id": null, "id": "d9389c80-bbce-4cd2-bd12-3eb83e795aeb", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc", "bootable": "false", "created_at": "2018-11-25T08:27:59.000000", "volume_type": null}} 2018-11-25 08:28:33,603 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb used request id req-0ef4c9d1-e537-4c23-9e85-70035b092a6e 2018-11-25 08:28:33,604 - create_volume - DEBUG - Instance status is - available 2018-11-25 08:28:33,604 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc 2018-11-25 08:28:33,604 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc 2018-11-25 08:28:33,606 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1f3ba8b-8d67-4926-9d78-f3e86eab0901" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a0c830a478f2888fea2b7307fa4217305471129" 2018-11-25 08:28:34,539 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:28:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-479eb4e9-39dd-4585-b4b1-27e1ca70f67c 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-11-25 08:28:34,539 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb used request id req-479eb4e9-39dd-4585-b4b1-27e1ca70f67c 2018-11-25 08:28:34,542 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1f3ba8b-8d67-4926-9d78-f3e86eab0901" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a0c830a478f2888fea2b7307fa4217305471129" 2018-11-25 08:28:35,289 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:28:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c2dc8b48-96a3-4bac-8240-69c1e39e4528 x-openstack-request-id: req-c2dc8b48-96a3-4bac-8240-69c1e39e4528 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume d9389c80-bbce-4cd2-bd12-3eb83e795aeb could not be found.", "code": 404}} 2018-11-25 08:28:35,289 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/d9389c80-bbce-4cd2-bd12-3eb83e795aeb used request id req-c2dc8b48-96a3-4bac-8240-69c1e39e4528 2018-11-25 08:28:35,289 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume d9389c80-bbce-4cd2-bd12-3eb83e795aeb could not be found. (HTTP 404) (Request-ID: req-c2dc8b48-96a3-4bac-8240-69c1e39e4528) 2018-11-25 08:28:35,289 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc 2018-11-25 08:28:35,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1434c844a68ff229905b8c1a2954086bc80825d3" 2018-11-25 08:28:35,357 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:28:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-152ffdbf-40cb-4bea-8785-7c321643ee32 x-compute-request-id: req-152ffdbf-40cb-4bea-8785-7c321643ee32 Content-Length: 0 Content-Type: application/json 2018-11-25 08:28:35,357 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/1c9a6582-e8b4-4a8e-92b5-52f39bb38ad2 used request id req-152ffdbf-40cb-4bea-8785-7c321643ee32 2018-11-25 08:28:35,358 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet 2018-11-25 08:28:35,358 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-subnet 2018-11-25 08:28:35,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/7d79b7c6-9f45-4091-b1dc-f7517bb632aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fb518967a60d2a4fbf200eb343a67d63209139" 2018-11-25 08:28:37,774 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-628fc5f5-9f34-4f4d-8452-6fed9c60c737 Date: Sun, 25 Nov 2018 08:28:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:28:37,775 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/7d79b7c6-9f45-4091-b1dc-f7517bb632aa used request id req-628fc5f5-9f34-4f4d-8452-6fed9c60c737 2018-11-25 08:28:37,775 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-net 2018-11-25 08:28:37,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/530c40f8-e1bf-407c-9f78-77060622fb36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fb518967a60d2a4fbf200eb343a67d63209139" 2018-11-25 08:28:39,103 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e8dbd90f-4c20-4a73-8fc8-fc1c92f85d94 Date: Sun, 25 Nov 2018 08:28:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:28:39,103 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/530c40f8-e1bf-407c-9f78-77060622fb36 used request id req-e8dbd90f-4c20-4a73-8fc8-fc1c92f85d94 2018-11-25 08:28:39,104 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-42cbd1c4-38e6-49e4-8e1b-cbb892cebfbc-image 2018-11-25 08:28:39,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e83e4a1b488974533cf96140988ec48d3cc04fc" 2018-11-25 08:28:40,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8e512ff1-2395-4620-9d3d-742d66791956 Date: Sun, 25 Nov 2018 08:28:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:28:40,937 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/5491352f-7ffc-48df-a2ba-7258c4636eff used request id req-8e512ff1-2395-4620-9d3d-742d66791956 2018-11-25 08:28:40,939 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:28:40,941 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-25 08:28:40,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:28:40,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:28:41,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:28:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["588eNPNuToqkZvVNgCxMDg"], "issued_at": "2018-11-25T08:28:41.000000Z"}} 2018-11-25 08:28:41,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa92306882c931bb71b74d60655dbff325a2ddad" 2018-11-25 08:28:41,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0306fb9f-3879-4597-b176-6314f280c484 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:41,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0306fb9f-3879-4597-b176-6314f280c484 2018-11-25 08:28:41,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa92306882c931bb71b74d60655dbff325a2ddad" 2018-11-25 08:28:41,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-4877eb66-b6ca-4732-a6ea-fa989685a74a Date: Sun, 25 Nov 2018 08:28:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image"} 2018-11-25 08:28:41,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image used request id req-4877eb66-b6ca-4732-a6ea-fa989685a74a 2018-11-25 08:28:41,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa92306882c931bb71b74d60655dbff325a2ddad" 2018-11-25 08:28:41,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-39f01033-6008-4d11-bbc8-f7c8b63d1828 Date: Sun, 25 Nov 2018 08:28:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:28:41,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-39f01033-6008-4d11-bbc8-f7c8b63d1828 2018-11-25 08:28:41,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa92306882c931bb71b74d60655dbff325a2ddad" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image"}' 2018-11-25 08:28:41,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5 X-Openstack-Request-Id: req-b69aae32-1e21-48c8-8804-391d384bc799 Date: Sun, 25 Nov 2018 08:28:42 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:28:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T08:28:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "min_disk": 0, "protected": false, "id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "file": "/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/file", "checksum": null, "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:28:41,972 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b69aae32-1e21-48c8-8804-391d384bc799 2018-11-25 08:28:41,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa92306882c931bb71b74d60655dbff325a2ddad" -d '' 2018-11-25 08:28:44,014 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9f00e17e-ad7d-4017-89a8-62df3e36a2c5 Date: Sun, 25 Nov 2018 08:28:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:28:44,014 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/file used request id req-9f00e17e-ad7d-4017-89a8-62df3e36a2c5 2018-11-25 08:28:44,015 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:28:44,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa92306882c931bb71b74d60655dbff325a2ddad" 2018-11-25 08:28:44,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-16481109-c861-494f-97ed-7874e77fb138 Date: Sun, 25 Nov 2018 08:28:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:28:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:28:43Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/snap", "metadata": {}}], "self": "/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "min_disk": 0, "protected": false, "id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "file": "/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:28:44,652 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5 used request id req-16481109-c861-494f-97ed-7874e77fb138 2018-11-25 08:28:44,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa92306882c931bb71b74d60655dbff325a2ddad" 2018-11-25 08:28:44,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d1dc8c49-fb42-489b-a758-7147de965454 Date: Sun, 25 Nov 2018 08:28:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:28:44,817 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d1dc8c49-fb42-489b-a758-7147de965454 2018-11-25 08:28:44,819 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image 2018-11-25 08:28:44,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa92306882c931bb71b74d60655dbff325a2ddad" 2018-11-25 08:28:44,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-5f032611-1394-4569-862d-cc2894a2d610 Date: Sun, 25 Nov 2018 08:28:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:28:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:28:43Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/snap", "metadata": {}}], "self": "/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "min_disk": 0, "protected": false, "id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "file": "/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:28:44,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5 used request id req-5f032611-1394-4569-862d-cc2894a2d610 2018-11-25 08:28:44,978 - create_image - DEBUG - Instance status is - active 2018-11-25 08:28:44,978 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image 2018-11-25 08:28:44,978 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image 2018-11-25 08:28:44,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:28:44,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:28:45,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:28:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["RbsJoiVLSH2lY18U7Xis1g"], "issued_at": "2018-11-25T08:28:45.000000Z"}} 2018-11-25 08:28:45,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4911647eab56c8fc51f5e405d0cb1e365ff24f71" 2018-11-25 08:28:45,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-361c29c9-f86d-40ce-b488-590725c93110 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:45,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-361c29c9-f86d-40ce-b488-590725c93110 2018-11-25 08:28:45,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4911647eab56c8fc51f5e405d0cb1e365ff24f71" 2018-11-25 08:28:45,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-689b86a5-a0b2-4ad5-ae10-76ff97dbdf5a Date: Sun, 25 Nov 2018 08:28:45 GMT RESP BODY: {"networks":[]} 2018-11-25 08:28:45,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-689b86a5-a0b2-4ad5-ae10-76ff97dbdf5a 2018-11-25 08:28:45,629 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net 2018-11-25 08:28:45,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4911647eab56c8fc51f5e405d0cb1e365ff24f71" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net", "admin_state_up": true}}' 2018-11-25 08:28:46,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-a6f01409-4760-42cd-ae23-83862009d1bb Date: Sun, 25 Nov 2018 08:28:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:28:46Z","is_default":false,"provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","mtu":1450}} 2018-11-25 08:28:46,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a6f01409-4760-42cd-ae23-83862009d1bb 2018-11-25 08:28:46,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4911647eab56c8fc51f5e405d0cb1e365ff24f71" 2018-11-25 08:28:46,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-738831de-382d-4cef-b19b-d87d5d50757c Date: Sun, 25 Nov 2018 08:28:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:28:46Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:46,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-738831de-382d-4cef-b19b-d87d5d50757c 2018-11-25 08:28:46,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4911647eab56c8fc51f5e405d0cb1e365ff24f71" 2018-11-25 08:28:46,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a44e2458-f0eb-42b5-89b7-8d20be9580d6 Date: Sun, 25 Nov 2018 08:28:46 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:28:46,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-a44e2458-f0eb-42b5-89b7-8d20be9580d6 2018-11-25 08:28:46,777 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet 2018-11-25 08:28:46,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4911647eab56c8fc51f5e405d0cb1e365ff24f71" -d '{"subnets": [{"ip_version": 4, "network_id": "7ea6da5d-b051-4081-a013-2a5df5d573b5", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]}' 2018-11-25 08:28:47,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b8f0c461-cbc0-4733-ab4b-1148b3ab8926 Date: Sun, 25 Nov 2018 08:28:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:28:47,367 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b8f0c461-cbc0-4733-ab4b-1148b3ab8926 2018-11-25 08:28:47,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4911647eab56c8fc51f5e405d0cb1e365ff24f71" 2018-11-25 08:28:47,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ba3aa25c-0d4f-4131-b946-e60e29896bd9 Date: Sun, 25 Nov 2018 08:28:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:47,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-ba3aa25c-0d4f-4131-b946-e60e29896bd9 2018-11-25 08:28:47,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4911647eab56c8fc51f5e405d0cb1e365ff24f71" 2018-11-25 08:28:47,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4fb85eaf-62b4-496d-ab9e-678069e23028 Date: Sun, 25 Nov 2018 08:28:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:28:47,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-4fb85eaf-62b4-496d-ab9e-678069e23028 2018-11-25 08:28:47,933 - OpenStackNetwork - DEBUG - Network [7ea6da5d-b051-4081-a013-2a5df5d573b5] created successfully 2018-11-25 08:28:47,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:28:47,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:28:48,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:28:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["RmjxgUxxQXCkW-wvgXUthQ"], "issued_at": "2018-11-25T08:28:48.000000Z"}} 2018-11-25 08:28:48,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c913d745af566e01e2f5926b787b90d1f6ea7c" 2018-11-25 08:28:48,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-436de00a-c207-49d9-811c-c528a9da666d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:48,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-436de00a-c207-49d9-811c-c528a9da666d 2018-11-25 08:28:48,410 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:28:48,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c913d745af566e01e2f5926b787b90d1f6ea7c" 2018-11-25 08:28:49,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b448d7f5-f752-48c1-92cf-c3f297006bec x-compute-request-id: req-b448d7f5-f752-48c1-92cf-c3f297006bec Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:28:49,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b448d7f5-f752-48c1-92cf-c3f297006bec 2018-11-25 08:28:49,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c913d745af566e01e2f5926b787b90d1f6ea7c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-25 08:28:49,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-625c74f0-0619-46b8-9c3a-4141325c18fa x-compute-request-id: req-625c74f0-0619-46b8-9c3a-4141325c18fa Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7741fde8-635f-4e42-b548-d36fa44de805", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:28:49,171 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-625c74f0-0619-46b8-9c3a-4141325c18fa 2018-11-25 08:28:49,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:28:49,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:28:49,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:28:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["VWO1OVQDRXat7owLaZADDg"], "issued_at": "2018-11-25T08:28:49.000000Z"}} 2018-11-25 08:28:49,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869768b7c06463c1dd240aca0b3c5f43f4e8520b" 2018-11-25 08:28:49,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ac878a-cb4b-4e48-b9e5-47be330ac522 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:49,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-71ac878a-cb4b-4e48-b9e5-47be330ac522 2018-11-25 08:28:49,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869768b7c06463c1dd240aca0b3c5f43f4e8520b" 2018-11-25 08:28:49,847 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:49 GMT Server: Apache x-compute-request-id: req-2483ac5d-2283-4625-b907-1d466588a264 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2483ac5d-2283-4625-b907-1d466588a264 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-25 08:28:49,847 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail used request id req-2483ac5d-2283-4625-b907-1d466588a264 2018-11-25 08:28:49,851 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2483ac5d-2283-4625-b907-1d466588a264" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869768b7c06463c1dd240aca0b3c5f43f4e8520b" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-25 08:28:50,823 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:28:49 GMT Server: Apache x-compute-request-id: req-4dcba9df-798e-424f-8518-90b236747e21 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4dcba9df-798e-424f-8518-90b236747e21 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "37cefe782cb2485683238db40fa7d767", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-25T08:28:50.642904", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "605c1d92-9460-47ec-969f-8dc09c341367", "size": 1}} 2018-11-25 08:28:50,824 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes used request id req-4dcba9df-798e-424f-8518-90b236747e21 2018-11-25 08:28:50,827 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2483ac5d-2283-4625-b907-1d466588a264" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869768b7c06463c1dd240aca0b3c5f43f4e8520b" 2018-11-25 08:28:51,572 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:50 GMT Server: Apache x-compute-request-id: req-5748dc91-e99c-4408-9526-41cec4a20bff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5748dc91-e99c-4408-9526-41cec4a20bff Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:28:51.000000", "replication_status": null, "snapshot_id": null, "id": "605c1d92-9460-47ec-969f-8dc09c341367", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10", "bootable": "false", "created_at": "2018-11-25T08:28:50.000000", "volume_type": null}} 2018-11-25 08:28:51,573 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 used request id req-5748dc91-e99c-4408-9526-41cec4a20bff 2018-11-25 08:28:51,573 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10 2018-11-25 08:28:51,576 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2483ac5d-2283-4625-b907-1d466588a264" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869768b7c06463c1dd240aca0b3c5f43f4e8520b" 2018-11-25 08:28:51,911 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:51 GMT Server: Apache x-compute-request-id: req-7bccf60f-05c5-4857-bec4-15c7185659fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7bccf60f-05c5-4857-bec4-15c7185659fb Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:28:51.000000", "replication_status": null, "snapshot_id": null, "id": "605c1d92-9460-47ec-969f-8dc09c341367", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10", "bootable": "false", "created_at": "2018-11-25T08:28:50.000000", "volume_type": null}} 2018-11-25 08:28:51,912 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 used request id req-7bccf60f-05c5-4857-bec4-15c7185659fb 2018-11-25 08:28:51,912 - create_volume - DEBUG - Instance status is - available 2018-11-25 08:28:51,912 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10 2018-11-25 08:28:51,912 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10 2018-11-25 08:28:51,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:28:51,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:28:52,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:28:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["-J_cC_eyQpy-DmNUz_ew6Q"], "issued_at": "2018-11-25T08:28:52.000000Z"}} 2018-11-25 08:28:52,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:52,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-279638c2-a510-446c-8337-ecef25924e50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:52,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-279638c2-a510-446c-8337-ecef25924e50 2018-11-25 08:28:52,383 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:28:52,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:52,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4780d48b-362e-4a35-9ea7-a6996f297ee4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:52,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4780d48b-362e-4a35-9ea7-a6996f297ee4 2018-11-25 08:28:52,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:52,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-58ffcdda-07e8-4b4e-91fc-7e8a700f461d Date: Sun, 25 Nov 2018 08:28:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:52,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-58ffcdda-07e8-4b4e-91fc-7e8a700f461d 2018-11-25 08:28:52,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:28:52,729 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:28:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:28:52,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:52,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efa10039-c0a8-473e-9d36-0b067297ac5b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:52,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-efa10039-c0a8-473e-9d36-0b067297ac5b 2018-11-25 08:28:52,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:53,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3057b84f-8dcf-49a7-9e4f-60fbf4fcff10 Date: Sun, 25 Nov 2018 08:28:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:28:53,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-3057b84f-8dcf-49a7-9e4f-60fbf4fcff10 2018-11-25 08:28:53,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:53,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-beeb51b4-f5db-4738-a4c1-2594f8462857 Date: Sun, 25 Nov 2018 08:28:53 GMT RESP BODY: {"ports":[]} 2018-11-25 08:28:53,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port&admin_state_up=True used request id req-beeb51b4-f5db-4738-a4c1-2594f8462857 2018-11-25 08:28:53,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:53,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-8c684c30-23c4-4480-ab9b-37500bd11176 x-compute-request-id: req-8c684c30-23c4-4480-ab9b-37500bd11176 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 08:28:53,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst used request id req-8c684c30-23c4-4480-ab9b-37500bd11176 2018-11-25 08:28:53,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:53,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-916c8d3d-e9a2-442b-96de-899ad858e3df Date: Sun, 25 Nov 2018 08:28:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:53,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-916c8d3d-e9a2-442b-96de-899ad858e3df 2018-11-25 08:28:53,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:53,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26f8f4e4-6e89-4300-8048-7e318b5e3bb0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:53,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-26f8f4e4-6e89-4300-8048-7e318b5e3bb0 2018-11-25 08:28:53,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:53,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-197e9b9b-8746-4be4-80e2-79556ccbd78a Date: Sun, 25 Nov 2018 08:28:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:28:53,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-197e9b9b-8746-4be4-80e2-79556ccbd78a 2018-11-25 08:28:53,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:54,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ed1b2530-8f61-431c-b877-51b11e205111 Date: Sun, 25 Nov 2018 08:28:54 GMT RESP BODY: {"ports":[]} 2018-11-25 08:28:54,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port&admin_state_up=True used request id req-ed1b2530-8f61-431c-b877-51b11e205111 2018-11-25 08:28:54,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:28:54,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:28:54,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:28:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["noey30dZTpaaffEmiWiC9A"], "issued_at": "2018-11-25T08:28:54.000000Z"}} 2018-11-25 08:28:54,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcbf6617de90908df7db0da97bff37463fe38aff" 2018-11-25 08:28:54,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e81a1f3-de68-4665-bbdf-1333991b7cfc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:28:54,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5e81a1f3-de68-4665-bbdf-1333991b7cfc 2018-11-25 08:28:54,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:54,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-88766af5-a892-44b4-beb1-d92d89c557da Date: Sun, 25 Nov 2018 08:28:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:54,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-88766af5-a892-44b4-beb1-d92d89c557da 2018-11-25 08:28:54,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:55,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5f67dcba-347a-4103-a379-9ca5e01054da Date: Sun, 25 Nov 2018 08:28:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:28:55,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-5f67dcba-347a-4103-a379-9ca5e01054da 2018-11-25 08:28:55,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:55,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8b0324f7-ab62-451d-af2e-9a720aa38d3b Date: Sun, 25 Nov 2018 08:28:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:55,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-8b0324f7-ab62-451d-af2e-9a720aa38d3b 2018-11-25 08:28:55,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:28:55,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:28:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:28:55,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcbf6617de90908df7db0da97bff37463fe38aff" 2018-11-25 08:28:55,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce5651f1-7a2d-46fe-a781-7973f425703b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:55,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-ce5651f1-7a2d-46fe-a781-7973f425703b 2018-11-25 08:28:55,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:55,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6907b3e7-a268-4d93-b649-ebb93d52c8d4 Date: Sun, 25 Nov 2018 08:28:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:28:55,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-6907b3e7-a268-4d93-b649-ebb93d52c8d4 2018-11-25 08:28:55,426 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net 2018-11-25 08:28:55,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" -d '{"port": {"network_id": "7ea6da5d-b051-4081-a013-2a5df5d573b5", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port", "admin_state_up": true}}' 2018-11-25 08:28:56,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-80df3adc-872b-434a-87c5-91ab343e2742 Date: Sun, 25 Nov 2018 08:28:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:55Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.13"}],"id":"0fab1f1e-4a59-4329-92a3-d38cebd03768","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f6:0e:d5","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:55Z","binding:vnic_type":"normal"}} 2018-11-25 08:28:56,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-80df3adc-872b-434a-87c5-91ab343e2742 2018-11-25 08:28:56,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:56,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c6ceea17-db2d-4276-a947-ec954149119f Date: Sun, 25 Nov 2018 08:28:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:28:56,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-c6ceea17-db2d-4276-a947-ec954149119f 2018-11-25 08:28:56,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:56,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc609672-7df1-4639-8c4a-482112b0d4d3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:56,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-bc609672-7df1-4639-8c4a-482112b0d4d3 2018-11-25 08:28:56,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:56,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a58123fd-ed8b-4fdf-aaca-277435d4207a Date: Sun, 25 Nov 2018 08:28:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:28:56,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-a58123fd-ed8b-4fdf-aaca-277435d4207a 2018-11-25 08:28:56,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:56,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-f7f70085-b73d-400b-bc31-988011c87704 Date: Sun, 25 Nov 2018 08:28:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:55Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.13"}],"id":"0fab1f1e-4a59-4329-92a3-d38cebd03768","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f6:0e:d5","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:55Z","binding:vnic_type":"normal"}]} 2018-11-25 08:28:56,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port&admin_state_up=True used request id req-f7f70085-b73d-400b-bc31-988011c87704 2018-11-25 08:28:56,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:56,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47c219e9-78f0-4b4c-b9ba-42b5984fadb8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:28:56,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-47c219e9-78f0-4b4c-b9ba-42b5984fadb8 2018-11-25 08:28:56,773 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst 2018-11-25 08:28:56,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:56,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-5a2b1b5d-a3a0-493a-9fb7-4e18d1e6ea60 x-compute-request-id: req-5a2b1b5d-a3a0-493a-9fb7-4e18d1e6ea60 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-flavor"}]} 2018-11-25 08:28:56,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5a2b1b5d-a3a0-493a-9fb7-4e18d1e6ea60 2018-11-25 08:28:56,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7741fde8-635f-4e42-b548-d36fa44de805 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:56,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-ed9dd81b-1574-4a01-9fd1-002591f156b0 x-compute-request-id: req-ed9dd81b-1574-4a01-9fd1-002591f156b0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7741fde8-635f-4e42-b548-d36fa44de805", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:28:56,837 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7741fde8-635f-4e42-b548-d36fa44de805 used request id req-ed9dd81b-1574-4a01-9fd1-002591f156b0 2018-11-25 08:28:56,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:57,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-278d2365-952e-4426-bbbb-31c5314b26f3 Date: Sun, 25 Nov 2018 08:28:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:28:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:28:43Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/snap", "metadata": {}}], "self": "/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "min_disk": 0, "protected": false, "id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "file": "/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image"} 2018-11-25 08:28:57,470 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image used request id req-278d2365-952e-4426-bbbb-31c5314b26f3 2018-11-25 08:28:57,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:57,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2d11f6ae-6b77-40e3-98a7-2ec33abe97df Date: Sun, 25 Nov 2018 08:28:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:28:57,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2d11f6ae-6b77-40e3-98a7-2ec33abe97df 2018-11-25 08:28:57,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "imageRef": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "flavorRef": "7741fde8-635f-4e42-b548-d36fa44de805", "max_count": 1, "min_count": 1, "networks": [{"port": "0fab1f1e-4a59-4329-92a3-d38cebd03768"}]}}' 2018-11-25 08:28:59,454 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:28:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c885db9-9ab9-4004-87d0-9b78c3227c04 x-compute-request-id: req-5c885db9-9ab9-4004-87d0-9b78c3227c04 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "adminPass": "AMeUVrijLBQ7"}} 2018-11-25 08:28:59,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-5c885db9-9ab9-4004-87d0-9b78c3227c04 2018-11-25 08:28:59,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:28:59,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28: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-55c7e6ae-b092-46aa-829a-b46d78423c62 x-compute-request-id: req-55c7e6ae-b092-46aa-829a-b46d78423c62 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "user_id": "37cefe782cb2485683238db40fa7d767", "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-11-25T08:28:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:28:59,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-55c7e6ae-b092-46aa-829a-b46d78423c62 2018-11-25 08:28:59,800 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst 2018-11-25 08:28:59,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:00,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:28: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-ab6cde69-8717-4804-abc4-54738a846f77 x-compute-request-id: req-ab6cde69-8717-4804-abc4-54738a846f77 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "user_id": "37cefe782cb2485683238db40fa7d767", "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-11-25T08:28:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:29:00,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-ab6cde69-8717-4804-abc4-54738a846f77 2018-11-25 08:29:00,013 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst] is - BUILD 2018-11-25 08:29:00,013 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:29:03,017 - create_instance - DEBUG - VM status query timeout in 896.783614874 2018-11-25 08:29:03,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:03,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-6f364812-1025-4fcf-be66-f0efa5264ffd x-compute-request-id: req-6f364812-1025-4fcf-be66-f0efa5264ffd Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0e:d5", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:29:00Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:29:03,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-6f364812-1025-4fcf-be66-f0efa5264ffd 2018-11-25 08:29:03,453 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst] is - BUILD 2018-11-25 08:29:03,454 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:29:06,457 - create_instance - DEBUG - VM status query timeout in 893.34345603 2018-11-25 08:29:06,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:06,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-4f9c3a07-9ee1-4c39-a2af-4926fb671cce x-compute-request-id: req-4f9c3a07-9ee1-4c39-a2af-4926fb671cce Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0e:d5", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-25T08:29:05.000000", "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:29:05Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:29:06,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-4f9c3a07-9ee1-4c39-a2af-4926fb671cce 2018-11-25 08:29:06,834 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst] is - ACTIVE 2018-11-25 08:29:06,834 - create_instance - INFO - VM is - ACTIVE 2018-11-25 08:29:06,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:07,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-f5208d4d-1299-4751-8bf7-f12ef2a94c52 x-compute-request-id: req-f5208d4d-1299-4751-8bf7-f12ef2a94c52 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0e:d5", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-25T08:29:05.000000", "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:29:05Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:29:07,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-f5208d4d-1299-4751-8bf7-f12ef2a94c52 2018-11-25 08:29:07,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:07,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5019fad1-4881-428b-af37-016a0014b256 Date: Sun, 25 Nov 2018 08:29:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:29:07,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-5019fad1-4881-428b-af37-016a0014b256 2018-11-25 08:29:07,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:07,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07423b9-4e7b-497d-9313-55526d3ae73b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:29:07,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-a07423b9-4e7b-497d-9313-55526d3ae73b 2018-11-25 08:29:07,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:07,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e626a4e6-91f9-4701-9df2-c4c8aa5c8c2d Date: Sun, 25 Nov 2018 08:29:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:29:07,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-e626a4e6-91f9-4701-9df2-c4c8aa5c8c2d 2018-11-25 08:29:07,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:08,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-dc9cab5b-9d38-4403-a8e7-ab9e34f21b85 Date: Sun, 25 Nov 2018 08:29:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:29:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.13"}],"id":"0fab1f1e-4a59-4329-92a3-d38cebd03768","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:0e:d5","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"75b04740-6125-4de1-b741-0b1eeb568d14","name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.3"}],"id":"6784b67f-71b7-4a6b-9deb-8c2a1a543feb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:89:bf","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.2"}],"id":"7868e13e-877a-4a9c-8975-461482951b2a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:57:84","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.4"}],"id":"bed4f84c-7a5a-4861-951f-1dfa71ebd4f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2a:f1","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"}]} 2018-11-25 08:29:08,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-dc9cab5b-9d38-4403-a8e7-ab9e34f21b85 2018-11-25 08:29:08,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:08,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["nLyIwxwySVag7ormjlcSjA"], "issued_at": "2018-11-25T08:29:08.000000Z"}} 2018-11-25 08:29:08,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:08,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94cacab4-825e-483e-9849-1307079f65cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:29:08,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-94cacab4-825e-483e-9849-1307079f65cd 2018-11-25 08:29:08,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:09,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-970b1d51-4190-4207-8c44-87fa0db02b9a x-compute-request-id: req-970b1d51-4190-4207-8c44-87fa0db02b9a Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0e:d5", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-25T08:29:05.000000", "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:29:05Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:29:09,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-970b1d51-4190-4207-8c44-87fa0db02b9a 2018-11-25 08:29:09,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:09,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b4589e66-4598-4800-8f12-80f79a93abfc Date: Sun, 25 Nov 2018 08:29:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:29:09,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-b4589e66-4598-4800-8f12-80f79a93abfc 2018-11-25 08:29:09,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:09,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5aab88-978e-468c-bcfb-e8010af37d1c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:29:09,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-ab5aab88-978e-468c-bcfb-e8010af37d1c 2018-11-25 08:29:09,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:09,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b7214ba3-ee28-4f90-941e-220206421c1b Date: Sun, 25 Nov 2018 08:29:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:29:09,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-b7214ba3-ee28-4f90-941e-220206421c1b 2018-11-25 08:29:09,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:09,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-892e6f40-fa99-41e8-9595-0da955f0061c Date: Sun, 25 Nov 2018 08:29:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:29:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.13"}],"id":"0fab1f1e-4a59-4329-92a3-d38cebd03768","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:0e:d5","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"75b04740-6125-4de1-b741-0b1eeb568d14","name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.3"}],"id":"6784b67f-71b7-4a6b-9deb-8c2a1a543feb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:89:bf","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.2"}],"id":"7868e13e-877a-4a9c-8975-461482951b2a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:57:84","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.4"}],"id":"bed4f84c-7a5a-4861-951f-1dfa71ebd4f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2a:f1","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"}]} 2018-11-25 08:29:09,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-892e6f40-fa99-41e8-9595-0da955f0061c 2018-11-25 08:29:09,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" -d '{"volumeAttachment": {"volumeId": "605c1d92-9460-47ec-969f-8dc09c341367"}}' 2018-11-25 08:29:11,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-925f0aa9-bc29-4d8b-a5a3-c55c2f8ef663 x-compute-request-id: req-925f0aa9-bc29-4d8b-a5a3-c55c2f8ef663 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "75b04740-6125-4de1-b741-0b1eeb568d14", "id": "605c1d92-9460-47ec-969f-8dc09c341367", "volumeId": "605c1d92-9460-47ec-969f-8dc09c341367"}} 2018-11-25 08:29:11,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14/os-volume_attachments used request id req-925f0aa9-bc29-4d8b-a5a3-c55c2f8ef663 2018-11-25 08:29:11,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:12,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-23f4e058-a0e7-41fa-8f43-9922567eaf5d x-compute-request-id: req-23f4e058-a0e7-41fa-8f43-9922567eaf5d Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0e:d5", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-25T08:29:05.000000", "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:29:05Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "605c1d92-9460-47ec-969f-8dc09c341367"}], "metadata": {}}} 2018-11-25 08:29:12,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-23f4e058-a0e7-41fa-8f43-9922567eaf5d 2018-11-25 08:29:12,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:12,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-27310ebe-2b86-468b-850f-047b85c856a6 Date: Sun, 25 Nov 2018 08:29:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:29:12,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-27310ebe-2b86-468b-850f-047b85c856a6 2018-11-25 08:29:12,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:29:12,270 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:29:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:29:12,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:12,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bdb5b5b-56c4-4915-839d-0d60a421a94e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:29:12,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-5bdb5b5b-56c4-4915-839d-0d60a421a94e 2018-11-25 08:29:12,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:12,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-52d53ec3-5658-41af-a724-d72aa44e24f1 Date: Sun, 25 Nov 2018 08:29:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:29:12,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-52d53ec3-5658-41af-a724-d72aa44e24f1 2018-11-25 08:29:12,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:12,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-add52fcc-ca8b-4e7e-a758-46569ade54b6 Date: Sun, 25 Nov 2018 08:29:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:29:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.13"}],"id":"0fab1f1e-4a59-4329-92a3-d38cebd03768","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:0e:d5","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"75b04740-6125-4de1-b741-0b1eeb568d14","name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.3"}],"id":"6784b67f-71b7-4a6b-9deb-8c2a1a543feb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:89:bf","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.2"}],"id":"7868e13e-877a-4a9c-8975-461482951b2a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:57:84","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.4"}],"id":"bed4f84c-7a5a-4861-951f-1dfa71ebd4f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2a:f1","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"}]} 2018-11-25 08:29:12,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-add52fcc-ca8b-4e7e-a758-46569ade54b6 2018-11-25 08:29:12,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:12,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72bd0558-82f5-4f6c-9ef1-08a98d73d67f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:29:12,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-72bd0558-82f5-4f6c-9ef1-08a98d73d67f 2018-11-25 08:29:13,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:13,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-b24c222a-089c-4264-bf8d-cedc540223ac x-compute-request-id: req-b24c222a-089c-4264-bf8d-cedc540223ac Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0e:d5", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-25T08:29:05.000000", "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:29:12Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "605c1d92-9460-47ec-969f-8dc09c341367"}], "metadata": {}}} 2018-11-25 08:29:13,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-b24c222a-089c-4264-bf8d-cedc540223ac 2018-11-25 08:29:13,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:13,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-35bf9142-558f-4c69-b8e7-fca524371549 Date: Sun, 25 Nov 2018 08:29:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:29:13,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-35bf9142-558f-4c69-b8e7-fca524371549 2018-11-25 08:29:13,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:13,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7760d2d7-403f-4994-aece-0732b11b6675 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:29:13,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-7760d2d7-403f-4994-aece-0732b11b6675 2018-11-25 08:29:13,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:13,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aa60393d-58a4-4322-997c-e860220db10f Date: Sun, 25 Nov 2018 08:29:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:29:13,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-aa60393d-58a4-4322-997c-e860220db10f 2018-11-25 08:29:13,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:14,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-4d884214-92fc-4fb0-82f3-b4e207e156df Date: Sun, 25 Nov 2018 08:29:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:29:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.13"}],"id":"0fab1f1e-4a59-4329-92a3-d38cebd03768","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:0e:d5","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"75b04740-6125-4de1-b741-0b1eeb568d14","name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.3"}],"id":"6784b67f-71b7-4a6b-9deb-8c2a1a543feb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:89:bf","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.2"}],"id":"7868e13e-877a-4a9c-8975-461482951b2a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:57:84","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.4"}],"id":"bed4f84c-7a5a-4861-951f-1dfa71ebd4f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2a:f1","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"}]} 2018-11-25 08:29:14,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-4d884214-92fc-4fb0-82f3-b4e207e156df 2018-11-25 08:29:14,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:15,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5e2111a-da8f-4029-ad31-6637f42fd280 x-compute-request-id: req-d5e2111a-da8f-4029-ad31-6637f42fd280 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0e:d5", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-25T08:29:05.000000", "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:29:12Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "605c1d92-9460-47ec-969f-8dc09c341367"}], "metadata": {}}} 2018-11-25 08:29:15,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-d5e2111a-da8f-4029-ad31-6637f42fd280 2018-11-25 08:29:15,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:15,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-eb667239-ff44-45cd-ba40-130d50c0862c Date: Sun, 25 Nov 2018 08:29:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:29:15,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-eb667239-ff44-45cd-ba40-130d50c0862c 2018-11-25 08:29:15,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:15,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db2efdda-d73b-4815-8805-7a8210b34104 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:29:15,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-db2efdda-d73b-4815-8805-7a8210b34104 2018-11-25 08:29:15,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:15,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-451a8ef0-a59b-46fc-8f1a-da1f647979aa Date: Sun, 25 Nov 2018 08:29:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:29:15,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-451a8ef0-a59b-46fc-8f1a-da1f647979aa 2018-11-25 08:29:15,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:15,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-7cc36a81-c761-4863-80b4-36af183c3c0b Date: Sun, 25 Nov 2018 08:29:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:29:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.13"}],"id":"0fab1f1e-4a59-4329-92a3-d38cebd03768","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:0e:d5","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"75b04740-6125-4de1-b741-0b1eeb568d14","name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.3"}],"id":"6784b67f-71b7-4a6b-9deb-8c2a1a543feb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:89:bf","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.2"}],"id":"7868e13e-877a-4a9c-8975-461482951b2a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:57:84","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.4"}],"id":"bed4f84c-7a5a-4861-951f-1dfa71ebd4f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2a:f1","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"}]} 2018-11-25 08:29:15,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-7cc36a81-c761-4863-80b4-36af183c3c0b 2018-11-25 08:29:15,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:16,435 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:15 GMT Server: Apache x-compute-request-id: req-c1bfcb1e-db78-4a61-b393-8b28ee8a6483 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c1bfcb1e-db78-4a61-b393-8b28ee8a6483 Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "75b04740-6125-4de1-b741-0b1eeb568d14", "attachment_id": "c247b8a0-7df3-4f45-8b42-8d03350dcf7c", "attached_at": "2018-11-25T08:29:13.000000", "host_name": null, "volume_id": "605c1d92-9460-47ec-969f-8dc09c341367", "device": "/dev/vdb", "id": "605c1d92-9460-47ec-969f-8dc09c341367"}], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:29:13.000000", "replication_status": null, "snapshot_id": null, "id": "605c1d92-9460-47ec-969f-8dc09c341367", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "in-use", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10", "bootable": "false", "created_at": "2018-11-25T08:28:50.000000", "volume_type": null}} 2018-11-25 08:29:16,435 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 used request id req-c1bfcb1e-db78-4a61-b393-8b28ee8a6483 2018-11-25 08:29:16,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:16,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29: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-f0cfa80a-33f0-427e-a737-0080d8009573 x-compute-request-id: req-f0cfa80a-33f0-427e-a737-0080d8009573 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0e:d5", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-25T08:29:05.000000", "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:29:12Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [{"id": "605c1d92-9460-47ec-969f-8dc09c341367"}], "metadata": {}}} 2018-11-25 08:29:16,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-f0cfa80a-33f0-427e-a737-0080d8009573 2018-11-25 08:29:16,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:16,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-17e56311-a329-45cc-bb54-d368e8f7b9c3 Date: Sun, 25 Nov 2018 08:29:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["21b396f0-c85c-484e-92fe-e0cfce3fcb1c"],"description":"","tags":[],"updated_at":"2018-11-25T08:28:47Z","provider:segmentation_id":21,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:29:16,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net used request id req-17e56311-a329-45cc-bb54-d368e8f7b9c3 2018-11-25 08:29:16,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:17,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd29802b-6b21-4f47-812f-437a200c5b17 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:29:17,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-bd29802b-6b21-4f47-812f-437a200c5b17 2018-11-25 08:29:17,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:17,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cf83aa05-1099-45be-bf3d-3d63481ac344 Date: Sun, 25 Nov 2018 08:29:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","dns_nameservers":[],"updated_at":"2018-11-25T08:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet"}]} 2018-11-25 08:29:17,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-cf83aa05-1099-45be-bf3d-3d63481ac344 2018-11-25 08:29:17,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:17,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-53f75864-ad07-48bf-8d9a-aea9ad4cf4b0 Date: Sun, 25 Nov 2018 08:29:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:29:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.13"}],"id":"0fab1f1e-4a59-4329-92a3-d38cebd03768","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:0e:d5","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"75b04740-6125-4de1-b741-0b1eeb568d14","name":"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.3"}],"id":"6784b67f-71b7-4a6b-9deb-8c2a1a543feb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:89:bf","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.2"}],"id":"7868e13e-877a-4a9c-8975-461482951b2a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:57:84","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:28:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"21b396f0-c85c-484e-92fe-e0cfce3fcb1c","ip_address":"10.55.0.4"}],"id":"bed4f84c-7a5a-4861-951f-1dfa71ebd4f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2a:f1","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7ea6da5d-b051-4081-a013-2a5df5d573b5","name":"","admin_state_up":true,"network_id":"7ea6da5d-b051-4081-a013-2a5df5d573b5","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:28:48Z","binding:vnic_type":"normal"}]} 2018-11-25 08:29:17,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-53f75864-ad07-48bf-8d9a-aea9ad4cf4b0 2018-11-25 08:29:17,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14/os-volume_attachments/605c1d92-9460-47ec-969f-8dc09c341367 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b480b14cd6068ed7700647506046c8d731fff44" 2018-11-25 08:29:19,026 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:29: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-a2443dbb-9de7-4a3b-8ca2-a07225147958 x-compute-request-id: req-a2443dbb-9de7-4a3b-8ca2-a07225147958 Content-Length: 0 Content-Type: application/json 2018-11-25 08:29:19,026 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14/os-volume_attachments/605c1d92-9460-47ec-969f-8dc09c341367 used request id req-a2443dbb-9de7-4a3b-8ca2-a07225147958 2018-11-25 08:29:19,026 - create_instance - INFO - Deleting Port with ID - 0fab1f1e-4a59-4329-92a3-d38cebd03768 2018-11-25 08:29:19,027 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-port 2018-11-25 08:29:19,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/0fab1f1e-4a59-4329-92a3-d38cebd03768 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:19,787 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73d58eec-93b9-4781-ba86-4bc1c71b2d53 Date: Sun, 25 Nov 2018 08:29:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:29:19,787 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/0fab1f1e-4a59-4329-92a3-d38cebd03768 used request id req-73d58eec-93b9-4781-ba86-4bc1c71b2d53 2018-11-25 08:29:19,787 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst 2018-11-25 08:29:19,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:20,144 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:29:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-414bab66-e4f2-4e9d-93b2-9e1aa58ad465 x-compute-request-id: req-414bab66-e4f2-4e9d-93b2-9e1aa58ad465 Content-Type: application/json 2018-11-25 08:29:20,144 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-414bab66-e4f2-4e9d-93b2-9e1aa58ad465 2018-11-25 08:29:20,144 - create_instance - INFO - Checking deletion status 2018-11-25 08:29:20,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:20,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-7646e693-12e5-4667-9e85-57bdf0c4060f x-compute-request-id: req-7646e693-12e5-4667-9e85-57bdf0c4060f Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0e:d5", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-25T08:29:05.000000", "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:29:19Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:29:20,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-7646e693-12e5-4667-9e85-57bdf0c4060f 2018-11-25 08:29:20,529 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst] is - ACTIVE 2018-11-25 08:29:20,529 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:29:23,532 - create_instance - DEBUG - VM status query timeout in 296.612518072 2018-11-25 08:29:23,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:23,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e6326ba-2c0e-413c-870e-4bbfdbaf1305 x-compute-request-id: req-2e6326ba-2c0e-413c-870e-4bbfdbaf1305 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/75b04740-6125-4de1-b741-0b1eeb568d14", "rel": "bookmark"}], "image": {"id": "0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "links": [{"href": "http://172.30.9.23:8774/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-11-25T08:29:05.000000", "flavor": {"id": "7741fde8-635f-4e42-b548-d36fa44de805", "links": [{"href": "http://172.30.9.23:8774/flavors/7741fde8-635f-4e42-b548-d36fa44de805", "rel": "bookmark"}]}, "id": "75b04740-6125-4de1-b741-0b1eeb568d14", "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:29:19Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst", "created": "2018-11-25T08:28:59Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:29:23,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-2e6326ba-2c0e-413c-870e-4bbfdbaf1305 2018-11-25 08:29:23,795 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst] is - ACTIVE 2018-11-25 08:29:23,796 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:29:26,799 - create_instance - DEBUG - VM status query timeout in 293.345690966 2018-11-25 08:29:26,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433632f01a0755fb3a912a0065a8a58f0c02bb61" 2018-11-25 08:29:26,851 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:29: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-104ecb20-c69c-495c-a37d-84780d43b1ce x-compute-request-id: req-104ecb20-c69c-495c-a37d-84780d43b1ce Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 75b04740-6125-4de1-b741-0b1eeb568d14 could not be found.", "code": 404}} 2018-11-25 08:29:26,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/75b04740-6125-4de1-b741-0b1eeb568d14 used request id req-104ecb20-c69c-495c-a37d-84780d43b1ce 2018-11-25 08:29:26,852 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 75b04740-6125-4de1-b741-0b1eeb568d14 could not be found. (HTTP 404) (Request-ID: req-104ecb20-c69c-495c-a37d-84780d43b1ce) 2018-11-25 08:29:26,852 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-vm_inst 2018-11-25 08:29:26,856 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2483ac5d-2283-4625-b907-1d466588a264" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869768b7c06463c1dd240aca0b3c5f43f4e8520b" 2018-11-25 08:29:27,044 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:26 GMT Server: Apache x-compute-request-id: req-5927559f-9d92-4e54-9756-172d21c89978 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5927559f-9d92-4e54-9756-172d21c89978 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:29:18.000000", "replication_status": null, "snapshot_id": null, "id": "605c1d92-9460-47ec-969f-8dc09c341367", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10", "bootable": "false", "created_at": "2018-11-25T08:28:50.000000", "volume_type": null}} 2018-11-25 08:29:27,045 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 used request id req-5927559f-9d92-4e54-9756-172d21c89978 2018-11-25 08:29:27,045 - create_volume - DEBUG - Instance status is - available 2018-11-25 08:29:27,045 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10 2018-11-25 08:29:27,045 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10 2018-11-25 08:29:27,048 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2483ac5d-2283-4625-b907-1d466588a264" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869768b7c06463c1dd240aca0b3c5f43f4e8520b" 2018-11-25 08:29:27,831 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:29:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fc1167a8-1f3f-4263-95b0-49cb76fe168e 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-11-25 08:29:27,831 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 used request id req-fc1167a8-1f3f-4263-95b0-49cb76fe168e 2018-11-25 08:29:27,834 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2483ac5d-2283-4625-b907-1d466588a264" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869768b7c06463c1dd240aca0b3c5f43f4e8520b" 2018-11-25 08:29:28,567 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:29:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4f160906-e40f-469b-9a5f-6ed3c55fb6bc x-openstack-request-id: req-4f160906-e40f-469b-9a5f-6ed3c55fb6bc Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 605c1d92-9460-47ec-969f-8dc09c341367 could not be found.", "code": 404}} 2018-11-25 08:29:28,567 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/605c1d92-9460-47ec-969f-8dc09c341367 used request id req-4f160906-e40f-469b-9a5f-6ed3c55fb6bc 2018-11-25 08:29:28,567 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 605c1d92-9460-47ec-969f-8dc09c341367 could not be found. (HTTP 404) (Request-ID: req-4f160906-e40f-469b-9a5f-6ed3c55fb6bc) 2018-11-25 08:29:28,567 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10 2018-11-25 08:29:28,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/7741fde8-635f-4e42-b548-d36fa44de805 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c913d745af566e01e2f5926b787b90d1f6ea7c" 2018-11-25 08:29:28,610 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:29: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-1427078d-3337-4023-9b75-0f2a6ef52c18 x-compute-request-id: req-1427078d-3337-4023-9b75-0f2a6ef52c18 Content-Length: 0 Content-Type: application/json 2018-11-25 08:29:28,610 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7741fde8-635f-4e42-b548-d36fa44de805 used request id req-1427078d-3337-4023-9b75-0f2a6ef52c18 2018-11-25 08:29:28,611 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet 2018-11-25 08:29:28,611 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-subnet 2018-11-25 08:29:28,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/21b396f0-c85c-484e-92fe-e0cfce3fcb1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4911647eab56c8fc51f5e405d0cb1e365ff24f71" 2018-11-25 08:29:30,738 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0aeb3e38-5f75-403e-917c-dcd970bda374 Date: Sun, 25 Nov 2018 08:29:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:29:30,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/21b396f0-c85c-484e-92fe-e0cfce3fcb1c used request id req-0aeb3e38-5f75-403e-917c-dcd970bda374 2018-11-25 08:29:30,738 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-net 2018-11-25 08:29:30,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/7ea6da5d-b051-4081-a013-2a5df5d573b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4911647eab56c8fc51f5e405d0cb1e365ff24f71" 2018-11-25 08:29:32,079 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f4de9ce-ab5b-41ce-ab72-d25b5c9a74e6 Date: Sun, 25 Nov 2018 08:29:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:29:32,080 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7ea6da5d-b051-4081-a013-2a5df5d573b5 used request id req-7f4de9ce-ab5b-41ce-ab72-d25b5c9a74e6 2018-11-25 08:29:32,080 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-d66eb136-9bba-494f-a515-53a578322d10-image 2018-11-25 08:29:32,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa92306882c931bb71b74d60655dbff325a2ddad" 2018-11-25 08:29:33,543 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-91275948-38de-4e00-93d4-531a3e7d53d8 Date: Sun, 25 Nov 2018 08:29:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:29:33,543 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0d7f27b3-8c93-4b20-87c8-f6fa466d99f5 used request id req-91275948-38de-4e00-93d4-531a3e7d53d8 2018-11-25 08:29:33,545 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:33,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:29:33,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:33,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["josxHwrGT0C4wmsIiYbEhg"], "issued_at": "2018-11-25T08:29:33.000000Z"}} 2018-11-25 08:29:33,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf0ebfa2543502d7cbab323963b428b7e546bbf" 2018-11-25 08:29:34,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71550454-7d84-4475-8f45-134d713dd1af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:29:34,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-71550454-7d84-4475-8f45-134d713dd1af 2018-11-25 08:29:34,007 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:34,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf0ebfa2543502d7cbab323963b428b7e546bbf" 2018-11-25 08:29:34,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-ddbbf2f6-3d81-4b02-a476-791096e54a1b x-compute-request-id: req-ddbbf2f6-3d81-4b02-a476-791096e54a1b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:29:34,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ddbbf2f6-3d81-4b02-a476-791096e54a1b 2018-11-25 08:29:34,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf0ebfa2543502d7cbab323963b428b7e546bbf" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-90201583-e5df-4b5f-96e6-a300118b8030name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-25 08:29:34,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-925eae5d-f072-4fec-84bb-ece5fc7be706 x-compute-request-id: req-925eae5d-f072-4fec-84bb-ece5fc7be706 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/82cba0b3-f5b8-4b44-8544-cdb425b30e35", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/82cba0b3-f5b8-4b44-8544-cdb425b30e35", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "82cba0b3-f5b8-4b44-8544-cdb425b30e35", "name": "CreateFlavorTests-90201583-e5df-4b5f-96e6-a300118b8030name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:29:34,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-925eae5d-f072-4fec-84bb-ece5fc7be706 2018-11-25 08:29:34,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:34,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["TBhWpkAFQqibb52-vcOBTw"], "issued_at": "2018-11-25T08:29:34.000000Z"}} 2018-11-25 08:29:34,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/82cba0b3-f5b8-4b44-8544-cdb425b30e35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff0c0d8725e90d62cd69d149b87cc260d20fb36" 2018-11-25 08:29:34,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-6df92be8-935c-4f9f-a721-bcd7f6c72dc4 x-compute-request-id: req-6df92be8-935c-4f9f-a721-bcd7f6c72dc4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/82cba0b3-f5b8-4b44-8544-cdb425b30e35", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/82cba0b3-f5b8-4b44-8544-cdb425b30e35", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "82cba0b3-f5b8-4b44-8544-cdb425b30e35", "name": "CreateFlavorTests-90201583-e5df-4b5f-96e6-a300118b8030name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:29:34,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/82cba0b3-f5b8-4b44-8544-cdb425b30e35 used request id req-6df92be8-935c-4f9f-a721-bcd7f6c72dc4 2018-11-25 08:29:34,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/82cba0b3-f5b8-4b44-8544-cdb425b30e35/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff0c0d8725e90d62cd69d149b87cc260d20fb36" 2018-11-25 08:29:34,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-0ff60d4a-c0f7-4c68-8acb-7ea641cd9793 x-compute-request-id: req-0ff60d4a-c0f7-4c68-8acb-7ea641cd9793 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 08:29:34,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/82cba0b3-f5b8-4b44-8544-cdb425b30e35/os-extra_specs used request id req-0ff60d4a-c0f7-4c68-8acb-7ea641cd9793 2018-11-25 08:29:34,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/82cba0b3-f5b8-4b44-8544-cdb425b30e35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf0ebfa2543502d7cbab323963b428b7e546bbf" 2018-11-25 08:29:34,920 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-3415ca0a-0e21-4909-8b4a-6955ebb4d9d5 x-compute-request-id: req-3415ca0a-0e21-4909-8b4a-6955ebb4d9d5 Content-Length: 0 Content-Type: application/json 2018-11-25 08:29:34,921 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/82cba0b3-f5b8-4b44-8544-cdb425b30e35 used request id req-3415ca0a-0e21-4909-8b4a-6955ebb4d9d5 2018-11-25 08:29:34,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff0c0d8725e90d62cd69d149b87cc260d20fb36" 2018-11-25 08:29:34,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-35d90fc7-f432-4733-8d63-bfcd6922f056 x-compute-request-id: req-35d90fc7-f432-4733-8d63-bfcd6922f056 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:29:34,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-35d90fc7-f432-4733-8d63-bfcd6922f056 2018-11-25 08:29:34,954 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:34,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:29:34,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:35,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["yxL3Gv7KSV-IOreePFLpxQ"], "issued_at": "2018-11-25T08:29:35.000000Z"}} 2018-11-25 08:29:35,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0980c23672d5c8335318f58bc4df7103edb2ef" 2018-11-25 08:29:35,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2991da51-8ad9-47d2-a693-acd476ec520a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:29:35,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2991da51-8ad9-47d2-a693-acd476ec520a 2018-11-25 08:29:35,408 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:35,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0980c23672d5c8335318f58bc4df7103edb2ef" 2018-11-25 08:29:35,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29: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-6dc40bba-597e-4f00-ada0-9ed98f3217b4 x-compute-request-id: req-6dc40bba-597e-4f00-ada0-9ed98f3217b4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:29:35,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6dc40bba-597e-4f00-ada0-9ed98f3217b4 2018-11-25 08:29:35,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0980c23672d5c8335318f58bc4df7103edb2ef" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-91b81252-9e38-40ad-a17c-57f934d2b785name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-25 08:29:35,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29: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-cf3ce431-9307-47c5-875e-b85c165b0fa9 x-compute-request-id: req-cf3ce431-9307-47c5-875e-b85c165b0fa9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/46805aff-5892-4860-99da-774aa57d92b1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/46805aff-5892-4860-99da-774aa57d92b1", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "46805aff-5892-4860-99da-774aa57d92b1", "name": "CreateFlavorTests-91b81252-9e38-40ad-a17c-57f934d2b785name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:29:35,666 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cf3ce431-9307-47c5-875e-b85c165b0fa9 2018-11-25 08:29:35,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:36,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["GlC33glOQO6SYZFJEhxaQA"], "issued_at": "2018-11-25T08:29:36.000000Z"}} 2018-11-25 08:29:36,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/46805aff-5892-4860-99da-774aa57d92b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b86d5ea90a1a439fdb5de4034ca92aa4a529bac" 2018-11-25 08:29:36,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29: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-8da68eb8-eefa-4ad9-8603-2435625a548f x-compute-request-id: req-8da68eb8-eefa-4ad9-8603-2435625a548f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/46805aff-5892-4860-99da-774aa57d92b1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/46805aff-5892-4860-99da-774aa57d92b1", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "46805aff-5892-4860-99da-774aa57d92b1", "name": "CreateFlavorTests-91b81252-9e38-40ad-a17c-57f934d2b785name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:29:36,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/46805aff-5892-4860-99da-774aa57d92b1 used request id req-8da68eb8-eefa-4ad9-8603-2435625a548f 2018-11-25 08:29:36,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/46805aff-5892-4860-99da-774aa57d92b1/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b86d5ea90a1a439fdb5de4034ca92aa4a529bac" 2018-11-25 08:29:36,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29: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-7f0ef4f7-454c-471e-bf26-a7f361001c0f x-compute-request-id: req-7f0ef4f7-454c-471e-bf26-a7f361001c0f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 08:29:36,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/46805aff-5892-4860-99da-774aa57d92b1/os-extra_specs used request id req-7f0ef4f7-454c-471e-bf26-a7f361001c0f 2018-11-25 08:29:36,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/46805aff-5892-4860-99da-774aa57d92b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b86d5ea90a1a439fdb5de4034ca92aa4a529bac" 2018-11-25 08:29:36,297 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:29: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-1094714c-1408-4122-8378-cb9807575dc7 x-compute-request-id: req-1094714c-1408-4122-8378-cb9807575dc7 Content-Length: 0 Content-Type: application/json 2018-11-25 08:29:36,298 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/46805aff-5892-4860-99da-774aa57d92b1 used request id req-1094714c-1408-4122-8378-cb9807575dc7 2018-11-25 08:29:36,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b86d5ea90a1a439fdb5de4034ca92aa4a529bac" 2018-11-25 08:29:36,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29: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-3fcd5839-e754-43e7-8adf-a0f334241af1 x-compute-request-id: req-3fcd5839-e754-43e7-8adf-a0f334241af1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:29:36,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3fcd5839-e754-43e7-8adf-a0f334241af1 2018-11-25 08:29:36,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/46805aff-5892-4860-99da-774aa57d92b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0980c23672d5c8335318f58bc4df7103edb2ef" 2018-11-25 08:29:36,344 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:29: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-309bbead-c46f-4d05-bacf-cbdae278ebd1 x-compute-request-id: req-309bbead-c46f-4d05-bacf-cbdae278ebd1 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 46805aff-5892-4860-99da-774aa57d92b1 could not be found.", "code": 404}} 2018-11-25 08:29:36,344 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/46805aff-5892-4860-99da-774aa57d92b1 used request id req-309bbead-c46f-4d05-bacf-cbdae278ebd1 2018-11-25 08:29:36,346 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:36,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:29:36,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:36,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["1iQPvG9oTgi0MBC9pcWRig"], "issued_at": "2018-11-25T08:29:36.000000Z"}} 2018-11-25 08:29:36,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612261bce96be1fe3de8e9339d7fb3f13ae773d8" 2018-11-25 08:29:36,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-588408f0-9bf9-42c2-841f-544f68697654 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:29:36,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-588408f0-9bf9-42c2-841f-544f68697654 2018-11-25 08:29:36,809 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:36,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612261bce96be1fe3de8e9339d7fb3f13ae773d8" 2018-11-25 08:29:37,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29: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-6f28fb92-c470-491d-922b-86e708a1950d x-compute-request-id: req-6f28fb92-c470-491d-922b-86e708a1950d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:29:37,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6f28fb92-c470-491d-922b-86e708a1950d 2018-11-25 08:29:37,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612261bce96be1fe3de8e9339d7fb3f13ae773d8" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-a092cd69-0299-4ee1-9ae5-78976a2c9996name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-25 08:29:37,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-c590c98e-332c-4587-9cc1-84f8169e7959 x-compute-request-id: req-c590c98e-332c-4587-9cc1-84f8169e7959 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5fcf201a-1d42-4504-8566-74154ab0f792", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5fcf201a-1d42-4504-8566-74154ab0f792", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5fcf201a-1d42-4504-8566-74154ab0f792", "name": "CreateFlavorTests-a092cd69-0299-4ee1-9ae5-78976a2c9996name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:29:37,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c590c98e-332c-4587-9cc1-84f8169e7959 2018-11-25 08:29:37,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:37,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["IF7DFaXMT9KadLPabKKuxw"], "issued_at": "2018-11-25T08:29:37.000000Z"}} 2018-11-25 08:29:37,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/5fcf201a-1d42-4504-8566-74154ab0f792 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec882aa5f8b20dfd6cc2a789458074c44ed810ab" 2018-11-25 08:29:37,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-c248bdc8-3b45-4852-90fd-9f830cc39814 x-compute-request-id: req-c248bdc8-3b45-4852-90fd-9f830cc39814 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5fcf201a-1d42-4504-8566-74154ab0f792", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5fcf201a-1d42-4504-8566-74154ab0f792", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5fcf201a-1d42-4504-8566-74154ab0f792", "name": "CreateFlavorTests-a092cd69-0299-4ee1-9ae5-78976a2c9996name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:29:37,610 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/5fcf201a-1d42-4504-8566-74154ab0f792 used request id req-c248bdc8-3b45-4852-90fd-9f830cc39814 2018-11-25 08:29:37,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/5fcf201a-1d42-4504-8566-74154ab0f792/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec882aa5f8b20dfd6cc2a789458074c44ed810ab" 2018-11-25 08:29:37,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-413f8fd1-4868-4c4f-9e6e-306fcf7dc654 x-compute-request-id: req-413f8fd1-4868-4c4f-9e6e-306fcf7dc654 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 08:29:37,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/5fcf201a-1d42-4504-8566-74154ab0f792/os-extra_specs used request id req-413f8fd1-4868-4c4f-9e6e-306fcf7dc654 2018-11-25 08:29:37,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/5fcf201a-1d42-4504-8566-74154ab0f792 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612261bce96be1fe3de8e9339d7fb3f13ae773d8" 2018-11-25 08:29:37,684 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-f2512c74-9118-4538-bc7b-b7b2629f3838 x-compute-request-id: req-f2512c74-9118-4538-bc7b-b7b2629f3838 Content-Length: 0 Content-Type: application/json 2018-11-25 08:29:37,684 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5fcf201a-1d42-4504-8566-74154ab0f792 used request id req-f2512c74-9118-4538-bc7b-b7b2629f3838 2018-11-25 08:29:37,685 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:37,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:29:37,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:38,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["bWCSmJ9gRLOLXlP_hGDPuw"], "issued_at": "2018-11-25T08:29:38.000000Z"}} 2018-11-25 08:29:38,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59f68d8ffbf7d5258fc14ebdfae4289d7f0a46a" 2018-11-25 08:29:38,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f392d5-91e5-4d89-ab7a-4abedd9e01a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:29:38,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-74f392d5-91e5-4d89-ab7a-4abedd9e01a0 2018-11-25 08:29:38,150 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:38,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59f68d8ffbf7d5258fc14ebdfae4289d7f0a46a" 2018-11-25 08:29:38,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a481edbe-913d-4193-98ed-60f652813a56 x-compute-request-id: req-a481edbe-913d-4193-98ed-60f652813a56 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:29:38,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a481edbe-913d-4193-98ed-60f652813a56 2018-11-25 08:29:38,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59f68d8ffbf7d5258fc14ebdfae4289d7f0a46a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-27c12ce7-d5e8-4ac4-a556-54c4b426e121name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-11-25 08:29:38,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddff8bf9-fbc1-428e-b348-96d912bab130 x-compute-request-id: req-ddff8bf9-fbc1-428e-b348-96d912bab130 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/082207a0-abca-4310-9c98-c11f3dd360ae", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/082207a0-abca-4310-9c98-c11f3dd360ae", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "082207a0-abca-4310-9c98-c11f3dd360ae", "name": "CreateFlavorTests-27c12ce7-d5e8-4ac4-a556-54c4b426e121name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-11-25 08:29:38,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ddff8bf9-fbc1-428e-b348-96d912bab130 2018-11-25 08:29:38,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:38,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["DrXKIW0nS06cVN-AuKRx4w"], "issued_at": "2018-11-25T08:29:38.000000Z"}} 2018-11-25 08:29:38,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/082207a0-abca-4310-9c98-c11f3dd360ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fb9d2efb02f4c095120db3fca166f2f419c2f1e" 2018-11-25 08:29:38,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85c94608-c9ba-499b-9d04-f02dc487573f x-compute-request-id: req-85c94608-c9ba-499b-9d04-f02dc487573f Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/082207a0-abca-4310-9c98-c11f3dd360ae", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/082207a0-abca-4310-9c98-c11f3dd360ae", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "082207a0-abca-4310-9c98-c11f3dd360ae", "name": "CreateFlavorTests-27c12ce7-d5e8-4ac4-a556-54c4b426e121name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-11-25 08:29:38,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/082207a0-abca-4310-9c98-c11f3dd360ae used request id req-85c94608-c9ba-499b-9d04-f02dc487573f 2018-11-25 08:29:38,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/082207a0-abca-4310-9c98-c11f3dd360ae/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fb9d2efb02f4c095120db3fca166f2f419c2f1e" 2018-11-25 08:29:38,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ad9368f-1c50-46e4-a25e-4ba29fc87a46 x-compute-request-id: req-2ad9368f-1c50-46e4-a25e-4ba29fc87a46 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 08:29:38,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/082207a0-abca-4310-9c98-c11f3dd360ae/os-extra_specs used request id req-2ad9368f-1c50-46e4-a25e-4ba29fc87a46 2018-11-25 08:29:38,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/082207a0-abca-4310-9c98-c11f3dd360ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fb9d2efb02f4c095120db3fca166f2f419c2f1e" 2018-11-25 08:29:39,004 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d713c09c-8018-499d-badb-4054dd5d39f3 x-compute-request-id: req-d713c09c-8018-499d-badb-4054dd5d39f3 Content-Length: 0 Content-Type: application/json 2018-11-25 08:29:39,005 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/082207a0-abca-4310-9c98-c11f3dd360ae used request id req-d713c09c-8018-499d-badb-4054dd5d39f3 2018-11-25 08:29:39,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fb9d2efb02f4c095120db3fca166f2f419c2f1e" 2018-11-25 08:29:39,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-1ef9fa22-2ac4-4fc2-bbb6-d553e2250d6d x-compute-request-id: req-1ef9fa22-2ac4-4fc2-bbb6-d553e2250d6d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:29:39,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1ef9fa22-2ac4-4fc2-bbb6-d553e2250d6d 2018-11-25 08:29:39,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/082207a0-abca-4310-9c98-c11f3dd360ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59f68d8ffbf7d5258fc14ebdfae4289d7f0a46a" 2018-11-25 08:29:39,053 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-abe4b068-ca30-44c6-8e63-d130b0cedbc7 x-compute-request-id: req-abe4b068-ca30-44c6-8e63-d130b0cedbc7 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 082207a0-abca-4310-9c98-c11f3dd360ae could not be found.", "code": 404}} 2018-11-25 08:29:39,053 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/082207a0-abca-4310-9c98-c11f3dd360ae used request id req-abe4b068-ca30-44c6-8e63-d130b0cedbc7 2018-11-25 08:29:39,055 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:39,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:29:39,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:39,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["lXc-NOW1Rs61GKy4cRXy0A"], "issued_at": "2018-11-25T08:29:39.000000Z"}} 2018-11-25 08:29:39,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be29156261b2f76d957e5fb71bb4818e63ca950c" 2018-11-25 08:29:39,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3027809e-6c66-48f2-a46d-896b4d96030d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:29:39,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3027809e-6c66-48f2-a46d-896b4d96030d 2018-11-25 08:29:39,517 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:39,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be29156261b2f76d957e5fb71bb4818e63ca950c" 2018-11-25 08:29:39,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-1124621a-660e-4937-b317-2ca34500983b x-compute-request-id: req-1124621a-660e-4937-b317-2ca34500983b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:29:39,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1124621a-660e-4937-b317-2ca34500983b 2018-11-25 08:29:39,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be29156261b2f76d957e5fb71bb4818e63ca950c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-3e46d025-be4b-4035-89b9-6bf2aa72fa4fname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-25 08:29:39,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-aab3a21f-a70c-4ee6-addd-09304fe0137e x-compute-request-id: req-aab3a21f-a70c-4ee6-addd-09304fe0137e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "name": "CreateFlavorTests-3e46d025-be4b-4035-89b9-6bf2aa72fa4fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:29:39,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-aab3a21f-a70c-4ee6-addd-09304fe0137e 2018-11-25 08:29:39,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:40,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["En3Z_02rRluiPcmHqwfnWQ"], "issued_at": "2018-11-25T08:29:40.000000Z"}} 2018-11-25 08:29:40,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df546ebcc6ce21c0052987fc535ea7abefe869b8" 2018-11-25 08:29:40,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26c14aa1-2fb1-45eb-9ed8-200d9842b728 x-compute-request-id: req-26c14aa1-2fb1-45eb-9ed8-200d9842b728 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "name": "CreateFlavorTests-3e46d025-be4b-4035-89b9-6bf2aa72fa4fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:29:40,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8 used request id req-26c14aa1-2fb1-45eb-9ed8-200d9842b728 2018-11-25 08:29:40,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df546ebcc6ce21c0052987fc535ea7abefe869b8" 2018-11-25 08:29:40,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d4fee4d-c488-4b46-82f1-ebf3fd0c3002 x-compute-request-id: req-2d4fee4d-c488-4b46-82f1-ebf3fd0c3002 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 08:29:40,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8/os-extra_specs used request id req-2d4fee4d-c488-4b46-82f1-ebf3fd0c3002 2018-11-25 08:29:40,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:29:40,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:40,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["icpDSkUBQZ6PXTTnYwCNQQ"], "issued_at": "2018-11-25T08:29:40.000000Z"}} 2018-11-25 08:29:40,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5211c04c92b8c91dbfd382807b988e399363ffc" 2018-11-25 08:29:40,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ac839a9-d3bc-4fd5-bf47-10ef593ebd41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:29:40,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8ac839a9-d3bc-4fd5-bf47-10ef593ebd41 2018-11-25 08:29:40,828 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:40,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5211c04c92b8c91dbfd382807b988e399363ffc" 2018-11-25 08:29:41,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6a73205-54bc-4bc9-98a9-b85d59993072 x-compute-request-id: req-b6a73205-54bc-4bc9-98a9-b85d59993072 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "rel": "bookmark"}], "name": "CreateFlavorTests-3e46d025-be4b-4035-89b9-6bf2aa72fa4fname"}]} 2018-11-25 08:29:41,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b6a73205-54bc-4bc9-98a9-b85d59993072 2018-11-25 08:29:41,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5211c04c92b8c91dbfd382807b988e399363ffc" 2018-11-25 08:29:41,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-ebb4970a-5f69-443a-856c-77a5eb4868cd x-compute-request-id: req-ebb4970a-5f69-443a-856c-77a5eb4868cd Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2ec31a50-7955-439e-a7c0-ba7182d5a4a8", "name": "CreateFlavorTests-3e46d025-be4b-4035-89b9-6bf2aa72fa4fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:29:41,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8 used request id req-ebb4970a-5f69-443a-856c-77a5eb4868cd 2018-11-25 08:29:41,035 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-3e46d025-be4b-4035-89b9-6bf2aa72fa4fname 2018-11-25 08:29:41,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be29156261b2f76d957e5fb71bb4818e63ca950c" 2018-11-25 08:29:41,071 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:29:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a67235d1-af05-4ce0-a068-a0d4de18eff2 x-compute-request-id: req-a67235d1-af05-4ce0-a068-a0d4de18eff2 Content-Length: 0 Content-Type: application/json 2018-11-25 08:29:41,071 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/2ec31a50-7955-439e-a7c0-ba7182d5a4a8 used request id req-a67235d1-af05-4ce0-a068-a0d4de18eff2 2018-11-25 08:29:41,073 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-25 08:29:41,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:29:41,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:41,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["wHFtlOfPQVKE-1y-F4CO-g"], "issued_at": "2018-11-25T08:29:41.000000Z"}} 2018-11-25 08:29:41,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91375d79bdaec81f3d24d8c951d194fc6d8b3f24" 2018-11-25 08:29:41,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82a6c290-4047-4ba1-b9a4-0cabf8c96b43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:29:41,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-82a6c290-4047-4ba1-b9a4-0cabf8c96b43 2018-11-25 08:29:41,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91375d79bdaec81f3d24d8c951d194fc6d8b3f24" 2018-11-25 08:29:41,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-d1199e6d-86dc-4ec6-9866-e21c941e323e Date: Sun, 25 Nov 2018 08:29:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image"} 2018-11-25 08:29:41,709 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image used request id req-d1199e6d-86dc-4ec6-9866-e21c941e323e 2018-11-25 08:29:41,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91375d79bdaec81f3d24d8c951d194fc6d8b3f24" 2018-11-25 08:29:41,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-67ee23d9-cc8a-4ed0-9a39-4697f05e22cc Date: Sun, 25 Nov 2018 08:29:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:29:41,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-67ee23d9-cc8a-4ed0-9a39-4697f05e22cc 2018-11-25 08:29:41,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}91375d79bdaec81f3d24d8c951d194fc6d8b3f24" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image"}' 2018-11-25 08:29:42,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122 X-Openstack-Request-Id: req-90683627-b785-4753-b750-f04b918579ed Date: Sun, 25 Nov 2018 08:29:42 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:29:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T08:29:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122", "min_disk": 0, "protected": false, "id": "76e97427-d4c2-4999-a26a-1fc1b50a3122", "file": "/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122/file", "checksum": null, "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:29:42,101 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-90683627-b785-4753-b750-f04b918579ed 2018-11-25 08:29:42,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91375d79bdaec81f3d24d8c951d194fc6d8b3f24" -d '' 2018-11-25 08:29:43,245 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-08a22fc7-881d-4b6f-8343-1c373c8388a2 Date: Sun, 25 Nov 2018 08:29:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:29:43,245 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122/file used request id req-08a22fc7-881d-4b6f-8343-1c373c8388a2 2018-11-25 08:29:43,246 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:29:43,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91375d79bdaec81f3d24d8c951d194fc6d8b3f24" 2018-11-25 08:29:43,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-b346cabf-d70c-4e9d-a7b4-284e752c8eaf Date: Sun, 25 Nov 2018 08:29:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:29:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:29:43Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/76e97427-d4c2-4999-a26a-1fc1b50a3122/snap", "metadata": {}}], "self": "/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122", "min_disk": 0, "protected": false, "id": "76e97427-d4c2-4999-a26a-1fc1b50a3122", "file": "/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/76e97427-d4c2-4999-a26a-1fc1b50a3122/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:29:43,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122 used request id req-b346cabf-d70c-4e9d-a7b4-284e752c8eaf 2018-11-25 08:29:43,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91375d79bdaec81f3d24d8c951d194fc6d8b3f24" 2018-11-25 08:29:43,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aeea6cca-4554-4bde-8ffa-be12b7fe0e67 Date: Sun, 25 Nov 2018 08:29:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:29:43,574 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-aeea6cca-4554-4bde-8ffa-be12b7fe0e67 2018-11-25 08:29:43,577 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image 2018-11-25 08:29:43,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91375d79bdaec81f3d24d8c951d194fc6d8b3f24" 2018-11-25 08:29:43,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-e5b3ce0b-8aa7-437a-8ee8-8094c8cf0b17 Date: Sun, 25 Nov 2018 08:29:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:29:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:29:43Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/76e97427-d4c2-4999-a26a-1fc1b50a3122/snap", "metadata": {}}], "self": "/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122", "min_disk": 0, "protected": false, "id": "76e97427-d4c2-4999-a26a-1fc1b50a3122", "file": "/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/76e97427-d4c2-4999-a26a-1fc1b50a3122/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:29:43,733 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122 used request id req-e5b3ce0b-8aa7-437a-8ee8-8094c8cf0b17 2018-11-25 08:29:43,734 - create_image - DEBUG - Instance status is - active 2018-11-25 08:29:43,734 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image 2018-11-25 08:29:43,734 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image 2018-11-25 08:29:43,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:29:43,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:44,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["K3LIRpi-Q2yQYIga5O4gHQ"], "issued_at": "2018-11-25T08:29:44.000000Z"}} 2018-11-25 08:29:44,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169753ffc49d4bef4cf67f2c37f69bfb9ed2e320" 2018-11-25 08:29:44,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eedd5f5-9af9-4eb1-aa44-9a219a630c96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:29:44,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0eedd5f5-9af9-4eb1-aa44-9a219a630c96 2018-11-25 08:29:44,217 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:29:44,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169753ffc49d4bef4cf67f2c37f69bfb9ed2e320" 2018-11-25 08:29:44,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-42fbea89-6d47-482a-ab6e-7afbeaf28561 x-compute-request-id: req-42fbea89-6d47-482a-ab6e-7afbeaf28561 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:29:44,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-42fbea89-6d47-482a-ab6e-7afbeaf28561 2018-11-25 08:29:44,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169753ffc49d4bef4cf67f2c37f69bfb9ed2e320" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-25 08:29:44,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-8410287a-aab0-4c80-baf3-ea6cc2721013 x-compute-request-id: req-8410287a-aab0-4c80-baf3-ea6cc2721013 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/43a5a7bf-3e64-4663-82ae-8019775d36ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/43a5a7bf-3e64-4663-82ae-8019775d36ec", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "43a5a7bf-3e64-4663-82ae-8019775d36ec", "name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:29:44,481 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8410287a-aab0-4c80-baf3-ea6cc2721013 2018-11-25 08:29:44,499 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-25 08:29:44,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:29:44,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["zgq-KWbfR4upUiQP-wyjHA"], "issued_at": "2018-11-25T08:29:44.000000Z"}} 2018-11-25 08:29:44,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-flavor"}}' 2018-11-25 08:29:48,375 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:29:44 GMT Server: Apache x-openstack-request-id: req-e075c9e6-63e1-4f55-a3cb-ddcc8186ca1c Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "self"}]}} 2018-11-25 08:29:48,375 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks used request id req-e075c9e6-63e1-4f55-a3cb-ddcc8186ca1c 2018-11-25 08:29:48,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:29:49,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:29:48 GMT Server: Apache x-openstack-request-id: req-7e61f29b-09ee-41ee-a1ad-c42b0768a332 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:29:49,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:49 GMT Server: Apache x-openstack-request-id: req-2f24fd1a-13be-48b7-b798-5516ad8b8487 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "stack_user_project_id": "f23d3582e8034c52a42e1c20d682a372", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:29:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:29:49,788 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e used request id req-2f24fd1a-13be-48b7-b798-5516ad8b8487 2018-11-25 08:29:49,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:29:50,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:49 GMT Server: Apache x-openstack-request-id: req-3e4a835a-bc0e-45f6-9f08-867466602504 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "stack_user_project_id": "f23d3582e8034c52a42e1c20d682a372", "deletion_time": null, "creation_time": "2018-11-25T08:29:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "self"}], "updated_time": null, "project": "9b3bbac25fe5465591e37f96f5a8bedc", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "tags": null}]} 2018-11-25 08:29:50,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1 used request id req-3e4a835a-bc0e-45f6-9f08-867466602504 2018-11-25 08:29:50,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:29:50,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:50 GMT Server: Apache x-openstack-request-id: req-f8f1e2a9-885e-49f2-8851-b7b56bda72a6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "stack_user_project_id": "f23d3582e8034c52a42e1c20d682a372", "deletion_time": null, "creation_time": "2018-11-25T08:29:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "self"}], "updated_time": null, "project": "9b3bbac25fe5465591e37f96f5a8bedc", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "tags": null}]} 2018-11-25 08:29:50,560 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1 used request id req-f8f1e2a9-885e-49f2-8851-b7b56bda72a6 2018-11-25 08:29:50,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:29:51,298 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:29:50 GMT Server: Apache x-openstack-request-id: req-d191d3a2-18f6-421d-87bb-2397adf4115e Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:29:51,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:51 GMT Server: Apache x-openstack-request-id: req-17c21f9d-78cb-4de0-847a-58325207fa41 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "stack_user_project_id": "f23d3582e8034c52a42e1c20d682a372", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:29:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:29:51,422 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e used request id req-17c21f9d-78cb-4de0-847a-58325207fa41 2018-11-25 08:29:51,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:29:52,094 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:29:51 GMT Server: Apache x-openstack-request-id: req-b40a22a2-b2e0-49fb-85c4-1dc969281755 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:29:52,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:52 GMT Server: Apache x-openstack-request-id: req-fbf79770-da62-4fec-a0dd-c882db254d3a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a6364015-9515-4990-a2ac-22b8947c3059", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cbbd133a-1515-40e9-a6bd-0f7bdef26ea7", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "c6a28d30-6da4-41a9-bb65-2128d087ef2b", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-11-25T08:29:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-11-25 08:29:52,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources used request id req-fbf79770-da62-4fec-a0dd-c882db254d3a 2018-11-25 08:29:52,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:29:53,671 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:29:53 GMT Server: Apache x-openstack-request-id: req-756361fa-42cc-401d-b8a6-d317569899f4 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:29:54,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:53 GMT Server: Apache x-openstack-request-id: req-ace82872-25fd-4772-a4c4-be3e218859eb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "stack_user_project_id": "f23d3582e8034c52a42e1c20d682a372", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:29:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:29:54,398 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e used request id req-ace82872-25fd-4772-a4c4-be3e218859eb 2018-11-25 08:29:54,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:29:54,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:29:54 GMT Server: Apache x-openstack-request-id: req-06aab7c7-9a27-4344-ab73-46addf5de56b Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:29:55,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:54 GMT Server: Apache x-openstack-request-id: req-5d46c9b6-d594-483e-994c-23cd33c16f56 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "stack_user_project_id": "f23d3582e8034c52a42e1c20d682a372", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:29:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:29:55,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e used request id req-5d46c9b6-d594-483e-994c-23cd33c16f56 2018-11-25 08:29:58,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:29:59,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:29:58 GMT Server: Apache x-openstack-request-id: req-db132c43-81dc-4ec6-9ea0-a5589894be13 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:29:59,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:29:59 GMT Server: Apache x-openstack-request-id: req-be263a8a-66f2-4679-8d72-3b23524c4053 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "stack_user_project_id": "f23d3582e8034c52a42e1c20d682a372", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:29:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:29:59,834 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e used request id req-be263a8a-66f2-4679-8d72-3b23524c4053 2018-11-25 08:30:02,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:03,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:02 GMT Server: Apache x-openstack-request-id: req-3f00041c-19ec-40c6-82cc-a6565b58cd02 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:03,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:03 GMT Server: Apache x-openstack-request-id: req-4a66abc5-f0dd-4b1e-9967-ecf3390d5c8f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1", "stack_user_project_id": "f23d3582e8034c52a42e1c20d682a372", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:29:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "47379c86-bc6b-4333-8c73-f71b73c0633e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:03,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e used request id req-4a66abc5-f0dd-4b1e-9967-ecf3390d5c8f 2018-11-25 08:30:03,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:03,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:03 GMT Server: Apache x-openstack-request-id: req-1fa57b6a-f8f1-490f-81e2-caa7701e105e Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:03,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:03 GMT Server: Apache x-openstack-request-id: req-34a5c6d4-b996-4a43-a279-9e104f2b2dce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a6364015-9515-4990-a2ac-22b8947c3059", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cbbd133a-1515-40e9-a6bd-0f7bdef26ea7", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "c6a28d30-6da4-41a9-bb65-2128d087ef2b", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0f42d322-30c2-4503-b556-0db787c03487", "resource_type": "OS::Nova::Server"}]} 2018-11-25 08:30:03,839 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources used request id req-34a5c6d4-b996-4a43-a279-9e104f2b2dce 2018-11-25 08:30:03,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c6a28d30-6da4-41a9-bb65-2128d087ef2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:04,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-a1908ee5-3c1f-439c-83ba-b45fcaaaffbf Date: Sun, 25 Nov 2018 08:30:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c6a28d30-6da4-41a9-bb65-2128d087ef2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["cbbd133a-1515-40e9-a6bd-0f7bdef26ea7"],"description":"","tags":[],"updated_at":"2018-11-25T08:29:50Z","provider:segmentation_id":18,"name":"HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:29:49Z","provider:network_type":"vxlan"}]} 2018-11-25 08:30:04,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c6a28d30-6da4-41a9-bb65-2128d087ef2b used request id req-a1908ee5-3c1f-439c-83ba-b45fcaaaffbf 2018-11-25 08:30:04,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c6a28d30-6da4-41a9-bb65-2128d087ef2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:04,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7503b0a9-84a1-4629-930c-ffffc32132d5 Date: Sun, 25 Nov 2018 08:30:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a28d30-6da4-41a9-bb65-2128d087ef2b","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:29:50Z","dns_nameservers":[],"updated_at":"2018-11-25T08:29:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"cbbd133a-1515-40e9-a6bd-0f7bdef26ea7","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-subnet"}]} 2018-11-25 08:30:04,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c6a28d30-6da4-41a9-bb65-2128d087ef2b used request id req-7503b0a9-84a1-4629-930c-ffffc32132d5 2018-11-25 08:30:04,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c6a28d30-6da4-41a9-bb65-2128d087ef2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:04,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7dfb8b99-d933-4fb8-bb91-d34c67aa6f49 Date: Sun, 25 Nov 2018 08:30:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a28d30-6da4-41a9-bb65-2128d087ef2b","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:29:50Z","dns_nameservers":[],"updated_at":"2018-11-25T08:29:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"cbbd133a-1515-40e9-a6bd-0f7bdef26ea7","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-subnet"}]} 2018-11-25 08:30:04,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c6a28d30-6da4-41a9-bb65-2128d087ef2b used request id req-7dfb8b99-d933-4fb8-bb91-d34c67aa6f49 2018-11-25 08:30:04,515 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:30:04,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:04,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c74f5de-d27e-46bf-9fec-6f927ba2d4ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:30:04,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9c74f5de-d27e-46bf-9fec-6f927ba2d4ac 2018-11-25 08:30:04,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:05,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:04 GMT Server: Apache x-openstack-request-id: req-0bc897ab-531f-423a-8173-597572a7300d Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:06,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:05 GMT Server: Apache x-openstack-request-id: req-500b65b8-4b37-4a04-a23c-53181d916809 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a6364015-9515-4990-a2ac-22b8947c3059", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cbbd133a-1515-40e9-a6bd-0f7bdef26ea7", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "c6a28d30-6da4-41a9-bb65-2128d087ef2b", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0f42d322-30c2-4503-b556-0db787c03487", "resource_type": "OS::Nova::Server"}]} 2018-11-25 08:30:06,036 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources used request id req-500b65b8-4b37-4a04-a23c-53181d916809 2018-11-25 08:30:06,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0f42d322-30c2-4503-b556-0db787c03487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:06,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-5639c354-c1d2-449a-a34b-a8f6e76f8d38 x-compute-request-id: req-5639c354-c1d2-449a-a34b-a8f6e76f8d38 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:b8:f0", "version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0f42d322-30c2-4503-b556-0db787c03487", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0f42d322-30c2-4503-b556-0db787c03487", "rel": "bookmark"}], "image": {"id": "76e97427-d4c2-4999-a26a-1fc1b50a3122", "links": [{"href": "http://172.30.9.23:8774/images/76e97427-d4c2-4999-a26a-1fc1b50a3122", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-11-25T08:30:00.000000", "flavor": {"id": "43a5a7bf-3e64-4663-82ae-8019775d36ec", "links": [{"href": "http://172.30.9.23:8774/flavors/43a5a7bf-3e64-4663-82ae-8019775d36ec", "rel": "bookmark"}]}, "id": "0f42d322-30c2-4503-b556-0db787c03487", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:30:00Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-inst", "created": "2018-11-25T08:29:55Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:30:06,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0f42d322-30c2-4503-b556-0db787c03487 used request id req-5639c354-c1d2-449a-a34b-a8f6e76f8d38 2018-11-25 08:30:06,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:06,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-68c4e816-f35f-46c6-8613-a82b3e6dd723 Date: Sun, 25 Nov 2018 08:30:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c6a28d30-6da4-41a9-bb65-2128d087ef2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["cbbd133a-1515-40e9-a6bd-0f7bdef26ea7"],"description":"","tags":[],"updated_at":"2018-11-25T08:29:50Z","provider:segmentation_id":18,"name":"HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:29:49Z","provider:network_type":"vxlan"}]} 2018-11-25 08:30:06,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-net used request id req-68c4e816-f35f-46c6-8613-a82b3e6dd723 2018-11-25 08:30:06,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:30:06,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:30:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:30:06,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:06,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0958d259-d6d6-41d2-a660-58f566f17c3f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:30:06,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-0958d259-d6d6-41d2-a660-58f566f17c3f 2018-11-25 08:30:06,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c6a28d30-6da4-41a9-bb65-2128d087ef2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:06,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9d8b17b0-f59d-4b48-b94a-3baa415812be Date: Sun, 25 Nov 2018 08:30:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a28d30-6da4-41a9-bb65-2128d087ef2b","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:29:50Z","dns_nameservers":[],"updated_at":"2018-11-25T08:29:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"cbbd133a-1515-40e9-a6bd-0f7bdef26ea7","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-subnet"}]} 2018-11-25 08:30:06,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c6a28d30-6da4-41a9-bb65-2128d087ef2b used request id req-9d8b17b0-f59d-4b48-b94a-3baa415812be 2018-11-25 08:30:06,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=c6a28d30-6da4-41a9-bb65-2128d087ef2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:06,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3561 X-Openstack-Request-Id: req-69863d8f-7040-4af7-88b5-80ee3d7de48c Date: Sun, 25 Nov 2018 08:30:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:29:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbbd133a-1515-40e9-a6bd-0f7bdef26ea7","ip_address":"10.0.0.4"}],"id":"10ca3303-7b00-45e8-b242-18ce5fa49e18","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:33:ad","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c6a28d30-6da4-41a9-bb65-2128d087ef2b","name":"","admin_state_up":true,"network_id":"c6a28d30-6da4-41a9-bb65-2128d087ef2b","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:29:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:29:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbbd133a-1515-40e9-a6bd-0f7bdef26ea7","ip_address":"10.0.0.2"}],"id":"54b5c59f-6f0f-490b-a333-bbded13d6ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:55:34","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c6a28d30-6da4-41a9-bb65-2128d087ef2b","name":"","admin_state_up":true,"network_id":"c6a28d30-6da4-41a9-bb65-2128d087ef2b","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:29:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:29:57Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbbd133a-1515-40e9-a6bd-0f7bdef26ea7","ip_address":"10.0.0.8"}],"id":"a6364015-9515-4990-a2ac-22b8947c3059","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:b8:f0","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0f42d322-30c2-4503-b556-0db787c03487","name":"HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1-server1_port-qr5pcovwqd3f","admin_state_up":true,"network_id":"c6a28d30-6da4-41a9-bb65-2128d087ef2b","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:29:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:29:52Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbbd133a-1515-40e9-a6bd-0f7bdef26ea7","ip_address":"10.0.0.3"}],"id":"e74db16a-c726-4801-8afa-9b15db677e58","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:79:0f:be","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c6a28d30-6da4-41a9-bb65-2128d087ef2b","name":"","admin_state_up":true,"network_id":"c6a28d30-6da4-41a9-bb65-2128d087ef2b","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:29:51Z","binding:vnic_type":"normal"}]} 2018-11-25 08:30:06,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=c6a28d30-6da4-41a9-bb65-2128d087ef2b used request id req-69863d8f-7040-4af7-88b5-80ee3d7de48c 2018-11-25 08:30:06,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:06,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:06 GMT Server: Apache x-openstack-request-id: req-bbecfeba-1f81-4f72-bfde-0865b17912bf Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:07,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:06 GMT Server: Apache x-openstack-request-id: req-818efb9c-6a22-4551-a12c-37ce5209a005 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a6364015-9515-4990-a2ac-22b8947c3059", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cbbd133a-1515-40e9-a6bd-0f7bdef26ea7", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "c6a28d30-6da4-41a9-bb65-2128d087ef2b", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-25T08:29:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:29:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0f42d322-30c2-4503-b556-0db787c03487", "resource_type": "OS::Nova::Server"}]} 2018-11-25 08:30:07,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e/resources used request id req-818efb9c-6a22-4551-a12c-37ce5209a005 2018-11-25 08:30:07,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/47379c86-bc6b-4333-8c73-f71b73c0633e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9dcd8ef500c1af33e291d749927c1dea3236bf" 2018-11-25 08:30:08,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:07 GMT Server: Apache x-openstack-request-id: req-4040d307-c414-47dd-a323-57bdaa7a0e50 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:08,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:30:08 GMT Server: Apache x-openstack-request-id: req-4d74dfd3-9094-43cb-b67a-be1a181b9539 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:30:08,411 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-stack1/47379c86-bc6b-4333-8c73-f71b73c0633e used request id req-4d74dfd3-9094-43cb-b67a-be1a181b9539 2018-11-25 08:30:08,411 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-3f0b048a-2278-4958-8286-8143653ff742-image 2018-11-25 08:30:08,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91375d79bdaec81f3d24d8c951d194fc6d8b3f24" 2018-11-25 08:30:11,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fda23b94-1915-4de5-b1f0-bbb4d6e5d67a Date: Sun, 25 Nov 2018 08:30:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:30:11,986 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/76e97427-d4c2-4999-a26a-1fc1b50a3122 used request id req-fda23b94-1915-4de5-b1f0-bbb4d6e5d67a 2018-11-25 08:30:11,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/43a5a7bf-3e64-4663-82ae-8019775d36ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169753ffc49d4bef4cf67f2c37f69bfb9ed2e320" 2018-11-25 08:30:12,029 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-3fb0d631-2f3c-4695-bfd6-359852b5d1fa x-compute-request-id: req-3fb0d631-2f3c-4695-bfd6-359852b5d1fa Content-Length: 0 Content-Type: application/json 2018-11-25 08:30:12,029 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/43a5a7bf-3e64-4663-82ae-8019775d36ec used request id req-3fb0d631-2f3c-4695-bfd6-359852b5d1fa 2018-11-25 08:30:12,031 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-25 08:30:12,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:30:12,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:30:12,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:30:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["srHohB8TQjOzK7N-oOjeUg"], "issued_at": "2018-11-25T08:30:12.000000Z"}} 2018-11-25 08:30:12,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0638d73928b9c70ea20505178ae2dceb64148482" 2018-11-25 08:30:12,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2444cfb4-d49d-4630-9245-af0a0559f38d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:30:12,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2444cfb4-d49d-4630-9245-af0a0559f38d 2018-11-25 08:30:12,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0638d73928b9c70ea20505178ae2dceb64148482" 2018-11-25 08:30:13,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-aa54e144-9300-4597-a60e-fc9471c23b6d Date: Sun, 25 Nov 2018 08:30:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image"} 2018-11-25 08:30:13,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image used request id req-aa54e144-9300-4597-a60e-fc9471c23b6d 2018-11-25 08:30:13,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0638d73928b9c70ea20505178ae2dceb64148482" 2018-11-25 08:30:13,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8b7be6aa-21ef-4bc9-90fc-49a6e1018976 Date: Sun, 25 Nov 2018 08:30:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:30:13,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-8b7be6aa-21ef-4bc9-90fc-49a6e1018976 2018-11-25 08:30:13,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0638d73928b9c70ea20505178ae2dceb64148482" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image"}' 2018-11-25 08:30:13,580 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/af20cd74-ea71-42e1-875d-36780032d75a X-Openstack-Request-Id: req-aac98968-5f69-44f7-b24d-ff52f017043a Date: Sun, 25 Nov 2018 08:30:13 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:30:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T08:30:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/af20cd74-ea71-42e1-875d-36780032d75a", "min_disk": 0, "protected": false, "id": "af20cd74-ea71-42e1-875d-36780032d75a", "file": "/v2/images/af20cd74-ea71-42e1-875d-36780032d75a/file", "checksum": null, "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:30:13,580 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-aac98968-5f69-44f7-b24d-ff52f017043a 2018-11-25 08:30:13,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/af20cd74-ea71-42e1-875d-36780032d75a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0638d73928b9c70ea20505178ae2dceb64148482" -d '' 2018-11-25 08:30:15,254 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b4ed7cf2-9965-41ad-b94f-913487991ffd Date: Sun, 25 Nov 2018 08:30:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:30:15,254 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/af20cd74-ea71-42e1-875d-36780032d75a/file used request id req-b4ed7cf2-9965-41ad-b94f-913487991ffd 2018-11-25 08:30:15,254 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:30:15,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/af20cd74-ea71-42e1-875d-36780032d75a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0638d73928b9c70ea20505178ae2dceb64148482" 2018-11-25 08:30:15,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-5f351eda-2519-45bc-b95c-7c8927a3fb4a Date: Sun, 25 Nov 2018 08:30:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:30:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:30:15Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/af20cd74-ea71-42e1-875d-36780032d75a/snap", "metadata": {}}], "self": "/v2/images/af20cd74-ea71-42e1-875d-36780032d75a", "min_disk": 0, "protected": false, "id": "af20cd74-ea71-42e1-875d-36780032d75a", "file": "/v2/images/af20cd74-ea71-42e1-875d-36780032d75a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/af20cd74-ea71-42e1-875d-36780032d75a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:30:15,411 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/af20cd74-ea71-42e1-875d-36780032d75a used request id req-5f351eda-2519-45bc-b95c-7c8927a3fb4a 2018-11-25 08:30:15,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0638d73928b9c70ea20505178ae2dceb64148482" 2018-11-25 08:30:15,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cdcdf918-c848-45d7-8f6a-681a93a5de89 Date: Sun, 25 Nov 2018 08:30:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:30:15,573 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-cdcdf918-c848-45d7-8f6a-681a93a5de89 2018-11-25 08:30:15,576 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image 2018-11-25 08:30:15,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/af20cd74-ea71-42e1-875d-36780032d75a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0638d73928b9c70ea20505178ae2dceb64148482" 2018-11-25 08:30:15,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-7eb403fc-05e9-469c-bb89-aefe6380009f Date: Sun, 25 Nov 2018 08:30:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:30:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:30:15Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/af20cd74-ea71-42e1-875d-36780032d75a/snap", "metadata": {}}], "self": "/v2/images/af20cd74-ea71-42e1-875d-36780032d75a", "min_disk": 0, "protected": false, "id": "af20cd74-ea71-42e1-875d-36780032d75a", "file": "/v2/images/af20cd74-ea71-42e1-875d-36780032d75a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/af20cd74-ea71-42e1-875d-36780032d75a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:30:15,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/af20cd74-ea71-42e1-875d-36780032d75a used request id req-7eb403fc-05e9-469c-bb89-aefe6380009f 2018-11-25 08:30:15,597 - create_image - DEBUG - Instance status is - active 2018-11-25 08:30:15,597 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image 2018-11-25 08:30:15,597 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image 2018-11-25 08:30:15,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:30:15,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:30:15,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:30:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["AfZTHuOxS3iY8EUWvugynA"], "issued_at": "2018-11-25T08:30:15.000000Z"}} 2018-11-25 08:30:15,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164c66e1af2a3162410c5c205b97a7855d34e26" 2018-11-25 08:30:16,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d2216b4-46dd-4952-884d-f59cafcd65c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:30:16,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0d2216b4-46dd-4952-884d-f59cafcd65c3 2018-11-25 08:30:16,066 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:30:16,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164c66e1af2a3162410c5c205b97a7855d34e26" 2018-11-25 08:30:16,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-cde8e2e9-c960-4ad5-a42a-e2f48621f380 x-compute-request-id: req-cde8e2e9-c960-4ad5-a42a-e2f48621f380 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:30:16,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cde8e2e9-c960-4ad5-a42a-e2f48621f380 2018-11-25 08:30:16,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164c66e1af2a3162410c5c205b97a7855d34e26" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-25 08:30:16,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-84488506-e11b-4085-956c-8bc90b2b6747 x-compute-request-id: req-84488506-e11b-4085-956c-8bc90b2b6747 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/528ec75d-f4ec-4e57-8b29-6c5b4a4301e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/528ec75d-f4ec-4e57-8b29-6c5b4a4301e2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "528ec75d-f4ec-4e57-8b29-6c5b4a4301e2", "name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:30:16,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-84488506-e11b-4085-956c-8bc90b2b6747 2018-11-25 08:30:16,311 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-25 08:30:16,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:30:16,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:30:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["AXT8Df8HTcGDdIsOL9RV5w"], "issued_at": "2018-11-25T08:30:16.000000Z"}} 2018-11-25 08:30:16,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}}' 2018-11-25 08:30:19,440 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:30:16 GMT Server: Apache x-openstack-request-id: req-ecb0278c-7567-433f-a6f7-4de0254a29b4 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}]}} 2018-11-25 08:30:19,441 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks used request id req-ecb0278c-7567-433f-a6f7-4de0254a29b4 2018-11-25 08:30:19,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:20,147 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:19 GMT Server: Apache x-openstack-request-id: req-b76d0b69-ce1d-4c99-970c-7703368db8ba Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:20,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:20 GMT Server: Apache x-openstack-request-id: req-cf45b167-7ce5-48f8-8132-44838ac64eb5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "stack_user_project_id": "89af2135d5f041f4930dd040c660e766", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:18Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:20,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 used request id req-cf45b167-7ce5-48f8-8132-44838ac64eb5 2018-11-25 08:30:20,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:21,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:20 GMT Server: Apache x-openstack-request-id: req-dc6830e8-4446-4a8b-bab7-d92fde5426b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "stack_user_project_id": "89af2135d5f041f4930dd040c660e766", "deletion_time": null, "creation_time": "2018-11-25T08:30:18Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}], "updated_time": null, "project": "9b3bbac25fe5465591e37f96f5a8bedc", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "tags": null}]} 2018-11-25 08:30:21,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1 used request id req-dc6830e8-4446-4a8b-bab7-d92fde5426b0 2018-11-25 08:30:21,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:21,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:21 GMT Server: Apache x-openstack-request-id: req-af9affea-ba5a-4b20-b798-c603e0df664d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "stack_user_project_id": "89af2135d5f041f4930dd040c660e766", "deletion_time": null, "creation_time": "2018-11-25T08:30:18Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}], "updated_time": null, "project": "9b3bbac25fe5465591e37f96f5a8bedc", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "tags": null}]} 2018-11-25 08:30:21,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1 used request id req-af9affea-ba5a-4b20-b798-c603e0df664d 2018-11-25 08:30:21,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:21,635 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:21 GMT Server: Apache x-openstack-request-id: req-2299d1b4-ed09-45dc-9f43-e86631bb6df9 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:21,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:21 GMT Server: Apache x-openstack-request-id: req-f159c308-969e-4b72-928a-2470469c69dc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "stack_user_project_id": "89af2135d5f041f4930dd040c660e766", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:18Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:21,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 used request id req-f159c308-969e-4b72-928a-2470469c69dc 2018-11-25 08:30:21,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:22,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:21 GMT Server: Apache x-openstack-request-id: req-e6bb9282-7085-49bc-b664-fd6d41db6f30 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:22,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:22 GMT Server: Apache x-openstack-request-id: req-d5461109-0091-4329-bfa0-d7284aa6644f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "stack_user_project_id": "89af2135d5f041f4930dd040c660e766", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:18Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:22,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 used request id req-d5461109-0091-4329-bfa0-d7284aa6644f 2018-11-25 08:30:25,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:25,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:25 GMT Server: Apache x-openstack-request-id: req-1e781ca6-a4a6-4e70-b714-0e8a8f64681d Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:25,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:25 GMT Server: Apache x-openstack-request-id: req-d05d6745-bc73-4901-8359-3f3fb05e665e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "stack_user_project_id": "89af2135d5f041f4930dd040c660e766", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:18Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:25,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 used request id req-d05d6745-bc73-4901-8359-3f3fb05e665e 2018-11-25 08:30:28,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:29,410 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:28 GMT Server: Apache x-openstack-request-id: req-c4fa0c48-0fc0-457c-8d20-421dd9f97a26 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:29,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:29 GMT Server: Apache x-openstack-request-id: req-1880136d-91b3-40d2-9be2-7172227e0300 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "stack_user_project_id": "89af2135d5f041f4930dd040c660e766", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:18Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:29,452 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 used request id req-1880136d-91b3-40d2-9be2-7172227e0300 2018-11-25 08:30:32,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:32,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:32 GMT Server: Apache x-openstack-request-id: req-2d818298-1366-4690-8d18-b06daf925a45 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:33,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:32 GMT Server: Apache x-openstack-request-id: req-449b5ffe-2c45-4346-a294-cb2d0d2893ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "stack_user_project_id": "89af2135d5f041f4930dd040c660e766", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:18Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:33,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 used request id req-449b5ffe-2c45-4346-a294-cb2d0d2893ae 2018-11-25 08:30:36,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:36,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:36 GMT Server: Apache x-openstack-request-id: req-bf662ccb-b1ab-4b6f-9dee-63b8fd6df1d1 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:36,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:36 GMT Server: Apache x-openstack-request-id: req-560e31df-88b9-4240-b22a-74945ec5fa6c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "stack_user_project_id": "89af2135d5f041f4930dd040c660e766", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:18Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:36,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 used request id req-560e31df-88b9-4240-b22a-74945ec5fa6c 2018-11-25 08:30:39,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:40,005 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:40 GMT Server: Apache x-openstack-request-id: req-18df75f2-7420-48d8-a3fd-424185013351 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:40,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:40 GMT Server: Apache x-openstack-request-id: req-a5c22989-7b25-4d0e-bbe4-5ba4a07dc2c9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1", "stack_user_project_id": "89af2135d5f041f4930dd040c660e766", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:30:18Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "03a80a1a-0ea6-4502-8444-aab8c4ac4df5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:40,229 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 used request id req-a5c22989-7b25-4d0e-bbe4-5ba4a07dc2c9 2018-11-25 08:30:40,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}}' 2018-11-25 08:30:42,635 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:30:40 GMT Server: Apache x-openstack-request-id: req-6ed00ef9-d3c1-4f42-ba5d-67c14dcacb19 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}]}} 2018-11-25 08:30:42,635 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks used request id req-6ed00ef9-d3c1-4f42-ba5d-67c14dcacb19 2018-11-25 08:30:42,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:42,665 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:42 GMT Server: Apache x-openstack-request-id: req-fb940118-e0dc-4d3c-a592-5976687f926f Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:42,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:42 GMT Server: Apache x-openstack-request-id: req-dcb23b64-07e8-471c-91b9-3d1c8db571dc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:42,707 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-dcb23b64-07e8-471c-91b9-3d1c8db571dc 2018-11-25 08:30:42,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:42,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:42 GMT Server: Apache x-openstack-request-id: req-7fc3b46d-0137-4af8-9f5e-56911fb503c2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "deletion_time": null, "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "updated_time": null, "project": "9b3bbac25fe5465591e37f96f5a8bedc", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "tags": null}]} 2018-11-25 08:30:42,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2 used request id req-7fc3b46d-0137-4af8-9f5e-56911fb503c2 2018-11-25 08:30:42,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:43,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:42 GMT Server: Apache x-openstack-request-id: req-3eb35b52-cbbd-4187-9a70-e7c68a910e21 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "deletion_time": null, "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "updated_time": null, "project": "9b3bbac25fe5465591e37f96f5a8bedc", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "tags": null}]} 2018-11-25 08:30:43,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2 used request id req-3eb35b52-cbbd-4187-9a70-e7c68a910e21 2018-11-25 08:30:43,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:43,431 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:43 GMT Server: Apache x-openstack-request-id: req-fe7f4526-2c0d-43b4-8640-6d0bde3bc5b5 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:44,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:43 GMT Server: Apache x-openstack-request-id: req-246e0e2f-1205-4bbc-a820-c6283355567a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:44,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-246e0e2f-1205-4bbc-a820-c6283355567a 2018-11-25 08:30:44,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:44,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:44 GMT Server: Apache x-openstack-request-id: req-61152c0f-d1c0-46ef-9522-ae39e4039d17 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:44,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:44 GMT Server: Apache x-openstack-request-id: req-b7cd3699-9952-452e-a694-d4d6a20ab978 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:44,258 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-b7cd3699-9952-452e-a694-d4d6a20ab978 2018-11-25 08:30:47,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:47,290 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:47 GMT Server: Apache x-openstack-request-id: req-293eb893-fc6a-4048-8003-cae736c84157 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:47,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:47 GMT Server: Apache x-openstack-request-id: req-4ca4c278-0f00-4ba8-ad57-2f1840456ae0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:47,496 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-4ca4c278-0f00-4ba8-ad57-2f1840456ae0 2018-11-25 08:30:50,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:50,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:50 GMT Server: Apache x-openstack-request-id: req-9575da4d-3912-4a3b-977a-c665721822ed Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:50,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:50 GMT Server: Apache x-openstack-request-id: req-20acef0b-95e4-4968-a835-8474ffe53b90 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:50,849 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-20acef0b-95e4-4968-a835-8474ffe53b90 2018-11-25 08:30:53,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:54,490 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:53 GMT Server: Apache x-openstack-request-id: req-7f8c2a40-7713-4856-bd4a-62b69af2a696 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:54,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:54 GMT Server: Apache x-openstack-request-id: req-33e356af-000a-4b7a-bd4a-eefb0af35c03 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:54,699 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-33e356af-000a-4b7a-bd4a-eefb0af35c03 2018-11-25 08:30:57,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:30:57,732 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:30:57 GMT Server: Apache x-openstack-request-id: req-f527c195-18a5-4797-9eff-5e1091fdbb00 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:30:57,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:30:57 GMT Server: Apache x-openstack-request-id: req-7b6d82e7-32e5-4218-baad-dc095aaca272 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:30:57,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-7b6d82e7-32e5-4218-baad-dc095aaca272 2018-11-25 08:31:00,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:00,839 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:00 GMT Server: Apache x-openstack-request-id: req-b7c63727-a4ae-4382-ac86-e9d654723d40 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:00,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:00 GMT Server: Apache x-openstack-request-id: req-50ebe4da-3754-45ae-a355-730f362ff499 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:31:00,915 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-50ebe4da-3754-45ae-a355-730f362ff499 2018-11-25 08:31:03,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:03,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:03 GMT Server: Apache x-openstack-request-id: req-54a14d8b-d014-413b-a1c4-7f29076dcab7 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:04,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:03 GMT Server: Apache x-openstack-request-id: req-56336436-a82b-4d3c-a656-15ec9c98f82a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:31:04,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-56336436-a82b-4d3c-a656-15ec9c98f82a 2018-11-25 08:31:07,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:07,687 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:07 GMT Server: Apache x-openstack-request-id: req-bb92483e-5b9e-4869-91db-c2a4f815d482 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:07,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:07 GMT Server: Apache x-openstack-request-id: req-3aa0203d-cb05-44e4-975a-e6597f6c485f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:31:07,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-3aa0203d-cb05-44e4-975a-e6597f6c485f 2018-11-25 08:31:10,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:10,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:10 GMT Server: Apache x-openstack-request-id: req-488be179-3f75-4430-8494-98b2c9f998b6 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:10,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:10 GMT Server: Apache x-openstack-request-id: req-ce65ace5-4884-400d-8c1f-01de72d48ca6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:31:10,870 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-ce65ace5-4884-400d-8c1f-01de72d48ca6 2018-11-25 08:31:13,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:13,903 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:13 GMT Server: Apache x-openstack-request-id: req-cbf1734c-c968-4040-a55b-7e3262084c50 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:13,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:13 GMT Server: Apache x-openstack-request-id: req-73ec3b4e-2ee3-4815-8a7a-291bcd5e95e3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:31:13,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-73ec3b4e-2ee3-4815-8a7a-291bcd5e95e3 2018-11-25 08:31:16,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:17,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:16 GMT Server: Apache x-openstack-request-id: req-4da06563-4ad8-4158-8082-45ba844ed450 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:17,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:17 GMT Server: Apache x-openstack-request-id: req-26241d0f-cfd7-45a5-b191-633ec43bfcd6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:31:17,672 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-26241d0f-cfd7-45a5-b191-633ec43bfcd6 2018-11-25 08:31:20,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:20,705 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:20 GMT Server: Apache x-openstack-request-id: req-3f068828-d020-418c-a5d9-6f666f80c343 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:21,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:20 GMT Server: Apache x-openstack-request-id: req-afb04d7f-dc0a-4aa5-8758-4ba092b5c2d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:31:21,373 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-afb04d7f-dc0a-4aa5-8758-4ba092b5c2d5 2018-11-25 08:31:24,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:24,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:24 GMT Server: Apache x-openstack-request-id: req-a8983350-dd8c-4e43-adcf-5bd983d5b0ce Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:24,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:24 GMT Server: Apache x-openstack-request-id: req-9731a77a-58e4-4cd0-adcf-a7156f4784db Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:31:24,447 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-9731a77a-58e4-4cd0-adcf-a7156f4784db 2018-11-25 08:31:27,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:27,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:27 GMT Server: Apache x-openstack-request-id: req-776ba777-8f13-45ff-978f-76e82f3113ca Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:27,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:27 GMT Server: Apache x-openstack-request-id: req-89b85a02-9a44-4103-afbf-7c0f2d7e3b95 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:31:27,682 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-89b85a02-9a44-4103-afbf-7c0f2d7e3b95 2018-11-25 08:31:30,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:31,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:30 GMT Server: Apache x-openstack-request-id: req-828900c3-1882-4709-bd29-be669b71075a Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:31,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:31 GMT Server: Apache x-openstack-request-id: req-8d8bc742-2a5e-4f45-b74e-a0d823c98718 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2", "stack_user_project_id": "dda24bacafa94803b5c0e58a41c4afde", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:30:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b5fc1ce8-374c-4a6b-a719-8cb0306ab700", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-25 08:31:31,420 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-8d8bc742-2a5e-4f45-b74e-a0d823c98718 2018-11-25 08:31:31,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:31,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:31 GMT Server: Apache x-openstack-request-id: req-6dac30f7-03b4-4970-99bc-d115e6a528aa Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:31,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:31:31 GMT Server: Apache x-openstack-request-id: req-1448609d-7235-462b-a067-6c0fec3cb3f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:31:31,489 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack1/03a80a1a-0ea6-4502-8444-aab8c4ac4df5 used request id req-1448609d-7235-462b-a067-6c0fec3cb3f1 2018-11-25 08:31:31,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d359903f93ce7c967052a96b1eaf6e4d40f8d0c" 2018-11-25 08:31:31,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:31 GMT Server: Apache x-openstack-request-id: req-b57d4261-3133-4c79-a6b0-d495cc1739d3 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:31,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:31:31 GMT Server: Apache x-openstack-request-id: req-0ca7e63a-aa21-43c8-9fdc-cd389cfb1320 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:31:31,594 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-stack2/b5fc1ce8-374c-4a6b-a719-8cb0306ab700 used request id req-0ca7e63a-aa21-43c8-9fdc-cd389cfb1320 2018-11-25 08:31:31,594 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-7a8284dd-9927-424a-ba94-1458520009d2-image 2018-11-25 08:31:31,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/af20cd74-ea71-42e1-875d-36780032d75a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0638d73928b9c70ea20505178ae2dceb64148482" 2018-11-25 08:31:33,084 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3e73f2d-7a15-4b46-a10d-63e7479d1bfa Date: Sun, 25 Nov 2018 08:31:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:31:33,084 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/af20cd74-ea71-42e1-875d-36780032d75a used request id req-f3e73f2d-7a15-4b46-a10d-63e7479d1bfa 2018-11-25 08:31:33,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/528ec75d-f4ec-4e57-8b29-6c5b4a4301e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164c66e1af2a3162410c5c205b97a7855d34e26" 2018-11-25 08:31:33,136 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-3093ba9b-1036-46ae-8aae-8aa25e9046c7 x-compute-request-id: req-3093ba9b-1036-46ae-8aae-8aa25e9046c7 Content-Length: 0 Content-Type: application/json 2018-11-25 08:31:33,136 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/528ec75d-f4ec-4e57-8b29-6c5b4a4301e2 used request id req-3093ba9b-1036-46ae-8aae-8aa25e9046c7 2018-11-25 08:31:33,137 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-25 08:31:33,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:31:33,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:31:33,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:31:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["PTu1lBChRy-E55Fj_SFwDA"], "issued_at": "2018-11-25T08:31:33.000000Z"}} 2018-11-25 08:31:33,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89cd14628ffc9237cf43caccced82d6e75872c1" 2018-11-25 08:31:33,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59f182af-f998-4787-a679-e014a9a62583 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:31:33,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-59f182af-f998-4787-a679-e014a9a62583 2018-11-25 08:31:33,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b89cd14628ffc9237cf43caccced82d6e75872c1" 2018-11-25 08:31:33,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-e312aeaf-54c6-4031-8e65-5e725008a073 Date: Sun, 25 Nov 2018 08:31:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"} 2018-11-25 08:31:33,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1 used request id req-e312aeaf-54c6-4031-8e65-5e725008a073 2018-11-25 08:31:33,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b89cd14628ffc9237cf43caccced82d6e75872c1" 2018-11-25 08:31:33,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-59855bd7-cab9-4969-8470-3663ecf909b8 Date: Sun, 25 Nov 2018 08:31:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:31:33,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-59855bd7-cab9-4969-8470-3663ecf909b8 2018-11-25 08:31:33,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b89cd14628ffc9237cf43caccced82d6e75872c1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}' 2018-11-25 08:31:34,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07 X-Openstack-Request-Id: req-e399decb-c762-4756-9759-35113a2dbeb6 Date: Sun, 25 Nov 2018 08:31:34 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:31:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T08:31:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07", "min_disk": 0, "protected": false, "id": "f63c40f1-03fc-43b1-9cbb-0aea555f6a07", "file": "/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/file", "checksum": null, "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:31:34,258 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e399decb-c762-4756-9759-35113a2dbeb6 2018-11-25 08:31:34,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b89cd14628ffc9237cf43caccced82d6e75872c1" -d '' 2018-11-25 08:31:35,964 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c8d0c249-b0c3-4975-b0ce-5ef041ae862a Date: Sun, 25 Nov 2018 08:31:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:31:35,965 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/file used request id req-c8d0c249-b0c3-4975-b0ce-5ef041ae862a 2018-11-25 08:31:35,965 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:31:35,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b89cd14628ffc9237cf43caccced82d6e75872c1" 2018-11-25 08:31:36,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-d419ecf3-059e-489c-ada1-48058021b9fe Date: Sun, 25 Nov 2018 08:31:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:31:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:31:35Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/snap", "metadata": {}}], "self": "/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07", "min_disk": 0, "protected": false, "id": "f63c40f1-03fc-43b1-9cbb-0aea555f6a07", "file": "/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:31:36,122 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07 used request id req-d419ecf3-059e-489c-ada1-48058021b9fe 2018-11-25 08:31:36,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b89cd14628ffc9237cf43caccced82d6e75872c1" 2018-11-25 08:31:36,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c0b10b9d-774c-4faa-9c8e-daf9a8181797 Date: Sun, 25 Nov 2018 08:31:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:31:36,276 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c0b10b9d-774c-4faa-9c8e-daf9a8181797 2018-11-25 08:31:36,279 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1 2018-11-25 08:31:36,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b89cd14628ffc9237cf43caccced82d6e75872c1" 2018-11-25 08:31:36,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-850cf665-f93a-4c57-ba74-5698decf36ab Date: Sun, 25 Nov 2018 08:31:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:31:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:31:35Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/snap", "metadata": {}}], "self": "/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07", "min_disk": 0, "protected": false, "id": "f63c40f1-03fc-43b1-9cbb-0aea555f6a07", "file": "/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:31:36,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07 used request id req-850cf665-f93a-4c57-ba74-5698decf36ab 2018-11-25 08:31:36,901 - create_image - DEBUG - Instance status is - active 2018-11-25 08:31:36,901 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1 2018-11-25 08:31:36,901 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1 2018-11-25 08:31:36,902 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-25 08:31:36,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:31:36,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:31:37,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:31:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["_3DOmgIITkWiabb6cD_AoA"], "issued_at": "2018-11-25T08:31:37.000000Z"}} 2018-11-25 08:31:37,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df660e6df954aa25ad7db06032ae89aa6549e68" 2018-11-25 08:31:37,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f175ed4b-58a7-42ec-b503-c51129c5ac5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:31:37,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f175ed4b-58a7-42ec-b503-c51129c5ac5e 2018-11-25 08:31:37,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df660e6df954aa25ad7db06032ae89aa6549e68" 2018-11-25 08:31:37,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-3f598d71-dcac-4272-bc98-2081e1caf6ed Date: Sun, 25 Nov 2018 08:31:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2"} 2018-11-25 08:31:37,539 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2 used request id req-3f598d71-dcac-4272-bc98-2081e1caf6ed 2018-11-25 08:31:37,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df660e6df954aa25ad7db06032ae89aa6549e68" 2018-11-25 08:31:37,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-771b49de-7bdd-4305-a7bf-6a4b3f00b673 Date: Sun, 25 Nov 2018 08:31:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:31:37,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-771b49de-7bdd-4305-a7bf-6a4b3f00b673 2018-11-25 08:31:37,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6df660e6df954aa25ad7db06032ae89aa6549e68" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2"}' 2018-11-25 08:31:37,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a X-Openstack-Request-Id: req-50b8a64f-fdcf-4faf-8b13-7d17a1c4156b Date: Sun, 25 Nov 2018 08:31:37 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:31:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T08:31:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a", "min_disk": 0, "protected": false, "id": "1585c979-dbbf-47a0-b844-e235d139e94a", "file": "/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a/file", "checksum": null, "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:31:37,931 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-50b8a64f-fdcf-4faf-8b13-7d17a1c4156b 2018-11-25 08:31:37,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df660e6df954aa25ad7db06032ae89aa6549e68" -d '' 2018-11-25 08:31:40,097 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d78463da-6308-4adb-a924-ac45bdf53fea Date: Sun, 25 Nov 2018 08:31:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:31:40,097 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a/file used request id req-d78463da-6308-4adb-a924-ac45bdf53fea 2018-11-25 08:31:40,098 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:31:40,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df660e6df954aa25ad7db06032ae89aa6549e68" 2018-11-25 08:31:40,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-fa295b91-00b7-4d68-93ec-2e0c1c09d958 Date: Sun, 25 Nov 2018 08:31:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:31:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:31:40Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1585c979-dbbf-47a0-b844-e235d139e94a/snap", "metadata": {}}], "self": "/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a", "min_disk": 0, "protected": false, "id": "1585c979-dbbf-47a0-b844-e235d139e94a", "file": "/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1585c979-dbbf-47a0-b844-e235d139e94a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:31:40,262 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a used request id req-fa295b91-00b7-4d68-93ec-2e0c1c09d958 2018-11-25 08:31:40,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df660e6df954aa25ad7db06032ae89aa6549e68" 2018-11-25 08:31:40,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-be1ff226-c697-4e73-b111-7730407654d7 Date: Sun, 25 Nov 2018 08:31:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:31:40,415 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-be1ff226-c697-4e73-b111-7730407654d7 2018-11-25 08:31:40,418 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2 2018-11-25 08:31:40,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df660e6df954aa25ad7db06032ae89aa6549e68" 2018-11-25 08:31:40,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-69334226-132c-41b5-8bad-771ea4e8ee20 Date: Sun, 25 Nov 2018 08:31:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:31:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:31:40Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1585c979-dbbf-47a0-b844-e235d139e94a/snap", "metadata": {}}], "self": "/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a", "min_disk": 0, "protected": false, "id": "1585c979-dbbf-47a0-b844-e235d139e94a", "file": "/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1585c979-dbbf-47a0-b844-e235d139e94a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:31:40,438 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a used request id req-69334226-132c-41b5-8bad-771ea4e8ee20 2018-11-25 08:31:40,439 - create_image - DEBUG - Instance status is - active 2018-11-25 08:31:40,439 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2 2018-11-25 08:31:40,439 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2 2018-11-25 08:31:40,439 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-25 08:31:40,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:31:40,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:31:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["8_-e9Cg4QmK9vuiO_Fit6Q"], "issued_at": "2018-11-25T08:31:40.000000Z"}} 2018-11-25 08:31:40,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net"}}' 2018-11-25 08:31:44,559 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:31:40 GMT Server: Apache x-openstack-request-id: req-06cc7b2e-64a2-4d65-8b97-6c49e2f36160 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "ded1a214-c8db-4162-9bad-d1073406671b", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}]}} 2018-11-25 08:31:44,559 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks used request id req-06cc7b2e-64a2-4d65-8b97-6c49e2f36160 2018-11-25 08:31:44,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:31:44,755 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:44 GMT Server: Apache x-openstack-request-id: req-d8d352a5-d4d1-4520-b4d8-437ba5152036 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:44,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:44 GMT Server: Apache x-openstack-request-id: req-b3193fab-8007-4054-a716-0c762669896d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:31:44,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-b3193fab-8007-4054-a716-0c762669896d 2018-11-25 08:31:44,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:31:44,982 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:44 GMT Server: Apache x-openstack-request-id: req-03dfea44-69f6-4451-802a-0a43c49893e7 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:45,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:44 GMT Server: Apache x-openstack-request-id: req-87a2d130-801f-465e-9cc4-b0f5266b5a4a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:31:45,056 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-87a2d130-801f-465e-9cc4-b0f5266b5a4a 2018-11-25 08:31:48,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:31:48,245 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:48 GMT Server: Apache x-openstack-request-id: req-c6630ab1-e8c0-4d70-8748-43155fe2eae3 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:48,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:48 GMT Server: Apache x-openstack-request-id: req-6793f10f-d3de-4d6b-ad94-afc97e4a560b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoINuqh95VxkxwOsLh+VVaziG6zeKGb8ICR3wlqP6vydoOFbc\nge9LmgFmAHR/dm0+whb5beM2rM/zNydUnlQnRIGRzbGF1C791xphSJIgkureCoOv\nxsDr38Vwrll9Skrh1VZG9wFSmTIUZdeSYsylrQCV5HKS4ofNsMTWSVH5HpaxBjWC\njlumbjbO2v+483UjtdVJhfZqlOXScyvWZFvFtW53PLukzJc4STJFPcjx7KBFYsQ3\n/fnMpwM0mCL3JpxSGdgQxr61RoWbUwLQqzWYA9NGVlibKq4WBj4cTFQP2hyMDx17\n2WDN0Jnw7fCTfG80alChPKzIIhhZZRkBeYdOuwIDAQABAoIBAQCTn4195SiB1GgP\n15xpRaBD1l8voYrflvPa/rAwu2t3ttSBTFHNJrnPUA3xyTMZRev8MYkBaYD1euNj\nDEckvpzGwqvIE8bTmMxYsqhaSBqxRFUmMmrNTs0gpsO1dhRm6Wu9+3WU4qCGyKo9\n5/934mNVMz6oNj+lG+Uu+DlkgYGugM/VPdt4C34SI27k0fihrB3tHxPLzAH77DrT\ng4f3UZs5y2n9fYCdR54tVSNtFQoV53BWemTGruKhPgtxgrZEWWjde8Yc2+MMn9Tn\nux5cNjS0L0pWJDdhE9Tsi5LapsiFVfEGEh8424ZXrXlYdaTA379Ts9K6YnS+rMUW\nrkS1HxnRAoGBANRa4KSiA+bYlIfyWn2Eqy1MxcQz8uRhYM3gGjc+zJpmsIYe0qSc\nUe2JhXpozWr1kKosd4D6mL79sb3M+g5uojjFrigVerS7MeIqktjk1CJIRJ/he6+P\nU0LBrrJQo7hnLmnvIODC6AgA/m8f+TBENKH/dkVZrCpd6zXxTbq/1phXAoGBAMGA\n5OOJ3IjY5VHs1F7mJH2WVzx+MdiMMXZeUyASwRBU2vXLIgy0yNc8ZQ182YTC0CR+\nJLVyFNffmHEHFo/RmzoLwxNkTho/HmewTIlofyLMfKO7busGEzddqv+SMlh3wM4N\n7lRZfZNUz6aT5Lp5LzbBUGOFvop6mUINT2T8Sc49AoGAGSJshm/6wD8QTYr89PBY\nBnOY0OFJNYjlGVkWIUXYl8nhyO4rBnrOI6xsVRHEho1sQwgiWOzQWYLTn+B8FGs5\n3jhfpbTtIikp/VgGq49iIHCnVrksl5oCQ9uC3u42gqQL1VQNcyz+o7viYarKJtFb\n3XTMPecgPp+BMJBQH/OG5d8CgYBUytSB2LFozhJ++dZ91z96QNztRyc0iwpJoj+u\nuEkdjPF974t2Ieo4VuC5LlJq2Ks4soYHdHwptHMqZD7AusrYfrr2zmdjHPGH4jtH\noyDC8PRVExchqcHV6xe5cijZl3BHWtdq4uQiIXH0vq3mAKBtz/wYAE1khSCPTyHR\nULROyQKBgQCjuZyT0V1uya7yK9b1HGRUxyripsq+zr9ILsWDikvhmiVfxMxt7y7U\n/bq5wc9XYilOBAEcZ7NfJ5vamoyX84Mw+25l0Mc3DesMWLiYxdcat7ho8UmM4P0h\nfYm67nn1xqTU1HRe1i50ZzXMmy9JtaT728eV635k4vQXhHsyWWq45Q==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:31:48,621 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-6793f10f-d3de-4d6b-ad94-afc97e4a560b 2018-11-25 08:31:51,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:31:51,803 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:51 GMT Server: Apache x-openstack-request-id: req-7b282c07-02e6-4771-8bd3-74cd29650f21 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:52,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:51 GMT Server: Apache x-openstack-request-id: req-30ed8cdf-10d9-4964-8787-28ed46c6ff5c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoINuqh95VxkxwOsLh+VVaziG6zeKGb8ICR3wlqP6vydoOFbc\nge9LmgFmAHR/dm0+whb5beM2rM/zNydUnlQnRIGRzbGF1C791xphSJIgkureCoOv\nxsDr38Vwrll9Skrh1VZG9wFSmTIUZdeSYsylrQCV5HKS4ofNsMTWSVH5HpaxBjWC\njlumbjbO2v+483UjtdVJhfZqlOXScyvWZFvFtW53PLukzJc4STJFPcjx7KBFYsQ3\n/fnMpwM0mCL3JpxSGdgQxr61RoWbUwLQqzWYA9NGVlibKq4WBj4cTFQP2hyMDx17\n2WDN0Jnw7fCTfG80alChPKzIIhhZZRkBeYdOuwIDAQABAoIBAQCTn4195SiB1GgP\n15xpRaBD1l8voYrflvPa/rAwu2t3ttSBTFHNJrnPUA3xyTMZRev8MYkBaYD1euNj\nDEckvpzGwqvIE8bTmMxYsqhaSBqxRFUmMmrNTs0gpsO1dhRm6Wu9+3WU4qCGyKo9\n5/934mNVMz6oNj+lG+Uu+DlkgYGugM/VPdt4C34SI27k0fihrB3tHxPLzAH77DrT\ng4f3UZs5y2n9fYCdR54tVSNtFQoV53BWemTGruKhPgtxgrZEWWjde8Yc2+MMn9Tn\nux5cNjS0L0pWJDdhE9Tsi5LapsiFVfEGEh8424ZXrXlYdaTA379Ts9K6YnS+rMUW\nrkS1HxnRAoGBANRa4KSiA+bYlIfyWn2Eqy1MxcQz8uRhYM3gGjc+zJpmsIYe0qSc\nUe2JhXpozWr1kKosd4D6mL79sb3M+g5uojjFrigVerS7MeIqktjk1CJIRJ/he6+P\nU0LBrrJQo7hnLmnvIODC6AgA/m8f+TBENKH/dkVZrCpd6zXxTbq/1phXAoGBAMGA\n5OOJ3IjY5VHs1F7mJH2WVzx+MdiMMXZeUyASwRBU2vXLIgy0yNc8ZQ182YTC0CR+\nJLVyFNffmHEHFo/RmzoLwxNkTho/HmewTIlofyLMfKO7busGEzddqv+SMlh3wM4N\n7lRZfZNUz6aT5Lp5LzbBUGOFvop6mUINT2T8Sc49AoGAGSJshm/6wD8QTYr89PBY\nBnOY0OFJNYjlGVkWIUXYl8nhyO4rBnrOI6xsVRHEho1sQwgiWOzQWYLTn+B8FGs5\n3jhfpbTtIikp/VgGq49iIHCnVrksl5oCQ9uC3u42gqQL1VQNcyz+o7viYarKJtFb\n3XTMPecgPp+BMJBQH/OG5d8CgYBUytSB2LFozhJ++dZ91z96QNztRyc0iwpJoj+u\nuEkdjPF974t2Ieo4VuC5LlJq2Ks4soYHdHwptHMqZD7AusrYfrr2zmdjHPGH4jtH\noyDC8PRVExchqcHV6xe5cijZl3BHWtdq4uQiIXH0vq3mAKBtz/wYAE1khSCPTyHR\nULROyQKBgQCjuZyT0V1uya7yK9b1HGRUxyripsq+zr9ILsWDikvhmiVfxMxt7y7U\n/bq5wc9XYilOBAEcZ7NfJ5vamoyX84Mw+25l0Mc3DesMWLiYxdcat7ho8UmM4P0h\nfYm67nn1xqTU1HRe1i50ZzXMmy9JtaT728eV635k4vQXhHsyWWq45Q==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:31:52,660 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-30ed8cdf-10d9-4964-8787-28ed46c6ff5c 2018-11-25 08:31:55,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:31:56,409 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:55 GMT Server: Apache x-openstack-request-id: req-7d991e83-721d-439a-8f52-0cc28b021f46 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:31:56,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:56 GMT Server: Apache x-openstack-request-id: req-c37ef503-ead2-49fc-8ba6-4a45b9daec41 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoINuqh95VxkxwOsLh+VVaziG6zeKGb8ICR3wlqP6vydoOFbc\nge9LmgFmAHR/dm0+whb5beM2rM/zNydUnlQnRIGRzbGF1C791xphSJIgkureCoOv\nxsDr38Vwrll9Skrh1VZG9wFSmTIUZdeSYsylrQCV5HKS4ofNsMTWSVH5HpaxBjWC\njlumbjbO2v+483UjtdVJhfZqlOXScyvWZFvFtW53PLukzJc4STJFPcjx7KBFYsQ3\n/fnMpwM0mCL3JpxSGdgQxr61RoWbUwLQqzWYA9NGVlibKq4WBj4cTFQP2hyMDx17\n2WDN0Jnw7fCTfG80alChPKzIIhhZZRkBeYdOuwIDAQABAoIBAQCTn4195SiB1GgP\n15xpRaBD1l8voYrflvPa/rAwu2t3ttSBTFHNJrnPUA3xyTMZRev8MYkBaYD1euNj\nDEckvpzGwqvIE8bTmMxYsqhaSBqxRFUmMmrNTs0gpsO1dhRm6Wu9+3WU4qCGyKo9\n5/934mNVMz6oNj+lG+Uu+DlkgYGugM/VPdt4C34SI27k0fihrB3tHxPLzAH77DrT\ng4f3UZs5y2n9fYCdR54tVSNtFQoV53BWemTGruKhPgtxgrZEWWjde8Yc2+MMn9Tn\nux5cNjS0L0pWJDdhE9Tsi5LapsiFVfEGEh8424ZXrXlYdaTA379Ts9K6YnS+rMUW\nrkS1HxnRAoGBANRa4KSiA+bYlIfyWn2Eqy1MxcQz8uRhYM3gGjc+zJpmsIYe0qSc\nUe2JhXpozWr1kKosd4D6mL79sb3M+g5uojjFrigVerS7MeIqktjk1CJIRJ/he6+P\nU0LBrrJQo7hnLmnvIODC6AgA/m8f+TBENKH/dkVZrCpd6zXxTbq/1phXAoGBAMGA\n5OOJ3IjY5VHs1F7mJH2WVzx+MdiMMXZeUyASwRBU2vXLIgy0yNc8ZQ182YTC0CR+\nJLVyFNffmHEHFo/RmzoLwxNkTho/HmewTIlofyLMfKO7busGEzddqv+SMlh3wM4N\n7lRZfZNUz6aT5Lp5LzbBUGOFvop6mUINT2T8Sc49AoGAGSJshm/6wD8QTYr89PBY\nBnOY0OFJNYjlGVkWIUXYl8nhyO4rBnrOI6xsVRHEho1sQwgiWOzQWYLTn+B8FGs5\n3jhfpbTtIikp/VgGq49iIHCnVrksl5oCQ9uC3u42gqQL1VQNcyz+o7viYarKJtFb\n3XTMPecgPp+BMJBQH/OG5d8CgYBUytSB2LFozhJ++dZ91z96QNztRyc0iwpJoj+u\nuEkdjPF974t2Ieo4VuC5LlJq2Ks4soYHdHwptHMqZD7AusrYfrr2zmdjHPGH4jtH\noyDC8PRVExchqcHV6xe5cijZl3BHWtdq4uQiIXH0vq3mAKBtz/wYAE1khSCPTyHR\nULROyQKBgQCjuZyT0V1uya7yK9b1HGRUxyripsq+zr9ILsWDikvhmiVfxMxt7y7U\n/bq5wc9XYilOBAEcZ7NfJ5vamoyX84Mw+25l0Mc3DesMWLiYxdcat7ho8UmM4P0h\nfYm67nn1xqTU1HRe1i50ZzXMmy9JtaT728eV635k4vQXhHsyWWq45Q==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:31:56,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-c37ef503-ead2-49fc-8ba6-4a45b9daec41 2018-11-25 08:31:59,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:31:59,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:31:59 GMT Server: Apache x-openstack-request-id: req-28a458cf-c53e-4683-abda-982b864f885e Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:00,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:31:59 GMT Server: Apache x-openstack-request-id: req-62469b07-ead6-41b9-a909-03b493e823b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoINuqh95VxkxwOsLh+VVaziG6zeKGb8ICR3wlqP6vydoOFbc\nge9LmgFmAHR/dm0+whb5beM2rM/zNydUnlQnRIGRzbGF1C791xphSJIgkureCoOv\nxsDr38Vwrll9Skrh1VZG9wFSmTIUZdeSYsylrQCV5HKS4ofNsMTWSVH5HpaxBjWC\njlumbjbO2v+483UjtdVJhfZqlOXScyvWZFvFtW53PLukzJc4STJFPcjx7KBFYsQ3\n/fnMpwM0mCL3JpxSGdgQxr61RoWbUwLQqzWYA9NGVlibKq4WBj4cTFQP2hyMDx17\n2WDN0Jnw7fCTfG80alChPKzIIhhZZRkBeYdOuwIDAQABAoIBAQCTn4195SiB1GgP\n15xpRaBD1l8voYrflvPa/rAwu2t3ttSBTFHNJrnPUA3xyTMZRev8MYkBaYD1euNj\nDEckvpzGwqvIE8bTmMxYsqhaSBqxRFUmMmrNTs0gpsO1dhRm6Wu9+3WU4qCGyKo9\n5/934mNVMz6oNj+lG+Uu+DlkgYGugM/VPdt4C34SI27k0fihrB3tHxPLzAH77DrT\ng4f3UZs5y2n9fYCdR54tVSNtFQoV53BWemTGruKhPgtxgrZEWWjde8Yc2+MMn9Tn\nux5cNjS0L0pWJDdhE9Tsi5LapsiFVfEGEh8424ZXrXlYdaTA379Ts9K6YnS+rMUW\nrkS1HxnRAoGBANRa4KSiA+bYlIfyWn2Eqy1MxcQz8uRhYM3gGjc+zJpmsIYe0qSc\nUe2JhXpozWr1kKosd4D6mL79sb3M+g5uojjFrigVerS7MeIqktjk1CJIRJ/he6+P\nU0LBrrJQo7hnLmnvIODC6AgA/m8f+TBENKH/dkVZrCpd6zXxTbq/1phXAoGBAMGA\n5OOJ3IjY5VHs1F7mJH2WVzx+MdiMMXZeUyASwRBU2vXLIgy0yNc8ZQ182YTC0CR+\nJLVyFNffmHEHFo/RmzoLwxNkTho/HmewTIlofyLMfKO7busGEzddqv+SMlh3wM4N\n7lRZfZNUz6aT5Lp5LzbBUGOFvop6mUINT2T8Sc49AoGAGSJshm/6wD8QTYr89PBY\nBnOY0OFJNYjlGVkWIUXYl8nhyO4rBnrOI6xsVRHEho1sQwgiWOzQWYLTn+B8FGs5\n3jhfpbTtIikp/VgGq49iIHCnVrksl5oCQ9uC3u42gqQL1VQNcyz+o7viYarKJtFb\n3XTMPecgPp+BMJBQH/OG5d8CgYBUytSB2LFozhJ++dZ91z96QNztRyc0iwpJoj+u\nuEkdjPF974t2Ieo4VuC5LlJq2Ks4soYHdHwptHMqZD7AusrYfrr2zmdjHPGH4jtH\noyDC8PRVExchqcHV6xe5cijZl3BHWtdq4uQiIXH0vq3mAKBtz/wYAE1khSCPTyHR\nULROyQKBgQCjuZyT0V1uya7yK9b1HGRUxyripsq+zr9ILsWDikvhmiVfxMxt7y7U\n/bq5wc9XYilOBAEcZ7NfJ5vamoyX84Mw+25l0Mc3DesMWLiYxdcat7ho8UmM4P0h\nfYm67nn1xqTU1HRe1i50ZzXMmy9JtaT728eV635k4vQXhHsyWWq45Q==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:00,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-62469b07-ead6-41b9-a909-03b493e823b4 2018-11-25 08:32:03,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:03,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:03 GMT Server: Apache x-openstack-request-id: req-5534c320-e4fb-4e7a-b910-f6259421b50e Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:03,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:03 GMT Server: Apache x-openstack-request-id: req-e879f9c2-a685-49e9-87ad-df6d71529181 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2091 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoINuqh95VxkxwOsLh+VVaziG6zeKGb8ICR3wlqP6vydoOFbc\nge9LmgFmAHR/dm0+whb5beM2rM/zNydUnlQnRIGRzbGF1C791xphSJIgkureCoOv\nxsDr38Vwrll9Skrh1VZG9wFSmTIUZdeSYsylrQCV5HKS4ofNsMTWSVH5HpaxBjWC\njlumbjbO2v+483UjtdVJhfZqlOXScyvWZFvFtW53PLukzJc4STJFPcjx7KBFYsQ3\n/fnMpwM0mCL3JpxSGdgQxr61RoWbUwLQqzWYA9NGVlibKq4WBj4cTFQP2hyMDx17\n2WDN0Jnw7fCTfG80alChPKzIIhhZZRkBeYdOuwIDAQABAoIBAQCTn4195SiB1GgP\n15xpRaBD1l8voYrflvPa/rAwu2t3ttSBTFHNJrnPUA3xyTMZRev8MYkBaYD1euNj\nDEckvpzGwqvIE8bTmMxYsqhaSBqxRFUmMmrNTs0gpsO1dhRm6Wu9+3WU4qCGyKo9\n5/934mNVMz6oNj+lG+Uu+DlkgYGugM/VPdt4C34SI27k0fihrB3tHxPLzAH77DrT\ng4f3UZs5y2n9fYCdR54tVSNtFQoV53BWemTGruKhPgtxgrZEWWjde8Yc2+MMn9Tn\nux5cNjS0L0pWJDdhE9Tsi5LapsiFVfEGEh8424ZXrXlYdaTA379Ts9K6YnS+rMUW\nrkS1HxnRAoGBANRa4KSiA+bYlIfyWn2Eqy1MxcQz8uRhYM3gGjc+zJpmsIYe0qSc\nUe2JhXpozWr1kKosd4D6mL79sb3M+g5uojjFrigVerS7MeIqktjk1CJIRJ/he6+P\nU0LBrrJQo7hnLmnvIODC6AgA/m8f+TBENKH/dkVZrCpd6zXxTbq/1phXAoGBAMGA\n5OOJ3IjY5VHs1F7mJH2WVzx+MdiMMXZeUyASwRBU2vXLIgy0yNc8ZQ182YTC0CR+\nJLVyFNffmHEHFo/RmzoLwxNkTho/HmewTIlofyLMfKO7busGEzddqv+SMlh3wM4N\n7lRZfZNUz6aT5Lp5LzbBUGOFvop6mUINT2T8Sc49AoGAGSJshm/6wD8QTYr89PBY\nBnOY0OFJNYjlGVkWIUXYl8nhyO4rBnrOI6xsVRHEho1sQwgiWOzQWYLTn+B8FGs5\n3jhfpbTtIikp/VgGq49iIHCnVrksl5oCQ9uC3u42gqQL1VQNcyz+o7viYarKJtFb\n3XTMPecgPp+BMJBQH/OG5d8CgYBUytSB2LFozhJ++dZ91z96QNztRyc0iwpJoj+u\nuEkdjPF974t2Ieo4VuC5LlJq2Ks4soYHdHwptHMqZD7AusrYfrr2zmdjHPGH4jtH\noyDC8PRVExchqcHV6xe5cijZl3BHWtdq4uQiIXH0vq3mAKBtz/wYAE1khSCPTyHR\nULROyQKBgQCjuZyT0V1uya7yK9b1HGRUxyripsq+zr9ILsWDikvhmiVfxMxt7y7U\n/bq5wc9XYilOBAEcZ7NfJ5vamoyX84Mw+25l0Mc3DesMWLiYxdcat7ho8UmM4P0h\nfYm67nn1xqTU1HRe1i50ZzXMmy9JtaT728eV635k4vQXhHsyWWq45Q==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:03,939 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-e879f9c2-a685-49e9-87ad-df6d71529181 2018-11-25 08:32:03,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:04,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:03 GMT Server: Apache x-openstack-request-id: req-080d126e-bd9f-4521-a076-687084458c20 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:04,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:04 GMT Server: Apache x-openstack-request-id: req-62c1605a-5f25-4431-a344-7c4cfcfccbe6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1043 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7279f889-e495-4628-b9d1-9416427ca781", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c55d911f-17cc-435d-b0ce-d9320450a40f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "f04c4e11-ecae-49e1-a3d8-a770e6748e30", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "5cef26e7-e84c-4b41-bc8d-7325f6ec6a40", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "f5cf0eeb-7621-4204-8aab-42cc435eea32", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "888f98d5-4f0b-4238-9148-b2b1597083a2", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "7ba71253-3019-44f6-8389-cf93f6680650", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7ba71253-3019-44f6-8389-cf93f6680650:subnet_id=7279f889-e495-4628-b9d1-9416427ca781", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "44419e29-7ef3-4bc0-81f0-758bbdec1ea9", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8e545d1b-63e0-45ca-a6b8-a068a64ffce0", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "22008abf-5e20-40e9-aca8-77c1afc90382", "resource_type": "OS::Nova::Server"}]} 2018-11-25 08:32:04,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources used request id req-62c1605a-5f25-4431-a344-7c4cfcfccbe6 2018-11-25 08:32:04,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:04,564 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:04 GMT Server: Apache x-openstack-request-id: req-f55203f8-ca3e-4907-8fe2-3b806fed8c4a Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:04,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:04 GMT Server: Apache x-openstack-request-id: req-ba1a4dbb-6c30-4824-a760-aa384f2974c7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2091 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoINuqh95VxkxwOsLh+VVaziG6zeKGb8ICR3wlqP6vydoOFbc\nge9LmgFmAHR/dm0+whb5beM2rM/zNydUnlQnRIGRzbGF1C791xphSJIgkureCoOv\nxsDr38Vwrll9Skrh1VZG9wFSmTIUZdeSYsylrQCV5HKS4ofNsMTWSVH5HpaxBjWC\njlumbjbO2v+483UjtdVJhfZqlOXScyvWZFvFtW53PLukzJc4STJFPcjx7KBFYsQ3\n/fnMpwM0mCL3JpxSGdgQxr61RoWbUwLQqzWYA9NGVlibKq4WBj4cTFQP2hyMDx17\n2WDN0Jnw7fCTfG80alChPKzIIhhZZRkBeYdOuwIDAQABAoIBAQCTn4195SiB1GgP\n15xpRaBD1l8voYrflvPa/rAwu2t3ttSBTFHNJrnPUA3xyTMZRev8MYkBaYD1euNj\nDEckvpzGwqvIE8bTmMxYsqhaSBqxRFUmMmrNTs0gpsO1dhRm6Wu9+3WU4qCGyKo9\n5/934mNVMz6oNj+lG+Uu+DlkgYGugM/VPdt4C34SI27k0fihrB3tHxPLzAH77DrT\ng4f3UZs5y2n9fYCdR54tVSNtFQoV53BWemTGruKhPgtxgrZEWWjde8Yc2+MMn9Tn\nux5cNjS0L0pWJDdhE9Tsi5LapsiFVfEGEh8424ZXrXlYdaTA379Ts9K6YnS+rMUW\nrkS1HxnRAoGBANRa4KSiA+bYlIfyWn2Eqy1MxcQz8uRhYM3gGjc+zJpmsIYe0qSc\nUe2JhXpozWr1kKosd4D6mL79sb3M+g5uojjFrigVerS7MeIqktjk1CJIRJ/he6+P\nU0LBrrJQo7hnLmnvIODC6AgA/m8f+TBENKH/dkVZrCpd6zXxTbq/1phXAoGBAMGA\n5OOJ3IjY5VHs1F7mJH2WVzx+MdiMMXZeUyASwRBU2vXLIgy0yNc8ZQ182YTC0CR+\nJLVyFNffmHEHFo/RmzoLwxNkTho/HmewTIlofyLMfKO7busGEzddqv+SMlh3wM4N\n7lRZfZNUz6aT5Lp5LzbBUGOFvop6mUINT2T8Sc49AoGAGSJshm/6wD8QTYr89PBY\nBnOY0OFJNYjlGVkWIUXYl8nhyO4rBnrOI6xsVRHEho1sQwgiWOzQWYLTn+B8FGs5\n3jhfpbTtIikp/VgGq49iIHCnVrksl5oCQ9uC3u42gqQL1VQNcyz+o7viYarKJtFb\n3XTMPecgPp+BMJBQH/OG5d8CgYBUytSB2LFozhJ++dZ91z96QNztRyc0iwpJoj+u\nuEkdjPF974t2Ieo4VuC5LlJq2Ks4soYHdHwptHMqZD7AusrYfrr2zmdjHPGH4jtH\noyDC8PRVExchqcHV6xe5cijZl3BHWtdq4uQiIXH0vq3mAKBtz/wYAE1khSCPTyHR\nULROyQKBgQCjuZyT0V1uya7yK9b1HGRUxyripsq+zr9ILsWDikvhmiVfxMxt7y7U\n/bq5wc9XYilOBAEcZ7NfJ5vamoyX84Mw+25l0Mc3DesMWLiYxdcat7ho8UmM4P0h\nfYm67nn1xqTU1HRe1i50ZzXMmy9JtaT728eV635k4vQXhHsyWWq45Q==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:04,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-ba1a4dbb-6c30-4824-a760-aa384f2974c7 2018-11-25 08:32:04,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:04,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:04 GMT Server: Apache x-openstack-request-id: req-ad323af8-8f9c-4dcc-91c3-289acc09bb9d Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:05,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:04 GMT Server: Apache x-openstack-request-id: req-ea819c77-1d58-4920-9409-c66cb266520c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7279f889-e495-4628-b9d1-9416427ca781", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c55d911f-17cc-435d-b0ce-d9320450a40f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "f04c4e11-ecae-49e1-a3d8-a770e6748e30", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "5cef26e7-e84c-4b41-bc8d-7325f6ec6a40", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "f5cf0eeb-7621-4204-8aab-42cc435eea32", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "888f98d5-4f0b-4238-9148-b2b1597083a2", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "7ba71253-3019-44f6-8389-cf93f6680650", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7ba71253-3019-44f6-8389-cf93f6680650:subnet_id=7279f889-e495-4628-b9d1-9416427ca781", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "44419e29-7ef3-4bc0-81f0-758bbdec1ea9", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8e545d1b-63e0-45ca-a6b8-a068a64ffce0", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "22008abf-5e20-40e9-aca8-77c1afc90382", "resource_type": "OS::Nova::Server"}]} 2018-11-25 08:32:05,136 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources used request id req-ea819c77-1d58-4920-9409-c66cb266520c 2018-11-25 08:32:05,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:05,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-a1136a08-3dc4-4d6b-bd74-64b11b88c920 Date: Sun, 25 Nov 2018 08:32:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7279f889-e495-4628-b9d1-9416427ca781"],"description":"","tags":[],"updated_at":"2018-11-25T08:31:46Z","provider:segmentation_id":37,"name":"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:32:05,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 used request id req-a1136a08-3dc4-4d6b-bd74-64b11b88c920 2018-11-25 08:32:05,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:05,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4e8b9a1e-dce4-45ac-bc0b-b5e50dbcdfa7 Date: Sun, 25 Nov 2018 08:32:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:46Z","dns_nameservers":[],"updated_at":"2018-11-25T08:31:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7279f889-e495-4628-b9d1-9416427ca781","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet"}]} 2018-11-25 08:32:05,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 used request id req-4e8b9a1e-dce4-45ac-bc0b-b5e50dbcdfa7 2018-11-25 08:32:05,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:05,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ca23a832-5eba-41fb-895e-bf47afcf6e7c Date: Sun, 25 Nov 2018 08:32:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:46Z","dns_nameservers":[],"updated_at":"2018-11-25T08:31:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7279f889-e495-4628-b9d1-9416427ca781","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet"}]} 2018-11-25 08:32:05,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 used request id req-ca23a832-5eba-41fb-895e-bf47afcf6e7c 2018-11-25 08:32:05,332 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:32:05,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:05,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ced42235-2689-4266-8903-217fabda8088 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:32:05,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ced42235-2689-4266-8903-217fabda8088 2018-11-25 08:32:05,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:05,451 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:05 GMT Server: Apache x-openstack-request-id: req-865cce85-3323-4769-b6d6-1e1e35e4093e Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:05,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:05 GMT Server: Apache x-openstack-request-id: req-38349c46-4f55-48f6-8b98-f7c6f60a033f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7279f889-e495-4628-b9d1-9416427ca781", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c55d911f-17cc-435d-b0ce-d9320450a40f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "f04c4e11-ecae-49e1-a3d8-a770e6748e30", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "5cef26e7-e84c-4b41-bc8d-7325f6ec6a40", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "f5cf0eeb-7621-4204-8aab-42cc435eea32", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "888f98d5-4f0b-4238-9148-b2b1597083a2", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "7ba71253-3019-44f6-8389-cf93f6680650", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7ba71253-3019-44f6-8389-cf93f6680650:subnet_id=7279f889-e495-4628-b9d1-9416427ca781", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "44419e29-7ef3-4bc0-81f0-758bbdec1ea9", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8e545d1b-63e0-45ca-a6b8-a068a64ffce0", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "22008abf-5e20-40e9-aca8-77c1afc90382", "resource_type": "OS::Nova::Server"}]} 2018-11-25 08:32:05,727 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources used request id req-38349c46-4f55-48f6-8b98-f7c6f60a033f 2018-11-25 08:32:05,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8e545d1b-63e0-45ca-a6b8-a068a64ffce0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:06,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32: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-498fc88b-e75e-4f05-97a3-78d79ad308c8 x-compute-request-id: req-498fc88b-e75e-4f05-97a3-78d79ad308c8 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:d6:2d", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8e545d1b-63e0-45ca-a6b8-a068a64ffce0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8e545d1b-63e0-45ca-a6b8-a068a64ffce0", "rel": "bookmark"}], "image": {"id": "1585c979-dbbf-47a0-b844-e235d139e94a", "links": [{"href": "http://172.30.9.23:8774/images/1585c979-dbbf-47a0-b844-e235d139e94a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000018", "OS-SRV-USG:launched_at": "2018-11-25T08:31:55.000000", "flavor": {"id": "5cef26e7-e84c-4b41-bc8d-7325f6ec6a40", "links": [{"href": "http://172.30.9.23:8774/flavors/5cef26e7-e84c-4b41-bc8d-7325f6ec6a40", "rel": "bookmark"}]}, "id": "8e545d1b-63e0-45ca-a6b8-a068a64ffce0", "security_groups": [{"name": "default"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:31:56Z", "hostId": "b0a265850245e7de7546583877f12d3082229935bb5d134ad0d87a65", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "created": "2018-11-25T08:31:50Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:32:06,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8e545d1b-63e0-45ca-a6b8-a068a64ffce0 used request id req-498fc88b-e75e-4f05-97a3-78d79ad308c8 2018-11-25 08:32:06,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:06,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-8c5022ec-fc61-4ab7-9d6d-a337e1c69a47 Date: Sun, 25 Nov 2018 08:32:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7279f889-e495-4628-b9d1-9416427ca781"],"description":"","tags":[],"updated_at":"2018-11-25T08:31:46Z","provider:segmentation_id":37,"name":"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:32:06,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net used request id req-8c5022ec-fc61-4ab7-9d6d-a337e1c69a47 2018-11-25 08:32:06,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:32:06,551 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:32:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:32:06,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:06,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2829efad-dea6-4297-b116-2cef6e2c4a4b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:32:06,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-2829efad-dea6-4297-b116-2cef6e2c4a4b 2018-11-25 08:32:06,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:06,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d447fddb-b941-438b-b985-2b36f019f4e4 Date: Sun, 25 Nov 2018 08:32:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:46Z","dns_nameservers":[],"updated_at":"2018-11-25T08:31:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7279f889-e495-4628-b9d1-9416427ca781","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet"}]} 2018-11-25 08:32:06,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 used request id req-d447fddb-b941-438b-b985-2b36f019f4e4 2018-11-25 08:32:06,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:06,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5218 X-Openstack-Request-Id: req-a6c83124-6589-4cde-8581-1c7f1b799e4c Date: Sun, 25 Nov 2018 08:32:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:57Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.14"}],"id":"44419e29-7ef3-4bc0-81f0-758bbdec1ea9","security_groups":["f5cf0eeb-7621-4204-8aab-42cc435eea32"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:b2:11","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"22008abf-5e20-40e9-aca8-77c1afc90382","name":"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack-port1-p2mtcarmc4ky","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.3"}],"id":"6a626f20-91b4-4459-a1f1-c2407cabb86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:4f:61","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f04c4e11-ecae-49e1-a3d8-a770e6748e30","name":"","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.4"}],"id":"859498d5-5ac3-43d3-94db-547288a30528","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:6c:14","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f04c4e11-ecae-49e1-a3d8-a770e6748e30","name":"","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.2"}],"id":"8c20428b-2b27-4f53-a0bd-07b558975e15","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:66:5b","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f04c4e11-ecae-49e1-a3d8-a770e6748e30","name":"","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:54Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.11"}],"id":"a6cf2ac1-5d9f-4854-9733-3ad0b40e3b04","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dd:d6:2d","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"8e545d1b-63e0-45ca-a6b8-a068a64ffce0","name":"","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:51Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.1"}],"id":"f3725901-b874-4519-a321-9a3dd9ebefc3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:c3:ce","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7ba71253-3019-44f6-8389-cf93f6680650","name":"","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:51Z","binding:vnic_type":"normal"}]} 2018-11-25 08:32:06,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 used request id req-a6c83124-6589-4cde-8581-1c7f1b799e4c 2018-11-25 08:32:06,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/22008abf-5e20-40e9-aca8-77c1afc90382 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:07,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32: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-2fd1f70a-a858-47e3-a73b-d4b0873214ff x-compute-request-id: req-2fd1f70a-a858-47e3-a73b-d4b0873214ff Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:b2:11", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:b2:11", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/22008abf-5e20-40e9-aca8-77c1afc90382", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/22008abf-5e20-40e9-aca8-77c1afc90382", "rel": "bookmark"}], "image": {"id": "f63c40f1-03fc-43b1-9cbb-0aea555f6a07", "links": [{"href": "http://172.30.9.23:8774/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-11-25T08:31:59.000000", "flavor": {"id": "c55d911f-17cc-435d-b0ce-d9320450a40f", "links": [{"href": "http://172.30.9.23:8774/flavors/c55d911f-17cc-435d-b0ce-d9320450a40f", "rel": "bookmark"}]}, "id": "22008abf-5e20-40e9-aca8-77c1afc90382", "security_groups": [{"name": "security_group_name"}], "user_id": "37cefe782cb2485683238db40fa7d767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:32:00Z", "hostId": "16d120fe888b309a6d721c6e90fe5181624210b546cb0e87745f0d20", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "created": "2018-11-25T08:31:55Z", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:32:07,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/22008abf-5e20-40e9-aca8-77c1afc90382 used request id req-2fd1f70a-a858-47e3-a73b-d4b0873214ff 2018-11-25 08:32:07,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:07,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-4e34e86b-8d09-48a7-af95-9cab503c0a8a Date: Sun, 25 Nov 2018 08:32:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","subnets":["7279f889-e495-4628-b9d1-9416427ca781"],"description":"","tags":[],"updated_at":"2018-11-25T08:31:46Z","provider:segmentation_id":37,"name":"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net","admin_state_up":true,"tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:45Z","provider:network_type":"vxlan"}]} 2018-11-25 08:32:07,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net used request id req-4e34e86b-8d09-48a7-af95-9cab503c0a8a 2018-11-25 08:32:07,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:07,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab407542-0291-4324-9be1-f78e2a3bd622 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:32:07,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-ab407542-0291-4324-9be1-f78e2a3bd622 2018-11-25 08:32:07,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:07,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-486edf15-8298-4188-903b-177dee37af37 Date: Sun, 25 Nov 2018 08:32:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:46Z","dns_nameservers":[],"updated_at":"2018-11-25T08:31:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","id":"7279f889-e495-4628-b9d1-9416427ca781","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet"}]} 2018-11-25 08:32:07,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 used request id req-486edf15-8298-4188-903b-177dee37af37 2018-11-25 08:32:07,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:07,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5218 X-Openstack-Request-Id: req-6e232422-9163-4978-b876-f2189e76e347 Date: Sun, 25 Nov 2018 08:32:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:57Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.14"}],"id":"44419e29-7ef3-4bc0-81f0-758bbdec1ea9","security_groups":["f5cf0eeb-7621-4204-8aab-42cc435eea32"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:b2:11","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"22008abf-5e20-40e9-aca8-77c1afc90382","name":"HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack-port1-p2mtcarmc4ky","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.3"}],"id":"6a626f20-91b4-4459-a1f1-c2407cabb86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:4f:61","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f04c4e11-ecae-49e1-a3d8-a770e6748e30","name":"","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.4"}],"id":"859498d5-5ac3-43d3-94db-547288a30528","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:6c:14","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f04c4e11-ecae-49e1-a3d8-a770e6748e30","name":"","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.2"}],"id":"8c20428b-2b27-4f53-a0bd-07b558975e15","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:66:5b","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f04c4e11-ecae-49e1-a3d8-a770e6748e30","name":"","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:54Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.11"}],"id":"a6cf2ac1-5d9f-4854-9733-3ad0b40e3b04","security_groups":["39164231-f974-4a4f-9cdf-9f7a51c126ef"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dd:d6:2d","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"8e545d1b-63e0-45ca-a6b8-a068a64ffce0","name":"","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:31:51Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7279f889-e495-4628-b9d1-9416427ca781","ip_address":"10.1.2.1"}],"id":"f3725901-b874-4519-a321-9a3dd9ebefc3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:c3:ce","project_id":"9b3bbac25fe5465591e37f96f5a8bedc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7ba71253-3019-44f6-8389-cf93f6680650","name":"","admin_state_up":true,"network_id":"f04c4e11-ecae-49e1-a3d8-a770e6748e30","tenant_id":"9b3bbac25fe5465591e37f96f5a8bedc","created_at":"2018-11-25T08:31:51Z","binding:vnic_type":"normal"}]} 2018-11-25 08:32:07,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f04c4e11-ecae-49e1-a3d8-a770e6748e30 used request id req-6e232422-9163-4978-b876-f2189e76e347 2018-11-25 08:32:07,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:07,815 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:07 GMT Server: Apache x-openstack-request-id: req-e5ffa9a0-dcc4-4683-8dd4-7501fdae93a9 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:08,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:07 GMT Server: Apache x-openstack-request-id: req-fc1bff87-43a8-4429-ab2a-353267e3d213 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1043 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7279f889-e495-4628-b9d1-9416427ca781", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c55d911f-17cc-435d-b0ce-d9320450a40f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "f04c4e11-ecae-49e1-a3d8-a770e6748e30", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "5cef26e7-e84c-4b41-bc8d-7325f6ec6a40", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "f5cf0eeb-7621-4204-8aab-42cc435eea32", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "888f98d5-4f0b-4238-9148-b2b1597083a2", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "7ba71253-3019-44f6-8389-cf93f6680650", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7ba71253-3019-44f6-8389-cf93f6680650:subnet_id=7279f889-e495-4628-b9d1-9416427ca781", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "44419e29-7ef3-4bc0-81f0-758bbdec1ea9", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8e545d1b-63e0-45ca-a6b8-a068a64ffce0", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-25T08:31:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:31:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "22008abf-5e20-40e9-aca8-77c1afc90382", "resource_type": "OS::Nova::Server"}]} 2018-11-25 08:32:08,118 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b/resources used request id req-fc1bff87-43a8-4429-ab2a-353267e3d213 2018-11-25 08:32:08,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:08,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-f7f0f354-50b0-4edb-a02c-e1ca9d0c4bce Date: Sun, 25 Nov 2018 08:32:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:31:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:31:40Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1585c979-dbbf-47a0-b844-e235d139e94a/snap", "metadata": {}}], "self": "/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a", "min_disk": 0, "protected": false, "id": "1585c979-dbbf-47a0-b844-e235d139e94a", "file": "/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1585c979-dbbf-47a0-b844-e235d139e94a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:32:08,285 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a used request id req-f7f0f354-50b0-4edb-a02c-e1ca9d0c4bce 2018-11-25 08:32:08,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:08,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9816e28f-9c30-4ea3-a0c9-697c0b0bd4d8 Date: Sun, 25 Nov 2018 08:32:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:32:08,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9816e28f-9c30-4ea3-a0c9-697c0b0bd4d8 2018-11-25 08:32:08,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:08,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-f8925c08-314b-4cd8-80f4-24744d2939ec Date: Sun, 25 Nov 2018 08:32:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:31:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:31:40Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1585c979-dbbf-47a0-b844-e235d139e94a/snap", "metadata": {}}], "self": "/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a", "min_disk": 0, "protected": false, "id": "1585c979-dbbf-47a0-b844-e235d139e94a", "file": "/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1585c979-dbbf-47a0-b844-e235d139e94a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:32:08,475 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a used request id req-f8925c08-314b-4cd8-80f4-24744d2939ec 2018-11-25 08:32:08,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:08,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-4edfe2bc-a117-43e3-a1f6-0c368bc59994 Date: Sun, 25 Nov 2018 08:32:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:31:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:31:35Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/snap", "metadata": {}}], "self": "/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07", "min_disk": 0, "protected": false, "id": "f63c40f1-03fc-43b1-9cbb-0aea555f6a07", "file": "/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9b3bbac25fe5465591e37f96f5a8bedc", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:32:08,669 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07 used request id req-4edfe2bc-a117-43e3-a1f6-0c368bc59994 2018-11-25 08:32:08,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:08,698 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:08 GMT Server: Apache x-openstack-request-id: req-a7b156e7-ab1e-4de1-8cc8-298a36c3d589 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:08,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:08 GMT Server: Apache x-openstack-request-id: req-c05a0cdb-3e6c-43e7-b59d-3199779c80a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2091 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoINuqh95VxkxwOsLh+VVaziG6zeKGb8ICR3wlqP6vydoOFbc\nge9LmgFmAHR/dm0+whb5beM2rM/zNydUnlQnRIGRzbGF1C791xphSJIgkureCoOv\nxsDr38Vwrll9Skrh1VZG9wFSmTIUZdeSYsylrQCV5HKS4ofNsMTWSVH5HpaxBjWC\njlumbjbO2v+483UjtdVJhfZqlOXScyvWZFvFtW53PLukzJc4STJFPcjx7KBFYsQ3\n/fnMpwM0mCL3JpxSGdgQxr61RoWbUwLQqzWYA9NGVlibKq4WBj4cTFQP2hyMDx17\n2WDN0Jnw7fCTfG80alChPKzIIhhZZRkBeYdOuwIDAQABAoIBAQCTn4195SiB1GgP\n15xpRaBD1l8voYrflvPa/rAwu2t3ttSBTFHNJrnPUA3xyTMZRev8MYkBaYD1euNj\nDEckvpzGwqvIE8bTmMxYsqhaSBqxRFUmMmrNTs0gpsO1dhRm6Wu9+3WU4qCGyKo9\n5/934mNVMz6oNj+lG+Uu+DlkgYGugM/VPdt4C34SI27k0fihrB3tHxPLzAH77DrT\ng4f3UZs5y2n9fYCdR54tVSNtFQoV53BWemTGruKhPgtxgrZEWWjde8Yc2+MMn9Tn\nux5cNjS0L0pWJDdhE9Tsi5LapsiFVfEGEh8424ZXrXlYdaTA379Ts9K6YnS+rMUW\nrkS1HxnRAoGBANRa4KSiA+bYlIfyWn2Eqy1MxcQz8uRhYM3gGjc+zJpmsIYe0qSc\nUe2JhXpozWr1kKosd4D6mL79sb3M+g5uojjFrigVerS7MeIqktjk1CJIRJ/he6+P\nU0LBrrJQo7hnLmnvIODC6AgA/m8f+TBENKH/dkVZrCpd6zXxTbq/1phXAoGBAMGA\n5OOJ3IjY5VHs1F7mJH2WVzx+MdiMMXZeUyASwRBU2vXLIgy0yNc8ZQ182YTC0CR+\nJLVyFNffmHEHFo/RmzoLwxNkTho/HmewTIlofyLMfKO7busGEzddqv+SMlh3wM4N\n7lRZfZNUz6aT5Lp5LzbBUGOFvop6mUINT2T8Sc49AoGAGSJshm/6wD8QTYr89PBY\nBnOY0OFJNYjlGVkWIUXYl8nhyO4rBnrOI6xsVRHEho1sQwgiWOzQWYLTn+B8FGs5\n3jhfpbTtIikp/VgGq49iIHCnVrksl5oCQ9uC3u42gqQL1VQNcyz+o7viYarKJtFb\n3XTMPecgPp+BMJBQH/OG5d8CgYBUytSB2LFozhJ++dZ91z96QNztRyc0iwpJoj+u\nuEkdjPF974t2Ieo4VuC5LlJq2Ks4soYHdHwptHMqZD7AusrYfrr2zmdjHPGH4jtH\noyDC8PRVExchqcHV6xe5cijZl3BHWtdq4uQiIXH0vq3mAKBtz/wYAE1khSCPTyHR\nULROyQKBgQCjuZyT0V1uya7yK9b1HGRUxyripsq+zr9ILsWDikvhmiVfxMxt7y7U\n/bq5wc9XYilOBAEcZ7NfJ5vamoyX84Mw+25l0Mc3DesMWLiYxdcat7ho8UmM4P0h\nfYm67nn1xqTU1HRe1i50ZzXMmy9JtaT728eV635k4vQXhHsyWWq45Q==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:08,922 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-c05a0cdb-3e6c-43e7-b59d-3199779c80a3 2018-11-25 08:32:08,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:09,083 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:08 GMT Server: Apache x-openstack-request-id: req-be6d574a-877b-4bd8-a261-fbee12c61c0a Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:09,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:09 GMT Server: Apache x-openstack-request-id: req-e6246260-d5f8-46c1-8c3e-21474c4081d8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2091 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoINuqh95VxkxwOsLh+VVaziG6zeKGb8ICR3wlqP6vydoOFbc\nge9LmgFmAHR/dm0+whb5beM2rM/zNydUnlQnRIGRzbGF1C791xphSJIgkureCoOv\nxsDr38Vwrll9Skrh1VZG9wFSmTIUZdeSYsylrQCV5HKS4ofNsMTWSVH5HpaxBjWC\njlumbjbO2v+483UjtdVJhfZqlOXScyvWZFvFtW53PLukzJc4STJFPcjx7KBFYsQ3\n/fnMpwM0mCL3JpxSGdgQxr61RoWbUwLQqzWYA9NGVlibKq4WBj4cTFQP2hyMDx17\n2WDN0Jnw7fCTfG80alChPKzIIhhZZRkBeYdOuwIDAQABAoIBAQCTn4195SiB1GgP\n15xpRaBD1l8voYrflvPa/rAwu2t3ttSBTFHNJrnPUA3xyTMZRev8MYkBaYD1euNj\nDEckvpzGwqvIE8bTmMxYsqhaSBqxRFUmMmrNTs0gpsO1dhRm6Wu9+3WU4qCGyKo9\n5/934mNVMz6oNj+lG+Uu+DlkgYGugM/VPdt4C34SI27k0fihrB3tHxPLzAH77DrT\ng4f3UZs5y2n9fYCdR54tVSNtFQoV53BWemTGruKhPgtxgrZEWWjde8Yc2+MMn9Tn\nux5cNjS0L0pWJDdhE9Tsi5LapsiFVfEGEh8424ZXrXlYdaTA379Ts9K6YnS+rMUW\nrkS1HxnRAoGBANRa4KSiA+bYlIfyWn2Eqy1MxcQz8uRhYM3gGjc+zJpmsIYe0qSc\nUe2JhXpozWr1kKosd4D6mL79sb3M+g5uojjFrigVerS7MeIqktjk1CJIRJ/he6+P\nU0LBrrJQo7hnLmnvIODC6AgA/m8f+TBENKH/dkVZrCpd6zXxTbq/1phXAoGBAMGA\n5OOJ3IjY5VHs1F7mJH2WVzx+MdiMMXZeUyASwRBU2vXLIgy0yNc8ZQ182YTC0CR+\nJLVyFNffmHEHFo/RmzoLwxNkTho/HmewTIlofyLMfKO7busGEzddqv+SMlh3wM4N\n7lRZfZNUz6aT5Lp5LzbBUGOFvop6mUINT2T8Sc49AoGAGSJshm/6wD8QTYr89PBY\nBnOY0OFJNYjlGVkWIUXYl8nhyO4rBnrOI6xsVRHEho1sQwgiWOzQWYLTn+B8FGs5\n3jhfpbTtIikp/VgGq49iIHCnVrksl5oCQ9uC3u42gqQL1VQNcyz+o7viYarKJtFb\n3XTMPecgPp+BMJBQH/OG5d8CgYBUytSB2LFozhJ++dZ91z96QNztRyc0iwpJoj+u\nuEkdjPF974t2Ieo4VuC5LlJq2Ks4soYHdHwptHMqZD7AusrYfrr2zmdjHPGH4jtH\noyDC8PRVExchqcHV6xe5cijZl3BHWtdq4uQiIXH0vq3mAKBtz/wYAE1khSCPTyHR\nULROyQKBgQCjuZyT0V1uya7yK9b1HGRUxyripsq+zr9ILsWDikvhmiVfxMxt7y7U\n/bq5wc9XYilOBAEcZ7NfJ5vamoyX84Mw+25l0Mc3DesMWLiYxdcat7ho8UmM4P0h\nfYm67nn1xqTU1HRe1i50ZzXMmy9JtaT728eV635k4vQXhHsyWWq45Q==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:09,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-e6246260-d5f8-46c1-8c3e-21474c4081d8 2018-11-25 08:32:09,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:09,338 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:09 GMT Server: Apache x-openstack-request-id: req-b67a2cc0-a297-4222-95d9-455ea6a58c5b Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:09,411 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:32:09 GMT Server: Apache x-openstack-request-id: req-8d2f7e13-ee0c-435e-ac25-aa624db8a9a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:32:09,411 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-8d2f7e13-ee0c-435e-ac25-aa624db8a9a7 2018-11-25 08:32:09,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:09,440 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:09 GMT Server: Apache x-openstack-request-id: req-fdd050fe-d4ba-44fc-abf8-02d43c3ce2d2 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:09,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:09 GMT Server: Apache x-openstack-request-id: req-9e2af32b-992c-4489-ad01-2d16d9924700 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2091 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ded1a214-c8db-4162-9bad-d1073406671b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoINuqh95VxkxwOsLh+VVaziG6zeKGb8ICR3wlqP6vydoOFbc\nge9LmgFmAHR/dm0+whb5beM2rM/zNydUnlQnRIGRzbGF1C791xphSJIgkureCoOv\nxsDr38Vwrll9Skrh1VZG9wFSmTIUZdeSYsylrQCV5HKS4ofNsMTWSVH5HpaxBjWC\njlumbjbO2v+483UjtdVJhfZqlOXScyvWZFvFtW53PLukzJc4STJFPcjx7KBFYsQ3\n/fnMpwM0mCL3JpxSGdgQxr61RoWbUwLQqzWYA9NGVlibKq4WBj4cTFQP2hyMDx17\n2WDN0Jnw7fCTfG80alChPKzIIhhZZRkBeYdOuwIDAQABAoIBAQCTn4195SiB1GgP\n15xpRaBD1l8voYrflvPa/rAwu2t3ttSBTFHNJrnPUA3xyTMZRev8MYkBaYD1euNj\nDEckvpzGwqvIE8bTmMxYsqhaSBqxRFUmMmrNTs0gpsO1dhRm6Wu9+3WU4qCGyKo9\n5/934mNVMz6oNj+lG+Uu+DlkgYGugM/VPdt4C34SI27k0fihrB3tHxPLzAH77DrT\ng4f3UZs5y2n9fYCdR54tVSNtFQoV53BWemTGruKhPgtxgrZEWWjde8Yc2+MMn9Tn\nux5cNjS0L0pWJDdhE9Tsi5LapsiFVfEGEh8424ZXrXlYdaTA379Ts9K6YnS+rMUW\nrkS1HxnRAoGBANRa4KSiA+bYlIfyWn2Eqy1MxcQz8uRhYM3gGjc+zJpmsIYe0qSc\nUe2JhXpozWr1kKosd4D6mL79sb3M+g5uojjFrigVerS7MeIqktjk1CJIRJ/he6+P\nU0LBrrJQo7hnLmnvIODC6AgA/m8f+TBENKH/dkVZrCpd6zXxTbq/1phXAoGBAMGA\n5OOJ3IjY5VHs1F7mJH2WVzx+MdiMMXZeUyASwRBU2vXLIgy0yNc8ZQ182YTC0CR+\nJLVyFNffmHEHFo/RmzoLwxNkTho/HmewTIlofyLMfKO7busGEzddqv+SMlh3wM4N\n7lRZfZNUz6aT5Lp5LzbBUGOFvop6mUINT2T8Sc49AoGAGSJshm/6wD8QTYr89PBY\nBnOY0OFJNYjlGVkWIUXYl8nhyO4rBnrOI6xsVRHEho1sQwgiWOzQWYLTn+B8FGs5\n3jhfpbTtIikp/VgGq49iIHCnVrksl5oCQ9uC3u42gqQL1VQNcyz+o7viYarKJtFb\n3XTMPecgPp+BMJBQH/OG5d8CgYBUytSB2LFozhJ++dZ91z96QNztRyc0iwpJoj+u\nuEkdjPF974t2Ieo4VuC5LlJq2Ks4soYHdHwptHMqZD7AusrYfrr2zmdjHPGH4jtH\noyDC8PRVExchqcHV6xe5cijZl3BHWtdq4uQiIXH0vq3mAKBtz/wYAE1khSCPTyHR\nULROyQKBgQCjuZyT0V1uya7yK9b1HGRUxyripsq+zr9ILsWDikvhmiVfxMxt7y7U\n/bq5wc9XYilOBAEcZ7NfJ5vamoyX84Mw+25l0Mc3DesMWLiYxdcat7ho8UmM4P0h\nfYm67nn1xqTU1HRe1i50ZzXMmy9JtaT728eV635k4vQXhHsyWWq45Q==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:09,613 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-9e2af32b-992c-4489-ad01-2d16d9924700 2018-11-25 08:32:12,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:13,255 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:12 GMT Server: Apache x-openstack-request-id: req-2bbec78b-8a5c-48d8-80cf-c8256f278b85 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:13,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:13 GMT Server: Apache x-openstack-request-id: req-148b57a3-c288-4be8-a059-15d67b2949f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "tags": null, "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-25T08:32:09Z", "id": "ded1a214-c8db-4162-9bad-d1073406671b", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:13,281 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-148b57a3-c288-4be8-a059-15d67b2949f8 2018-11-25 08:32:16,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:16,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:16 GMT Server: Apache x-openstack-request-id: req-00c8494d-607d-4236-8ccb-16a81e32abc6 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:16,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:16 GMT Server: Apache x-openstack-request-id: req-e193754c-7641-466e-89a7-51d0ee691638 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "tags": null, "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-25T08:32:09Z", "id": "ded1a214-c8db-4162-9bad-d1073406671b", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:16,339 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-e193754c-7641-466e-89a7-51d0ee691638 2018-11-25 08:32:19,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:19,373 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:19 GMT Server: Apache x-openstack-request-id: req-cc41445c-540d-45c8-9b2a-b9709372162c Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:19,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:19 GMT Server: Apache x-openstack-request-id: req-3983dfc7-0e49-4a5c-9760-d4e68a640076 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "tags": null, "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-25T08:32:09Z", "id": "ded1a214-c8db-4162-9bad-d1073406671b", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:19,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-3983dfc7-0e49-4a5c-9760-d4e68a640076 2018-11-25 08:32:22,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:22,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:22 GMT Server: Apache x-openstack-request-id: req-712a25c3-6421-4cd2-a48b-e62229d82c5d Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:22,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:22 GMT Server: Apache x-openstack-request-id: req-40d2d7de-7638-4edf-ad09-0588d3d4ed4a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "tags": null, "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-25T08:32:09Z", "id": "ded1a214-c8db-4162-9bad-d1073406671b", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:22,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-40d2d7de-7638-4edf-ad09-0588d3d4ed4a 2018-11-25 08:32:25,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:25,508 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:25 GMT Server: Apache x-openstack-request-id: req-542a5088-9484-4a59-9c1a-8e4446ab6be4 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:25,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:25 GMT Server: Apache x-openstack-request-id: req-d06f8f2f-c22e-49fd-a816-3007b90483cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "tags": null, "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-25T08:32:09Z", "id": "ded1a214-c8db-4162-9bad-d1073406671b", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:25,534 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-d06f8f2f-c22e-49fd-a816-3007b90483cb 2018-11-25 08:32:28,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:28,708 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:28 GMT Server: Apache x-openstack-request-id: req-e2718f1e-2b1e-41ca-9c74-18d6cd645f7b Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:28,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:28 GMT Server: Apache x-openstack-request-id: req-43939124-9d96-440a-82c9-fd33f8162a42 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "tags": null, "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-25T08:32:09Z", "id": "ded1a214-c8db-4162-9bad-d1073406671b", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:28,737 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-43939124-9d96-440a-82c9-fd33f8162a42 2018-11-25 08:32:31,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:31,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:31 GMT Server: Apache x-openstack-request-id: req-27fb2c8d-4b7c-4598-bf4b-a4e33c31ce36 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:32,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:31 GMT Server: Apache x-openstack-request-id: req-b6b53378-c7d8-4fed-a224-0d7a50452099 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "tags": null, "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-25T08:32:09Z", "id": "ded1a214-c8db-4162-9bad-d1073406671b", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:32,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-b6b53378-c7d8-4fed-a224-0d7a50452099 2018-11-25 08:32:35,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:35,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:35 GMT Server: Apache x-openstack-request-id: req-e30427bc-bbf8-44a4-bf71-8980c30fdcfb Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:35,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:35 GMT Server: Apache x-openstack-request-id: req-8f332f29-ebc4-4e10-8e2d-7e6c452f19af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "tags": null, "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-25T08:32:09Z", "id": "ded1a214-c8db-4162-9bad-d1073406671b", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:35,160 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-8f332f29-ebc4-4e10-8e2d-7e6c452f19af 2018-11-25 08:32:38,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:38,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:38 GMT Server: Apache x-openstack-request-id: req-c5f427a2-8518-4815-8ce9-d99150a77fa9 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:38,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:38 GMT Server: Apache x-openstack-request-id: req-581aa2ac-be38-4e03-bae9-b177c204fa02 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "tags": null, "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-25T08:32:09Z", "id": "ded1a214-c8db-4162-9bad-d1073406671b", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:38,217 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-581aa2ac-be38-4e03-bae9-b177c204fa02 2018-11-25 08:32:41,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/ded1a214-c8db-4162-9bad-d1073406671b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67fcdc8863d6cda07591e4b6bf2f4cbea86a26f" 2018-11-25 08:32:41,251 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:41 GMT Server: Apache x-openstack-request-id: req-5f9632d3-3b71-4258-a301-4cd9536c405d Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:41,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:41 GMT Server: Apache x-openstack-request-id: req-f1eefdca-79cb-4db9-8f5e-503cb3905398 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 691 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor2", "OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "ded1a214-c8db-4162-9bad-d1073406671b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1"}, "deletion_time": "2018-11-25T08:32:40Z", "stack_name": "HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack", "stack_user_project_id": "97892bfb429a4bd2a7716b9b3e31fd2b", "tags": null, "creation_time": "2018-11-25T08:31:43Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-25T08:32:09Z", "id": "ded1a214-c8db-4162-9bad-d1073406671b", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-25 08:32:41,293 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-stack/ded1a214-c8db-4162-9bad-d1073406671b used request id req-f1eefdca-79cb-4db9-8f5e-503cb3905398 2018-11-25 08:32:41,293 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image1 2018-11-25 08:32:41,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b89cd14628ffc9237cf43caccced82d6e75872c1" 2018-11-25 08:32:42,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e08df75-847a-4935-b8a2-2a61a112769b Date: Sun, 25 Nov 2018 08:32:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:32:42,939 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f63c40f1-03fc-43b1-9cbb-0aea555f6a07 used request id req-2e08df75-847a-4935-b8a2-2a61a112769b 2018-11-25 08:32:42,940 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-24272bd2-6fba-45be-8c2f-09cafef8afe3-image2 2018-11-25 08:32:42,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df660e6df954aa25ad7db06032ae89aa6549e68" 2018-11-25 08:32:43,829 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09fc0737-9516-4c52-8be3-b58495955772 Date: Sun, 25 Nov 2018 08:32:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:32:43,830 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1585c979-dbbf-47a0-b844-e235d139e94a used request id req-09fc0737-9516-4c52-8be3-b58495955772 2018-11-25 08:32:43,832 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-25 08:32:43,833 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:32:43,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:32:44,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:32:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["N3y7eLEBQRaX-phGtOqkcA"], "issued_at": "2018-11-25T08:32:44.000000Z"}} 2018-11-25 08:32:44,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bdaf2bfa052a1a1e9f7d6661820cd600114f4c" -d '{"stack_name": "HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-11-25 08:32:45,962 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:32:44 GMT Server: Apache x-openstack-request-id: req-218652c6-d1d6-4ea8-aa5e-b540fd3989ea Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "71a9ab1b-96b6-4706-a7f8-2c47316d8611", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611", "rel": "self"}]}} 2018-11-25 08:32:45,962 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks used request id req-218652c6-d1d6-4ea8-aa5e-b540fd3989ea 2018-11-25 08:32:45,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/71a9ab1b-96b6-4706-a7f8-2c47316d8611 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bdaf2bfa052a1a1e9f7d6661820cd600114f4c" 2018-11-25 08:32:46,137 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:45 GMT Server: Apache x-openstack-request-id: req-4d906941-8fc7-4458-ab48-fefc2686de62 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:46,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:46 GMT Server: Apache x-openstack-request-id: req-552738c2-851b-4c9f-8ede-02f1525dbb8a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 507 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "71a9ab1b-96b6-4706-a7f8-2c47316d8611", "OS::stack_name": "HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack", "stack_user_project_id": "2e30c2aef2ab4df889175f0eab00c2e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:32:45Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "71a9ab1b-96b6-4706-a7f8-2c47316d8611", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-25 08:32:46,333 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611 used request id req-552738c2-851b-4c9f-8ede-02f1525dbb8a 2018-11-25 08:32:46,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/71a9ab1b-96b6-4706-a7f8-2c47316d8611 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bdaf2bfa052a1a1e9f7d6661820cd600114f4c" 2018-11-25 08:32:46,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:46 GMT Server: Apache x-openstack-request-id: req-867cfa4c-0367-4419-912f-ea7c444a136b Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:46,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:46 GMT Server: Apache x-openstack-request-id: req-4edacf21-88ae-4b27-bd75-a82212b03ebb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "71a9ab1b-96b6-4706-a7f8-2c47316d8611", "OS::stack_name": "HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack", "stack_user_project_id": "2e30c2aef2ab4df889175f0eab00c2e6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:32:45Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "71a9ab1b-96b6-4706-a7f8-2c47316d8611", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-25 08:32:46,700 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611 used request id req-4edacf21-88ae-4b27-bd75-a82212b03ebb 2018-11-25 08:32:46,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/71a9ab1b-96b6-4706-a7f8-2c47316d8611/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bdaf2bfa052a1a1e9f7d6661820cd600114f4c" 2018-11-25 08:32:46,882 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:46 GMT Server: Apache x-openstack-request-id: req-93bc7801-ec13-4080-a362-07c6b9769f24 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:46,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:46 GMT Server: Apache x-openstack-request-id: req-34a6a10d-49fc-47f2-beba-3f87014ddbd3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-11-25T08:32:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:32:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bc283626-dafa-481c-8903-597728defff8", "resource_type": "OS::Nova::Flavor"}]} 2018-11-25 08:32:46,926 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611/resources used request id req-34a6a10d-49fc-47f2-beba-3f87014ddbd3 2018-11-25 08:32:46,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/bc283626-dafa-481c-8903-597728defff8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bdaf2bfa052a1a1e9f7d6661820cd600114f4c" 2018-11-25 08:32:47,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54ff1e03-8699-41e0-89d0-829fd35a9f57 x-compute-request-id: req-54ff1e03-8699-41e0-89d0-829fd35a9f57 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bc283626-dafa-481c-8903-597728defff8", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bc283626-dafa-481c-8903-597728defff8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "bc283626-dafa-481c-8903-597728defff8", "name": "HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack-flavor-3zashjsstpdb", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:32:47,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/bc283626-dafa-481c-8903-597728defff8 used request id req-54ff1e03-8699-41e0-89d0-829fd35a9f57 2018-11-25 08:32:47,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/71a9ab1b-96b6-4706-a7f8-2c47316d8611 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bdaf2bfa052a1a1e9f7d6661820cd600114f4c" 2018-11-25 08:32:47,204 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:47 GMT Server: Apache x-openstack-request-id: req-8d9b7645-34b2-458f-a60b-27c3ddd530fe Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:47,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:32:47 GMT Server: Apache x-openstack-request-id: req-f64b8aaa-16f0-4f28-90d5-e6a00932411c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:32:47,244 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsFlavorTests-c3974481-11b5-4864-aae9-b6fcd24e8e3b-stack/71a9ab1b-96b6-4706-a7f8-2c47316d8611 used request id req-f64b8aaa-16f0-4f28-90d5-e6a00932411c 2018-11-25 08:32:47,246 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-25 08:32:47,246 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:32:47,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:32:47,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:32:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["FjCWBdAEQNahI1IIIrFVKw"], "issued_at": "2018-11-25T08:32:47.000000Z"}} 2018-11-25 08:32:47,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc006b8554f792f68bf5b93a2dcfc6ef01140ca" -d '{"stack_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}}, "resources": {"keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}}}, "parameters": {"keypair_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp"}}' 2018-11-25 08:32:49,211 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:32:47 GMT Server: Apache x-openstack-request-id: req-4505533e-955d-42ae-a23b-baf43407ef07 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "9c86aeed-8be3-4f37-b897-cdca2d12ba98", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98", "rel": "self"}]}} 2018-11-25 08:32:49,211 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks used request id req-4505533e-955d-42ae-a23b-baf43407ef07 2018-11-25 08:32:49,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/9c86aeed-8be3-4f37-b897-cdca2d12ba98 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc006b8554f792f68bf5b93a2dcfc6ef01140ca" 2018-11-25 08:32:49,398 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:49 GMT Server: Apache x-openstack-request-id: req-e2079f59-2653-4065-89d9-b57576943c06 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:49,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:49 GMT Server: Apache x-openstack-request-id: req-55e781f7-714d-497d-9ed5-bf23b913d595 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1897 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "9c86aeed-8be3-4f37-b897-cdca2d12ba98", "OS::stack_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack", "keypair_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack", "stack_user_project_id": "86ccc24f5b9c4488aca905df0a0bb35a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:32:48Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9c86aeed-8be3-4f37-b897-cdca2d12ba98", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwDMTr3Oytps0SEHpu/ceVqbk7L0agrHuZDXUBQKKYZ038EHW\ndpd6ecwhdSwJI/OUlg3pMkJnfUnz65Rgj/A1n1cDbSwgdqNpz7t3h43E1ZQWAl9F\ndo9xh2eEtDBFysoBjul+9rHT3Hv8E02l86BGnqGrETjia2OWEdJKDFb/hrLeoLW1\nHkYsSmiZFbys/6xSCSnmhj9Zs173esMcDdMjMCKdibKClWWdYZ62r4qPbFQC4PJf\nPFNaG91YeL5ecd061Hwttdh28P5UGlk4hGcRn8tX2ZcCJ3nTihmWbBo/id12seb0\nAbNXmtmLMG11AKJtU54YTpZ4G8yvBmSr5704gQIDAQABAoIBACi2KQNPJJndglOT\n8qioDbsZGwCyhb0NZ4u+gyyUfy9yF/lCWOVB7OWDwcqKC12cKOsoAy9sNXOqiIps\nIZAbt6AK1GT5pd67epxP/1+tPfZnqcnS2GnmtIuT994bI41zAKV+/C/RNylK8fg8\nyFw0pQDRCeVaAUvyCkW4H4tBmlqzhdrtHMDcBYEiipnmwNDUV/rdqbP0hzmemAY+\nSl3/DQT36p98XI1IVMnE1XultY8aZuexIa3SHVPEXZDpDJG6aetvAATydq+hxv4R\nfwwOJUmJPbpqWL4RefbcY7YMLJdf2rUWzhsfNDT1wTzCOKRpeYBFt5KWZdTh/2H4\nl1rFH+ECgYEA/9HhcWTS9XL0kJccnlyY/usixuxKOBZnMhmNU/rl7kpKVEz0VEZ2\np/IXNJz5Kg0P8nyiTWLGHkJlLfenKulwLgYiEAC5UbHv/N89By+oZO9BKaEB+IGu\nrFoQan2cLXh1h/jBwUVJQwpZZn7KokB9dg1XiHrAJ5IXuSoLbP3Oj1UCgYEAwFW6\nDBHORRf/FZRlzosUozQNmq9FcG2KYnucrABPz6fUFssXI+oB11Z+Q7IZSPUxcDXX\nJO/xa/uqOkQvxkXyKirMiPZSFjJStYFAURhPQ+mylInxcYAh+TBvXKUivP0mPl8f\n5uhHt+nBpIS5L1mu6EShXm+9OhcBj12MOsIETH0CgYEA5a+xtLgL2Sj/gJrMrTsC\ne07vCJ+6+6TRvt/GTrKko1C8b/gwH0Ks4pmwUCLoa+MSgGt65fRbYWvHoIAM7bBu\nckQ7bRbZTQpwKSDekIcvsIBIh3HybQcyp7itqI9jHEhdblngzQDCiJjQMACDOy6f\n9tB/2SAtStoWxr+DRraTMYkCgYAYG+bZUnYPtSVVeCeWz1pD5ud5p1TF9gUtuR73\ndIaMmhX80XJSHygh7Qagx7dhrNKIpUcVqzoQ9hfte9SdPvFPFdRTqsS5YY96jvwX\n7jspYSbwdaYdOxmHGeorq8uB8x2THetqz10GEbgjPjvUUqKZHNk5dDo9CNs6NFi6\nmM1fJQKBgFQwl+9+DJpzNoGBOVHrcscvTYtdIvBd+abLYrXjKltMRnx4EtOOYQEF\n1CiZmug0HnF7ZwxFG7j3ZC67SQsAEfMMb3dhKOFh5E0NA/djxVk1KUtKp6sydZDH\nLEBbwRUafitiZR6d6OBt3caK+eaBk2sWjud0ylB8zTS358G7izfb\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-25 08:32:49,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98 used request id req-55e781f7-714d-497d-9ed5-bf23b913d595 2018-11-25 08:32:49,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/9c86aeed-8be3-4f37-b897-cdca2d12ba98 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc006b8554f792f68bf5b93a2dcfc6ef01140ca" 2018-11-25 08:32:49,756 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:49 GMT Server: Apache x-openstack-request-id: req-bcacf343-f95b-41d7-b8da-08303b24e6b5 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:50,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:49 GMT Server: Apache x-openstack-request-id: req-03a1d156-0baa-4db3-b806-e88058916b42 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1905 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "9c86aeed-8be3-4f37-b897-cdca2d12ba98", "OS::stack_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack", "keypair_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack", "stack_user_project_id": "86ccc24f5b9c4488aca905df0a0bb35a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:32:48Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9c86aeed-8be3-4f37-b897-cdca2d12ba98", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwDMTr3Oytps0SEHpu/ceVqbk7L0agrHuZDXUBQKKYZ038EHW\ndpd6ecwhdSwJI/OUlg3pMkJnfUnz65Rgj/A1n1cDbSwgdqNpz7t3h43E1ZQWAl9F\ndo9xh2eEtDBFysoBjul+9rHT3Hv8E02l86BGnqGrETjia2OWEdJKDFb/hrLeoLW1\nHkYsSmiZFbys/6xSCSnmhj9Zs173esMcDdMjMCKdibKClWWdYZ62r4qPbFQC4PJf\nPFNaG91YeL5ecd061Hwttdh28P5UGlk4hGcRn8tX2ZcCJ3nTihmWbBo/id12seb0\nAbNXmtmLMG11AKJtU54YTpZ4G8yvBmSr5704gQIDAQABAoIBACi2KQNPJJndglOT\n8qioDbsZGwCyhb0NZ4u+gyyUfy9yF/lCWOVB7OWDwcqKC12cKOsoAy9sNXOqiIps\nIZAbt6AK1GT5pd67epxP/1+tPfZnqcnS2GnmtIuT994bI41zAKV+/C/RNylK8fg8\nyFw0pQDRCeVaAUvyCkW4H4tBmlqzhdrtHMDcBYEiipnmwNDUV/rdqbP0hzmemAY+\nSl3/DQT36p98XI1IVMnE1XultY8aZuexIa3SHVPEXZDpDJG6aetvAATydq+hxv4R\nfwwOJUmJPbpqWL4RefbcY7YMLJdf2rUWzhsfNDT1wTzCOKRpeYBFt5KWZdTh/2H4\nl1rFH+ECgYEA/9HhcWTS9XL0kJccnlyY/usixuxKOBZnMhmNU/rl7kpKVEz0VEZ2\np/IXNJz5Kg0P8nyiTWLGHkJlLfenKulwLgYiEAC5UbHv/N89By+oZO9BKaEB+IGu\nrFoQan2cLXh1h/jBwUVJQwpZZn7KokB9dg1XiHrAJ5IXuSoLbP3Oj1UCgYEAwFW6\nDBHORRf/FZRlzosUozQNmq9FcG2KYnucrABPz6fUFssXI+oB11Z+Q7IZSPUxcDXX\nJO/xa/uqOkQvxkXyKirMiPZSFjJStYFAURhPQ+mylInxcYAh+TBvXKUivP0mPl8f\n5uhHt+nBpIS5L1mu6EShXm+9OhcBj12MOsIETH0CgYEA5a+xtLgL2Sj/gJrMrTsC\ne07vCJ+6+6TRvt/GTrKko1C8b/gwH0Ks4pmwUCLoa+MSgGt65fRbYWvHoIAM7bBu\nckQ7bRbZTQpwKSDekIcvsIBIh3HybQcyp7itqI9jHEhdblngzQDCiJjQMACDOy6f\n9tB/2SAtStoWxr+DRraTMYkCgYAYG+bZUnYPtSVVeCeWz1pD5ud5p1TF9gUtuR73\ndIaMmhX80XJSHygh7Qagx7dhrNKIpUcVqzoQ9hfte9SdPvFPFdRTqsS5YY96jvwX\n7jspYSbwdaYdOxmHGeorq8uB8x2THetqz10GEbgjPjvUUqKZHNk5dDo9CNs6NFi6\nmM1fJQKBgFQwl+9+DJpzNoGBOVHrcscvTYtdIvBd+abLYrXjKltMRnx4EtOOYQEF\n1CiZmug0HnF7ZwxFG7j3ZC67SQsAEfMMb3dhKOFh5E0NA/djxVk1KUtKp6sydZDH\nLEBbwRUafitiZR6d6OBt3caK+eaBk2sWjud0ylB8zTS358G7izfb\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-25 08:32:50,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98 used request id req-03a1d156-0baa-4db3-b806-e88058916b42 2018-11-25 08:32:50,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/9c86aeed-8be3-4f37-b897-cdca2d12ba98/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc006b8554f792f68bf5b93a2dcfc6ef01140ca" 2018-11-25 08:32:50,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:50 GMT Server: Apache x-openstack-request-id: req-2f57002c-4cb0-45bf-bef2-70063c47ed57 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:50,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:50 GMT Server: Apache x-openstack-request-id: req-c67261af-2721-4faa-9abd-d855034212aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-25T08:32:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:32:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-11-25 08:32:50,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98/resources used request id req-c67261af-2721-4faa-9abd-d855034212aa 2018-11-25 08:32:50,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc006b8554f792f68bf5b93a2dcfc6ef01140ca" 2018-11-25 08:32:50,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f870ea32-6b86-411d-8355-fac82a5e7976 x-compute-request-id: req-f870ea32-6b86-411d-8355-fac82a5e7976 Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAMxOvc7K2mzRIQem79x5WpuTsvRqCse5kNdQFAophnTfwQdZ2l3p5zCF1LAkj85SWDekyQmd9SfPrlGCP8DWfVwNtLCB2o2nPu3eHjcTVlBYCX0V2j3GHZ4S0MEXKygGO6X72sdPce/wTTaXzoEaeoasROOJrY5YR0koMVv+Gst6gtbUeRixKaJkVvKz/rFIJKeaGP1mzXvd6wxwN0yMwIp2JsoKVZZ1hnravio9sVALg8l88U1ob3Vh4vl5x3TrUfC212Hbw/lQaWTiEZxGfy1fZlwInedOKGZZsGj+J3Xax5vQBs1ea2YswbXUAom1TnhhOlngbzK8GZKvnvTiB Generated-by-Nova", "user_id": "37cefe782cb2485683238db40fa7d767", "name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp", "deleted": false, "created_at": "2018-11-25T08:32:49.000000", "updated_at": null, "fingerprint": "98:12:29:b2:64:10:41:4e:2b:7d:19:ba:8f:e4:a1:49", "deleted_at": null, "id": 15}} 2018-11-25 08:32:50,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp used request id req-f870ea32-6b86-411d-8355-fac82a5e7976 2018-11-25 08:32:50,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/9c86aeed-8be3-4f37-b897-cdca2d12ba98 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc006b8554f792f68bf5b93a2dcfc6ef01140ca" 2018-11-25 08:32:50,457 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:50 GMT Server: Apache x-openstack-request-id: req-96666eb7-cc14-4b14-b7a2-9e0cd58924c5 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:50,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:50 GMT Server: Apache x-openstack-request-id: req-b5aed039-569f-4783-b99a-ab1621bfd41c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1905 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "9c86aeed-8be3-4f37-b897-cdca2d12ba98", "OS::stack_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack", "keypair_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack", "stack_user_project_id": "86ccc24f5b9c4488aca905df0a0bb35a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:32:48Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9c86aeed-8be3-4f37-b897-cdca2d12ba98", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwDMTr3Oytps0SEHpu/ceVqbk7L0agrHuZDXUBQKKYZ038EHW\ndpd6ecwhdSwJI/OUlg3pMkJnfUnz65Rgj/A1n1cDbSwgdqNpz7t3h43E1ZQWAl9F\ndo9xh2eEtDBFysoBjul+9rHT3Hv8E02l86BGnqGrETjia2OWEdJKDFb/hrLeoLW1\nHkYsSmiZFbys/6xSCSnmhj9Zs173esMcDdMjMCKdibKClWWdYZ62r4qPbFQC4PJf\nPFNaG91YeL5ecd061Hwttdh28P5UGlk4hGcRn8tX2ZcCJ3nTihmWbBo/id12seb0\nAbNXmtmLMG11AKJtU54YTpZ4G8yvBmSr5704gQIDAQABAoIBACi2KQNPJJndglOT\n8qioDbsZGwCyhb0NZ4u+gyyUfy9yF/lCWOVB7OWDwcqKC12cKOsoAy9sNXOqiIps\nIZAbt6AK1GT5pd67epxP/1+tPfZnqcnS2GnmtIuT994bI41zAKV+/C/RNylK8fg8\nyFw0pQDRCeVaAUvyCkW4H4tBmlqzhdrtHMDcBYEiipnmwNDUV/rdqbP0hzmemAY+\nSl3/DQT36p98XI1IVMnE1XultY8aZuexIa3SHVPEXZDpDJG6aetvAATydq+hxv4R\nfwwOJUmJPbpqWL4RefbcY7YMLJdf2rUWzhsfNDT1wTzCOKRpeYBFt5KWZdTh/2H4\nl1rFH+ECgYEA/9HhcWTS9XL0kJccnlyY/usixuxKOBZnMhmNU/rl7kpKVEz0VEZ2\np/IXNJz5Kg0P8nyiTWLGHkJlLfenKulwLgYiEAC5UbHv/N89By+oZO9BKaEB+IGu\nrFoQan2cLXh1h/jBwUVJQwpZZn7KokB9dg1XiHrAJ5IXuSoLbP3Oj1UCgYEAwFW6\nDBHORRf/FZRlzosUozQNmq9FcG2KYnucrABPz6fUFssXI+oB11Z+Q7IZSPUxcDXX\nJO/xa/uqOkQvxkXyKirMiPZSFjJStYFAURhPQ+mylInxcYAh+TBvXKUivP0mPl8f\n5uhHt+nBpIS5L1mu6EShXm+9OhcBj12MOsIETH0CgYEA5a+xtLgL2Sj/gJrMrTsC\ne07vCJ+6+6TRvt/GTrKko1C8b/gwH0Ks4pmwUCLoa+MSgGt65fRbYWvHoIAM7bBu\nckQ7bRbZTQpwKSDekIcvsIBIh3HybQcyp7itqI9jHEhdblngzQDCiJjQMACDOy6f\n9tB/2SAtStoWxr+DRraTMYkCgYAYG+bZUnYPtSVVeCeWz1pD5ud5p1TF9gUtuR73\ndIaMmhX80XJSHygh7Qagx7dhrNKIpUcVqzoQ9hfte9SdPvFPFdRTqsS5YY96jvwX\n7jspYSbwdaYdOxmHGeorq8uB8x2THetqz10GEbgjPjvUUqKZHNk5dDo9CNs6NFi6\nmM1fJQKBgFQwl+9+DJpzNoGBOVHrcscvTYtdIvBd+abLYrXjKltMRnx4EtOOYQEF\n1CiZmug0HnF7ZwxFG7j3ZC67SQsAEfMMb3dhKOFh5E0NA/djxVk1KUtKp6sydZDH\nLEBbwRUafitiZR6d6OBt3caK+eaBk2sWjud0ylB8zTS358G7izfb\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-25 08:32:50,776 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98 used request id req-b5aed039-569f-4783-b99a-ab1621bfd41c 2018-11-25 08:32:50,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc006b8554f792f68bf5b93a2dcfc6ef01140ca" 2018-11-25 08:32:50,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc6579af-5df6-47f0-b874-4cf53353e875 x-compute-request-id: req-dc6579af-5df6-47f0-b874-4cf53353e875 Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAMxOvc7K2mzRIQem79x5WpuTsvRqCse5kNdQFAophnTfwQdZ2l3p5zCF1LAkj85SWDekyQmd9SfPrlGCP8DWfVwNtLCB2o2nPu3eHjcTVlBYCX0V2j3GHZ4S0MEXKygGO6X72sdPce/wTTaXzoEaeoasROOJrY5YR0koMVv+Gst6gtbUeRixKaJkVvKz/rFIJKeaGP1mzXvd6wxwN0yMwIp2JsoKVZZ1hnravio9sVALg8l88U1ob3Vh4vl5x3TrUfC212Hbw/lQaWTiEZxGfy1fZlwInedOKGZZsGj+J3Xax5vQBs1ea2YswbXUAom1TnhhOlngbzK8GZKvnvTiB Generated-by-Nova", "user_id": "37cefe782cb2485683238db40fa7d767", "name": "HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp", "deleted": false, "created_at": "2018-11-25T08:32:49.000000", "updated_at": null, "fingerprint": "98:12:29:b2:64:10:41:4e:2b:7d:19:ba:8f:e4:a1:49", "deleted_at": null, "id": 15}} 2018-11-25 08:32:50,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-kp used request id req-dc6579af-5df6-47f0-b874-4cf53353e875 2018-11-25 08:32:50,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/9c86aeed-8be3-4f37-b897-cdca2d12ba98 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc006b8554f792f68bf5b93a2dcfc6ef01140ca" 2018-11-25 08:32:50,975 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:50 GMT Server: Apache x-openstack-request-id: req-70373e37-4ec0-4b2a-88fb-6c537cd7395d Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:51,158 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:32:50 GMT Server: Apache x-openstack-request-id: req-2f7b7701-e8ec-4e56-bc4d-d65037347062 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:32:51,158 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsKeypairTests-29196d5b-51e4-4a60-b604-51a5f27e3ecd-stack/9c86aeed-8be3-4f37-b897-cdca2d12ba98 used request id req-2f7b7701-e8ec-4e56-bc4d-d65037347062 2018-11-25 08:32:51,160 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-25 08:32:51,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:32:51,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:32:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["aviXIvtbSwaY8kDkF5D1JA"], "issued_at": "2018-11-25T08:32:51.000000Z"}} 2018-11-25 08:32:51,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce0dfaa59af57ccb38d143f80c5aaa7d24c2f87" -d '{"stack_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack", "template": {"heat_template_version": "2015-04-30", "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}}, "resources": {"server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"direction": "egress", "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0", "ethertype": "IPv4", "port_range_max": 22, "port_range_min": 22}, {"ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}], "description": "Test description", "name": {"get_param": "security_group_name"}}}}}, "parameters": {"security_group_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-sec-grp"}}' 2018-11-25 08:32:53,187 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:32:51 GMT Server: Apache x-openstack-request-id: req-47fc04bb-e922-443b-949d-c4e6ab0ed004 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "c5b94069-ad19-47dc-b310-4229dd613c3f", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f", "rel": "self"}]}} 2018-11-25 08:32:53,188 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks used request id req-47fc04bb-e922-443b-949d-c4e6ab0ed004 2018-11-25 08:32:53,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/c5b94069-ad19-47dc-b310-4229dd613c3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce0dfaa59af57ccb38d143f80c5aaa7d24c2f87" 2018-11-25 08:32:53,365 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:53 GMT Server: Apache x-openstack-request-id: req-ed249775-0fe8-44f2-a79e-f945ec28b950 Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:53,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:53 GMT Server: Apache x-openstack-request-id: req-96e759a6-c5bc-46b7-9454-23a6171f313d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "c5b94069-ad19-47dc-b310-4229dd613c3f", "OS::stack_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack", "security_group_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack", "stack_user_project_id": "c469ee7db77741368661d87b28b6a16a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:32:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c5b94069-ad19-47dc-b310-4229dd613c3f", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-25 08:32:53,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f used request id req-96e759a6-c5bc-46b7-9454-23a6171f313d 2018-11-25 08:32:53,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/c5b94069-ad19-47dc-b310-4229dd613c3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce0dfaa59af57ccb38d143f80c5aaa7d24c2f87" 2018-11-25 08:32:53,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:53 GMT Server: Apache x-openstack-request-id: req-93853f09-cfbb-4722-a10b-aba4a81891cb Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:53,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:53 GMT Server: Apache x-openstack-request-id: req-ba94eb3d-310e-445d-b0bc-c5c9f0b6daf5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "c5b94069-ad19-47dc-b310-4229dd613c3f", "OS::stack_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack", "security_group_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack", "stack_user_project_id": "c469ee7db77741368661d87b28b6a16a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-25T08:32:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c5b94069-ad19-47dc-b310-4229dd613c3f", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-25 08:32:53,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f used request id req-ba94eb3d-310e-445d-b0bc-c5c9f0b6daf5 2018-11-25 08:32:56,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/c5b94069-ad19-47dc-b310-4229dd613c3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce0dfaa59af57ccb38d143f80c5aaa7d24c2f87" 2018-11-25 08:32:56,949 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:56 GMT Server: Apache x-openstack-request-id: req-4607d383-269f-4943-af9f-4f7d65b5581a Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:57,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:56 GMT Server: Apache x-openstack-request-id: req-af357ed3-92e7-4ba8-8478-d3086fcfa777 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "OS::stack_id": "c5b94069-ad19-47dc-b310-4229dd613c3f", "OS::stack_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack", "security_group_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack", "stack_user_project_id": "c469ee7db77741368661d87b28b6a16a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-25T08:32:52Z", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c5b94069-ad19-47dc-b310-4229dd613c3f", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-25 08:32:57,137 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f used request id req-af357ed3-92e7-4ba8-8478-d3086fcfa777 2018-11-25 08:32:57,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/c5b94069-ad19-47dc-b310-4229dd613c3f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce0dfaa59af57ccb38d143f80c5aaa7d24c2f87" 2018-11-25 08:32:57,317 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:57 GMT Server: Apache x-openstack-request-id: req-b52ecdac-c984-4710-b83f-73ecd59d5fad Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:57,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:57 GMT Server: Apache x-openstack-request-id: req-5c97d57b-990e-4122-aab6-97838221f9d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-25T08:32:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-25T08:32:53Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a8f36a4f-62b7-4c18-b0f1-f01bcf692584", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-11-25 08:32:57,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f/resources used request id req-5c97d57b-990e-4122-aab6-97838221f9d5 2018-11-25 08:32:57,514 - neutron_utils - INFO - Retrieving security group with ID - a8f36a4f-62b7-4c18-b0f1-f01bcf692584 2018-11-25 08:32:57,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=a8f36a4f-62b7-4c18-b0f1-f01bcf692584 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce0dfaa59af57ccb38d143f80c5aaa7d24c2f87" 2018-11-25 08:32:57,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-7af2b8bd-fb68-455a-a2af-491cf3f9a3c6 Date: Sun, 25 Nov 2018 08:32:57 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:32:53Z", "updated_at": "2018-11-25T08:32:55Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T08:32:54Z", "revision_number": 0, "id": "38e7bd2c-f741-489a-8d0a-ab3c3749bfee", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-25T08:32:54Z", "security_group_id": "a8f36a4f-62b7-4c18-b0f1-f01bcf692584", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:32:55Z", "revision_number": 0, "id": "ccb5ea9a-9580-4581-b45e-2b9f49014d43", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-25T08:32:55Z", "security_group_id": "a8f36a4f-62b7-4c18-b0f1-f01bcf692584", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 6, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "a8f36a4f-62b7-4c18-b0f1-f01bcf692584", "name": "HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-sec-grp"}]} 2018-11-25 08:32:57,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=a8f36a4f-62b7-4c18-b0f1-f01bcf692584 used request id req-7af2b8bd-fb68-455a-a2af-491cf3f9a3c6 2018-11-25 08:32:57,704 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8f36a4f-62b7-4c18-b0f1-f01bcf692584 2018-11-25 08:32:57,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a8f36a4f-62b7-4c18-b0f1-f01bcf692584 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce0dfaa59af57ccb38d143f80c5aaa7d24c2f87" 2018-11-25 08:32:57,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-d019ec1a-2263-4cfe-9fe1-4f9f768609e4 Date: Sun, 25 Nov 2018 08:32:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-25T08:32:54Z", "security_group_id": "a8f36a4f-62b7-4c18-b0f1-f01bcf692584", "port_range_min": 22, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:32:54Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "38e7bd2c-f741-489a-8d0a-ab3c3749bfee"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-25T08:32:55Z", "security_group_id": "a8f36a4f-62b7-4c18-b0f1-f01bcf692584", "port_range_min": null, "revision_number": 0, "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:32:55Z", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "ccb5ea9a-9580-4581-b45e-2b9f49014d43"}]} 2018-11-25 08:32:57,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a8f36a4f-62b7-4c18-b0f1-f01bcf692584 used request id req-d019ec1a-2263-4cfe-9fe1-4f9f768609e4 2018-11-25 08:32:57,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/c5b94069-ad19-47dc-b310-4229dd613c3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce0dfaa59af57ccb38d143f80c5aaa7d24c2f87" 2018-11-25 08:32:58,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 25 Nov 2018 08:32:57 GMT Server: Apache x-openstack-request-id: req-5b71e577-c1f8-47bb-b272-34d94e9f186b Location: http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-25 08:32:58,272 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:32:58 GMT Server: Apache x-openstack-request-id: req-dc92b887-463c-4262-b278-bcd37bbd8486 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:32:58,272 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc/stacks/HeatUtilsSecurityGroupTests-253bf866-3106-4443-b3c9-9b507369d9c4-stack/c5b94069-ad19-47dc-b310-4229dd613c3f used request id req-dc92b887-463c-4262-b278-bcd37bbd8486 2018-11-25 08:32:58,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:32:58,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:32:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["W3rv1lZwQdyOaDTUg754HA"], "issued_at": "2018-11-25T08:32:58.000000Z"}} 2018-11-25 08:32:58,650 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38a639cf25ce8f469fb062f945f99904bb5b19e" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-ece500fe-7128-4ef3-9bc7-7dd963aa6f43"}}' 2018-11-25 08:32:58,893 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:58 GMT Server: Apache x-compute-request-id: req-7d411ffc-e64b-4315-bfaf-12c8a1b82a93 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7d411ffc-e64b-4315-bfaf-12c8a1b82a93 Content-Encoding: gzip Content-Length: 241 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "8eb5649f-a1be-4750-8914-504ee4652bd4", "name": "CinderUtilsQoSTests-ece500fe-7128-4ef3-9bc7-7dd963aa6f43"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/8eb5649f-a1be-4750-8914-504ee4652bd4", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/8eb5649f-a1be-4750-8914-504ee4652bd4", "rel": "bookmark"}]} 2018-11-25 08:32:58,893 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-7d411ffc-e64b-4315-bfaf-12c8a1b82a93 2018-11-25 08:32:58,896 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7d411ffc-e64b-4315-bfaf-12c8a1b82a93" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38a639cf25ce8f469fb062f945f99904bb5b19e" 2018-11-25 08:32:59,056 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:58 GMT Server: Apache x-compute-request-id: req-0fdb8a93-1e45-492d-9ed0-0c366eb5bf99 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0fdb8a93-1e45-492d-9ed0-0c366eb5bf99 Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "8eb5649f-a1be-4750-8914-504ee4652bd4", "name": "CinderUtilsQoSTests-ece500fe-7128-4ef3-9bc7-7dd963aa6f43"}]} 2018-11-25 08:32:59,056 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-0fdb8a93-1e45-492d-9ed0-0c366eb5bf99 2018-11-25 08:32:59,057 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ece500fe-7128-4ef3-9bc7-7dd963aa6f43 2018-11-25 08:32:59,059 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/8eb5649f-a1be-4750-8914-504ee4652bd4?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7d411ffc-e64b-4315-bfaf-12c8a1b82a93" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38a639cf25ce8f469fb062f945f99904bb5b19e" 2018-11-25 08:32:59,268 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:32:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dc60c7b2-87d1-48a1-8f0c-4673a0ae1c04 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-11-25 08:32:59,268 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/8eb5649f-a1be-4750-8914-504ee4652bd4?force=False used request id req-dc60c7b2-87d1-48a1-8f0c-4673a0ae1c04 2018-11-25 08:32:59,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7d411ffc-e64b-4315-bfaf-12c8a1b82a93" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38a639cf25ce8f469fb062f945f99904bb5b19e" 2018-11-25 08:32:59,439 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:32:59 GMT Server: Apache x-compute-request-id: req-b5c2350f-d739-4013-a978-1e17f901953e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b5c2350f-d739-4013-a978-1e17f901953e Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-25 08:32:59,439 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-b5c2350f-d739-4013-a978-1e17f901953e 2018-11-25 08:32:59,440 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ece500fe-7128-4ef3-9bc7-7dd963aa6f43 2018-11-25 08:32:59,443 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/8eb5649f-a1be-4750-8914-504ee4652bd4?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7d411ffc-e64b-4315-bfaf-12c8a1b82a93" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38a639cf25ce8f469fb062f945f99904bb5b19e" 2018-11-25 08:32:59,626 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:32:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-691185a5-9702-4dd7-aed8-15782bd64712 x-openstack-request-id: req-691185a5-9702-4dd7-aed8-15782bd64712 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 8eb5649f-a1be-4750-8914-504ee4652bd4.", "code": 404}} 2018-11-25 08:32:59,626 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/8eb5649f-a1be-4750-8914-504ee4652bd4?force=False used request id req-691185a5-9702-4dd7-aed8-15782bd64712 2018-11-25 08:32:59,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:00,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["ocGqqQEAT8GAGJwpqRibuw"], "issued_at": "2018-11-25T08:33:00.000000Z"}} 2018-11-25 08:33:00,019 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}140eac02414f1fd008221eeb03c088e8d99ad24e" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-88ace431-a6c2-4623-ae3b-89b295883897"}}' 2018-11-25 08:33:00,207 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:00 GMT Server: Apache x-compute-request-id: req-a6159a9d-7c40-46b3-9d99-16c14af809c3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a6159a9d-7c40-46b3-9d99-16c14af809c3 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "527c52b9-c13d-4ebc-a0b0-841c2a78dbae", "name": "CinderUtilsQoSTests-88ace431-a6c2-4623-ae3b-89b295883897"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/527c52b9-c13d-4ebc-a0b0-841c2a78dbae", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/527c52b9-c13d-4ebc-a0b0-841c2a78dbae", "rel": "bookmark"}]} 2018-11-25 08:33:00,207 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-a6159a9d-7c40-46b3-9d99-16c14af809c3 2018-11-25 08:33:00,210 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a6159a9d-7c40-46b3-9d99-16c14af809c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}140eac02414f1fd008221eeb03c088e8d99ad24e" 2018-11-25 08:33:00,913 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:00 GMT Server: Apache x-compute-request-id: req-6f638008-39f1-449d-92ec-37828c2b6117 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6f638008-39f1-449d-92ec-37828c2b6117 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "527c52b9-c13d-4ebc-a0b0-841c2a78dbae", "name": "CinderUtilsQoSTests-88ace431-a6c2-4623-ae3b-89b295883897"}]} 2018-11-25 08:33:00,913 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-6f638008-39f1-449d-92ec-37828c2b6117 2018-11-25 08:33:00,916 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/527c52b9-c13d-4ebc-a0b0-841c2a78dbae -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a6159a9d-7c40-46b3-9d99-16c14af809c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}140eac02414f1fd008221eeb03c088e8d99ad24e" 2018-11-25 08:33:01,074 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:00 GMT Server: Apache x-compute-request-id: req-17b58a86-d73f-48bb-8ead-6a71d39a54fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17b58a86-d73f-48bb-8ead-6a71d39a54fb Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "527c52b9-c13d-4ebc-a0b0-841c2a78dbae", "name": "CinderUtilsQoSTests-88ace431-a6c2-4623-ae3b-89b295883897"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/527c52b9-c13d-4ebc-a0b0-841c2a78dbae", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/527c52b9-c13d-4ebc-a0b0-841c2a78dbae", "rel": "bookmark"}]} 2018-11-25 08:33:01,075 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/527c52b9-c13d-4ebc-a0b0-841c2a78dbae used request id req-17b58a86-d73f-48bb-8ead-6a71d39a54fb 2018-11-25 08:33:01,075 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-88ace431-a6c2-4623-ae3b-89b295883897 2018-11-25 08:33:01,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/527c52b9-c13d-4ebc-a0b0-841c2a78dbae?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a6159a9d-7c40-46b3-9d99-16c14af809c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}140eac02414f1fd008221eeb03c088e8d99ad24e" 2018-11-25 08:33:01,129 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-544f8a93-5702-4457-a3ed-109b1be72128 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-11-25 08:33:01,129 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/527c52b9-c13d-4ebc-a0b0-841c2a78dbae?force=False used request id req-544f8a93-5702-4457-a3ed-109b1be72128 2018-11-25 08:33:01,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:01,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["4V1eiN6cSPO7tvHLSltGmw"], "issued_at": "2018-11-25T08:33:01.000000Z"}} 2018-11-25 08:33:01,520 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cececde102b8f9567ff469ab28fd230fe622719" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-50700097-fbef-458e-903b-68b435c67bd3"}}' 2018-11-25 08:33:02,294 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:01 GMT Server: Apache x-compute-request-id: req-a8fe8283-4696-4b25-b602-745286861634 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a8fe8283-4696-4b25-b602-745286861634 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "077e2e2f-b600-4af8-af97-ad5f2be3d4d1", "name": "CinderUtilsQoSTests-50700097-fbef-458e-903b-68b435c67bd3"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/077e2e2f-b600-4af8-af97-ad5f2be3d4d1", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/077e2e2f-b600-4af8-af97-ad5f2be3d4d1", "rel": "bookmark"}]} 2018-11-25 08:33:02,294 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-a8fe8283-4696-4b25-b602-745286861634 2018-11-25 08:33:02,297 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8fe8283-4696-4b25-b602-745286861634" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cececde102b8f9567ff469ab28fd230fe622719" 2018-11-25 08:33:02,456 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:02 GMT Server: Apache x-compute-request-id: req-3df6e307-18bf-44a7-85c9-a29652c0237f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3df6e307-18bf-44a7-85c9-a29652c0237f Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "077e2e2f-b600-4af8-af97-ad5f2be3d4d1", "name": "CinderUtilsQoSTests-50700097-fbef-458e-903b-68b435c67bd3"}]} 2018-11-25 08:33:02,457 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-3df6e307-18bf-44a7-85c9-a29652c0237f 2018-11-25 08:33:02,460 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/077e2e2f-b600-4af8-af97-ad5f2be3d4d1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8fe8283-4696-4b25-b602-745286861634" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cececde102b8f9567ff469ab28fd230fe622719" 2018-11-25 08:33:02,635 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:02 GMT Server: Apache x-compute-request-id: req-62224146-3a30-4105-8924-da2b7688094c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-62224146-3a30-4105-8924-da2b7688094c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "077e2e2f-b600-4af8-af97-ad5f2be3d4d1", "name": "CinderUtilsQoSTests-50700097-fbef-458e-903b-68b435c67bd3"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/077e2e2f-b600-4af8-af97-ad5f2be3d4d1", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/077e2e2f-b600-4af8-af97-ad5f2be3d4d1", "rel": "bookmark"}]} 2018-11-25 08:33:02,635 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/077e2e2f-b600-4af8-af97-ad5f2be3d4d1 used request id req-62224146-3a30-4105-8924-da2b7688094c 2018-11-25 08:33:02,636 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-50700097-fbef-458e-903b-68b435c67bd3 2018-11-25 08:33:02,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/077e2e2f-b600-4af8-af97-ad5f2be3d4d1?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8fe8283-4696-4b25-b602-745286861634" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cececde102b8f9567ff469ab28fd230fe622719" 2018-11-25 08:33:03,386 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-98b73688-b63a-4ffb-90f1-785831d78deb 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-11-25 08:33:03,386 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/077e2e2f-b600-4af8-af97-ad5f2be3d4d1?force=False used request id req-98b73688-b63a-4ffb-90f1-785831d78deb 2018-11-25 08:33:03,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:03,766 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["shkr4XJ3R_6yl5ctsyePsQ"], "issued_at": "2018-11-25T08:33:03.000000Z"}} 2018-11-25 08:33:03,770 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7254ada24334d686e36c95927f89342da0b6fdbc" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-96cc1c25-0de4-4d32-85c8-69e8ac17332f"}}' 2018-11-25 08:33:04,539 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:03 GMT Server: Apache x-compute-request-id: req-a9f09504-016d-4791-beaf-bf3bafc79ad0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9f09504-016d-4791-beaf-bf3bafc79ad0 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "081989e5-d40b-4316-bdaf-c0aa0cee2c3a", "name": "CinderUtilsQoSTests-96cc1c25-0de4-4d32-85c8-69e8ac17332f"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/081989e5-d40b-4316-bdaf-c0aa0cee2c3a", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/081989e5-d40b-4316-bdaf-c0aa0cee2c3a", "rel": "bookmark"}]} 2018-11-25 08:33:04,539 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-a9f09504-016d-4791-beaf-bf3bafc79ad0 2018-11-25 08:33:04,542 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9f09504-016d-4791-beaf-bf3bafc79ad0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7254ada24334d686e36c95927f89342da0b6fdbc" 2018-11-25 08:33:04,708 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:04 GMT Server: Apache x-compute-request-id: req-f0d431d4-054b-498f-ae05-b27fd85c78c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f0d431d4-054b-498f-ae05-b27fd85c78c7 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "081989e5-d40b-4316-bdaf-c0aa0cee2c3a", "name": "CinderUtilsQoSTests-96cc1c25-0de4-4d32-85c8-69e8ac17332f"}]} 2018-11-25 08:33:04,708 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-f0d431d4-054b-498f-ae05-b27fd85c78c7 2018-11-25 08:33:04,711 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/081989e5-d40b-4316-bdaf-c0aa0cee2c3a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9f09504-016d-4791-beaf-bf3bafc79ad0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7254ada24334d686e36c95927f89342da0b6fdbc" 2018-11-25 08:33:04,887 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:04 GMT Server: Apache x-compute-request-id: req-0bae8a62-4d08-4662-a9ed-65a86a0f1177 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0bae8a62-4d08-4662-a9ed-65a86a0f1177 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "081989e5-d40b-4316-bdaf-c0aa0cee2c3a", "name": "CinderUtilsQoSTests-96cc1c25-0de4-4d32-85c8-69e8ac17332f"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/081989e5-d40b-4316-bdaf-c0aa0cee2c3a", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/081989e5-d40b-4316-bdaf-c0aa0cee2c3a", "rel": "bookmark"}]} 2018-11-25 08:33:04,887 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/081989e5-d40b-4316-bdaf-c0aa0cee2c3a used request id req-0bae8a62-4d08-4662-a9ed-65a86a0f1177 2018-11-25 08:33:04,888 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-96cc1c25-0de4-4d32-85c8-69e8ac17332f 2018-11-25 08:33:04,891 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/081989e5-d40b-4316-bdaf-c0aa0cee2c3a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9f09504-016d-4791-beaf-bf3bafc79ad0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7254ada24334d686e36c95927f89342da0b6fdbc" 2018-11-25 08:33:04,937 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d79a28de-0f3f-4f44-96c3-f2205f73da11 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-11-25 08:33:04,938 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/081989e5-d40b-4316-bdaf-c0aa0cee2c3a?force=False used request id req-d79a28de-0f3f-4f44-96c3-f2205f73da11 2018-11-25 08:33:04,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:05,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["regU-bUpRxGouWxosDpEkQ"], "issued_at": "2018-11-25T08:33:05.000000Z"}} 2018-11-25 08:33:05,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:05,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fee1cb-49c1-4c46-8197-8908f19d220d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:05,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f5fee1cb-49c1-4c46-8197-8908f19d220d 2018-11-25 08:33:05,410 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-723f78dd-854a-434b-ac2a-f8cb4cc8c069", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-25 08:33:05,794 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:05 GMT Server: Apache x-compute-request-id: req-6e6010d5-7302-417d-906b-7f8b0c134333 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6e6010d5-7302-417d-906b-7f8b0c134333 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "37cefe782cb2485683238db40fa7d767", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-25T08:33:05.653256", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-723f78dd-854a-434b-ac2a-f8cb4cc8c069", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "97969a0b-6279-4351-8c73-bc2a826ff131", "size": 1}} 2018-11-25 08:33:05,794 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes used request id req-6e6010d5-7302-417d-906b-7f8b0c134333 2018-11-25 08:33:05,798 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6010d5-7302-417d-906b-7f8b0c134333" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:06,567 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:05 GMT Server: Apache x-compute-request-id: req-20941ae9-0354-4bcf-8e5b-673e0ada698c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-20941ae9-0354-4bcf-8e5b-673e0ada698c Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:33:06.000000", "replication_status": null, "snapshot_id": null, "id": "97969a0b-6279-4351-8c73-bc2a826ff131", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-723f78dd-854a-434b-ac2a-f8cb4cc8c069", "bootable": "false", "created_at": "2018-11-25T08:33:05.000000", "volume_type": null}} 2018-11-25 08:33:06,567 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 used request id req-20941ae9-0354-4bcf-8e5b-673e0ada698c 2018-11-25 08:33:06,570 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6010d5-7302-417d-906b-7f8b0c134333" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:06,755 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:06 GMT Server: Apache x-compute-request-id: req-efac949a-b986-4bd0-8bba-35e3779229ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-efac949a-b986-4bd0-8bba-35e3779229ce Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:33:06.000000", "replication_status": null, "snapshot_id": null, "id": "97969a0b-6279-4351-8c73-bc2a826ff131", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-723f78dd-854a-434b-ac2a-f8cb4cc8c069", "bootable": "false", "created_at": "2018-11-25T08:33:05.000000", "volume_type": null}} 2018-11-25 08:33:06,756 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 used request id req-efac949a-b986-4bd0-8bba-35e3779229ce 2018-11-25 08:33:06,759 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6010d5-7302-417d-906b-7f8b0c134333" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:06,959 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:06 GMT Server: Apache x-compute-request-id: req-0f00b214-1120-4d64-b089-a56d20cd65b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f00b214-1120-4d64-b089-a56d20cd65b1 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:33:06.000000", "replication_status": null, "snapshot_id": null, "id": "97969a0b-6279-4351-8c73-bc2a826ff131", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-723f78dd-854a-434b-ac2a-f8cb4cc8c069", "bootable": "false", "created_at": "2018-11-25T08:33:05.000000", "volume_type": null}]} 2018-11-25 08:33:06,960 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail used request id req-0f00b214-1120-4d64-b089-a56d20cd65b1 2018-11-25 08:33:06,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:33:06,969 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:33:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:33:06,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:07,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-855824a5-7f5b-4fbd-87c9-aa8acd0ad3a9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:33:07,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-855824a5-7f5b-4fbd-87c9-aa8acd0ad3a9 2018-11-25 08:33:07,058 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-723f78dd-854a-434b-ac2a-f8cb4cc8c069 2018-11-25 08:33:07,060 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6010d5-7302-417d-906b-7f8b0c134333" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:07,437 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-77e7e413-c8f5-4f15-bb30-d64096442f0b 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-11-25 08:33:07,438 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 used request id req-77e7e413-c8f5-4f15-bb30-d64096442f0b 2018-11-25 08:33:07,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6010d5-7302-417d-906b-7f8b0c134333" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:07,627 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:07 GMT Server: Apache x-compute-request-id: req-3ca3f694-6368-4c42-a9c9-7302df3294ac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ca3f694-6368-4c42-a9c9-7302df3294ac Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:33:07.000000", "replication_status": null, "snapshot_id": null, "id": "97969a0b-6279-4351-8c73-bc2a826ff131", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-723f78dd-854a-434b-ac2a-f8cb4cc8c069", "bootable": "false", "created_at": "2018-11-25T08:33:05.000000", "volume_type": null}} 2018-11-25 08:33:07,627 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 used request id req-3ca3f694-6368-4c42-a9c9-7302df3294ac 2018-11-25 08:33:10,634 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6010d5-7302-417d-906b-7f8b0c134333" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:10,675 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:33:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-cd65529a-08b8-4f1c-b2e3-526e6e750c75 x-openstack-request-id: req-cd65529a-08b8-4f1c-b2e3-526e6e750c75 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 97969a0b-6279-4351-8c73-bc2a826ff131 could not be found.", "code": 404}} 2018-11-25 08:33:10,675 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 used request id req-cd65529a-08b8-4f1c-b2e3-526e6e750c75 2018-11-25 08:33:10,678 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6010d5-7302-417d-906b-7f8b0c134333" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:10,880 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:10 GMT Server: Apache x-compute-request-id: req-e933a8c4-d6cc-4170-9996-76865d3c1551 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e933a8c4-d6cc-4170-9996-76865d3c1551 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-25 08:33:10,880 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail used request id req-e933a8c4-d6cc-4170-9996-76865d3c1551 2018-11-25 08:33:10,881 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-723f78dd-854a-434b-ac2a-f8cb4cc8c069 2018-11-25 08:33:10,883 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6010d5-7302-417d-906b-7f8b0c134333" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:10,921 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:33:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e80bf70c-9529-4b78-989d-8090d6d0fa7c x-openstack-request-id: req-e80bf70c-9529-4b78-989d-8090d6d0fa7c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 97969a0b-6279-4351-8c73-bc2a826ff131 could not be found.", "code": 404}} 2018-11-25 08:33:10,921 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 used request id req-e80bf70c-9529-4b78-989d-8090d6d0fa7c 2018-11-25 08:33:10,924 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e6010d5-7302-417d-906b-7f8b0c134333" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e7e6cd6ade6215c74cd48ebe9ecdbedb990c42d" 2018-11-25 08:33:11,639 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:33:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-90d780a3-6af7-4773-9278-50c4f6a71641 x-openstack-request-id: req-90d780a3-6af7-4773-9278-50c4f6a71641 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 97969a0b-6279-4351-8c73-bc2a826ff131 could not be found.", "code": 404}} 2018-11-25 08:33:11,639 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/97969a0b-6279-4351-8c73-bc2a826ff131 used request id req-90d780a3-6af7-4773-9278-50c4f6a71641 2018-11-25 08:33:11,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:12,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["lfpKpnUsQDuWEa01616aLw"], "issued_at": "2018-11-25T08:33:12.000000Z"}} 2018-11-25 08:33:12,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b651432f59c8c4373803a87bfae30b231db4a94" 2018-11-25 08:33:12,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a89e8f7-b5ac-41e4-bb61-69ab1330ac9f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:12,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2a89e8f7-b5ac-41e4-bb61-69ab1330ac9f 2018-11-25 08:33:12,110 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b651432f59c8c4373803a87bfae30b231db4a94" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-fb959c69-0a4c-44e7-8361-a44b21b09e04", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-25 08:33:12,687 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:12 GMT Server: Apache x-compute-request-id: req-09295521-5215-4eb0-bccd-eb3a21435f9b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-09295521-5215-4eb0-bccd-eb3a21435f9b Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "37cefe782cb2485683238db40fa7d767", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-25T08:33:12.587157", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-fb959c69-0a4c-44e7-8361-a44b21b09e04", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "size": 1}} 2018-11-25 08:33:12,687 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes used request id req-09295521-5215-4eb0-bccd-eb3a21435f9b 2018-11-25 08:33:12,691 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09295521-5215-4eb0-bccd-eb3a21435f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b651432f59c8c4373803a87bfae30b231db4a94" 2018-11-25 08:33:13,026 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:12 GMT Server: Apache x-compute-request-id: req-db86a58d-ca8e-4085-8143-ccb9112efc05 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db86a58d-ca8e-4085-8143-ccb9112efc05 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-fb959c69-0a4c-44e7-8361-a44b21b09e04", "bootable": "false", "created_at": "2018-11-25T08:33:12.000000", "volume_type": null}} 2018-11-25 08:33:13,027 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f used request id req-db86a58d-ca8e-4085-8143-ccb9112efc05 2018-11-25 08:33:13,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09295521-5215-4eb0-bccd-eb3a21435f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b651432f59c8c4373803a87bfae30b231db4a94" 2018-11-25 08:33:13,225 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:13 GMT Server: Apache x-compute-request-id: req-e0e5d60f-9cae-4c77-88cf-20a6f904cb66 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0e5d60f-9cae-4c77-88cf-20a6f904cb66 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:33:13.000000", "replication_status": null, "snapshot_id": null, "id": "fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-fb959c69-0a4c-44e7-8361-a44b21b09e04", "bootable": "false", "created_at": "2018-11-25T08:33:12.000000", "volume_type": null}} 2018-11-25 08:33:13,225 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f used request id req-e0e5d60f-9cae-4c77-88cf-20a6f904cb66 2018-11-25 08:33:13,228 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09295521-5215-4eb0-bccd-eb3a21435f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b651432f59c8c4373803a87bfae30b231db4a94" 2018-11-25 08:33:13,273 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:13 GMT Server: Apache x-compute-request-id: req-c4a91b2c-a409-46a3-8c1e-adb843417122 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c4a91b2c-a409-46a3-8c1e-adb843417122 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:33:13.000000", "replication_status": null, "snapshot_id": null, "id": "fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-fb959c69-0a4c-44e7-8361-a44b21b09e04", "bootable": "false", "created_at": "2018-11-25T08:33:12.000000", "volume_type": null}]} 2018-11-25 08:33:13,273 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/detail used request id req-c4a91b2c-a409-46a3-8c1e-adb843417122 2018-11-25 08:33:13,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:33:13,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:33:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:33:13,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b651432f59c8c4373803a87bfae30b231db4a94" 2018-11-25 08:33:13,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f286e64d-6667-4024-a683-1b14131f6178 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:33:13,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-f286e64d-6667-4024-a683-1b14131f6178 2018-11-25 08:33:13,374 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-fb959c69-0a4c-44e7-8361-a44b21b09e04 2018-11-25 08:33:13,377 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09295521-5215-4eb0-bccd-eb3a21435f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b651432f59c8c4373803a87bfae30b231db4a94" 2018-11-25 08:33:14,190 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-444fc427-7743-4243-8754-fd3bba4f31c1 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-11-25 08:33:14,190 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f used request id req-444fc427-7743-4243-8754-fd3bba4f31c1 2018-11-25 08:33:14,193 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09295521-5215-4eb0-bccd-eb3a21435f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b651432f59c8c4373803a87bfae30b231db4a94" 2018-11-25 08:33:14,384 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:14 GMT Server: Apache x-compute-request-id: req-e51084b4-a1e6-44b2-9fc6-fb59731da660 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e51084b4-a1e6-44b2-9fc6-fb59731da660 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-25T08:33:14.000000", "replication_status": null, "snapshot_id": null, "id": "fd6d51e0-acc4-4ba3-96ae-21a652e64a8f", "size": 1, "user_id": "37cefe782cb2485683238db40fa7d767", "os-vol-tenant-attr:tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-fb959c69-0a4c-44e7-8361-a44b21b09e04", "bootable": "false", "created_at": "2018-11-25T08:33:12.000000", "volume_type": null}} 2018-11-25 08:33:14,384 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f used request id req-e51084b4-a1e6-44b2-9fc6-fb59731da660 2018-11-25 08:33:17,391 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09295521-5215-4eb0-bccd-eb3a21435f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b651432f59c8c4373803a87bfae30b231db4a94" 2018-11-25 08:33:17,569 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:33:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4a70568b-2930-4047-9500-93a77f611147 x-openstack-request-id: req-4a70568b-2930-4047-9500-93a77f611147 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume fd6d51e0-acc4-4ba3-96ae-21a652e64a8f could not be found.", "code": 404}} 2018-11-25 08:33:17,569 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/volumes/fd6d51e0-acc4-4ba3-96ae-21a652e64a8f used request id req-4a70568b-2930-4047-9500-93a77f611147 2018-11-25 08:33:17,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:17,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["ciTsy3_OR5GoCgZNRhSjgQ"], "issued_at": "2018-11-25T08:33:17.000000Z"}} 2018-11-25 08:33:17,959 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f379ac580254511bb29e8a4c9d67e821ff7c516" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-1ff34d6b-3198-47f9-b678-2b432229bb81", "description": null}}' 2018-11-25 08:33:18,729 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:18 GMT Server: Apache x-compute-request-id: req-3f3e5055-cf3a-4f31-ae0f-b3854bb9a9da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f3e5055-cf3a-4f31-ae0f-b3854bb9a9da Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-1ff34d6b-3198-47f9-b678-2b432229bb81", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1ce2d364-c392-4006-a520-75106aec146f", "description": null}} 2018-11-25 08:33:18,729 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types used request id req-3f3e5055-cf3a-4f31-ae0f-b3854bb9a9da 2018-11-25 08:33:18,735 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3e5055-cf3a-4f31-ae0f-b3854bb9a9da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f379ac580254511bb29e8a4c9d67e821ff7c516" 2018-11-25 08:33:19,468 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:18 GMT Server: Apache x-compute-request-id: req-075f4942-2249-4812-a2ba-a4ec9807b741 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-075f4942-2249-4812-a2ba-a4ec9807b741 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-1ff34d6b-3198-47f9-b678-2b432229bb81", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1ce2d364-c392-4006-a520-75106aec146f", "description": null}]} 2018-11-25 08:33:19,468 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types?is_public=None used request id req-075f4942-2249-4812-a2ba-a4ec9807b741 2018-11-25 08:33:19,472 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/1ce2d364-c392-4006-a520-75106aec146f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3e5055-cf3a-4f31-ae0f-b3854bb9a9da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f379ac580254511bb29e8a4c9d67e821ff7c516" 2018-11-25 08:33:19,647 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:19 GMT Server: Apache x-compute-request-id: req-a3ef21e7-c9bd-475e-aebe-1e823fc5a111 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a3ef21e7-c9bd-475e-aebe-1e823fc5a111 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-1ff34d6b-3198-47f9-b678-2b432229bb81", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1ce2d364-c392-4006-a520-75106aec146f", "description": null}} 2018-11-25 08:33:19,648 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/1ce2d364-c392-4006-a520-75106aec146f used request id req-a3ef21e7-c9bd-475e-aebe-1e823fc5a111 2018-11-25 08:33:19,651 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/1ce2d364-c392-4006-a520-75106aec146f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3e5055-cf3a-4f31-ae0f-b3854bb9a9da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f379ac580254511bb29e8a4c9d67e821ff7c516" 2018-11-25 08:33:19,828 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:19 GMT Server: Apache x-compute-request-id: req-60aee3ca-8190-4299-8401-2a0354929681 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-60aee3ca-8190-4299-8401-2a0354929681 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-25 08:33:19,828 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/1ce2d364-c392-4006-a520-75106aec146f/encryption used request id req-60aee3ca-8190-4299-8401-2a0354929681 2018-11-25 08:33:19,829 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-1ff34d6b-3198-47f9-b678-2b432229bb81 2018-11-25 08:33:19,831 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/1ce2d364-c392-4006-a520-75106aec146f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3e5055-cf3a-4f31-ae0f-b3854bb9a9da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f379ac580254511bb29e8a4c9d67e821ff7c516" 2018-11-25 08:33:20,046 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-766d30c1-7dcd-4c66-b1c2-2742c9f9369b 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-11-25 08:33:20,046 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/1ce2d364-c392-4006-a520-75106aec146f used request id req-766d30c1-7dcd-4c66-b1c2-2742c9f9369b 2018-11-25 08:33:20,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/1ce2d364-c392-4006-a520-75106aec146f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3e5055-cf3a-4f31-ae0f-b3854bb9a9da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f379ac580254511bb29e8a4c9d67e821ff7c516" 2018-11-25 08:33:20,218 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:33:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-484c3344-dee6-418f-8b3a-a4832a9ca07e x-openstack-request-id: req-484c3344-dee6-418f-8b3a-a4832a9ca07e Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 1ce2d364-c392-4006-a520-75106aec146f could not be found.", "code": 404}} 2018-11-25 08:33:20,219 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/1ce2d364-c392-4006-a520-75106aec146f used request id req-484c3344-dee6-418f-8b3a-a4832a9ca07e 2018-11-25 08:33:20,219 - cinder_utils - INFO - Volume with ID [1ce2d364-c392-4006-a520-75106aec146f] does not exist 2018-11-25 08:33:20,219 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-1ff34d6b-3198-47f9-b678-2b432229bb81 2018-11-25 08:33:20,222 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/1ce2d364-c392-4006-a520-75106aec146f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3e5055-cf3a-4f31-ae0f-b3854bb9a9da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f379ac580254511bb29e8a4c9d67e821ff7c516" 2018-11-25 08:33:20,405 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:33:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-65b53ebe-f5b4-4be5-89b4-ae896dcb04c1 x-openstack-request-id: req-65b53ebe-f5b4-4be5-89b4-ae896dcb04c1 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 1ce2d364-c392-4006-a520-75106aec146f could not be found.", "code": 404}} 2018-11-25 08:33:20,405 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/1ce2d364-c392-4006-a520-75106aec146f used request id req-65b53ebe-f5b4-4be5-89b4-ae896dcb04c1 2018-11-25 08:33:20,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:20,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["d4Uo5X9MRXSWPW8zGb-ADg"], "issued_at": "2018-11-25T08:33:20.000000Z"}} 2018-11-25 08:33:20,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e07ee721ecb6cf7cff5af3f426d24c3d5077d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-24857311-c98e-4ad2-874c-bbb69d9750ec", "description": null}}' 2018-11-25 08:33:21,040 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:20 GMT Server: Apache x-compute-request-id: req-59f0a304-1735-4a17-969d-44b785d75a7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-59f0a304-1735-4a17-969d-44b785d75a7a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-24857311-c98e-4ad2-874c-bbb69d9750ec", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "66dc1bdc-3fcd-4409-9cad-5a673ceba899", "description": null}} 2018-11-25 08:33:21,040 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types used request id req-59f0a304-1735-4a17-969d-44b785d75a7a 2018-11-25 08:33:21,043 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59f0a304-1735-4a17-969d-44b785d75a7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e07ee721ecb6cf7cff5af3f426d24c3d5077d" 2018-11-25 08:33:21,217 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:21 GMT Server: Apache x-compute-request-id: req-1a8e8a0d-4bc2-4538-9db7-cd2c0baca673 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a8e8a0d-4bc2-4538-9db7-cd2c0baca673 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-24857311-c98e-4ad2-874c-bbb69d9750ec", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "66dc1bdc-3fcd-4409-9cad-5a673ceba899", "description": null}]} 2018-11-25 08:33:21,217 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types?is_public=None used request id req-1a8e8a0d-4bc2-4538-9db7-cd2c0baca673 2018-11-25 08:33:21,222 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59f0a304-1735-4a17-969d-44b785d75a7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e07ee721ecb6cf7cff5af3f426d24c3d5077d" 2018-11-25 08:33:21,387 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:21 GMT Server: Apache x-compute-request-id: req-2dab6bd6-a474-4932-a446-00e8c27841cb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2dab6bd6-a474-4932-a446-00e8c27841cb Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-24857311-c98e-4ad2-874c-bbb69d9750ec", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "66dc1bdc-3fcd-4409-9cad-5a673ceba899", "description": null}} 2018-11-25 08:33:21,387 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899 used request id req-2dab6bd6-a474-4932-a446-00e8c27841cb 2018-11-25 08:33:21,389 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59f0a304-1735-4a17-969d-44b785d75a7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e07ee721ecb6cf7cff5af3f426d24c3d5077d" 2018-11-25 08:33:21,562 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:21 GMT Server: Apache x-compute-request-id: req-dd731d40-21b0-45e7-a253-097d915d56b3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dd731d40-21b0-45e7-a253-097d915d56b3 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-25 08:33:21,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899/encryption used request id req-dd731d40-21b0-45e7-a253-097d915d56b3 2018-11-25 08:33:21,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59f0a304-1735-4a17-969d-44b785d75a7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e07ee721ecb6cf7cff5af3f426d24c3d5077d" 2018-11-25 08:33:21,744 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:21 GMT Server: Apache x-compute-request-id: req-fd394321-cfc6-46f1-affb-0215e949eec8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fd394321-cfc6-46f1-affb-0215e949eec8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-24857311-c98e-4ad2-874c-bbb69d9750ec", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "66dc1bdc-3fcd-4409-9cad-5a673ceba899", "description": null}} 2018-11-25 08:33:21,744 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899 used request id req-fd394321-cfc6-46f1-affb-0215e949eec8 2018-11-25 08:33:21,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59f0a304-1735-4a17-969d-44b785d75a7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e07ee721ecb6cf7cff5af3f426d24c3d5077d" 2018-11-25 08:33:21,913 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:21 GMT Server: Apache x-compute-request-id: req-876ad902-43ab-4c71-bac4-cf5c4d6d885a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-876ad902-43ab-4c71-bac4-cf5c4d6d885a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-24857311-c98e-4ad2-874c-bbb69d9750ec", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "66dc1bdc-3fcd-4409-9cad-5a673ceba899", "description": null}} 2018-11-25 08:33:21,913 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899 used request id req-876ad902-43ab-4c71-bac4-cf5c4d6d885a 2018-11-25 08:33:21,918 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59f0a304-1735-4a17-969d-44b785d75a7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e07ee721ecb6cf7cff5af3f426d24c3d5077d" 2018-11-25 08:33:22,102 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:21 GMT Server: Apache x-compute-request-id: req-d5159373-3586-49ac-b501-f47f6961259c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5159373-3586-49ac-b501-f47f6961259c Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-25 08:33:22,102 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899/encryption used request id req-d5159373-3586-49ac-b501-f47f6961259c 2018-11-25 08:33:22,103 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-24857311-c98e-4ad2-874c-bbb69d9750ec 2018-11-25 08:33:22,106 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59f0a304-1735-4a17-969d-44b785d75a7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e07ee721ecb6cf7cff5af3f426d24c3d5077d" 2018-11-25 08:33:22,394 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1a8e555c-ccd4-45a1-b2d3-dda9aeb7f75d 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-11-25 08:33:22,394 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/66dc1bdc-3fcd-4409-9cad-5a673ceba899 used request id req-1a8e555c-ccd4-45a1-b2d3-dda9aeb7f75d 2018-11-25 08:33:22,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:22,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["dfDH_vwNTriZPsEZ5aobbA"], "issued_at": "2018-11-25T08:33:22.000000Z"}} 2018-11-25 08:33:22,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11f811e0f0cf643e4ae784098658ed2e7020460b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-f8b9ad20-e954-4b5f-bc38-8070d06006cd-type", "description": null}}' 2018-11-25 08:33:23,095 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:22 GMT Server: Apache x-compute-request-id: req-5f1f6b5e-6417-4f66-af17-c6d8e3581a66 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f1f6b5e-6417-4f66-af17-c6d8e3581a66 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-f8b9ad20-e954-4b5f-bc38-8070d06006cd-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5da7db07-f71e-43f5-827a-e3624af63e54", "description": null}} 2018-11-25 08:33:23,096 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types used request id req-5f1f6b5e-6417-4f66-af17-c6d8e3581a66 2018-11-25 08:33:23,099 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/5da7db07-f71e-43f5-827a-e3624af63e54/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5f1f6b5e-6417-4f66-af17-c6d8e3581a66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11f811e0f0cf643e4ae784098658ed2e7020460b" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-f8b9ad20-e954-4b5f-bc38-8070d06006cd", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-11-25 08:33:23,309 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 25 Nov 2018 08:33:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-14377d84-bab2-471b-9c91-7e3bde871e2a x-openstack-request-id: req-14377d84-bab2-471b-9c91-7e3bde871e2a Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-11-25 08:33:23,309 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/5da7db07-f71e-43f5-827a-e3624af63e54/encryption used request id req-14377d84-bab2-471b-9c91-7e3bde871e2a 2018-11-25 08:33:23,309 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-f8b9ad20-e954-4b5f-bc38-8070d06006cd-type 2018-11-25 08:33:23,312 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/5da7db07-f71e-43f5-827a-e3624af63e54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5f1f6b5e-6417-4f66-af17-c6d8e3581a66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11f811e0f0cf643e4ae784098658ed2e7020460b" 2018-11-25 08:33:23,512 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ed28f1b3-090c-4a60-8e84-ed1a07cd21f1 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-11-25 08:33:23,512 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/5da7db07-f71e-43f5-827a-e3624af63e54 used request id req-ed28f1b3-090c-4a60-8e84-ed1a07cd21f1 2018-11-25 08:33:23,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:23,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["Nlgl5N5uSaCHNeclCCL7Nw"], "issued_at": "2018-11-25T08:33:23.000000Z"}} 2018-11-25 08:33:23,898 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7-type", "description": null}}' 2018-11-25 08:33:24,105 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:23 GMT Server: Apache x-compute-request-id: req-b581f778-a92d-4745-b7a9-0c13bc9cf271 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b581f778-a92d-4745-b7a9-0c13bc9cf271 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7e840d02-eb76-4516-969c-bfabfaa8262d", "description": null}} 2018-11-25 08:33:24,106 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types used request id req-b581f778-a92d-4745-b7a9-0c13bc9cf271 2018-11-25 08:33:24,109 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b581f778-a92d-4745-b7a9-0c13bc9cf271" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7", "provider": "LuksEncryptor"}}' 2018-11-25 08:33:24,366 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:24 GMT Server: Apache x-compute-request-id: req-8e30857b-f8c8-4f23-9de8-978348599b6b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8e30857b-f8c8-4f23-9de8-978348599b6b Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "7e840d02-eb76-4516-969c-bfabfaa8262d", "name": "CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7", "control_location": "back-end", "encryption_id": "8d2ab4df-236e-47be-80a2-4da0d050de1b", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-11-25 08:33:24,366 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d/encryption used request id req-8e30857b-f8c8-4f23-9de8-978348599b6b 2018-11-25 08:33:24,371 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b581f778-a92d-4745-b7a9-0c13bc9cf271" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" 2018-11-25 08:33:24,542 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:24 GMT Server: Apache x-compute-request-id: req-ce52f4fb-4a71-4225-9b6d-155165a9c671 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ce52f4fb-4a71-4225-9b6d-155165a9c671 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7e840d02-eb76-4516-969c-bfabfaa8262d", "description": null}} 2018-11-25 08:33:24,542 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d used request id req-ce52f4fb-4a71-4225-9b6d-155165a9c671 2018-11-25 08:33:24,545 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b581f778-a92d-4745-b7a9-0c13bc9cf271" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" 2018-11-25 08:33:24,733 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:24 GMT Server: Apache x-compute-request-id: req-cd8b7758-6bc8-49fa-a01a-9bbc19a72fa9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd8b7758-6bc8-49fa-a01a-9bbc19a72fa9 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "7e840d02-eb76-4516-969c-bfabfaa8262d", "control_location": "back-end", "deleted": false, "created_at": "2018-11-25T08:33:24.000000", "updated_at": null, "encryption_id": "8d2ab4df-236e-47be-80a2-4da0d050de1b", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-11-25 08:33:24,733 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d/encryption used request id req-cd8b7758-6bc8-49fa-a01a-9bbc19a72fa9 2018-11-25 08:33:24,733 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7-type 2018-11-25 08:33:24,736 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b581f778-a92d-4745-b7a9-0c13bc9cf271" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" 2018-11-25 08:33:24,915 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:24 GMT Server: Apache x-compute-request-id: req-33df02d4-4046-4e54-b6db-1922ff099f2c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33df02d4-4046-4e54-b6db-1922ff099f2c Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7e840d02-eb76-4516-969c-bfabfaa8262d", "description": null}} 2018-11-25 08:33:24,916 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d used request id req-33df02d4-4046-4e54-b6db-1922ff099f2c 2018-11-25 08:33:24,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b581f778-a92d-4745-b7a9-0c13bc9cf271" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" 2018-11-25 08:33:25,115 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-18890572-e3e7-4f41-a39a-60198b46fa41 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-11-25 08:33:25,116 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d/encryption/provider used request id req-18890572-e3e7-4f41-a39a-60198b46fa41 2018-11-25 08:33:25,119 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b581f778-a92d-4745-b7a9-0c13bc9cf271" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" 2018-11-25 08:33:25,285 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:25 GMT Server: Apache x-compute-request-id: req-46642084-3873-4959-b506-d89f8b08bfda OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-46642084-3873-4959-b506-d89f8b08bfda Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7e840d02-eb76-4516-969c-bfabfaa8262d", "description": null}} 2018-11-25 08:33:25,285 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d used request id req-46642084-3873-4959-b506-d89f8b08bfda 2018-11-25 08:33:25,289 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b581f778-a92d-4745-b7a9-0c13bc9cf271" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" 2018-11-25 08:33:25,311 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:25 GMT Server: Apache x-compute-request-id: req-fd76d816-2af8-4e86-8304-d7f7b5517fbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fd76d816-2af8-4e86-8304-d7f7b5517fbc Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-25 08:33:25,311 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d/encryption used request id req-fd76d816-2af8-4e86-8304-d7f7b5517fbc 2018-11-25 08:33:25,312 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7-type 2018-11-25 08:33:25,315 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b581f778-a92d-4745-b7a9-0c13bc9cf271" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" 2018-11-25 08:33:25,335 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:25 GMT Server: Apache x-compute-request-id: req-57b23a54-6a34-490b-bd7a-b011ff9ab75a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-57b23a54-6a34-490b-bd7a-b011ff9ab75a Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7e840d02-eb76-4516-969c-bfabfaa8262d", "description": null}} 2018-11-25 08:33:25,335 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d used request id req-57b23a54-6a34-490b-bd7a-b011ff9ab75a 2018-11-25 08:33:25,338 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b581f778-a92d-4745-b7a9-0c13bc9cf271" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" 2018-11-25 08:33:25,368 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:33:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-278436ed-a4e0-45b6-b810-d1d39b7bc244 x-openstack-request-id: req-278436ed-a4e0-45b6-b810-d1d39b7bc244 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 7e840d02-eb76-4516-969c-bfabfaa8262d does not exist.", "code": 404}} 2018-11-25 08:33:25,368 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d/encryption/provider used request id req-278436ed-a4e0-45b6-b810-d1d39b7bc244 2018-11-25 08:33:25,369 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-c330bf02-6c4e-4bfd-82cc-d0b6eb0621b7-type 2018-11-25 08:33:25,371 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b581f778-a92d-4745-b7a9-0c13bc9cf271" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c53177b638bc9bd5c028226a409261f08d78bd" 2018-11-25 08:33:25,585 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-26edf805-7e5b-4756-bb6e-9cb5121acd5d 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-11-25 08:33:25,585 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/7e840d02-eb76-4516-969c-bfabfaa8262d used request id req-26edf805-7e5b-4756-bb6e-9cb5121acd5d 2018-11-25 08:33:25,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:25,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["sjCV6ea8R0SMMH0LD-D6dg"], "issued_at": "2018-11-25T08:33:26.000000Z"}} 2018-11-25 08:33:25,979 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e0a2fe70cefe2a2be36d948ff15e4c4ab73729" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-ec637d0c-e2f1-4599-93f4-efaa30581ee2-type", "description": null}}' 2018-11-25 08:33:26,180 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:25 GMT Server: Apache x-compute-request-id: req-1ec425e7-ec12-491e-9de9-ecd15dd7dfc3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1ec425e7-ec12-491e-9de9-ecd15dd7dfc3 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ec637d0c-e2f1-4599-93f4-efaa30581ee2-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ca9be5b4-347d-41d7-8db5-126eb1f33f9c", "description": null}} 2018-11-25 08:33:26,180 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types used request id req-1ec425e7-ec12-491e-9de9-ecd15dd7dfc3 2018-11-25 08:33:26,183 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1ec425e7-ec12-491e-9de9-ecd15dd7dfc3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e0a2fe70cefe2a2be36d948ff15e4c4ab73729" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-ec637d0c-e2f1-4599-93f4-efaa30581ee2", "provider": "foo"}}' 2018-11-25 08:33:26,406 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:26 GMT Server: Apache x-compute-request-id: req-665ecb10-5d21-43d3-a8d7-0ec3f1c63e28 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-665ecb10-5d21-43d3-a8d7-0ec3f1c63e28 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "ca9be5b4-347d-41d7-8db5-126eb1f33f9c", "name": "CinderUtilsAddEncryptionTests-ec637d0c-e2f1-4599-93f4-efaa30581ee2", "control_location": "front-end", "encryption_id": "adc6c2ee-4319-4093-b8f5-aa9932d198da", "provider": "foo", "provider_class": "foo"}} 2018-11-25 08:33:26,407 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c/encryption used request id req-665ecb10-5d21-43d3-a8d7-0ec3f1c63e28 2018-11-25 08:33:26,410 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ec425e7-ec12-491e-9de9-ecd15dd7dfc3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e0a2fe70cefe2a2be36d948ff15e4c4ab73729" 2018-11-25 08:33:26,591 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:26 GMT Server: Apache x-compute-request-id: req-17c77c7d-090c-4500-92ba-a95fa57ac6c9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17c77c7d-090c-4500-92ba-a95fa57ac6c9 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ec637d0c-e2f1-4599-93f4-efaa30581ee2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ca9be5b4-347d-41d7-8db5-126eb1f33f9c", "description": null}} 2018-11-25 08:33:26,591 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c used request id req-17c77c7d-090c-4500-92ba-a95fa57ac6c9 2018-11-25 08:33:26,594 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ec425e7-ec12-491e-9de9-ecd15dd7dfc3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e0a2fe70cefe2a2be36d948ff15e4c4ab73729" 2018-11-25 08:33:26,756 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:26 GMT Server: Apache x-compute-request-id: req-e8eae814-3077-456a-91da-0f30c9f7ec53 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e8eae814-3077-456a-91da-0f30c9f7ec53 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "ca9be5b4-347d-41d7-8db5-126eb1f33f9c", "control_location": "front-end", "deleted": false, "created_at": "2018-11-25T08:33:26.000000", "updated_at": null, "encryption_id": "adc6c2ee-4319-4093-b8f5-aa9932d198da", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-11-25 08:33:26,756 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c/encryption used request id req-e8eae814-3077-456a-91da-0f30c9f7ec53 2018-11-25 08:33:26,757 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-ec637d0c-e2f1-4599-93f4-efaa30581ee2-type 2018-11-25 08:33:26,760 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ec425e7-ec12-491e-9de9-ecd15dd7dfc3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e0a2fe70cefe2a2be36d948ff15e4c4ab73729" 2018-11-25 08:33:26,937 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:26 GMT Server: Apache x-compute-request-id: req-0cbd6e67-f7f8-4f8c-be96-cf73496e930b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0cbd6e67-f7f8-4f8c-be96-cf73496e930b Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ec637d0c-e2f1-4599-93f4-efaa30581ee2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ca9be5b4-347d-41d7-8db5-126eb1f33f9c", "description": null}} 2018-11-25 08:33:26,937 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c used request id req-0cbd6e67-f7f8-4f8c-be96-cf73496e930b 2018-11-25 08:33:26,940 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ec425e7-ec12-491e-9de9-ecd15dd7dfc3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e0a2fe70cefe2a2be36d948ff15e4c4ab73729" 2018-11-25 08:33:27,127 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b9ae0b29-2d3c-4762-ac94-1e631eb874ff 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-11-25 08:33:27,128 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c/encryption/provider used request id req-b9ae0b29-2d3c-4762-ac94-1e631eb874ff 2018-11-25 08:33:27,128 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-ec637d0c-e2f1-4599-93f4-efaa30581ee2-type 2018-11-25 08:33:27,131 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ec425e7-ec12-491e-9de9-ecd15dd7dfc3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e0a2fe70cefe2a2be36d948ff15e4c4ab73729" 2018-11-25 08:33:27,334 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cdd61351-8a71-4d87-af01-bbfd4186929c 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-11-25 08:33:27,334 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/ca9be5b4-347d-41d7-8db5-126eb1f33f9c used request id req-cdd61351-8a71-4d87-af01-bbfd4186929c 2018-11-25 08:33:27,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:27,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["xaxV1VK9RJC3aqHncPoAQg"], "issued_at": "2018-11-25T08:33:27.000000Z"}} 2018-11-25 08:33:27,723 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2817f81078a89d095503532b33963e30e0589d6f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-0945045d-257a-40ad-9715-9dfb2ff11ffa-type", "description": null}}' 2018-11-25 08:33:28,500 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:27 GMT Server: Apache x-compute-request-id: req-8ff6d8a6-7a54-4cbf-8dca-4f9ca1b7a8d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8ff6d8a6-7a54-4cbf-8dca-4f9ca1b7a8d3 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-0945045d-257a-40ad-9715-9dfb2ff11ffa-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8c8bf891-c898-47be-aba6-fe34eaf7a631", "description": null}} 2018-11-25 08:33:28,500 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types used request id req-8ff6d8a6-7a54-4cbf-8dca-4f9ca1b7a8d3 2018-11-25 08:33:28,504 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8ff6d8a6-7a54-4cbf-8dca-4f9ca1b7a8d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2817f81078a89d095503532b33963e30e0589d6f" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-0945045d-257a-40ad-9715-9dfb2ff11ffa", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-11-25 08:33:28,722 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:28 GMT Server: Apache x-compute-request-id: req-b051bce8-a6e4-4b8c-93b5-0ec4ff13b538 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b051bce8-a6e4-4b8c-93b5-0ec4ff13b538 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "8c8bf891-c898-47be-aba6-fe34eaf7a631", "name": "CinderUtilsAddEncryptionTests-0945045d-257a-40ad-9715-9dfb2ff11ffa", "control_location": "back-end", "encryption_id": "53a383cf-13d3-4971-acb1-dab5e7ac4492", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-11-25 08:33:28,722 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631/encryption used request id req-b051bce8-a6e4-4b8c-93b5-0ec4ff13b538 2018-11-25 08:33:28,725 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ff6d8a6-7a54-4cbf-8dca-4f9ca1b7a8d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2817f81078a89d095503532b33963e30e0589d6f" 2018-11-25 08:33:28,894 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:28 GMT Server: Apache x-compute-request-id: req-09f9a247-efdd-499a-b6fe-cec05c54fe6f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-09f9a247-efdd-499a-b6fe-cec05c54fe6f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-0945045d-257a-40ad-9715-9dfb2ff11ffa-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8c8bf891-c898-47be-aba6-fe34eaf7a631", "description": null}} 2018-11-25 08:33:28,894 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631 used request id req-09f9a247-efdd-499a-b6fe-cec05c54fe6f 2018-11-25 08:33:28,897 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ff6d8a6-7a54-4cbf-8dca-4f9ca1b7a8d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2817f81078a89d095503532b33963e30e0589d6f" 2018-11-25 08:33:29,073 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:28 GMT Server: Apache x-compute-request-id: req-f26a22d0-ef0c-4db3-9b86-fd75af0f84e0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f26a22d0-ef0c-4db3-9b86-fd75af0f84e0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"volume_type_id": "8c8bf891-c898-47be-aba6-fe34eaf7a631", "control_location": "back-end", "deleted": false, "created_at": "2018-11-25T08:33:28.000000", "updated_at": null, "encryption_id": "53a383cf-13d3-4971-acb1-dab5e7ac4492", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-11-25 08:33:29,073 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631/encryption used request id req-f26a22d0-ef0c-4db3-9b86-fd75af0f84e0 2018-11-25 08:33:29,074 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-0945045d-257a-40ad-9715-9dfb2ff11ffa-type 2018-11-25 08:33:29,076 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ff6d8a6-7a54-4cbf-8dca-4f9ca1b7a8d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2817f81078a89d095503532b33963e30e0589d6f" 2018-11-25 08:33:29,230 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:29 GMT Server: Apache x-compute-request-id: req-5ab43ab3-731e-47a5-933c-d0e8731a4dd0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5ab43ab3-731e-47a5-933c-d0e8731a4dd0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-0945045d-257a-40ad-9715-9dfb2ff11ffa-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8c8bf891-c898-47be-aba6-fe34eaf7a631", "description": null}} 2018-11-25 08:33:29,230 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631 used request id req-5ab43ab3-731e-47a5-933c-d0e8731a4dd0 2018-11-25 08:33:29,233 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ff6d8a6-7a54-4cbf-8dca-4f9ca1b7a8d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2817f81078a89d095503532b33963e30e0589d6f" 2018-11-25 08:33:29,433 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-064cfa92-2f4c-4579-ad39-02ffea5d19f5 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-11-25 08:33:29,433 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631/encryption/provider used request id req-064cfa92-2f4c-4579-ad39-02ffea5d19f5 2018-11-25 08:33:29,433 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-0945045d-257a-40ad-9715-9dfb2ff11ffa-type 2018-11-25 08:33:29,436 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ff6d8a6-7a54-4cbf-8dca-4f9ca1b7a8d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2817f81078a89d095503532b33963e30e0589d6f" 2018-11-25 08:33:29,639 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0ff5c0ec-cfb0-4a2a-beb6-cb6a727390a1 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-11-25 08:33:29,639 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/8c8bf891-c898-47be-aba6-fe34eaf7a631 used request id req-0ff5c0ec-cfb0-4a2a-beb6-cb6a727390a1 2018-11-25 08:33:29,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:30,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["sMXDbWyuTuOwKTbZrCkRQw"], "issued_at": "2018-11-25T08:33:30.000000Z"}} 2018-11-25 08:33:30,019 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554ea0d3e17a246c8e2eea1609d78982c3cc5090" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-d51245d3-df23-4b71-acba-4a630925a4ba-qos"}}' 2018-11-25 08:33:30,196 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:30 GMT Server: Apache x-compute-request-id: req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "d382d128-3727-45f5-879e-d31e598abb54", "name": "CinderUtilsVolumeTypeCompleteTests-d51245d3-df23-4b71-acba-4a630925a4ba-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/d382d128-3727-45f5-879e-d31e598abb54", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/d382d128-3727-45f5-879e-d31e598abb54", "rel": "bookmark"}]} 2018-11-25 08:33:30,196 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73 2018-11-25 08:33:30,200 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554ea0d3e17a246c8e2eea1609d78982c3cc5090" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-d51245d3-df23-4b71-acba-4a630925a4ba", "description": null}}' 2018-11-25 08:33:30,396 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:30 GMT Server: Apache x-compute-request-id: req-68a67dc7-4a2d-4fbe-bba8-29074fa4713e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-68a67dc7-4a2d-4fbe-bba8-29074fa4713e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-d51245d3-df23-4b71-acba-4a630925a4ba", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "aff72741-348a-4480-845b-66fbb8ba8dbf", "description": null}} 2018-11-25 08:33:30,397 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types used request id req-68a67dc7-4a2d-4fbe-bba8-29074fa4713e 2018-11-25 08:33:30,400 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554ea0d3e17a246c8e2eea1609d78982c3cc5090" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-25 08:33:30,619 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:30 GMT Server: Apache x-compute-request-id: req-288b5a2d-d4fd-4f0d-803c-57e1a5f83f7b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-288b5a2d-d4fd-4f0d-803c-57e1a5f83f7b Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "aff72741-348a-4480-845b-66fbb8ba8dbf", "name": "foo", "control_location": "back-end", "encryption_id": "a7f35e36-ebbe-4a56-bcec-03df5ce4b389", "provider": "bar", "provider_class": "bar"}} 2018-11-25 08:33:30,619 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf/encryption used request id req-288b5a2d-d4fd-4f0d-803c-57e1a5f83f7b 2018-11-25 08:33:30,622 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554ea0d3e17a246c8e2eea1609d78982c3cc5090" 2018-11-25 08:33:30,862 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:30 GMT Server: Apache x-compute-request-id: req-a2f220d8-7edf-4000-a51f-52c57e0549d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a2f220d8-7edf-4000-a51f-52c57e0549d7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-d51245d3-df23-4b71-acba-4a630925a4ba", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "aff72741-348a-4480-845b-66fbb8ba8dbf", "description": null}} 2018-11-25 08:33:30,862 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf used request id req-a2f220d8-7edf-4000-a51f-52c57e0549d7 2018-11-25 08:33:30,865 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554ea0d3e17a246c8e2eea1609d78982c3cc5090" 2018-11-25 08:33:30,886 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:30 GMT Server: Apache x-compute-request-id: req-c1716fa8-a429-4051-8350-b5f9a207c1ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c1716fa8-a429-4051-8350-b5f9a207c1ad Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_type_id": "aff72741-348a-4480-845b-66fbb8ba8dbf", "control_location": "back-end", "deleted": false, "created_at": "2018-11-25T08:33:30.000000", "updated_at": null, "encryption_id": "a7f35e36-ebbe-4a56-bcec-03df5ce4b389", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-25 08:33:30,886 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf/encryption used request id req-c1716fa8-a429-4051-8350-b5f9a207c1ad 2018-11-25 08:33:30,887 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-d51245d3-df23-4b71-acba-4a630925a4ba 2018-11-25 08:33:30,890 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554ea0d3e17a246c8e2eea1609d78982c3cc5090" 2018-11-25 08:33:31,068 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:30 GMT Server: Apache x-compute-request-id: req-23db61e1-f833-42e9-83cc-676d1d108073 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-23db61e1-f833-42e9-83cc-676d1d108073 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-d51245d3-df23-4b71-acba-4a630925a4ba", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "aff72741-348a-4480-845b-66fbb8ba8dbf", "description": null}} 2018-11-25 08:33:31,068 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf used request id req-23db61e1-f833-42e9-83cc-676d1d108073 2018-11-25 08:33:31,071 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554ea0d3e17a246c8e2eea1609d78982c3cc5090" 2018-11-25 08:33:31,122 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-61cf8e03-f91c-4632-ae71-281254501c75 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-11-25 08:33:31,122 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf/encryption/provider used request id req-61cf8e03-f91c-4632-ae71-281254501c75 2018-11-25 08:33:31,122 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-d51245d3-df23-4b71-acba-4a630925a4ba 2018-11-25 08:33:31,125 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554ea0d3e17a246c8e2eea1609d78982c3cc5090" 2018-11-25 08:33:31,351 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d1d97194-99f3-42ac-ad05-012b96c28bc0 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-11-25 08:33:31,351 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/aff72741-348a-4480-845b-66fbb8ba8dbf used request id req-d1d97194-99f3-42ac-ad05-012b96c28bc0 2018-11-25 08:33:31,352 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-d51245d3-df23-4b71-acba-4a630925a4ba-qos 2018-11-25 08:33:31,354 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/d382d128-3727-45f5-879e-d31e598abb54?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1986dcb3-253f-4dd4-b5f8-b6c94832fc73" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554ea0d3e17a246c8e2eea1609d78982c3cc5090" 2018-11-25 08:33:31,544 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bb95f9c3-e784-4395-a575-3774a4f877a5 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-11-25 08:33:31,544 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/d382d128-3727-45f5-879e-d31e598abb54?force=False used request id req-bb95f9c3-e784-4395-a575-3774a4f877a5 2018-11-25 08:33:31,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:31,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["ljCeoqO_Qk-ni73_abvtjw"], "issued_at": "2018-11-25T08:33:31.000000Z"}} 2018-11-25 08:33:31,939 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd8b1588694749e2560586b6670ca36e8262779" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-5d7587ba-2d16-4929-9dec-368b356d4213-qos"}}' 2018-11-25 08:33:32,138 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:31 GMT Server: Apache x-compute-request-id: req-1da3009d-ad51-4cc8-baff-b2150d11aa5b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1da3009d-ad51-4cc8-baff-b2150d11aa5b Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "7b0b6f09-c710-4bf2-95de-6743f04ca216", "name": "CinderUtilsVolumeTypeCompleteTests-5d7587ba-2d16-4929-9dec-368b356d4213-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/7b0b6f09-c710-4bf2-95de-6743f04ca216", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/7b0b6f09-c710-4bf2-95de-6743f04ca216", "rel": "bookmark"}]} 2018-11-25 08:33:32,138 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-1da3009d-ad51-4cc8-baff-b2150d11aa5b 2018-11-25 08:33:32,141 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1da3009d-ad51-4cc8-baff-b2150d11aa5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd8b1588694749e2560586b6670ca36e8262779" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-5d7587ba-2d16-4929-9dec-368b356d4213", "description": null}}' 2018-11-25 08:33:32,358 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:32 GMT Server: Apache x-compute-request-id: req-84f3f163-44e7-427e-8952-b3563c7faa68 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-84f3f163-44e7-427e-8952-b3563c7faa68 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5d7587ba-2d16-4929-9dec-368b356d4213", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3f0aaba2-42dc-49dd-8d7b-c6908e8a57cb", "description": null}} 2018-11-25 08:33:32,358 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types used request id req-84f3f163-44e7-427e-8952-b3563c7faa68 2018-11-25 08:33:32,361 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1da3009d-ad51-4cc8-baff-b2150d11aa5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd8b1588694749e2560586b6670ca36e8262779" 2018-11-25 08:33:33,089 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:32 GMT Server: Apache x-compute-request-id: req-db721bf9-d871-4a1c-ba38-a2af2e091254 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db721bf9-d871-4a1c-ba38-a2af2e091254 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "7b0b6f09-c710-4bf2-95de-6743f04ca216", "name": "CinderUtilsVolumeTypeCompleteTests-5d7587ba-2d16-4929-9dec-368b356d4213-qos"}]} 2018-11-25 08:33:33,089 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-db721bf9-d871-4a1c-ba38-a2af2e091254 2018-11-25 08:33:33,092 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/None/associate?vol_type_id=3f0aaba2-42dc-49dd-8d7b-c6908e8a57cb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1da3009d-ad51-4cc8-baff-b2150d11aa5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd8b1588694749e2560586b6670ca36e8262779" 2018-11-25 08:33:33,262 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:33:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1be32853-4be5-465e-aeb3-28251a2d0432 x-openstack-request-id: req-1be32853-4be5-465e-aeb3-28251a2d0432 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-11-25 08:33:33,262 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/None/associate?vol_type_id=3f0aaba2-42dc-49dd-8d7b-c6908e8a57cb used request id req-1be32853-4be5-465e-aeb3-28251a2d0432 2018-11-25 08:33:33,262 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-1be32853-4be5-465e-aeb3-28251a2d0432) 2018-11-25 08:33:33,262 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-5d7587ba-2d16-4929-9dec-368b356d4213 2018-11-25 08:33:33,265 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/3f0aaba2-42dc-49dd-8d7b-c6908e8a57cb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1da3009d-ad51-4cc8-baff-b2150d11aa5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd8b1588694749e2560586b6670ca36e8262779" 2018-11-25 08:33:33,478 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5bf7f716-ed94-4780-9909-3f65c4b591e5 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-11-25 08:33:33,478 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/3f0aaba2-42dc-49dd-8d7b-c6908e8a57cb used request id req-5bf7f716-ed94-4780-9909-3f65c4b591e5 2018-11-25 08:33:33,478 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-5d7587ba-2d16-4929-9dec-368b356d4213-qos 2018-11-25 08:33:33,481 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/7b0b6f09-c710-4bf2-95de-6743f04ca216?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1da3009d-ad51-4cc8-baff-b2150d11aa5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd8b1588694749e2560586b6670ca36e8262779" 2018-11-25 08:33:33,680 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ba263562-a089-4ff6-bebd-94bab8aaa022 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-11-25 08:33:33,681 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/7b0b6f09-c710-4bf2-95de-6743f04ca216?force=False used request id req-ba263562-a089-4ff6-bebd-94bab8aaa022 2018-11-25 08:33:33,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:34,081 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["yHZlAEx6QbGLkEpUsxFsuw"], "issued_at": "2018-11-25T08:33:34.000000Z"}} 2018-11-25 08:33:34,084 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b32ec99032990c86775791a13e994e025c12551" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-dc853ff7-b26f-4d04-a17f-78b539af0218-qos"}}' 2018-11-25 08:33:34,297 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:34 GMT Server: Apache x-compute-request-id: req-16381162-d4ea-4e90-8ecf-c1c1e32b5307 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-16381162-d4ea-4e90-8ecf-c1c1e32b5307 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "1071d8f8-24e4-4439-ae01-972427d2de66", "name": "CinderUtilsVolumeTypeCompleteTests-dc853ff7-b26f-4d04-a17f-78b539af0218-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/1071d8f8-24e4-4439-ae01-972427d2de66", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/1071d8f8-24e4-4439-ae01-972427d2de66", "rel": "bookmark"}]} 2018-11-25 08:33:34,297 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-16381162-d4ea-4e90-8ecf-c1c1e32b5307 2018-11-25 08:33:34,300 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-16381162-d4ea-4e90-8ecf-c1c1e32b5307" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b32ec99032990c86775791a13e994e025c12551" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-dc853ff7-b26f-4d04-a17f-78b539af0218", "description": null}}' 2018-11-25 08:33:34,535 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:34 GMT Server: Apache x-compute-request-id: req-e016d786-5ddb-4964-aab5-37ea104c180b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e016d786-5ddb-4964-aab5-37ea104c180b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-dc853ff7-b26f-4d04-a17f-78b539af0218", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "04764680-5be4-4ce1-9438-75266733d25e", "description": null}} 2018-11-25 08:33:34,535 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types used request id req-e016d786-5ddb-4964-aab5-37ea104c180b 2018-11-25 08:33:34,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-16381162-d4ea-4e90-8ecf-c1c1e32b5307" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b32ec99032990c86775791a13e994e025c12551" 2018-11-25 08:33:34,709 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:34 GMT Server: Apache x-compute-request-id: req-a090cea4-6524-446d-8964-207527cb85b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a090cea4-6524-446d-8964-207527cb85b8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "1071d8f8-24e4-4439-ae01-972427d2de66", "name": "CinderUtilsVolumeTypeCompleteTests-dc853ff7-b26f-4d04-a17f-78b539af0218-qos"}]} 2018-11-25 08:33:34,709 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-a090cea4-6524-446d-8964-207527cb85b8 2018-11-25 08:33:34,712 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/1071d8f8-24e4-4439-ae01-972427d2de66/associate?vol_type_id=04764680-5be4-4ce1-9438-75266733d25e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-16381162-d4ea-4e90-8ecf-c1c1e32b5307" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b32ec99032990c86775791a13e994e025c12551" 2018-11-25 08:33:34,764 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bf30fe13-3ff6-4915-8a8d-31e692974b6d 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-11-25 08:33:34,764 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/1071d8f8-24e4-4439-ae01-972427d2de66/associate?vol_type_id=04764680-5be4-4ce1-9438-75266733d25e used request id req-bf30fe13-3ff6-4915-8a8d-31e692974b6d 2018-11-25 08:33:34,765 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-dc853ff7-b26f-4d04-a17f-78b539af0218 2018-11-25 08:33:34,767 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/04764680-5be4-4ce1-9438-75266733d25e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-16381162-d4ea-4e90-8ecf-c1c1e32b5307" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b32ec99032990c86775791a13e994e025c12551" 2018-11-25 08:33:34,962 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e61e34ac-9c61-4468-90dc-9e29f186657b 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-11-25 08:33:34,962 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/04764680-5be4-4ce1-9438-75266733d25e used request id req-e61e34ac-9c61-4468-90dc-9e29f186657b 2018-11-25 08:33:34,962 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-dc853ff7-b26f-4d04-a17f-78b539af0218-qos 2018-11-25 08:33:34,965 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/1071d8f8-24e4-4439-ae01-972427d2de66?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-16381162-d4ea-4e90-8ecf-c1c1e32b5307" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b32ec99032990c86775791a13e994e025c12551" 2018-11-25 08:33:35,166 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f45150f3-3983-4d80-b316-7548640a189c 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-11-25 08:33:35,166 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/1071d8f8-24e4-4439-ae01-972427d2de66?force=False used request id req-f45150f3-3983-4d80-b316-7548640a189c 2018-11-25 08:33:35,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:35,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "8157b14ad785481fa5d11c9ec79cacaf", "name": "Member"}, {"id": "c42fc4c58bf9469bb7ad1716b44e9c01", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "id": "37cefe782cb2485683238db40fa7d767"}, "audit_ids": ["rRWOkmvBQou6p2nQQduTug"], "issued_at": "2018-11-25T08:33:35.000000Z"}} 2018-11-25 08:33:35,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-9c4706ab-5b27-44a2-84b9-fd99d5cf71be-qos"}}' 2018-11-25 08:33:35,765 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:35 GMT Server: Apache x-compute-request-id: req-be4bbf3a-7aed-4169-9283-5a5017707c49 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-be4bbf3a-7aed-4169-9283-5a5017707c49 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "662e9be2-2f07-43cb-ad17-214e47baa0f3", "name": "CinderUtilsVolumeTypeCompleteTests-9c4706ab-5b27-44a2-84b9-fd99d5cf71be-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/662e9be2-2f07-43cb-ad17-214e47baa0f3", "rel": "self"}, {"href": "http://172.30.9.23:8776/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/662e9be2-2f07-43cb-ad17-214e47baa0f3", "rel": "bookmark"}]} 2018-11-25 08:33:35,765 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-be4bbf3a-7aed-4169-9283-5a5017707c49 2018-11-25 08:33:35,768 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-be4bbf3a-7aed-4169-9283-5a5017707c49" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-9c4706ab-5b27-44a2-84b9-fd99d5cf71be", "description": null}}' 2018-11-25 08:33:36,518 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:35 GMT Server: Apache x-compute-request-id: req-2d5aa87b-f91c-47da-8215-3377ed8ccdd1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d5aa87b-f91c-47da-8215-3377ed8ccdd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-9c4706ab-5b27-44a2-84b9-fd99d5cf71be", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "49c5cf7c-1c07-45b7-8a57-e997add9f76e", "description": null}} 2018-11-25 08:33:36,518 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types used request id req-2d5aa87b-f91c-47da-8215-3377ed8ccdd1 2018-11-25 08:33:36,521 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-be4bbf3a-7aed-4169-9283-5a5017707c49" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-25 08:33:36,735 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:36 GMT Server: Apache x-compute-request-id: req-6334cbb8-cdac-4c14-9c00-a752e9e9c735 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6334cbb8-cdac-4c14-9c00-a752e9e9c735 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "49c5cf7c-1c07-45b7-8a57-e997add9f76e", "name": "foo", "control_location": "back-end", "encryption_id": "152fe943-c04c-41af-9aff-0c207f58dfa3", "provider": "bar", "provider_class": "bar"}} 2018-11-25 08:33:36,735 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e/encryption used request id req-6334cbb8-cdac-4c14-9c00-a752e9e9c735 2018-11-25 08:33:36,738 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be4bbf3a-7aed-4169-9283-5a5017707c49" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" 2018-11-25 08:33:36,903 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:36 GMT Server: Apache x-compute-request-id: req-e3ed5b9c-3a12-40bc-adeb-9e499e766653 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e3ed5b9c-3a12-40bc-adeb-9e499e766653 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "662e9be2-2f07-43cb-ad17-214e47baa0f3", "name": "CinderUtilsVolumeTypeCompleteTests-9c4706ab-5b27-44a2-84b9-fd99d5cf71be-qos"}]} 2018-11-25 08:33:36,903 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs used request id req-e3ed5b9c-3a12-40bc-adeb-9e499e766653 2018-11-25 08:33:36,907 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/662e9be2-2f07-43cb-ad17-214e47baa0f3/associate?vol_type_id=49c5cf7c-1c07-45b7-8a57-e997add9f76e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be4bbf3a-7aed-4169-9283-5a5017707c49" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" 2018-11-25 08:33:37,140 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ccbaa510-3038-4215-9fa9-8f0936800973 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-11-25 08:33:37,140 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/662e9be2-2f07-43cb-ad17-214e47baa0f3/associate?vol_type_id=49c5cf7c-1c07-45b7-8a57-e997add9f76e used request id req-ccbaa510-3038-4215-9fa9-8f0936800973 2018-11-25 08:33:37,143 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be4bbf3a-7aed-4169-9283-5a5017707c49" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" 2018-11-25 08:33:37,388 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:37 GMT Server: Apache x-compute-request-id: req-e94684d8-023e-44f0-a9a1-8490db0eb8f4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e94684d8-023e-44f0-a9a1-8490db0eb8f4 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-9c4706ab-5b27-44a2-84b9-fd99d5cf71be", "qos_specs_id": "662e9be2-2f07-43cb-ad17-214e47baa0f3", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "49c5cf7c-1c07-45b7-8a57-e997add9f76e", "description": null}} 2018-11-25 08:33:37,388 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e used request id req-e94684d8-023e-44f0-a9a1-8490db0eb8f4 2018-11-25 08:33:37,391 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be4bbf3a-7aed-4169-9283-5a5017707c49" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" 2018-11-25 08:33:37,547 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:37 GMT Server: Apache x-compute-request-id: req-d4bd103e-b7e9-4872-a7b1-ff9ef4672f43 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d4bd103e-b7e9-4872-a7b1-ff9ef4672f43 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "49c5cf7c-1c07-45b7-8a57-e997add9f76e", "control_location": "back-end", "deleted": false, "created_at": "2018-11-25T08:33:36.000000", "updated_at": null, "encryption_id": "152fe943-c04c-41af-9aff-0c207f58dfa3", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-25 08:33:37,547 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e/encryption used request id req-d4bd103e-b7e9-4872-a7b1-ff9ef4672f43 2018-11-25 08:33:37,548 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-9c4706ab-5b27-44a2-84b9-fd99d5cf71be 2018-11-25 08:33:37,550 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be4bbf3a-7aed-4169-9283-5a5017707c49" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" 2018-11-25 08:33:37,725 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:37 GMT Server: Apache x-compute-request-id: req-700bac62-1b18-4599-9954-b50c9ebe98e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-700bac62-1b18-4599-9954-b50c9ebe98e4 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-9c4706ab-5b27-44a2-84b9-fd99d5cf71be", "qos_specs_id": "662e9be2-2f07-43cb-ad17-214e47baa0f3", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "49c5cf7c-1c07-45b7-8a57-e997add9f76e", "description": null}} 2018-11-25 08:33:37,726 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e used request id req-700bac62-1b18-4599-9954-b50c9ebe98e4 2018-11-25 08:33:37,728 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be4bbf3a-7aed-4169-9283-5a5017707c49" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" 2018-11-25 08:33:37,930 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-912286e5-2655-4bfd-95ab-75cf5cd77400 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-11-25 08:33:37,930 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e/encryption/provider used request id req-912286e5-2655-4bfd-95ab-75cf5cd77400 2018-11-25 08:33:37,931 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-9c4706ab-5b27-44a2-84b9-fd99d5cf71be 2018-11-25 08:33:37,933 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be4bbf3a-7aed-4169-9283-5a5017707c49" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" 2018-11-25 08:33:38,123 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2dafd447-0636-41ff-a7fe-8d67ca26c0ad 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-11-25 08:33:38,123 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/types/49c5cf7c-1c07-45b7-8a57-e997add9f76e used request id req-2dafd447-0636-41ff-a7fe-8d67ca26c0ad 2018-11-25 08:33:38,124 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-9c4706ab-5b27-44a2-84b9-fd99d5cf71be-qos 2018-11-25 08:33:38,126 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/662e9be2-2f07-43cb-ad17-214e47baa0f3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be4bbf3a-7aed-4169-9283-5a5017707c49" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e301abc8f1c850e4138b5947828ec1422cfd89" 2018-11-25 08:33:38,303 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4795e366-5381-4a13-91f6-39bb0c6cf555 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-11-25 08:33:38,303 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9b3bbac25fe5465591e37f96f5a8bedc/qos-specs/662e9be2-2f07-43cb-ad17-214e47baa0f3?force=False used request id req-4795e366-5381-4a13-91f6-39bb0c6cf555 2018-11-25 08:33:38,304 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 757.749s OK 2018-11-25 08:33:38,429 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 08:33:38,430 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-25 08:33:38,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:33:38,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:38,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ffff17-e272-40f9-ab3f-6407152aec37 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c42fc4c58bf9469bb7ad1716b44e9c01", "links": {"self": "http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01"}, "name": "heat_stack_owner"}]} 2018-11-25 08:33:38,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-34ffff17-e272-40f9-ab3f-6407152aec37 2018-11-25 08:33:38,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.090047121048s 2018-11-25 08:33:38,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 08:33:38,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:38,668 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:33:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b223c6f-418a-44da-89cc-bdc02cb81a91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:33:38,668 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c42fc4c58bf9469bb7ad1716b44e9c01 used request id req-6b223c6f-418a-44da-89cc-bdc02cb81a91 2018-11-25 08:33:38,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.139857053757s 2018-11-25 08:33:38,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:33:38,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:38,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d73afb5-a067-4b2c-af87-7b6d2c7e3954 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e", "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "domain_id": "default", "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:33:38,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3d73afb5-a067-4b2c-af87-7b6d2c7e3954 2018-11-25 08:33:38,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107725143433s 2018-11-25 08:33:38,777 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3d73afb5-a067-4b2c-af87-7b6d2c7e3954 2018-11-25 08:33:38,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:33:38,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:38,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ffe42c5-8386-4f60-93ee-ed9fde76aec6 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767"}, "enabled": true, "id": "37cefe782cb2485683238db40fa7d767", "options": {}, "domain_id": "default", "name": "api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e"}} 2018-11-25 08:33:38,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767 used request id req-3ffe42c5-8386-4f60-93ee-ed9fde76aec6 2018-11-25 08:33:38,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100826025009s 2018-11-25 08:33:38,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767 used request id req-3ffe42c5-8386-4f60-93ee-ed9fde76aec6 2018-11-25 08:33:38,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 08:33:38,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:39,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:33:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21f5370e-022c-4d8d-ad79-3c8eb0cc46af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:33:39,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767 used request id req-21f5370e-022c-4d8d-ad79-3c8eb0cc46af 2018-11-25 08:33:39,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.221807956696s 2018-11-25 08:33:39,107 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/37cefe782cb2485683238db40fa7d767 used request id req-21f5370e-022c-4d8d-ad79-3c8eb0cc46af 2018-11-25 08:33:39,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:33:39,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:39,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d02c8b6-5dfe-4d9c-92ad-ca160807ffe4 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc"}, "enabled": true, "id": "9b3bbac25fe5465591e37f96f5a8bedc", "parent_id": "default", "domain_id": "default", "name": "api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e"}]} 2018-11-25 08:33:39,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-8d02c8b6-5dfe-4d9c-92ad-ca160807ffe4 2018-11-25 08:33:39,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0724730491638s 2018-11-25 08:33:39,181 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-8d02c8b6-5dfe-4d9c-92ad-ca160807ffe4 2018-11-25 08:33:39,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 08:33:39,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:39,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:33:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb885867-1bef-40f1-8b44-da5d592215f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:33:39,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-eb885867-1bef-40f1-8b44-da5d592215f0 2018-11-25 08:33:39,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.182556867599s 2018-11-25 08:33:39,366 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9b3bbac25fe5465591e37f96f5a8bedc used request id req-eb885867-1bef-40f1-8b44-da5d592215f0 2018-11-25 08:33:39,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:33:39,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:39,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7a7836f-fa92-4890-b715-faf48c804762 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8157b14ad785481fa5d11c9ec79cacaf", "links": {"self": "http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:33:39,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d7a7836f-fa92-4890-b715-faf48c804762 2018-11-25 08:33:39,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818121433258s 2018-11-25 08:33:39,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 08:33:39,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:39,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:33:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16ff8431-947e-4832-a6cb-ed01bb392ae7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:33:39,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf used request id req-16ff8431-947e-4832-a6cb-ed01bb392ae7 2018-11-25 08:33:39,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.09827709198s 2018-11-25 08:33:39,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:33:39,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9b3bbac25fe5465591e37f96f5a8bedc&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:39,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-3f0a1999-f7d2-4fba-a3d1-6abf44a675bc Date: Sun, 25 Nov 2018 08:33:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:27Z", "updated_at": "2018-11-25T08:21:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "45338a87-1370-4c9a-a99a-dbee32c572d7", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "5fefc238-cdbf-46b9-b06a-d42c9dfb1a18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "cb6e2946-ea79-433d-a4a9-7401522be61a", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "ce28581b-81fb-4b71-b268-f6a52bd79048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "name": "default"}]} 2018-11-25 08:33:39,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9b3bbac25fe5465591e37f96f5a8bedc&name=default used request id req-3f0a1999-f7d2-4fba-a3d1-6abf44a675bc 2018-11-25 08:33:39,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195838928223s 2018-11-25 08:33:39,751 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9b3bbac25fe5465591e37f96f5a8bedc&name=default used request id req-3f0a1999-f7d2-4fba-a3d1-6abf44a675bc 2018-11-25 08:33:39,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:33:39,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:39,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-50549a64-9619-4745-9dfe-8ba9aa419b40 Date: Sun, 25 Nov 2018 08:33:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:21:27Z", "updated_at": "2018-11-25T08:21:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "5fefc238-cdbf-46b9-b06a-d42c9dfb1a18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "45338a87-1370-4c9a-a99a-dbee32c572d7", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "ce28581b-81fb-4b71-b268-f6a52bd79048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:21:27Z", "revision_number": 0, "id": "cb6e2946-ea79-433d-a4a9-7401522be61a", "remote_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "remote_ip_prefix": null, "created_at": "2018-11-25T08:21:27Z", "security_group_id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b3bbac25fe5465591e37f96f5a8bedc"}], "revision_number": 4, "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "39164231-f974-4a4f-9cdf-9f7a51c126ef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:33:39,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-50549a64-9619-4745-9dfe-8ba9aa419b40 2018-11-25 08:33:39,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.210668087006s 2018-11-25 08:33:39,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-50549a64-9619-4745-9dfe-8ba9aa419b40 2018-11-25 08:33:39,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-25 08:33:39,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/39164231-f974-4a4f-9cdf-9f7a51c126ef.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e681a850aca39d25a8305bb3a68a7fc66b4f2eb" 2018-11-25 08:33:40,290 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9506c448-984e-4f34-a6a2-0c32a4c36989 Content-Length: 0 Date: Sun, 25 Nov 2018 08:33:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:33:40,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/39164231-f974-4a4f-9cdf-9f7a51c126ef.json used request id req-9506c448-984e-4f34-a6a2-0c32a4c36989 2018-11-25 08:33:40,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.32121014595s 2018-11-25 08:33:40,291 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/39164231-f974-4a4f-9cdf-9f7a51c126ef.json used request id req-9506c448-984e-4f34-a6a2-0c32a4c36989 2018-11-25 08:33:40,310 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-11-25 08:33:40,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:33:40,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:33:40,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:33:40,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:33:40,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:33:40,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:33:40,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:33:40,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:33:40,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:33:40,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:33:40,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:33:40,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:33:40,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:33:40,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:33:40,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:33:40,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:33:40,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:33:40,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:33:40,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:33:40,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:33:40,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:33:40,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:33:40,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 08:33:40,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:33:40,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51943b5e-96b8-4e76-8944-2440356c323b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:40,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-51943b5e-96b8-4e76-8944-2440356c323b 2018-11-25 08:33:40,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:40,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T09:33:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["0SlzQPdISvasxVKetkFEKQ"], "issued_at": "2018-11-25T08:33:40.000000Z"}} 2018-11-25 08:33:40,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:40,743 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:33:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:33:40,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:40,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4ea910d-7e8b-434e-87ac-e71d4bca8308 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 08:33:40,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-d4ea910d-7e8b-434e-87ac-e71d4bca8308 2018-11-25 08:33:40,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.47946190834s 2018-11-25 08:33:40,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 08:33:40,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}}' 2018-11-25 08:33:40,943 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:33:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f81898b8-0e59-4281-a47d-685e4d00c956 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6"}, "enabled": true, "id": "0b93ee2412af47a38571a91dcde354e6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}} 2018-11-25 08:33:40,944 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f81898b8-0e59-4281-a47d-685e4d00c956 2018-11-25 08:33:40,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.113306999207s 2018-11-25 08:33:40,944 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f81898b8-0e59-4281-a47d-685e4d00c956 2018-11-25 08:33:40,945 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2', 'id': u'0b93ee2412af47a38571a91dcde354e6', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 08:33:40,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 08:33:41,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.345549106598s 2018-11-25 08:33:41,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:41,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c17449ef-9d8c-4f22-937b-6e2093db1f74 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5"}, "enabled": true, "id": "3cc855d4e6f64d6b83e3254b4417f6d5", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2"}} 2018-11-25 08:33:41,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5 used request id req-c17449ef-9d8c-4f22-937b-6e2093db1f74 2018-11-25 08:33:41,383 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3cc855d4e6f64d6b83e3254b4417f6d5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2'}) 2018-11-25 08:33:41,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:33:41,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:41,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ae3cb1-aaa8-4111-b79a-c168f02ac965 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:33:41,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d0ae3cb1-aaa8-4111-b79a-c168f02ac965 2018-11-25 08:33:41,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823791027069s 2018-11-25 08:33:41,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:33:41,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:41,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fddcf55c-4a35-4b7b-947e-033e2f4833ac Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:33:41,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fddcf55c-4a35-4b7b-947e-033e2f4833ac 2018-11-25 08:33:41,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807659626007s 2018-11-25 08:33:41,549 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:33:41,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 08:33:41,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" -d '{"role": {"name": "Member"}}' 2018-11-25 08:33:41,650 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:33:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47dd5572-6eeb-44f0-af5c-28a585a4bda1 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "18259ed2132c477c9b6238dad2f08b67", "links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "name": "Member"}} 2018-11-25 08:33:41,650 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-47dd5572-6eeb-44f0-af5c-28a585a4bda1 2018-11-25 08:33:41,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101252794266s 2018-11-25 08:33:41,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:41,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07ccf97-c58b-4e63-86b1-b15d0db9f9ea Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "domain_id": null, "name": "Member", "id": "18259ed2132c477c9b6238dad2f08b67"}} 2018-11-25 08:33:41,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67 used request id req-a07ccf97-c58b-4e63-86b1-b15d0db9f9ea 2018-11-25 08:33:41,734 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67'}, 'domain_id': None, 'human_id': None, 'id': u'18259ed2132c477c9b6238dad2f08b67', 'HUMAN_ID': False}) 2018-11-25 08:33:41,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:33:41,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:41,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa84b74d-b16e-467c-9ba6-61152d436cce Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "18259ed2132c477c9b6238dad2f08b67", "links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "name": "Member"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:33:41,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fa84b74d-b16e-467c-9ba6-61152d436cce 2018-11-25 08:33:41,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0744760036469s 2018-11-25 08:33:41,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:33:41,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:41,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41114899-7142-45ec-ab87-3faa09d7ce9f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:33:41,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-41114899-7142-45ec-ab87-3faa09d7ce9f 2018-11-25 08:33:41,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.088427066803s 2018-11-25 08:33:41,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:33:41,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:41,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2d93419-5ee8-4fda-bbf0-81bae6ec32fc Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2", "links": {"self": "http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5"}, "domain_id": "default", "enabled": true, "id": "3cc855d4e6f64d6b83e3254b4417f6d5", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:33:41,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c2d93419-5ee8-4fda-bbf0-81bae6ec32fc 2018-11-25 08:33:41,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0342741012573s 2018-11-25 08:33:41,935 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c2d93419-5ee8-4fda-bbf0-81bae6ec32fc 2018-11-25 08:33:41,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:33:41,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-310acf00-6d9d-4e63-90ed-e8c5a9c0ddd7 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6"}, "enabled": true, "id": "0b93ee2412af47a38571a91dcde354e6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:33:42,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-310acf00-6d9d-4e63-90ed-e8c5a9c0ddd7 2018-11-25 08:33:42,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0728771686554s 2018-11-25 08:33:42,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-310acf00-6d9d-4e63-90ed-e8c5a9c0ddd7 2018-11-25 08:33:42,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:33:42,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=3cc855d4e6f64d6b83e3254b4417f6d5&scope.project.id=0b93ee2412af47a38571a91dcde354e6&role.id=18259ed2132c477c9b6238dad2f08b67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d45060fd-5ec7-4ffc-a7a9-5e017873d2e5 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=3cc855d4e6f64d6b83e3254b4417f6d5&scope.project.id=0b93ee2412af47a38571a91dcde354e6&role.id=18259ed2132c477c9b6238dad2f08b67", "previous": null, "next": null}} 2018-11-25 08:33:42,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=3cc855d4e6f64d6b83e3254b4417f6d5&scope.project.id=0b93ee2412af47a38571a91dcde354e6&role.id=18259ed2132c477c9b6238dad2f08b67 used request id req-d45060fd-5ec7-4ffc-a7a9-5e017873d2e5 2018-11-25 08:33:42,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0923118591309s 2018-11-25 08:33:42,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:33:42,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6/users/3cc855d4e6f64d6b83e3254b4417f6d5/roles/18259ed2132c477c9b6238dad2f08b67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,228 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d26e989-c894-4e0e-a77e-2bfcc66cb0bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:33:42,228 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6/users/3cc855d4e6f64d6b83e3254b4417f6d5/roles/18259ed2132c477c9b6238dad2f08b67 used request id req-1d26e989-c894-4e0e-a77e-2bfcc66cb0bb 2018-11-25 08:33:42,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119401931763s 2018-11-25 08:33:42,229 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'cbb2ea19-ba83-4eaf-adc1-5d496d8d1a9e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2', 'project_id': u'0b93ee2412af47a38571a91dcde354e6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:33:42,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:33:42,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:33:42,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:33:42,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:33:42,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:33:42,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:33:42,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:33:42,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:33:42,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:33:42,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:33:42,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:33:42,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:33:42,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:33:42,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:33:42,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:33:42,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:33:42,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:33:42,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:33:42,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:33:42,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:33:42,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:33:42,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:33:42,235 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2', 'password': 'cbb2ea19-ba83-4eaf-adc1-5d496d8d1a9e', 'project_name': 'snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '0b93ee2412af47a38571a91dcde354e6', 'project_domain_name': 'Default'} 2018-11-25 08:33:42,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:33:42,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85bc0d82-5bbb-410d-b578-829955e48920 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "18259ed2132c477c9b6238dad2f08b67", "links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "name": "Member"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:33:42,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-85bc0d82-5bbb-410d-b578-829955e48920 2018-11-25 08:33:42,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0720438957214s 2018-11-25 08:33:42,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:33:42,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a58641d-962c-41e1-a30a-d6cc6116eca4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "18259ed2132c477c9b6238dad2f08b67", "links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "name": "Member"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:33:42,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3a58641d-962c-41e1-a30a-d6cc6116eca4 2018-11-25 08:33:42,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.087299823761s 2018-11-25 08:33:42,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:33:42,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54a123a7-046c-408f-8d05-7e79f6308787 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:33:42,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-54a123a7-046c-408f-8d05-7e79f6308787 2018-11-25 08:33:42,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0762829780579s 2018-11-25 08:33:42,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:33:42,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3252665e-795a-4765-bf56-7f2994d3b97d Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2", "links": {"self": "http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5"}, "domain_id": "default", "enabled": true, "id": "3cc855d4e6f64d6b83e3254b4417f6d5", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:33:42,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3252665e-795a-4765-bf56-7f2994d3b97d 2018-11-25 08:33:42,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0888710021973s 2018-11-25 08:33:42,564 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3252665e-795a-4765-bf56-7f2994d3b97d 2018-11-25 08:33:42,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:33:42,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9cfa67b-e067-47c8-88a5-76a621f2c3e8 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6"}, "enabled": true, "id": "0b93ee2412af47a38571a91dcde354e6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:33:42,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d9cfa67b-e067-47c8-88a5-76a621f2c3e8 2018-11-25 08:33:42,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0795650482178s 2018-11-25 08:33:42,650 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d9cfa67b-e067-47c8-88a5-76a621f2c3e8 2018-11-25 08:33:42,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:33:42,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=3cc855d4e6f64d6b83e3254b4417f6d5&scope.project.id=0b93ee2412af47a38571a91dcde354e6&role.id=27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18d1b74a-e6bd-4deb-af00-c830e6fe7c06 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=3cc855d4e6f64d6b83e3254b4417f6d5&scope.project.id=0b93ee2412af47a38571a91dcde354e6&role.id=27bda056e6a9493f8b3efd13960b080f", "previous": null, "next": null}} 2018-11-25 08:33:42,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=3cc855d4e6f64d6b83e3254b4417f6d5&scope.project.id=0b93ee2412af47a38571a91dcde354e6&role.id=27bda056e6a9493f8b3efd13960b080f used request id req-18d1b74a-e6bd-4deb-af00-c830e6fe7c06 2018-11-25 08:33:42,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0803329944611s 2018-11-25 08:33:42,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:33:42,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6/users/3cc855d4e6f64d6b83e3254b4417f6d5/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0e63c81-f3ae-4149-aeca-e80dce1d9b51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:33:42,901 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6/users/3cc855d4e6f64d6b83e3254b4417f6d5/roles/27bda056e6a9493f8b3efd13960b080f used request id req-e0e63c81-f3ae-4149-aeca-e80dce1d9b51 2018-11-25 08:33:42,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.167897939682s 2018-11-25 08:33:42,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:33:42,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:42,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b595e21-ed2e-4a9d-8f19-9499935284c1 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "18259ed2132c477c9b6238dad2f08b67", "links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "name": "Member"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:33:42,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3b595e21-ed2e-4a9d-8f19-9499935284c1 2018-11-25 08:33:42,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796298980713s 2018-11-25 08:33:42,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 08:33:42,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-25 08:33:43,081 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:33:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40b49394-b171-480d-be58-6efb8c5d43b9 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5a0b87a6ff8c4f04aeb8e84081e33fb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1"}, "name": "heat_stack_owner"}} 2018-11-25 08:33:43,081 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-40b49394-b171-480d-be58-6efb8c5d43b9 2018-11-25 08:33:43,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0990180969238s 2018-11-25 08:33:43,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:43,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3186c06-b472-4500-befc-7f509c882476 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1"}, "domain_id": null, "name": "heat_stack_owner", "id": "5a0b87a6ff8c4f04aeb8e84081e33fb1"}} 2018-11-25 08:33:43,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1 used request id req-f3186c06-b472-4500-befc-7f509c882476 2018-11-25 08:33:43,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:33:43,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:43,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb0d8a8-be8e-4e51-acd3-c2334ce8aab2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "18259ed2132c477c9b6238dad2f08b67", "links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "name": "Member"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5a0b87a6ff8c4f04aeb8e84081e33fb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:33:43,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5fb0d8a8-be8e-4e51-acd3-c2334ce8aab2 2018-11-25 08:33:43,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804951190948s 2018-11-25 08:33:43,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:33:43,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:43,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d67a3419-4442-47a8-a3dd-5db79eafd4c1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:33:43,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d67a3419-4442-47a8-a3dd-5db79eafd4c1 2018-11-25 08:33:43,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0843379497528s 2018-11-25 08:33:43,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:33:43,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:43,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c227e0-d385-4d1e-aad4-cbd6c7f76b67 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2", "links": {"self": "http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5"}, "domain_id": "default", "enabled": true, "id": "3cc855d4e6f64d6b83e3254b4417f6d5", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:33:43,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-07c227e0-d385-4d1e-aad4-cbd6c7f76b67 2018-11-25 08:33:43,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968279838562s 2018-11-25 08:33:43,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-07c227e0-d385-4d1e-aad4-cbd6c7f76b67 2018-11-25 08:33:43,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:33:43,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:43,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc159de-7c93-4d6b-8b1d-b8fb6fb59956 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6"}, "enabled": true, "id": "0b93ee2412af47a38571a91dcde354e6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:33:43,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-0bc159de-7c93-4d6b-8b1d-b8fb6fb59956 2018-11-25 08:33:43,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0792670249939s 2018-11-25 08:33:43,507 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-0bc159de-7c93-4d6b-8b1d-b8fb6fb59956 2018-11-25 08:33:43,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:33:43,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=3cc855d4e6f64d6b83e3254b4417f6d5&scope.project.id=0b93ee2412af47a38571a91dcde354e6&role.id=5a0b87a6ff8c4f04aeb8e84081e33fb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:43,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06ff7472-00d5-43ce-8e80-13f39070ea2a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=3cc855d4e6f64d6b83e3254b4417f6d5&scope.project.id=0b93ee2412af47a38571a91dcde354e6&role.id=5a0b87a6ff8c4f04aeb8e84081e33fb1", "previous": null, "next": null}} 2018-11-25 08:33:43,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=3cc855d4e6f64d6b83e3254b4417f6d5&scope.project.id=0b93ee2412af47a38571a91dcde354e6&role.id=5a0b87a6ff8c4f04aeb8e84081e33fb1 used request id req-06ff7472-00d5-43ce-8e80-13f39070ea2a 2018-11-25 08:33:43,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0797538757324s 2018-11-25 08:33:43,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:33:43,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6/users/3cc855d4e6f64d6b83e3254b4417f6d5/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:33:43,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:33:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45ed5fc8-4eb3-4a29-b221-dee15a413014 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:33:43,750 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6/users/3cc855d4e6f64d6b83e3254b4417f6d5/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1 used request id req-45ed5fc8-4eb3-4a29-b221-dee15a413014 2018-11-25 08:33:43,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.16152215004s 2018-11-25 08:33:43,751 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-25 08:33:43,751 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-25 08:33:43,752 - openstack_tests - INFO - OS Credentials = > 2018-11-25 08:33:43,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:33:43,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:44,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "18259ed2132c477c9b6238dad2f08b67", "name": "Member"}, {"id": "5a0b87a6ff8c4f04aeb8e84081e33fb1", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b93ee2412af47a38571a91dcde354e6", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2", "id": "3cc855d4e6f64d6b83e3254b4417f6d5"}, "audit_ids": ["AEUwIhZZTrG_oHSi9V7npA"], "issued_at": "2018-11-25T08:33:44.000000Z"}} 2018-11-25 08:33:44,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34eee9a879cab6b3c607219ba0f4455874bdbfd" 2018-11-25 08:33:44,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e0d1f068-6e2a-455b-b7e0-e3df2cb07561 Date: Sun, 25 Nov 2018 08:33:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:33:44,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-e0d1f068-6e2a-455b-b7e0-e3df2cb07561 2018-11-25 08:33:44,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34eee9a879cab6b3c607219ba0f4455874bdbfd" 2018-11-25 08:33:44,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-74199d83-af19-4083-bcd0-26148364ac95 Date: Sun, 25 Nov 2018 08:33:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 08:33:44,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5c9b0ac2-19de-49fd-9d11-79e1dddc84a4 used request id req-74199d83-af19-4083-bcd0-26148364ac95 2018-11-25 08:33:44,584 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-25 08:33:44,584 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-11-25 08:33:44,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:33:44,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:44,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "18259ed2132c477c9b6238dad2f08b67", "name": "Member"}, {"id": "5a0b87a6ff8c4f04aeb8e84081e33fb1", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b93ee2412af47a38571a91dcde354e6", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2", "id": "3cc855d4e6f64d6b83e3254b4417f6d5"}, "audit_ids": ["epHcH2rMT12U7RYBbebpPw"], "issued_at": "2018-11-25T08:33:44.000000Z"}} 2018-11-25 08:33:44,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8821cf1d4c324c92318d89e83e69007877d5480" 2018-11-25 08:33:45,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0354df1f-3609-4eaa-a32a-df2fa5fa8338 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:45,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0354df1f-3609-4eaa-a32a-df2fa5fa8338 2018-11-25 08:33:45,052 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:33:45,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:45,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "18259ed2132c477c9b6238dad2f08b67", "name": "Member"}, {"id": "5a0b87a6ff8c4f04aeb8e84081e33fb1", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b93ee2412af47a38571a91dcde354e6", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2", "id": "3cc855d4e6f64d6b83e3254b4417f6d5"}, "audit_ids": ["So_XgJqURCuTq-qVpSgGbA"], "issued_at": "2018-11-25T08:33:45.000000Z"}} 2018-11-25 08:33:45,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:33:45,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84c49486-0400-412b-ba08-52591b3cf6e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:45,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-84c49486-0400-412b-ba08-52591b3cf6e8 2018-11-25 08:33:45,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:33:45,521 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:33:45,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-26e9c71b-50da-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:33:45,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fe59c3-38a5-48b5-bf8e-5b18c8e2b81a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-26e9c71b-50da-4d4-proj", "previous": null, "next": null}, "projects": []} 2018-11-25 08:33:45,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-26e9c71b-50da-4d4-proj used request id req-f5fe59c3-38a5-48b5-bf8e-5b18c8e2b81a 2018-11-25 08:33:45,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:33:45,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18088316-fb7f-4c49-92c4-91fd24d6df1e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:33:45,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-18088316-fb7f-4c49-92c4-91fd24d6df1e 2018-11-25 08:33:45,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}}' 2018-11-25 08:33:45,740 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f4171a9-94a7-48c8-87af-8eb303729a6e Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, "enabled": true, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}} 2018-11-25 08:33:45,740 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-8f4171a9-94a7-48c8-87af-8eb303729a6e 2018-11-25 08:33:45,741 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-26e9c71b-50da-4d4-proj 2018-11-25 08:33:45,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:33:45,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:46,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "18259ed2132c477c9b6238dad2f08b67", "name": "Member"}, {"id": "5a0b87a6ff8c4f04aeb8e84081e33fb1", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b93ee2412af47a38571a91dcde354e6", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2", "id": "3cc855d4e6f64d6b83e3254b4417f6d5"}, "audit_ids": ["5z1p7EpZRaWysGf6WJqdjQ"], "issued_at": "2018-11-25T08:33:46.000000Z"}} 2018-11-25 08:33:46,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b545fcbc3b05b4f7e56f9a17dc93f9ecc1bbc2b5" 2018-11-25 08:33:46,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a77c00b-7d90-4e16-9a45-72d929f55088 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:46,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9a77c00b-7d90-4e16-9a45-72d929f55088 2018-11-25 08:33:46,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:33:46,150 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:33:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:33:46,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b545fcbc3b05b4f7e56f9a17dc93f9ecc1bbc2b5" 2018-11-25 08:33:46,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8908dc27-4681-49a8-95f4-91cf93bc4c63 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2", "links": {"self": "http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5"}, "domain_id": "default", "enabled": true, "id": "3cc855d4e6f64d6b83e3254b4417f6d5", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:33:46,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8908dc27-4681-49a8-95f4-91cf93bc4c63 2018-11-25 08:33:46,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-26e9c71b-50da-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b545fcbc3b05b4f7e56f9a17dc93f9ecc1bbc2b5" 2018-11-25 08:33:46,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cdc2d4f-c637-4263-8fdf-070c1ed52752 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-26e9c71b-50da-4d4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, "enabled": true, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}]} 2018-11-25 08:33:46,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-26e9c71b-50da-4d4-proj used request id req-0cdc2d4f-c637-4263-8fdf-070c1ed52752 2018-11-25 08:33:46,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b545fcbc3b05b4f7e56f9a17dc93f9ecc1bbc2b5" 2018-11-25 08:33:46,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2715951-f603-40e2-a774-859a07dfcb41 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-25 08:33:46,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e2715951-f603-40e2-a774-859a07dfcb41 2018-11-25 08:33:46,734 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-26e9c71b-50da-4d4-user 2018-11-25 08:33:46,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:33:46,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:33:46,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93fb51f9-157b-49e4-824a-0075b84a078c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "18259ed2132c477c9b6238dad2f08b67", "links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "name": "Member"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5a0b87a6ff8c4f04aeb8e84081e33fb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:33:46,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-93fb51f9-157b-49e4-824a-0075b84a078c 2018-11-25 08:33:46,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" -d '{"role": {"name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj-role"}}' 2018-11-25 08:33:46,932 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:33:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3110b75e-bb4e-4fe9-8934-356685fbde8b Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "78abb435b2084c238cba705ad6248b95", "links": {"self": "http://172.30.9.23:5000/v3/roles/78abb435b2084c238cba705ad6248b95"}, "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj-role"}} 2018-11-25 08:33:46,933 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-3110b75e-bb4e-4fe9-8934-356685fbde8b 2018-11-25 08:33:46,933 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-26e9c71b-50da-4d4-proj-role 2018-11-25 08:33:46,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/78abb435b2084c238cba705ad6248b95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:33:46,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ddbd142-54ef-4002-8991-645892fd78d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/78abb435b2084c238cba705ad6248b95"}, "domain_id": null, "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj-role", "id": "78abb435b2084c238cba705ad6248b95"}} 2018-11-25 08:33:46,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/78abb435b2084c238cba705ad6248b95 used request id req-4ddbd142-54ef-4002-8991-645892fd78d3 2018-11-25 08:33:46,954 - keystone_utils - INFO - Granting role SimpleHealthCheck-26e9c71b-50da-4d4-proj-role to project SimpleHealthCheck-26e9c71b-50da-4d4-proj 2018-11-25 08:33:46,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd/users/568ecb7b54a34309b59da115cdb8b4e5/roles/78abb435b2084c238cba705ad6248b95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:33:47,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:33:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fb07772-76fc-4a91-8e7e-18aa2244a0cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:33:47,078 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd/users/568ecb7b54a34309b59da115cdb8b4e5/roles/78abb435b2084c238cba705ad6248b95 used request id req-4fb07772-76fc-4a91-8e7e-18aa2244a0cf 2018-11-25 08:33:47,078 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:33:47,079 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-25 08:33:47,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:33:47,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:47,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78abb435b2084c238cba705ad6248b95", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj-role"}], "expires_at": "2018-11-25T09:33:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-26e9c71b-50da-4d4-user", "id": "568ecb7b54a34309b59da115cdb8b4e5"}, "audit_ids": ["8nyWD_E5T2eV1Y-d1ga42g"], "issued_at": "2018-11-25T08:33:47.000000Z"}} 2018-11-25 08:33:47,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bc968395f81e19f574a36206e34dfcb0abd812" 2018-11-25 08:33:47,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6075656b-1d0d-41f2-84ef-432bf613cdac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:47,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6075656b-1d0d-41f2-84ef-432bf613cdac 2018-11-25 08:33:47,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0bc968395f81e19f574a36206e34dfcb0abd812" 2018-11-25 08:33:47,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-add132eb-6fe4-4090-b6d2-71f85d38176f Date: Sun, 25 Nov 2018 08:33:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image"} 2018-11-25 08:33:47,712 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image used request id req-add132eb-6fe4-4090-b6d2-71f85d38176f 2018-11-25 08:33:47,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0bc968395f81e19f574a36206e34dfcb0abd812" 2018-11-25 08:33:47,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-56c874e7-f6db-4667-929b-b215d43a8780 Date: Sun, 25 Nov 2018 08:33:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:33:47,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-56c874e7-f6db-4667-929b-b215d43a8780 2018-11-25 08:33:47,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a0bc968395f81e19f574a36206e34dfcb0abd812" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image"}' 2018-11-25 08:33:48,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/78640973-6f72-456c-9037-5d379620822a X-Openstack-Request-Id: req-506226e4-5e3f-44c8-a1b7-b9f05d781bf0 Date: Sun, 25 Nov 2018 08:33:48 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:33:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T08:33:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/78640973-6f72-456c-9037-5d379620822a", "min_disk": 0, "protected": false, "id": "78640973-6f72-456c-9037-5d379620822a", "file": "/v2/images/78640973-6f72-456c-9037-5d379620822a/file", "checksum": null, "owner": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:33:48,095 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-506226e4-5e3f-44c8-a1b7-b9f05d781bf0 2018-11-25 08:33:48,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/78640973-6f72-456c-9037-5d379620822a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0bc968395f81e19f574a36206e34dfcb0abd812" -d '' 2018-11-25 08:33:49,199 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-06ef4b1a-2c16-497f-a26a-5128897a4aee Date: Sun, 25 Nov 2018 08:33:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:33:49,199 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/78640973-6f72-456c-9037-5d379620822a/file used request id req-06ef4b1a-2c16-497f-a26a-5128897a4aee 2018-11-25 08:33:49,200 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:33:49,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/78640973-6f72-456c-9037-5d379620822a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0bc968395f81e19f574a36206e34dfcb0abd812" 2018-11-25 08:33:49,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-c114ac80-4a83-46dc-b3b5-f8097807c143 Date: Sun, 25 Nov 2018 08:33:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:33:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:33:49Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/78640973-6f72-456c-9037-5d379620822a/snap", "metadata": {}}], "self": "/v2/images/78640973-6f72-456c-9037-5d379620822a", "min_disk": 0, "protected": false, "id": "78640973-6f72-456c-9037-5d379620822a", "file": "/v2/images/78640973-6f72-456c-9037-5d379620822a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/78640973-6f72-456c-9037-5d379620822a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:33:49,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/78640973-6f72-456c-9037-5d379620822a used request id req-c114ac80-4a83-46dc-b3b5-f8097807c143 2018-11-25 08:33:49,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0bc968395f81e19f574a36206e34dfcb0abd812" 2018-11-25 08:33:49,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-34484306-03a2-4d14-acf6-04286e08b446 Date: Sun, 25 Nov 2018 08:33:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:33:49,510 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-34484306-03a2-4d14-acf6-04286e08b446 2018-11-25 08:33:49,513 - create_image - INFO - Created image with name - SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image 2018-11-25 08:33:49,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/78640973-6f72-456c-9037-5d379620822a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0bc968395f81e19f574a36206e34dfcb0abd812" 2018-11-25 08:33:49,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d4d370a5-67bb-4e65-8020-80b6b983a023 Date: Sun, 25 Nov 2018 08:33:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:33:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:33:49Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/78640973-6f72-456c-9037-5d379620822a/snap", "metadata": {}}], "self": "/v2/images/78640973-6f72-456c-9037-5d379620822a", "min_disk": 0, "protected": false, "id": "78640973-6f72-456c-9037-5d379620822a", "file": "/v2/images/78640973-6f72-456c-9037-5d379620822a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/78640973-6f72-456c-9037-5d379620822a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 08:33:49,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/78640973-6f72-456c-9037-5d379620822a used request id req-d4d370a5-67bb-4e65-8020-80b6b983a023 2018-11-25 08:33:49,534 - create_image - DEBUG - Instance status is - active 2018-11-25 08:33:49,534 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image 2018-11-25 08:33:49,534 - create_image - INFO - Image is now active with name - SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image 2018-11-25 08:33:49,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:33:49,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:49,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78abb435b2084c238cba705ad6248b95", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj-role"}], "expires_at": "2018-11-25T09:33:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-26e9c71b-50da-4d4-user", "id": "568ecb7b54a34309b59da115cdb8b4e5"}, "audit_ids": ["AdIhUojJRPOqs2Ye1PzWnA"], "issued_at": "2018-11-25T08:33:49.000000Z"}} 2018-11-25 08:33:49,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70798a97e7a59e4ca312aac5c7e87e7d58af4c91" 2018-11-25 08:33:49,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19593aec-b255-40a4-b738-9e1ee15dbf96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:49,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-19593aec-b255-40a4-b738-9e1ee15dbf96 2018-11-25 08:33:49,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70798a97e7a59e4ca312aac5c7e87e7d58af4c91" 2018-11-25 08:33:50,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0dce25e5-99c7-453a-98e0-f73172f9475e Date: Sun, 25 Nov 2018 08:33:50 GMT RESP BODY: {"networks":[]} 2018-11-25 08:33:50,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net used request id req-0dce25e5-99c7-453a-98e0-f73172f9475e 2018-11-25 08:33:50,160 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net 2018-11-25 08:33:50,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70798a97e7a59e4ca312aac5c7e87e7d58af4c91" -d '{"network": {"name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net", "admin_state_up": true}}' 2018-11-25 08:33:50,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-caffac87-8b13-45ed-92f8-41345c38550f Date: Sun, 25 Nov 2018 08:33:50 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-11-25T08:33:50Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net"}} 2018-11-25 08:33:50,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-caffac87-8b13-45ed-92f8-41345c38550f 2018-11-25 08:33:50,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70798a97e7a59e4ca312aac5c7e87e7d58af4c91" 2018-11-25 08:33:51,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-da723273-f2a8-4368-8c03-18ab3ae67029 Date: Sun, 25 Nov 2018 08:33:51 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-11-25T08:33:50Z","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net"}]} 2018-11-25 08:33:51,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-da723273-f2a8-4368-8c03-18ab3ae67029 2018-11-25 08:33:51,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70798a97e7a59e4ca312aac5c7e87e7d58af4c91" 2018-11-25 08:33:51,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3951617f-20c8-4010-b602-56659f1d2dbf Date: Sun, 25 Nov 2018 08:33:51 GMT RESP BODY: {"subnets":[]} 2018-11-25 08:33:51,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-3951617f-20c8-4010-b602-56659f1d2dbf 2018-11-25 08:33:51,198 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet 2018-11-25 08:33:51,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70798a97e7a59e4ca312aac5c7e87e7d58af4c91" -d '{"subnets": [{"ip_version": 4, "network_id": "0bcf842d-3474-4b90-8b53-c8316e24ec94", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet"}]}' 2018-11-25 08:33:51,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-985fe249-6db5-4575-a153-46815af933cc Date: Sun, 25 Nov 2018 08:33:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:51Z","dns_nameservers":[],"updated_at":"2018-11-25T08:33:51Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"9d068259-3492-4b5c-b680-c4b93f35b66f","subnetpool_id":null,"name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet"}]} 2018-11-25 08:33:51,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-985fe249-6db5-4575-a153-46815af933cc 2018-11-25 08:33:51,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70798a97e7a59e4ca312aac5c7e87e7d58af4c91" 2018-11-25 08:33:52,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-935f2392-83ab-4a7a-abe8-7acff6fc853b Date: Sun, 25 Nov 2018 08:33:52 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":["9d068259-3492-4b5c-b680-c4b93f35b66f"],"updated_at":"2018-11-25T08:33:51Z","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net"}]} 2018-11-25 08:33:52,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-935f2392-83ab-4a7a-abe8-7acff6fc853b 2018-11-25 08:33:52,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70798a97e7a59e4ca312aac5c7e87e7d58af4c91" 2018-11-25 08:33:52,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1690bce9-7913-4d3f-8dd9-25ea9125673d Date: Sun, 25 Nov 2018 08:33:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:51Z","dns_nameservers":[],"updated_at":"2018-11-25T08:33:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"9d068259-3492-4b5c-b680-c4b93f35b66f","subnetpool_id":null,"name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet"}]} 2018-11-25 08:33:52,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-1690bce9-7913-4d3f-8dd9-25ea9125673d 2018-11-25 08:33:52,404 - OpenStackNetwork - DEBUG - Network [0bcf842d-3474-4b90-8b53-c8316e24ec94] created successfully 2018-11-25 08:33:52,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:33:52,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:52,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "18259ed2132c477c9b6238dad2f08b67", "name": "Member"}, {"id": "5a0b87a6ff8c4f04aeb8e84081e33fb1", "name": "heat_stack_owner"}], "expires_at": "2018-11-25T09:33:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b93ee2412af47a38571a91dcde354e6", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/0b93ee2412af47a38571a91dcde354e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2", "id": "3cc855d4e6f64d6b83e3254b4417f6d5"}, "audit_ids": ["hQhoqdpbRhmJzpr0OnAhug"], "issued_at": "2018-11-25T08:33:52.000000Z"}} 2018-11-25 08:33:52,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c8f1a1b388236e5e34b9e9ef43b5f07b887a7e" 2018-11-25 08:33:52,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e22d6959-9462-4c29-877b-c26e2aedf0cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:52,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e22d6959-9462-4c29-877b-c26e2aedf0cf 2018-11-25 08:33:52,869 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:33:52,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c8f1a1b388236e5e34b9e9ef43b5f07b887a7e" 2018-11-25 08:33:53,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-22648075-9898-43f4-89b6-550f6d94afbd x-compute-request-id: req-22648075-9898-43f4-89b6-550f6d94afbd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-25 08:33:53,077 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-22648075-9898-43f4-89b6-550f6d94afbd 2018-11-25 08:33:53,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c8f1a1b388236e5e34b9e9ef43b5f07b887a7e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-25 08:33:53,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-46195c56-c6aa-494a-8c59-b4afa1f0fc2b x-compute-request-id: req-46195c56-c6aa-494a-8c59-b4afa1f0fc2b Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:33:53,284 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-46195c56-c6aa-494a-8c59-b4afa1f0fc2b 2018-11-25 08:33:53,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:33:53,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:53,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78abb435b2084c238cba705ad6248b95", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj-role"}], "expires_at": "2018-11-25T09:33:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-26e9c71b-50da-4d4-user", "id": "568ecb7b54a34309b59da115cdb8b4e5"}, "audit_ids": ["8XlE6E3hSkq_l2WQFvL6Zg"], "issued_at": "2018-11-25T08:33:53.000000Z"}} 2018-11-25 08:33:53,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:53,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3846f127-191f-4f47-9e98-42e4ab97314c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:53,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3846f127-191f-4f47-9e98-42e4ab97314c 2018-11-25 08:33:53,728 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-25 08:33:53,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:53,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e1ff26b-7d96-4c56-bb72-0c9f14f83159 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:53,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6e1ff26b-7d96-4c56-bb72-0c9f14f83159 2018-11-25 08:33:53,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:54,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0191d168-1ffb-4fe4-ae79-7a07b8e4ede0 Date: Sun, 25 Nov 2018 08:33:54 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":["9d068259-3492-4b5c-b680-c4b93f35b66f"],"updated_at":"2018-11-25T08:33:51Z","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net"}]} 2018-11-25 08:33:54,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net used request id req-0191d168-1ffb-4fe4-ae79-7a07b8e4ede0 2018-11-25 08:33:54,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:33:54,056 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:33:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:33:54,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:54,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c177231-b031-4c85-997d-b59492883c52 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, "enabled": true, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}} 2018-11-25 08:33:54,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd used request id req-9c177231-b031-4c85-997d-b59492883c52 2018-11-25 08:33:54,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:54,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fa29c830-c8cc-4115-9aa7-0fa537f11357 Date: Sun, 25 Nov 2018 08:33:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:51Z","dns_nameservers":[],"updated_at":"2018-11-25T08:33:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"9d068259-3492-4b5c-b680-c4b93f35b66f","subnetpool_id":null,"name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet"}]} 2018-11-25 08:33:54,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-fa29c830-c8cc-4115-9aa7-0fa537f11357 2018-11-25 08:33:54,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:54,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7c49d62c-aa5a-4d40-95ac-bb386d874a20 Date: Sun, 25 Nov 2018 08:33:54 GMT RESP BODY: {"ports":[]} 2018-11-25 08:33:54,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1&admin_state_up=True used request id req-7c49d62c-aa5a-4d40-95ac-bb386d874a20 2018-11-25 08:33:54,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:54,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-2b5be388-44d1-4c8e-a95c-28383e36e408 x-compute-request-id: req-2b5be388-44d1-4c8e-a95c-28383e36e408 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 08:33:54,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst used request id req-2b5be388-44d1-4c8e-a95c-28383e36e408 2018-11-25 08:33:54,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:55,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9ed66064-0e64-47bb-a183-5149665c6ae8 Date: Sun, 25 Nov 2018 08:33:55 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":["9d068259-3492-4b5c-b680-c4b93f35b66f"],"updated_at":"2018-11-25T08:33:51Z","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net"}]} 2018-11-25 08:33:55,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net used request id req-9ed66064-0e64-47bb-a183-5149665c6ae8 2018-11-25 08:33:55,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:55,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4d02b72-369f-4b11-8ba7-673a8c9e4125 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, "enabled": true, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}} 2018-11-25 08:33:55,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd used request id req-a4d02b72-369f-4b11-8ba7-673a8c9e4125 2018-11-25 08:33:55,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:55,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dc62c52d-483c-4a91-a627-c412d458dcf2 Date: Sun, 25 Nov 2018 08:33:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:51Z","dns_nameservers":[],"updated_at":"2018-11-25T08:33:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"9d068259-3492-4b5c-b680-c4b93f35b66f","subnetpool_id":null,"name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet"}]} 2018-11-25 08:33:55,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-dc62c52d-483c-4a91-a627-c412d458dcf2 2018-11-25 08:33:55,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:55,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-77628293-6a73-41c2-8356-5390734b5d8a Date: Sun, 25 Nov 2018 08:33:55 GMT RESP BODY: {"ports":[]} 2018-11-25 08:33:55,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1&admin_state_up=True used request id req-77628293-6a73-41c2-8356-5390734b5d8a 2018-11-25 08:33:55,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-25 08:33:55,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:33:55,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78abb435b2084c238cba705ad6248b95", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj-role"}], "expires_at": "2018-11-25T09:33:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/f6a6bd3e4ea9498495df8ae4d3bb5dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-26e9c71b-50da-4d4-user", "id": "568ecb7b54a34309b59da115cdb8b4e5"}, "audit_ids": ["UEzgE84tSeKSQa2jYd4OhA"], "issued_at": "2018-11-25T08:33:55.000000Z"}} 2018-11-25 08:33:55,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc53b70f6b53e3ff3948a0728e8b51cda0904a6" 2018-11-25 08:33:55,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0eb2269-0f27-45d0-89c7-012f6bcab20c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:33:55,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d0eb2269-0f27-45d0-89c7-012f6bcab20c 2018-11-25 08:33:55,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:56,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4783ab60-6053-4754-be77-d83dc3b908da Date: Sun, 25 Nov 2018 08:33:56 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":["9d068259-3492-4b5c-b680-c4b93f35b66f"],"updated_at":"2018-11-25T08:33:51Z","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net"}]} 2018-11-25 08:33:56,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net used request id req-4783ab60-6053-4754-be77-d83dc3b908da 2018-11-25 08:33:56,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:56,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-987e2683-dab9-42fb-8171-364e904e83a5 Date: Sun, 25 Nov 2018 08:33:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:51Z","dns_nameservers":[],"updated_at":"2018-11-25T08:33:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"9d068259-3492-4b5c-b680-c4b93f35b66f","subnetpool_id":null,"name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet"}]} 2018-11-25 08:33:56,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-987e2683-dab9-42fb-8171-364e904e83a5 2018-11-25 08:33:56,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:56,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8c69d094-f8bd-45c7-90f7-cf6f156d9460 Date: Sun, 25 Nov 2018 08:33:56 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":["9d068259-3492-4b5c-b680-c4b93f35b66f"],"updated_at":"2018-11-25T08:33:51Z","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net"}]} 2018-11-25 08:33:56,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net used request id req-8c69d094-f8bd-45c7-90f7-cf6f156d9460 2018-11-25 08:33:56,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:33:56,504 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:33:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:33:56,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc53b70f6b53e3ff3948a0728e8b51cda0904a6" 2018-11-25 08:33:56,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1f9c614-d187-487b-9794-0d8580884567 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, "enabled": true, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}} 2018-11-25 08:33:56,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd used request id req-f1f9c614-d187-487b-9794-0d8580884567 2018-11-25 08:33:56,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:56,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4ad5eafd-226e-47ff-b27d-e6c2093c2759 Date: Sun, 25 Nov 2018 08:33:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:51Z","dns_nameservers":[],"updated_at":"2018-11-25T08:33:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"9d068259-3492-4b5c-b680-c4b93f35b66f","subnetpool_id":null,"name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet"}]} 2018-11-25 08:33:56,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-4ad5eafd-226e-47ff-b27d-e6c2093c2759 2018-11-25 08:33:56,639 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net 2018-11-25 08:33:56,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" -d '{"port": {"network_id": "0bcf842d-3474-4b90-8b53-c8316e24ec94", "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1", "admin_state_up": true}}' 2018-11-25 08:33:57,350 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-54e7a009-d2c8-400d-b77a-f8a9d65936fd Date: Sun, 25 Nov 2018 08:33:57 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-11-25T08:33:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-11-25T08:33:57Z","name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:e9:33:c9","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","fixed_ips":[{"subnet_id":"9d068259-3492-4b5c-b680-c4b93f35b66f","ip_address":"10.55.0.9"}],"id":"a759ba16-823e-4b23-8f29-f7722854f694","security_groups":["2700a231-779a-4f17-a59c-aa067b5b2f52"],"device_id":""}} 2018-11-25 08:33:57,350 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-54e7a009-d2c8-400d-b77a-f8a9d65936fd 2018-11-25 08:33:57,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:57,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-efd45b1b-eb4a-4744-97ad-9ceb4264d319 Date: Sun, 25 Nov 2018 08:33:57 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":["9d068259-3492-4b5c-b680-c4b93f35b66f"],"updated_at":"2018-11-25T08:33:51Z","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net"}]} 2018-11-25 08:33:57,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net used request id req-efd45b1b-eb4a-4744-97ad-9ceb4264d319 2018-11-25 08:33:57,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:57,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b802db7b-0f35-43cc-9ff3-36a9cd37d15d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, "enabled": true, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}} 2018-11-25 08:33:57,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd used request id req-b802db7b-0f35-43cc-9ff3-36a9cd37d15d 2018-11-25 08:33:57,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:57,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2bcf7af2-b860-48b8-84c0-f1d478e58c52 Date: Sun, 25 Nov 2018 08:33:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:51Z","dns_nameservers":[],"updated_at":"2018-11-25T08:33:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"9d068259-3492-4b5c-b680-c4b93f35b66f","subnetpool_id":null,"name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet"}]} 2018-11-25 08:33:57,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-2bcf7af2-b860-48b8-84c0-f1d478e58c52 2018-11-25 08:33:57,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:58,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-b7fc8263-6728-4d84-9a36-e7166a36617d Date: Sun, 25 Nov 2018 08:33:58 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:56Z","admin_state_up":true,"updated_at":"2018-11-25T08:33:57Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:e9:33:c9","id":"a759ba16-823e-4b23-8f29-f7722854f694","port_security_enabled":true,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","fixed_ips":[{"subnet_id":"9d068259-3492-4b5c-b680-c4b93f35b66f","ip_address":"10.55.0.9"}],"extra_dhcp_opts":[],"security_groups":["2700a231-779a-4f17-a59c-aa067b5b2f52"],"name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1"}]} 2018-11-25 08:33:58,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1&admin_state_up=True used request id req-b7fc8263-6728-4d84-9a36-e7166a36617d 2018-11-25 08:33:58,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:58,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5decf53-17ca-456f-b9ba-425bd831d9ad Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, "enabled": true, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}} 2018-11-25 08:33:58,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd used request id req-d5decf53-17ca-456f-b9ba-425bd831d9ad 2018-11-25 08:33:58,213 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst 2018-11-25 08:33:58,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:58,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c722e377-b980-4a29-b64b-e99bffe2da1a x-compute-request-id: req-c722e377-b980-4a29-b64b-e99bffe2da1a Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}], "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-flavor-name"}]} 2018-11-25 08:33:58,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c722e377-b980-4a29-b64b-e99bffe2da1a 2018-11-25 08:33:58,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:58,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:33:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dea14846-4f11-4ac9-ab96-cfcb7fcb575e x-compute-request-id: req-dea14846-4f11-4ac9-ab96-cfcb7fcb575e Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:33:58,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad used request id req-dea14846-4f11-4ac9-ab96-cfcb7fcb575e 2018-11-25 08:33:58,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:58,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-b1ba0b9d-93c6-4fc5-ad2b-65545f28b505 Date: Sun, 25 Nov 2018 08:33:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T08:33:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-25T08:33:49Z", "visibility": "shared", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/78640973-6f72-456c-9037-5d379620822a/snap", "metadata": {}}], "self": "/v2/images/78640973-6f72-456c-9037-5d379620822a", "min_disk": 0, "protected": false, "id": "78640973-6f72-456c-9037-5d379620822a", "file": "/v2/images/78640973-6f72-456c-9037-5d379620822a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/78640973-6f72-456c-9037-5d379620822a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image"} 2018-11-25 08:33:58,436 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image used request id req-b1ba0b9d-93c6-4fc5-ad2b-65545f28b505 2018-11-25 08:33:58,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:33:58,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-208525f1-1da9-43bf-b239-a32a8e1c47c6 Date: Sun, 25 Nov 2018 08:33:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 08:33:58,596 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-208525f1-1da9-43bf-b239-a32a8e1c47c6 2018-11-25 08:33:58,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" -d '{"server": {"name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst", "imageRef": "78640973-6f72-456c-9037-5d379620822a", "flavorRef": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "max_count": 1, "min_count": 1, "networks": [{"port": "a759ba16-823e-4b23-8f29-f7722854f694"}]}}' 2018-11-25 08:34:00,262 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:33:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98284cdc-890a-4ce2-9b3c-e5eea190fc6b x-compute-request-id: req-98284cdc-890a-4ce2-9b3c-e5eea190fc6b Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "bookmark"}], "adminPass": "9i4a3DxPHToK"}} 2018-11-25 08:34:00,263 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-98284cdc-890a-4ce2-9b3c-e5eea190fc6b 2018-11-25 08:34:00,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:00,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34: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-b5cd5977-4795-4aaf-a406-d04b80e5316f x-compute-request-id: req-b5cd5977-4795-4aaf-a406-d04b80e5316f Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "bookmark"}], "image": {"id": "78640973-6f72-456c-9037-5d379620822a", "links": [{"href": "http://172.30.9.23:8774/images/78640973-6f72-456c-9037-5d379620822a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "links": [{"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}]}, "id": "9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "user_id": "568ecb7b54a34309b59da115cdb8b4e5", "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-11-25T08:34:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst", "created": "2018-11-25T08:34:00Z", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:34:00,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef used request id req-b5cd5977-4795-4aaf-a406-d04b80e5316f 2018-11-25 08:34:00,521 - create_instance - INFO - Created instance with name - SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst 2018-11-25 08:34:00,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:00,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34: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-ed39a4b8-60ea-457e-a62f-09ddaaf01f95 x-compute-request-id: req-ed39a4b8-60ea-457e-a62f-09ddaaf01f95 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "bookmark"}], "image": {"id": "78640973-6f72-456c-9037-5d379620822a", "links": [{"href": "http://172.30.9.23:8774/images/78640973-6f72-456c-9037-5d379620822a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "links": [{"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}]}, "id": "9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "user_id": "568ecb7b54a34309b59da115cdb8b4e5", "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-11-25T08:34:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst", "created": "2018-11-25T08:34:00Z", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:34:00,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef used request id req-ed39a4b8-60ea-457e-a62f-09ddaaf01f95 2018-11-25 08:34:00,885 - create_instance - DEBUG - Instance status [SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst] is - BUILD 2018-11-25 08:34:00,885 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:34:03,889 - create_instance - DEBUG - VM status query timeout in 896.633237839 2018-11-25 08:34:03,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:04,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-658749f7-fc45-4766-8df9-b27d6301e052 x-compute-request-id: req-658749f7-fc45-4766-8df9-b27d6301e052 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "bookmark"}], "image": {"id": "78640973-6f72-456c-9037-5d379620822a", "links": [{"href": "http://172.30.9.23:8774/images/78640973-6f72-456c-9037-5d379620822a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "links": [{"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}]}, "id": "9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "security_groups": [{"name": "default"}], "user_id": "568ecb7b54a34309b59da115cdb8b4e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:34:01Z", "hostId": "9aac9f75fd2fed5fd44c8b7d31cdbd424b6649216039cd1c6dd78263", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst", "created": "2018-11-25T08:34:00Z", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:34:04,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef used request id req-658749f7-fc45-4766-8df9-b27d6301e052 2018-11-25 08:34:04,447 - create_instance - DEBUG - Instance status [SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst] is - BUILD 2018-11-25 08:34:04,448 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:34:07,451 - create_instance - DEBUG - VM status query timeout in 893.070910931 2018-11-25 08:34:07,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:07,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34: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-8c760a79-d895-40af-8507-fb07c9757fcd x-compute-request-id: req-8c760a79-d895-40af-8507-fb07c9757fcd Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:33:c9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "bookmark"}], "image": {"id": "78640973-6f72-456c-9037-5d379620822a", "links": [{"href": "http://172.30.9.23:8774/images/78640973-6f72-456c-9037-5d379620822a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:34:04.000000", "flavor": {"id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "links": [{"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}]}, "id": "9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "security_groups": [{"name": "default"}], "user_id": "568ecb7b54a34309b59da115cdb8b4e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:34:04Z", "hostId": "9aac9f75fd2fed5fd44c8b7d31cdbd424b6649216039cd1c6dd78263", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst", "created": "2018-11-25T08:34:00Z", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:34:07,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef used request id req-8c760a79-d895-40af-8507-fb07c9757fcd 2018-11-25 08:34:07,929 - create_instance - DEBUG - Instance status [SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst] is - ACTIVE 2018-11-25 08:34:07,929 - create_instance - INFO - VM is - ACTIVE 2018-11-25 08:34:07,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:08,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34: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-db023395-63cc-4e7d-a42a-f876123fc2cf x-compute-request-id: req-db023395-63cc-4e7d-a42a-f876123fc2cf Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:33:c9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "bookmark"}], "image": {"id": "78640973-6f72-456c-9037-5d379620822a", "links": [{"href": "http://172.30.9.23:8774/images/78640973-6f72-456c-9037-5d379620822a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:34:04.000000", "flavor": {"id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "links": [{"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}]}, "id": "9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "security_groups": [{"name": "default"}], "user_id": "568ecb7b54a34309b59da115cdb8b4e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:34:04Z", "hostId": "9aac9f75fd2fed5fd44c8b7d31cdbd424b6649216039cd1c6dd78263", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst", "created": "2018-11-25T08:34:00Z", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:34:08,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef used request id req-db023395-63cc-4e7d-a42a-f876123fc2cf 2018-11-25 08:34:08,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:08,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-5273c0db-393b-4c4e-a29a-6574e3ba09c6 Date: Sun, 25 Nov 2018 08:34:08 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":["9d068259-3492-4b5c-b680-c4b93f35b66f"],"updated_at":"2018-11-25T08:33:51Z","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net"}]} 2018-11-25 08:34:08,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net used request id req-5273c0db-393b-4c4e-a29a-6574e3ba09c6 2018-11-25 08:34:08,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:08,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e9cfe9-2acd-484d-afb9-07792543920d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, "enabled": true, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}} 2018-11-25 08:34:08,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd used request id req-80e9cfe9-2acd-484d-afb9-07792543920d 2018-11-25 08:34:08,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:08,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-082e04b3-4a1e-4376-b4c3-2e22a8d66a46 Date: Sun, 25 Nov 2018 08:34:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:51Z","dns_nameservers":[],"updated_at":"2018-11-25T08:33:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","id":"9d068259-3492-4b5c-b680-c4b93f35b66f","subnetpool_id":null,"name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet"}]} 2018-11-25 08:34:08,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-082e04b3-4a1e-4376-b4c3-2e22a8d66a46 2018-11-25 08:34:08,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:08,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3019 X-Openstack-Request-Id: req-377ff091-61d2-4bff-9e2f-04bdf80ca4e8 Date: Sun, 25 Nov 2018 08:34:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:56Z","admin_state_up":true,"updated_at":"2018-11-25T08:34:02Z","binding:vnic_type":"normal","device_id":"9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:e9:33:c9","id":"a759ba16-823e-4b23-8f29-f7722854f694","port_security_enabled":true,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","fixed_ips":[{"subnet_id":"9d068259-3492-4b5c-b680-c4b93f35b66f","ip_address":"10.55.0.9"}],"extra_dhcp_opts":[],"security_groups":["2700a231-779a-4f17-a59c-aa067b5b2f52"],"name":"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:52Z","admin_state_up":true,"updated_at":"2018-11-25T08:33:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0bcf842d-3474-4b90-8b53-c8316e24ec94","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:a7:84:2a","id":"c0aeff43-2305-485f-9594-29c94b7df662","port_security_enabled":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","fixed_ips":[{"subnet_id":"9d068259-3492-4b5c-b680-c4b93f35b66f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:52Z","admin_state_up":true,"updated_at":"2018-11-25T08:33:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0bcf842d-3474-4b90-8b53-c8316e24ec94","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:18:f7:67","id":"d7e87fb9-4cee-4cfa-ae00-5809781f6ffa","port_security_enabled":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","fixed_ips":[{"subnet_id":"9d068259-3492-4b5c-b680-c4b93f35b66f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0bcf842d-3474-4b90-8b53-c8316e24ec94","tenant_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","created_at":"2018-11-25T08:33:53Z","admin_state_up":true,"updated_at":"2018-11-25T08:33:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0bcf842d-3474-4b90-8b53-c8316e24ec94","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:0f:81:53","id":"e4609f90-c1d3-4f28-818f-60f5037dc671","port_security_enabled":false,"project_id":"f6a6bd3e4ea9498495df8ae4d3bb5dfd","fixed_ips":[{"subnet_id":"9d068259-3492-4b5c-b680-c4b93f35b66f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-11-25 08:34:08,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-377ff091-61d2-4bff-9e2f-04bdf80ca4e8 2018-11-25 08:34:08,526 - create_instance_tests - INFO - Looking for IP 10.55.0.9 in the console log 2018-11-25 08:34:08,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:08,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13a1133b-b0dd-479e-80f8-c6a263986825 x-compute-request-id: req-13a1133b-b0dd-479e-80f8-c6a263986825 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:33:c9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "bookmark"}], "image": {"id": "78640973-6f72-456c-9037-5d379620822a", "links": [{"href": "http://172.30.9.23:8774/images/78640973-6f72-456c-9037-5d379620822a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:34:04.000000", "flavor": {"id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "links": [{"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}]}, "id": "9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "security_groups": [{"name": "default"}], "user_id": "568ecb7b54a34309b59da115cdb8b4e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:34:04Z", "hostId": "9aac9f75fd2fed5fd44c8b7d31cdbd424b6649216039cd1c6dd78263", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst", "created": "2018-11-25T08:34:00Z", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:34:08,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef used request id req-13a1133b-b0dd-479e-80f8-c6a263986825 2018-11-25 08:34:08,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:34:10,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-437dd3e9-86f2-4ac6-a613-76661e5c6ff6 x-compute-request-id: req-437dd3e9-86f2-4ac6-a613-76661e5c6ff6 Content-Encoding: gzip Content-Length: 9424 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513825018 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.148276] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150228] pid_max: default: 32768 minimum: 301\n[ 0.151299] ACPI: Core revision 20150930\n[ 0.152832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154367] Security Framework initialized\n[ 0.155336] Yama: becoming mindful.\n[ 0.156245] AppArmor: AppArmor initialized\n[ 0.157264] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158896] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.160141] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.161334] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.162699] Initializing cgroup subsys io\n[ 0.163509] Initializing cgroup subsys memory\n[ 0.164357] Initializing cgroup subsys devices\n[ 0.165224] Initializing cgroup subsys freezer\n[ 0.166073] Initializing cgroup subsys net_cls\n[ 0.166918] Initializing cgroup subsys perf_event\n[ 0.167832] Initializing cgroup subsys net_prio\n[ 0.168698] Initializing cgroup subsys hugetlb\n[ 0.169540] Initializing cgroup subsys pids\n[ 0.170397] CPU: Physical Processor ID: 0\n[ 0.171892] mce: CPU supports 10 MCE banks\n[ 0.172719] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.173691] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191681] ftrace: allocating 31920 entries in 125 pages\n[ 0.219423] smpboot: Max logical packages: 1\n[ 0.220284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221605] x2apic enabled\n[ 0.222401] Switched APIC routing to physical x2apic.\n[ 0.224134] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225227] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227172] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228917] KVM setup paravirtual spinlock\n[ 0.230237] x86: Booted up 1 node, 1 CPUs\n[ 0.231032] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232424] devtmpfs: initialized\n[ 0.234128] evm: security.selinux\n[ 0.234816] evm: security.SMACK64\n[ 0.235487] evm: security.SMACK64EXEC\n[ 0.236217] evm: security.SMACK64TRANSMUTE\n[ 0.237087] evm: security.SMACK64MMAP\n[ 0.237835] evm: security.ima\n[ 0.238481] evm: security.capability\n[ 0.239279] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241094] pinctrl core: initialized pinctrl subsystem\n[ 0.242180] RTC time: 8:34:04, date: 11/25/18\n[ 0.243121] NET: Registered protocol family 16\n[ 0.244081] cpuidle: using governor ladder\n[ 0.244882] cpuidle: using governor menu\n[ 0.245651] PCCT header not found.\n[ 0.246395] ACPI: bus type PCI registered\n[ 0.247181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248395] PCI: Using configuration type 1 for base access\n[ 0.250144] ACPI: Added _OSI(Module Device)\n[ 0.250973] ACPI: Added _OSI(Processor Device)\n[ 0.251948] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253093] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255508] ACPI: Interpreter enabled\n[ 0.256415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.263034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265333] ACPI: (supports S0 S5)\n[ 0.266193] ACPI: Using IOAPIC for interrupt routing\n[ 0.267364] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.270910] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272271] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273839] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275300] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.278076] acpiphp: Slot [3] registered\n[ 0.279063] acpiphp: Slot [4] registered\n[ 0.280055] acpiphp: Slot [5] registered\n[ 0.281038] acpiphp: Slot [6] registered\n[ 0.282008] acpiphp: Slot [7] registered\n[ 0.282946] acpiphp: Slot [8] registered\n[ 0.283910] acpiphp: Slot [9] registered\n[ 0.284854] acpiphp: Slot [10] registered\n[ 0.285807] acpiphp: Slot [11] registered\n[ 0.286790] acpiphp: Slot [12] registered\n[ 0.287774] acpiphp: Slot [13] registered\n[ 0.288732] acpiphp: Slot [14] registered\n[ 0.289736] acpiphp: Slot [15] registered\n[ 0.300898] acpiphp: Slot [16] registered\n[ 0.301819] acpiphp: Slot [17] registered\n[ 0.302610] acpiphp: Slot [18] registered\n[ 0.303390] acpiphp: Slot [19] registered\n[ 0.304170] acpiphp: Slot [20] registered\n[ 0.304958] acpiphp: Slot [21] registered\n[ 0.305747] acpiphp: Slot [22] registered\n[ 0.306524] acpiphp: Slot [23] registered\n[ 0.307310] acpiphp: Slot [24] registered\n[ 0.308092] acpiphp: Slot [25] registered\n[ 0.308869] acpiphp: Slot [26] registered\n[ 0.309652] acpiphp: Slot [27] registered\n[ 0.310447] acpiphp: Slot [28] registered\n[ 0.311236] acpiphp: Slot [29] registered\n[ 0.312016] acpiphp: Slot [30] registered\n[ 0.312811] acpiphp: Slot [31] registered\n[ 0.313584] PCI host bridge to bus 0000:00\n[ 0.314370] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315531] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316692] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.318086] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.319481] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.325676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326944] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328073] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.329285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.336015] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337409] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384735] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386460] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388131] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389784] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391294] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392768] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394087] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396042] vgaarb: loaded\n[ 0.396772] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398178] SCSI subsystem initialized\n[ 0.399165] ACPI: bus type USB registered\n[ 0.400161] usbcore: registered new interface driver usbfs\n[ 0.401467] usbcore: registered new interface driver hub\n[ 0.402719] usbcore: registered new device driver usb\n[ 0.404029] PCI: Using ACPI for IRQ routing\n[ 0.405261] NetLabel: Initializing\n[ 0.406105] NetLabel: domain hash size = 128\n[ 0.407140] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408325] NetLabel: unlabeled traffic allowed by default\n[ 0.409713] clocksource: Switched to clocksource kvm-clock\n[ 0.415377] AppArmor: AppArmor Filesystem Enabled\n[ 0.416493] pnp: PnP ACPI init\n[ 0.417397] pnp: PnP ACPI: found 5 devices\n[ 0.423425] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425072] NET: Registered protocol family 2\n[ 0.426017] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.427232] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.428350] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.429470] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430504] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431629] NET: Registered protocol family 1\n[ 0.432460] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434547] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448985] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463171] Trying to unpack rootfs image as initramfs...\n[ 0.513327] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.527258] Scanning for low memory corruption every 60 seconds\n[ 0.528892] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530227] audit: initializing netlink subsys (disabled)\n[ 0.531516] audit: type=2000 audit(1543134845.248:1): initialized\n[ 0.532840] Initialise system trusted keyring\n[ 0.533767] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534907] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536855] zbud: loaded\n[ 0.537544] VFS: Disk quotas dquot_6.6.0\n[ 0.538358] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.539842] fuse init (API version 7.23)\n[ 0.540708] Key type big_key registered\n[ 0.541485] Allocating IMA MOK and blacklist keyrings.\n[ 0.542578] Key type asymmetric registered\n[ 0.543383] Asymmetric key parser 'x509' registered\n[ 0.544309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545745] io scheduler noop registered\n[ 0.546519] io scheduler deadline registered (default)\n[ 0.547534] io scheduler cfq registered\n[ 0.548349] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549366] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550610] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552027] ACPI: Power Button [PWRF]\n[ 0.552846] GHES: HEST is not enabled!\n[ 0.572384] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.601625] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.630259] Linux agpgart interface v0.103\n[ 0.632702] brd: module loaded\n[ 0.633888] loop: module loaded\n[ 0.638539] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639957] GPT:90111 != 20971519\n[ 0.640627] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641690] GPT:90111 != 20971519\n[ 0.642364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.643304] vda: vda1 vda15\n[ 0.644706] scsi host0: ata_piix\n[ 0.645435] scsi host1: ata_piix\n[ 0.646139] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.647326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649095] libphy: Fixed MDIO Bus: probed\n[ 0.649909] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650838] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652959] PPP generic driver version 2.4.2\n[ 0.654069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655563] ehci-pci: EHCI PCI platform driver\n[ 0.656594] ehci-platform: EHCI generic platform driver\n[ 0.657844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659204] ohci-pci: OHCI PCI platform driver\n[ 0.660227] ohci-platform: OHCI generic platform driver\n[ 0.661395] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.676117] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.677313] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.679021] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.680215] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.681530] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683005] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684672] usb usb1: Product: UHCI Host Controller\n[ 0.685779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.687201] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.688311] hub 1-0:1.0: USB hub found\n[ 0.689216] hub 1-0:1.0: 2 ports detected\n[ 0.690270] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.692663] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.693795] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.695010] mousedev: PS/2 mouse device common for all mice\n[ 0.696521] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.698691] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.701346] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.702777] i2c /dev entries driver\n[ 0.703656] device-mapper: uevent: version 1.0.3\n[ 0.704755] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706685] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.708174] NET: Registered protocol family 10\n[ 0.709338] NET: Registered protocol family 17\n[ 0.710398] Key type dns_resolver registered\n[ 0.711477] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712785] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714857] registered taskstats version 1\n[ 0.715835] Loading compiled-in X.509 certificates\n[ 0.717436] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719644] zswap: loaded using pool lzo/zbud\n[ 0.721183] Key type trusted registered\n[ 0.722910] Key type encrypted registered\n[ 0.723882] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726344] evm: HMAC attrs: 0x1\n[ 0.727389] Magic number: 10:785:574\n[ 0.728383] rtc_cmos 00:00: setting system clock to 2018-11-25 08:34:05 UTC (1543134845)\n[ 0.730294] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731626] EDD information not available.\n[ 0.806652] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808475] Write protecting the kernel read-only data: 14336k\n[ 0.820453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.822543] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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.395733] 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 10.55.0.9...\nLease of 10.55.0.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.26. iid=i-0000001e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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=20953055,end=20971487\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: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/AevVt0Nt6kYzCGhNSp0cKf+GbJp7cjhEoy5IMbXEJyf/Ui0bU3IADk8B6wjA1SLroQcHe8D2gUJVD8VrHGEadL+V1TxyT+I/CnbN6xfr59/ssXISdCJY/2OFK0HnOV2A9+T9Ogc/IT0fuMWsK8XKzid1vxklb6bbD+j5VecN1Qyuea8KCwsZtB8NazC4jOLOiZPMWQ6Ll/U1ibkdsx2b8TKTr+0xWhnkftKROnOp/7OSqd3j3vmtCdXJfvw8NTdwgqtBkTER7y1WHscZ3AdbSFZA4kHOIxCVzMzDchYa24rkNotv6+MVsM3B5QWTv5uDlOrLTVemJOvokPI4WKIx root@simplehealthcheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAOruZwEu4gNItGY8M2yW+Y/U3xp1din6WiOFxPR4D1gma+O6QQbyS9MRChXt3qm2/PIKmuUOUcEKQLNLdq+Pmgw5R4a9V3zuf5wUZh1gmcF2hR2d1fjwWawaWJIPFI8uO1rOlaS8wepMVT7BwiKigMTFI+Ybms6/h/wz/k7d8ASdAAAAFQCaPTKIKM30T+7nWqKdin/1MVeSuQAAAIAJ0+VhhFWigTkutkSwWUDa4t76ZVmx4FRfNVBTJMkxaR77xTNUhLblFL7uBXy9UhCbXfFNhZ3sYRut7aGLAqu4yLAZd3Y+DBVsB/A6zepquH74Xc4jVP+6jLz2uIEY3PMNwbwvQu3rTSrZGskgGiS+qOcy3BFrey1a0Ua+PS0c9QAAAIBeNAslTOVFfeT37fvDcKpJieEhy5LH4KrTjWydYUu+qfXfKFctihx55cJKNbPx/HG0TigWzUq9/zl5ZpPAz4jex6XDcCDpOohwJ76pWosa1o6fliQvoQeKIFNOOETWdFZfBcNoXs1CEyA5m1H+KeMKcfirwPukBKyR67DJCfiPoQ== root@simplehealthcheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.9,24,fe80::f816:3eff:fee9:33c9/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.9 \nip-route:169.254.169.254 via 10.55.0.4 dev eth0 \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-0000001e\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.43 ===\n"} 2018-11-25 08:34:10,093 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef/action used request id req-437dd3e9-86f2-4ac6-a613-76661e5c6ff6 2018-11-25 08:34:10,095 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-25 08:34:10,095 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 513825018 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.148276] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.150228] pid_max: default: 32768 minimum: 301 [ 0.151299] ACPI: Core revision 20150930 [ 0.152832] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154367] Security Framework initialized [ 0.155336] Yama: becoming mindful. [ 0.156245] AppArmor: AppArmor initialized [ 0.157264] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158896] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.160141] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.161334] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.162699] Initializing cgroup subsys io [ 0.163509] Initializing cgroup subsys memory [ 0.164357] Initializing cgroup subsys devices [ 0.165224] Initializing cgroup subsys freezer [ 0.166073] Initializing cgroup subsys net_cls [ 0.166918] Initializing cgroup subsys perf_event [ 0.167832] Initializing cgroup subsys net_prio [ 0.168698] Initializing cgroup subsys hugetlb [ 0.169540] Initializing cgroup subsys pids [ 0.170397] CPU: Physical Processor ID: 0 [ 0.171892] mce: CPU supports 10 MCE banks [ 0.172719] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.173691] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.185050] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.191681] ftrace: allocating 31920 entries in 125 pages [ 0.219423] smpboot: Max logical packages: 1 [ 0.220284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.221605] x2apic enabled [ 0.222401] Switched APIC routing to physical x2apic. [ 0.224134] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.225227] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.227172] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.228917] KVM setup paravirtual spinlock [ 0.230237] x86: Booted up 1 node, 1 CPUs [ 0.231032] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.232424] devtmpfs: initialized [ 0.234128] evm: security.selinux [ 0.234816] evm: security.SMACK64 [ 0.235487] evm: security.SMACK64EXEC [ 0.236217] evm: security.SMACK64TRANSMUTE [ 0.237087] evm: security.SMACK64MMAP [ 0.237835] evm: security.ima [ 0.238481] evm: security.capability [ 0.239279] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.241094] pinctrl core: initialized pinctrl subsystem [ 0.242180] RTC time: 8:34:04, date: 11/25/18 [ 0.243121] NET: Registered protocol family 16 [ 0.244081] cpuidle: using governor ladder [ 0.244882] cpuidle: using governor menu [ 0.245651] PCCT header not found. [ 0.246395] ACPI: bus type PCI registered [ 0.247181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248395] PCI: Using configuration type 1 for base access [ 0.250144] ACPI: Added _OSI(Module Device) [ 0.250973] ACPI: Added _OSI(Processor Device) [ 0.251948] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253093] ACPI: Added _OSI(Processor Aggregator Device) [ 0.255508] ACPI: Interpreter enabled [ 0.256415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.258609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.260820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.263034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.265333] ACPI: (supports S0 S5) [ 0.266193] ACPI: Using IOAPIC for interrupt routing [ 0.267364] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.270910] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.272271] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.273839] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.275300] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.278076] acpiphp: Slot [3] registered [ 0.279063] acpiphp: Slot [4] registered [ 0.280055] acpiphp: Slot [5] registered [ 0.281038] acpiphp: Slot [6] registered [ 0.282008] acpiphp: Slot [7] registered [ 0.282946] acpiphp: Slot [8] registered [ 0.283910] acpiphp: Slot [9] registered [ 0.284854] acpiphp: Slot [10] registered [ 0.285807] acpiphp: Slot [11] registered [ 0.286790] acpiphp: Slot [12] registered [ 0.287774] acpiphp: Slot [13] registered [ 0.288732] acpiphp: Slot [14] registered [ 0.289736] acpiphp: Slot [15] registered [ 0.300898] acpiphp: Slot [16] registered [ 0.301819] acpiphp: Slot [17] registered [ 0.302610] acpiphp: Slot [18] registered [ 0.303390] acpiphp: Slot [19] registered [ 0.304170] acpiphp: Slot [20] registered [ 0.304958] acpiphp: Slot [21] registered [ 0.305747] acpiphp: Slot [22] registered [ 0.306524] acpiphp: Slot [23] registered [ 0.307310] acpiphp: Slot [24] registered [ 0.308092] acpiphp: Slot [25] registered [ 0.308869] acpiphp: Slot [26] registered [ 0.309652] acpiphp: Slot [27] registered [ 0.310447] acpiphp: Slot [28] registered [ 0.311236] acpiphp: Slot [29] registered [ 0.312016] acpiphp: Slot [30] registered [ 0.312811] acpiphp: Slot [31] registered [ 0.313584] PCI host bridge to bus 0000:00 [ 0.314370] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.315531] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.316692] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.318086] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.319481] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.325676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.326944] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328073] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.329285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.336015] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.337409] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.383271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.384735] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.386460] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.388131] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.389784] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.391294] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.392768] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.394087] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396042] vgaarb: loaded [ 0.396772] vgaarb: bridge control possible 0000:00:02.0 [ 0.398178] SCSI subsystem initialized [ 0.399165] ACPI: bus type USB registered [ 0.400161] usbcore: registered new interface driver usbfs [ 0.401467] usbcore: registered new interface driver hub [ 0.402719] usbcore: registered new device driver usb [ 0.404029] PCI: Using ACPI for IRQ routing [ 0.405261] NetLabel: Initializing [ 0.406105] NetLabel: domain hash size = 128 [ 0.407140] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.408325] NetLabel: unlabeled traffic allowed by default [ 0.409713] clocksource: Switched to clocksource kvm-clock [ 0.415377] AppArmor: AppArmor Filesystem Enabled [ 0.416493] pnp: PnP ACPI init [ 0.417397] pnp: PnP ACPI: found 5 devices [ 0.423425] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.425072] NET: Registered protocol family 2 [ 0.426017] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.427232] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.428350] TCP: Hash tables configured (established 2048 bind 2048) [ 0.429470] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.430504] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.431629] NET: Registered protocol family 1 [ 0.432460] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.433516] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.434547] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.448985] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.463171] Trying to unpack rootfs image as initramfs... [ 0.513327] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.527258] Scanning for low memory corruption every 60 seconds [ 0.528892] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.530227] audit: initializing netlink subsys (disabled) [ 0.531516] audit: type=2000 audit(1543134845.248:1): initialized [ 0.532840] Initialise system trusted keyring [ 0.533767] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.534907] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536855] zbud: loaded [ 0.537544] VFS: Disk quotas dquot_6.6.0 [ 0.538358] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.539842] fuse init (API version 7.23) [ 0.540708] Key type big_key registered [ 0.541485] Allocating IMA MOK and blacklist keyrings. [ 0.542578] Key type asymmetric registered [ 0.543383] Asymmetric key parser 'x509' registered [ 0.544309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.545745] io scheduler noop registered [ 0.546519] io scheduler deadline registered (default) [ 0.547534] io scheduler cfq registered [ 0.548349] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549366] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.550610] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.552027] ACPI: Power Button [PWRF] [ 0.552846] GHES: HEST is not enabled! [ 0.572384] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.601625] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.604053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.628104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.630259] Linux agpgart interface v0.103 [ 0.632702] brd: module loaded [ 0.633888] loop: module loaded [ 0.638539] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.639957] GPT:90111 != 20971519 [ 0.640627] GPT:Alternate GPT header not at the end of the disk. [ 0.641690] GPT:90111 != 20971519 [ 0.642364] GPT: Use GNU Parted to correct GPT errors. [ 0.643304] vda: vda1 vda15 [ 0.644706] scsi host0: ata_piix [ 0.645435] scsi host1: ata_piix [ 0.646139] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.647326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.649095] libphy: Fixed MDIO Bus: probed [ 0.649909] tun: Universal TUN/TAP device driver, 1.6 [ 0.650838] tun: (C) 1999-2004 Max Krasnyansky [ 0.652959] PPP generic driver version 2.4.2 [ 0.654069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.655563] ehci-pci: EHCI PCI platform driver [ 0.656594] ehci-platform: EHCI generic platform driver [ 0.657844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.659204] ohci-pci: OHCI PCI platform driver [ 0.660227] ohci-platform: OHCI generic platform driver [ 0.661395] uhci_hcd: USB Universal Host Controller Interface driver [ 0.676117] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.677313] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.679021] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.680215] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.681530] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.683005] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.684672] usb usb1: Product: UHCI Host Controller [ 0.685779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.687201] usb usb1: SerialNumber: 0000:00:01.2 [ 0.688311] hub 1-0:1.0: USB hub found [ 0.689216] hub 1-0:1.0: 2 ports detected [ 0.690270] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.692663] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.693795] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.695010] mousedev: PS/2 mouse device common for all mice [ 0.696521] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.698691] rtc_cmos 00:00: RTC can wake from S4 [ 0.699933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.701346] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.702777] i2c /dev entries driver [ 0.703656] device-mapper: uevent: version 1.0.3 [ 0.704755] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.706685] ledtrig-cpu: registered to indicate activity on CPUs [ 0.708174] NET: Registered protocol family 10 [ 0.709338] NET: Registered protocol family 17 [ 0.710398] Key type dns_resolver registered [ 0.711477] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.712785] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.714857] registered taskstats version 1 [ 0.715835] Loading compiled-in X.509 certificates [ 0.717436] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.719644] zswap: loaded using pool lzo/zbud [ 0.721183] Key type trusted registered [ 0.722910] Key type encrypted registered [ 0.723882] AppArmor: AppArmor sha1 policy hashing enabled [ 0.725103] ima: No TPM chip found, activating TPM-bypass! [ 0.726344] evm: HMAC attrs: 0x1 [ 0.727389] Magic number: 10:785:574 [ 0.728383] rtc_cmos 00:00: setting system clock to 2018-11-25 08:34:05 UTC (1543134845) [ 0.730294] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.731626] EDD information not available. [ 0.806652] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808475] Write protecting the kernel read-only data: 14336k [ 0.820453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.822543] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.17 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.395733] 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 10.55.0.9... Lease of 10.55.0.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.26. iid=i-0000001e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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=20953055,end=20971487 /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: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/AevVt0Nt6kYzCGhNSp0cKf+GbJp7cjhEoy5IMbXEJyf/Ui0bU3IADk8B6wjA1SLroQcHe8D2gUJVD8VrHGEadL+V1TxyT+I/CnbN6xfr59/ssXISdCJY/2OFK0HnOV2A9+T9Ogc/IT0fuMWsK8XKzid1vxklb6bbD+j5VecN1Qyuea8KCwsZtB8NazC4jOLOiZPMWQ6Ll/U1ibkdsx2b8TKTr+0xWhnkftKROnOp/7OSqd3j3vmtCdXJfvw8NTdwgqtBkTER7y1WHscZ3AdbSFZA4kHOIxCVzMzDchYa24rkNotv6+MVsM3B5QWTv5uDlOrLTVemJOvokPI4WKIx root@simplehealthcheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst ssh-dss AAAAB3NzaC1kc3MAAACBAOruZwEu4gNItGY8M2yW+Y/U3xp1din6WiOFxPR4D1gma+O6QQbyS9MRChXt3qm2/PIKmuUOUcEKQLNLdq+Pmgw5R4a9V3zuf5wUZh1gmcF2hR2d1fjwWawaWJIPFI8uO1rOlaS8wepMVT7BwiKigMTFI+Ybms6/h/wz/k7d8ASdAAAAFQCaPTKIKM30T+7nWqKdin/1MVeSuQAAAIAJ0+VhhFWigTkutkSwWUDa4t76ZVmx4FRfNVBTJMkxaR77xTNUhLblFL7uBXy9UhCbXfFNhZ3sYRut7aGLAqu4yLAZd3Y+DBVsB/A6zepquH74Xc4jVP+6jLz2uIEY3PMNwbwvQu3rTSrZGskgGiS+qOcy3BFrey1a0Ua+PS0c9QAAAIBeNAslTOVFfeT37fvDcKpJieEhy5LH4KrTjWydYUu+qfXfKFctihx55cJKNbPx/HG0TigWzUq9/zl5ZpPAz4jex6XDcCDpOohwJ76pWosa1o6fliQvoQeKIFNOOETWdFZfBcNoXs1CEyA5m1H+KeMKcfirwPukBKyR67DJCfiPoQ== root@simplehealthcheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.9,24,fe80::f816:3eff:fee9:33c9/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.9 ip-route:169.254.169.254 via 10.55.0.4 dev eth0 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-0000001e name: N/A availability-zone: nova local-hostname: simplehealthcheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.43 === 2018-11-25 08:34:10,096 - create_instance - INFO - Deleting Port with ID - a759ba16-823e-4b23-8f29-f7722854f694 2018-11-25 08:34:10,096 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9port-1 2018-11-25 08:34:10,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/a759ba16-823e-4b23-8f29-f7722854f694 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:10,889 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9a50850a-668a-4d7b-91d6-cf942bc5845c Date: Sun, 25 Nov 2018 08:34:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:34:10,889 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/a759ba16-823e-4b23-8f29-f7722854f694 used request id req-9a50850a-668a-4d7b-91d6-cf942bc5845c 2018-11-25 08:34:10,889 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst 2018-11-25 08:34:10,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:11,062 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:34:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7c781cbd-ffb8-45b3-927f-a63b15f2c0e2 x-compute-request-id: req-7c781cbd-ffb8-45b3-927f-a63b15f2c0e2 Content-Type: application/json 2018-11-25 08:34:11,063 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef used request id req-7c781cbd-ffb8-45b3-927f-a63b15f2c0e2 2018-11-25 08:34:11,063 - create_instance - INFO - Checking deletion status 2018-11-25 08:34:11,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:11,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3be2174-d295-4363-8dc4-5a75c87ba1f1 x-compute-request-id: req-c3be2174-d295-4363-8dc4-5a75c87ba1f1 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:33:c9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "bookmark"}], "image": {"id": "78640973-6f72-456c-9037-5d379620822a", "links": [{"href": "http://172.30.9.23:8774/images/78640973-6f72-456c-9037-5d379620822a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:34:04.000000", "flavor": {"id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "links": [{"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}]}, "id": "9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "user_id": "568ecb7b54a34309b59da115cdb8b4e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:34:10Z", "hostId": "9aac9f75fd2fed5fd44c8b7d31cdbd424b6649216039cd1c6dd78263", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst", "created": "2018-11-25T08:34:00Z", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:34:11,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef used request id req-c3be2174-d295-4363-8dc4-5a75c87ba1f1 2018-11-25 08:34:11,447 - create_instance - DEBUG - Instance status [SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst] is - ACTIVE 2018-11-25 08:34:11,447 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:34:14,450 - create_instance - DEBUG - VM status query timeout in 296.612899065 2018-11-25 08:34:14,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:14,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9bdbb31-15ac-4074-bd78-570036fc0f84 x-compute-request-id: req-c9bdbb31-15ac-4074-bd78-570036fc0f84 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "rel": "bookmark"}], "image": {"id": "78640973-6f72-456c-9037-5d379620822a", "links": [{"href": "http://172.30.9.23:8774/images/78640973-6f72-456c-9037-5d379620822a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:34:04.000000", "flavor": {"id": "8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "links": [{"href": "http://172.30.9.23:8774/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad", "rel": "bookmark"}]}, "id": "9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef", "user_id": "568ecb7b54a34309b59da115cdb8b4e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:34:10Z", "hostId": "9aac9f75fd2fed5fd44c8b7d31cdbd424b6649216039cd1c6dd78263", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst", "created": "2018-11-25T08:34:00Z", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 08:34:14,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef used request id req-c9bdbb31-15ac-4074-bd78-570036fc0f84 2018-11-25 08:34:14,555 - create_instance - DEBUG - Instance status [SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst] is - ACTIVE 2018-11-25 08:34:14,555 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-25 08:34:17,559 - create_instance - DEBUG - VM status query timeout in 293.504539013 2018-11-25 08:34:17,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2e1a3ea407dde94e71be5e10515200f375f5e42" 2018-11-25 08:34:17,609 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 25 Nov 2018 08:34:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dee0d892-4bbd-413f-975b-5d5b3d68233b x-compute-request-id: req-dee0d892-4bbd-413f-975b-5d5b3d68233b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef could not be found.", "code": 404}} 2018-11-25 08:34:17,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef used request id req-dee0d892-4bbd-413f-975b-5d5b3d68233b 2018-11-25 08:34:17,609 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9a3f4fb8-5a24-4f7d-bb67-46b115bd54ef could not be found. (HTTP 404) (Request-ID: req-dee0d892-4bbd-413f-975b-5d5b3d68233b) 2018-11-25 08:34:17,609 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-inst 2018-11-25 08:34:17,610 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet 2018-11-25 08:34:17,611 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-subnet 2018-11-25 08:34:17,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/9d068259-3492-4b5c-b680-c4b93f35b66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70798a97e7a59e4ca312aac5c7e87e7d58af4c91" 2018-11-25 08:34:20,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b69c0b8b-b791-47d8-a88a-a618dc142a0c Date: Sun, 25 Nov 2018 08:34:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:34:20,180 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/9d068259-3492-4b5c-b680-c4b93f35b66f used request id req-b69c0b8b-b791-47d8-a88a-a618dc142a0c 2018-11-25 08:34:20,181 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-priv-net 2018-11-25 08:34:20,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/0bcf842d-3474-4b90-8b53-c8316e24ec94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70798a97e7a59e4ca312aac5c7e87e7d58af4c91" 2018-11-25 08:34:21,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99c5a122-cb67-42dc-95cd-2eb7ce51f863 Date: Sun, 25 Nov 2018 08:34:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:34:21,877 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0bcf842d-3474-4b90-8b53-c8316e24ec94 used request id req-99c5a122-cb67-42dc-95cd-2eb7ce51f863 2018-11-25 08:34:21,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c8f1a1b388236e5e34b9e9ef43b5f07b887a7e" 2018-11-25 08:34:21,945 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:34:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f40ff63d-8604-46ed-9dc0-78e18a320b11 x-compute-request-id: req-f40ff63d-8604-46ed-9dc0-78e18a320b11 Content-Length: 0 Content-Type: application/json 2018-11-25 08:34:21,945 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/8dfba92a-a2ec-49cb-bb21-76ba1383a9ad used request id req-f40ff63d-8604-46ed-9dc0-78e18a320b11 2018-11-25 08:34:21,946 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-427c2f37-c459-4c98-a756-faf0308ebbe9-image 2018-11-25 08:34:21,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/78640973-6f72-456c-9037-5d379620822a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0bc968395f81e19f574a36206e34dfcb0abd812" 2018-11-25 08:34:22,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc54c095-67ec-414e-9567-cd89e0e5a1f2 Date: Sun, 25 Nov 2018 08:34:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:34:22,920 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/78640973-6f72-456c-9037-5d379620822a used request id req-bc54c095-67ec-414e-9567-cd89e0e5a1f2 2018-11-25 08:34:22,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:34:23,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-80164e82-5df0-4246-a0b8-1bc17750745a Date: Sun, 25 Nov 2018 08:34:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "created_at": "2018-11-25T08:33:50Z", "updated_at": "2018-11-25T08:33:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:33:50Z", "revision_number": 0, "id": "1efeeb9c-7360-455d-a785-46e65e36f95f", "remote_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "remote_ip_prefix": null, "created_at": "2018-11-25T08:33:50Z", "security_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:33:50Z", "revision_number": 0, "id": "b510a87e-328d-4cba-81f1-6af3d9bab393", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:33:50Z", "security_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:33:50Z", "revision_number": 0, "id": "dcf1db0d-6bc0-40f6-be57-1ce85cfb618c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:33:50Z", "security_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:33:50Z", "revision_number": 0, "id": "f3243b31-4285-4124-bb26-0c0cf0056a71", "remote_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "remote_ip_prefix": null, "created_at": "2018-11-25T08:33:50Z", "security_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd"}], "revision_number": 4, "project_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "created_at": "2018-11-25T08:34:23Z", "updated_at": "2018-11-25T08:34:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "0eed1058-45d3-46a8-8dba-56a2a7d0a8a7", "remote_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b93ee2412af47a38571a91dcde354e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "158af1c6-4c25-45eb-9fb7-4207c936a3f4", "remote_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b93ee2412af47a38571a91dcde354e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "3fcc26fd-47c7-438b-b729-8ffba3061328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b93ee2412af47a38571a91dcde354e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "c50f9793-7f9c-49aa-bc83-eae95a52a296", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b93ee2412af47a38571a91dcde354e6"}], "revision_number": 4, "project_id": "0b93ee2412af47a38571a91dcde354e6", "id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "name": "default"}]} 2018-11-25 08:34:23,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-80164e82-5df0-4246-a0b8-1bc17750745a 2018-11-25 08:34:23,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:34:23,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-409ba2c9-37e8-48e6-9e7a-02636dfdfa1f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd"}, "enabled": true, "id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26e9c71b-50da-4d4-proj"}} 2018-11-25 08:34:23,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd used request id req-409ba2c9-37e8-48e6-9e7a-02636dfdfa1f 2018-11-25 08:34:23,386 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2700a231-779a-4f17-a59c-aa067b5b2f52 2018-11-25 08:34:23,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2700a231-779a-4f17-a59c-aa067b5b2f52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:34:23,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-182d1f75-256a-42a8-a223-53ecf239802b Date: Sun, 25 Nov 2018 08:34:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:33:50Z", "security_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "port_range_min": null, "revision_number": 0, "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "created_at": "2018-11-25T08:33:50Z", "project_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "id": "1efeeb9c-7360-455d-a785-46e65e36f95f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:33:50Z", "security_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "port_range_min": null, "revision_number": 0, "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "created_at": "2018-11-25T08:33:50Z", "project_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "id": "b510a87e-328d-4cba-81f1-6af3d9bab393"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:33:50Z", "security_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "port_range_min": null, "revision_number": 0, "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "created_at": "2018-11-25T08:33:50Z", "project_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "id": "dcf1db0d-6bc0-40f6-be57-1ce85cfb618c"}, {"remote_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:33:50Z", "security_group_id": "2700a231-779a-4f17-a59c-aa067b5b2f52", "port_range_min": null, "revision_number": 0, "tenant_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "created_at": "2018-11-25T08:33:50Z", "project_id": "f6a6bd3e4ea9498495df8ae4d3bb5dfd", "id": "f3243b31-4285-4124-bb26-0c0cf0056a71"}]} 2018-11-25 08:34:23,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2700a231-779a-4f17-a59c-aa067b5b2f52 used request id req-182d1f75-256a-42a8-a223-53ecf239802b 2018-11-25 08:34:23,556 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 08:34:23,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/2700a231-779a-4f17-a59c-aa067b5b2f52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:34:23,939 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e49faf9d-108a-4e71-aff5-95013cabdd54 Content-Length: 0 Date: Sun, 25 Nov 2018 08:34:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:34:23,939 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/2700a231-779a-4f17-a59c-aa067b5b2f52 used request id req-e49faf9d-108a-4e71-aff5-95013cabdd54 2018-11-25 08:34:23,940 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-26e9c71b-50da-4d4-proj 2018-11-25 08:34:23,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:34:24,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:34:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c7a1abe-72fa-4a3b-a75b-e1d3e376b7b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:34:24,251 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f6a6bd3e4ea9498495df8ae4d3bb5dfd used request id req-9c7a1abe-72fa-4a3b-a75b-e1d3e376b7b7 2018-11-25 08:34:24,251 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-26e9c71b-50da-4d4-proj-role 2018-11-25 08:34:24,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/78abb435b2084c238cba705ad6248b95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:34:24,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27d73327-2040-4c5f-9aba-ad9888b8cf34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:34:24,363 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/78abb435b2084c238cba705ad6248b95 used request id req-27d73327-2040-4c5f-9aba-ad9888b8cf34 2018-11-25 08:34:24,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aed59c9697428554fb6a3c74c55a5b548a04370" 2018-11-25 08:34:24,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ed63006-00b2-4509-ab9e-dfb9de371567 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "18259ed2132c477c9b6238dad2f08b67", "links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "name": "Member"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5a0b87a6ff8c4f04aeb8e84081e33fb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:34:24,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7ed63006-00b2-4509-ab9e-dfb9de371567 2018-11-25 08:34:24,452 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-26e9c71b-50da-4d4-user 2018-11-25 08:34:24,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/568ecb7b54a34309b59da115cdb8b4e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b545fcbc3b05b4f7e56f9a17dc93f9ecc1bbc2b5" 2018-11-25 08:34:24,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-224e7701-cffc-47ca-a4b0-4d5dc2ea8cc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:34:24,632 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/568ecb7b54a34309b59da115cdb8b4e5 used request id req-224e7701-cffc-47ca-a4b0-4d5dc2ea8cc4 2018-11-25 08:34:24,633 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 40.047s OK 2018-11-25 08:34:24,743 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 08:34:24,744 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:40 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-11-25 08:34:24,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:34:24,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:24,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7ae5594-d99a-47e6-853b-a0693ea12b26 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "18259ed2132c477c9b6238dad2f08b67", "links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "name": "Member"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5a0b87a6ff8c4f04aeb8e84081e33fb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:34:24,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f7ae5594-d99a-47e6-853b-a0693ea12b26 2018-11-25 08:34:24,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800371170044s 2018-11-25 08:34:24,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 08:34:24,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:24,980 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75c5bce8-cee0-40bb-a722-c0240f64c25f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:34:24,981 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/5a0b87a6ff8c4f04aeb8e84081e33fb1 used request id req-75c5bce8-cee0-40bb-a722-c0240f64c25f 2018-11-25 08:34:24,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.147831916809s 2018-11-25 08:34:24,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:34:24,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:25,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83cfdfb5-dd30-4680-84ee-c56c0a5e408c Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2", "links": {"self": "http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5"}, "domain_id": "default", "enabled": true, "id": "3cc855d4e6f64d6b83e3254b4417f6d5", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:34:25,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-83cfdfb5-dd30-4680-84ee-c56c0a5e408c 2018-11-25 08:34:25,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100764036179s 2018-11-25 08:34:25,083 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-83cfdfb5-dd30-4680-84ee-c56c0a5e408c 2018-11-25 08:34:25,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:34:25,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:25,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d695846c-a97e-4faf-9709-c2a17b0e37b7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5"}, "enabled": true, "id": "3cc855d4e6f64d6b83e3254b4417f6d5", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2"}} 2018-11-25 08:34:25,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5 used request id req-d695846c-a97e-4faf-9709-c2a17b0e37b7 2018-11-25 08:34:25,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0849580764771s 2018-11-25 08:34:25,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5 used request id req-d695846c-a97e-4faf-9709-c2a17b0e37b7 2018-11-25 08:34:25,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 08:34:25,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:25,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bfe8df0-8b51-48cb-98dd-fa1422a4743e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:34:25,390 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5 used request id req-2bfe8df0-8b51-48cb-98dd-fa1422a4743e 2018-11-25 08:34:25,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.21542596817s 2018-11-25 08:34:25,390 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3cc855d4e6f64d6b83e3254b4417f6d5 used request id req-2bfe8df0-8b51-48cb-98dd-fa1422a4743e 2018-11-25 08:34:25,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:34:25,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:25,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-561f45bc-6217-4856-86b6-6b4e086d9189 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6"}, "enabled": true, "id": "0b93ee2412af47a38571a91dcde354e6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:34:25,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-561f45bc-6217-4856-86b6-6b4e086d9189 2018-11-25 08:34:25,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0807809829712s 2018-11-25 08:34:25,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-561f45bc-6217-4856-86b6-6b4e086d9189 2018-11-25 08:34:25,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 08:34:25,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:25,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a02226a-5416-4e46-841d-8c9b072df61d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:34:25,622 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6 used request id req-7a02226a-5416-4e46-841d-8c9b072df61d 2018-11-25 08:34:25,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.147572040558s 2018-11-25 08:34:25,622 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0b93ee2412af47a38571a91dcde354e6 used request id req-7a02226a-5416-4e46-841d-8c9b072df61d 2018-11-25 08:34:25,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:34:25,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:25,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c6594da-ece8-46f4-9a79-b04e16884b17 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "18259ed2132c477c9b6238dad2f08b67", "links": {"self": "http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67"}, "name": "Member"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:34:25,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7c6594da-ece8-46f4-9a79-b04e16884b17 2018-11-25 08:34:25,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0760419368744s 2018-11-25 08:34:25,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 08:34:25,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:25,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f7d9dd5-0587-4611-bc7c-bcde86445e1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:34:25,806 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67 used request id req-0f7d9dd5-0587-4611-bc7c-bcde86445e1b 2018-11-25 08:34:25,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105635881424s 2018-11-25 08:34:25,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:34:25,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=0b93ee2412af47a38571a91dcde354e6&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:25,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-641b9e01-53bd-436c-a2ed-f844ba73c331 Date: Sun, 25 Nov 2018 08:34:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "created_at": "2018-11-25T08:34:23Z", "updated_at": "2018-11-25T08:34:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "0eed1058-45d3-46a8-8dba-56a2a7d0a8a7", "remote_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b93ee2412af47a38571a91dcde354e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "158af1c6-4c25-45eb-9fb7-4207c936a3f4", "remote_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b93ee2412af47a38571a91dcde354e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "3fcc26fd-47c7-438b-b729-8ffba3061328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b93ee2412af47a38571a91dcde354e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "c50f9793-7f9c-49aa-bc83-eae95a52a296", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b93ee2412af47a38571a91dcde354e6"}], "revision_number": 4, "project_id": "0b93ee2412af47a38571a91dcde354e6", "id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "name": "default"}]} 2018-11-25 08:34:25,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=0b93ee2412af47a38571a91dcde354e6&name=default used request id req-641b9e01-53bd-436c-a2ed-f844ba73c331 2018-11-25 08:34:25,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183212041855s 2018-11-25 08:34:25,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=0b93ee2412af47a38571a91dcde354e6&name=default used request id req-641b9e01-53bd-436c-a2ed-f844ba73c331 2018-11-25 08:34:25,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:34:26,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:26,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9bd343ba-c75d-481b-988d-a8883479e6e5 Date: Sun, 25 Nov 2018 08:34:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "created_at": "2018-11-25T08:34:23Z", "updated_at": "2018-11-25T08:34:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "3fcc26fd-47c7-438b-b729-8ffba3061328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b93ee2412af47a38571a91dcde354e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "158af1c6-4c25-45eb-9fb7-4207c936a3f4", "remote_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b93ee2412af47a38571a91dcde354e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "0eed1058-45d3-46a8-8dba-56a2a7d0a8a7", "remote_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b93ee2412af47a38571a91dcde354e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:23Z", "revision_number": 0, "id": "c50f9793-7f9c-49aa-bc83-eae95a52a296", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:23Z", "security_group_id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "tenant_id": "0b93ee2412af47a38571a91dcde354e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b93ee2412af47a38571a91dcde354e6"}], "revision_number": 4, "project_id": "0b93ee2412af47a38571a91dcde354e6", "id": "e059e0fa-5422-455d-bf10-7a60b6a0da1b", "name": "default"}]} 2018-11-25 08:34:26,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9bd343ba-c75d-481b-988d-a8883479e6e5 2018-11-25 08:34:26,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193919897079s 2018-11-25 08:34:26,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9bd343ba-c75d-481b-988d-a8883479e6e5 2018-11-25 08:34:26,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-25 08:34:26,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/e059e0fa-5422-455d-bf10-7a60b6a0da1b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8bbe2f26f3b45c63e82dde2793cbed4a9c95ab87" 2018-11-25 08:34:26,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7d99fa78-5b94-4ddb-a85e-92dec2fd1ba9 Content-Length: 0 Date: Sun, 25 Nov 2018 08:34:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:34:26,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/e059e0fa-5422-455d-bf10-7a60b6a0da1b.json used request id req-7d99fa78-5b94-4ddb-a85e-92dec2fd1ba9 2018-11-25 08:34:26,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.294461011887s 2018-11-25 08:34:26,492 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/e059e0fa-5422-455d-bf10-7a60b6a0da1b.json used request id req-7d99fa78-5b94-4ddb-a85e-92dec2fd1ba9 2018-11-25 08:34:26,493 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:38 | PASS | | snaps_health_check | functest | healthcheck | 00:40 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-11-25 08:34:26,497 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-25 08:34:36,363 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-25 08:34:36,368 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-11-25 08:34:36,369 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-25 08:34:36,370 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-11-25 08:34:36,410 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-11-25 08:34:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:34:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:34:42,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:34:42,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:34:42,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:34:42,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:34:42,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:34:42,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:34:42,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:34:42,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:34:42,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 08:34:42,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 08:34:42,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:34:42,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad6d05d-c34b-437c-9e39-4fbe20a1719f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:34:42,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5ad6d05d-c34b-437c-9e39-4fbe20a1719f 2018-11-25 08:34:42,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:34:42,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T09:34:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["GX4ervLHQGKgZxWGC-Svdg"], "issued_at": "2018-11-25T08:34:42.000000Z"}} 2018-11-25 08:34:42,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:34:42,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:42,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f9cc9e62-7f2a-48da-b638-43aa510b5224 Date: Sun, 25 Nov 2018 08:34:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:34:42,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f9cc9e62-7f2a-48da-b638-43aa510b5224 2018-11-25 08:34:42,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.235862970352s 2018-11-25 08:34:42,720 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f9cc9e62-7f2a-48da-b638-43aa510b5224 2018-11-25 08:34:42,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 08:34:42,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:42,735 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:34:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:34:43,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:43,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-108a52d1-a08d-44bf-b4f6-2c53521a9d7b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 08:34:43,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-108a52d1-a08d-44bf-b4f6-2c53521a9d7b 2018-11-25 08:34:43,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.524172067642s 2018-11-25 08:34:43,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 08:34:43,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}}' 2018-11-25 08:34:43,351 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:34:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73e3202a-4b28-4d1a-a601-08090325bd77 Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/608c45dce889477ba814ee8a9f4ca9d0"}, "enabled": true, "id": "608c45dce889477ba814ee8a9f4ca9d0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}} 2018-11-25 08:34:43,352 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-73e3202a-4b28-4d1a-a601-08090325bd77 2018-11-25 08:34:43,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.100338935852s 2018-11-25 08:34:43,352 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-73e3202a-4b28-4d1a-a601-08090325bd77 2018-11-25 08:34:43,353 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 08:34:43,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 08:34:43,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.386482000351s 2018-11-25 08:34:43,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:43,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ad8000f-bd4c-4774-8824-c33cee8c495f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8"}, "enabled": true, "id": "f6d10314a1f445b7b812225230e85ed8", "options": {}, "domain_id": "default", "name": "vping_ssh-user_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}} 2018-11-25 08:34:43,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8 used request id req-1ad8000f-bd4c-4774-8824-c33cee8c495f 2018-11-25 08:34:43,901 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f6d10314a1f445b7b812225230e85ed8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_acb97e3a-8051-42f5-85f6-ea044cfcfb4a'}) 2018-11-25 08:34:43,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:34:43,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:43,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61d896f1-aa6a-4281-b89a-1789c07f798c Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:34:43,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-61d896f1-aa6a-4281-b89a-1789c07f798c 2018-11-25 08:34:43,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081573009491s 2018-11-25 08:34:43,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:34:43,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:44,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4f0b558-8375-48c9-a6ab-51861ca7164f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:34:44,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c4f0b558-8375-48c9-a6ab-51861ca7164f 2018-11-25 08:34:44,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0772840976715s 2018-11-25 08:34:44,062 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:34:44,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 08:34:44,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" -d '{"role": {"name": "Member"}}' 2018-11-25 08:34:44,147 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:34:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-397ac688-79e0-4b47-affe-cf38ecde1ace Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "69524a71787c45a1a9ed1e92dfecf5ab", "links": {"self": "http://172.30.9.23:5000/v3/roles/69524a71787c45a1a9ed1e92dfecf5ab"}, "name": "Member"}} 2018-11-25 08:34:44,147 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-397ac688-79e0-4b47-affe-cf38ecde1ace 2018-11-25 08:34:44,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0841238498688s 2018-11-25 08:34:44,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/69524a71787c45a1a9ed1e92dfecf5ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:44,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783b103d-c8fc-40bf-92a7-14495f78410e Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/69524a71787c45a1a9ed1e92dfecf5ab"}, "domain_id": null, "name": "Member", "id": "69524a71787c45a1a9ed1e92dfecf5ab"}} 2018-11-25 08:34:44,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/69524a71787c45a1a9ed1e92dfecf5ab used request id req-783b103d-c8fc-40bf-92a7-14495f78410e 2018-11-25 08:34:44,227 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/69524a71787c45a1a9ed1e92dfecf5ab'}, 'domain_id': None, 'human_id': None, 'id': u'69524a71787c45a1a9ed1e92dfecf5ab', 'HUMAN_ID': False}) 2018-11-25 08:34:44,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:34:44,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:44,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e02417-2e14-427a-822b-ff0d14ea29fd Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "69524a71787c45a1a9ed1e92dfecf5ab", "links": {"self": "http://172.30.9.23:5000/v3/roles/69524a71787c45a1a9ed1e92dfecf5ab"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:34:44,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-71e02417-2e14-427a-822b-ff0d14ea29fd 2018-11-25 08:34:44,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0792400836945s 2018-11-25 08:34:44,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:34:44,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:44,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-626fd580-c93b-4acf-9416-fcd3dda2904e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:34:44,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-626fd580-c93b-4acf-9416-fcd3dda2904e 2018-11-25 08:34:44,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0732889175415s 2018-11-25 08:34:44,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:34:44,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:44,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86eff6ab-c030-46f8-ad1d-ef40c3caa1f1 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "links": {"self": "http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8"}, "domain_id": "default", "enabled": true, "id": "f6d10314a1f445b7b812225230e85ed8", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:34:44,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-86eff6ab-c030-46f8-ad1d-ef40c3caa1f1 2018-11-25 08:34:44,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0982029438019s 2018-11-25 08:34:44,481 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-86eff6ab-c030-46f8-ad1d-ef40c3caa1f1 2018-11-25 08:34:44,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:34:44,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:44,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e62f4c7-9b61-4a1b-b705-6102f819bdcd Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/608c45dce889477ba814ee8a9f4ca9d0"}, "enabled": true, "id": "608c45dce889477ba814ee8a9f4ca9d0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:34:44,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2e62f4c7-9b61-4a1b-b705-6102f819bdcd 2018-11-25 08:34:44,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0785779953003s 2018-11-25 08:34:44,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2e62f4c7-9b61-4a1b-b705-6102f819bdcd 2018-11-25 08:34:44,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:34:44,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=f6d10314a1f445b7b812225230e85ed8&scope.project.id=608c45dce889477ba814ee8a9f4ca9d0&role.id=69524a71787c45a1a9ed1e92dfecf5ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:44,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bfb7480-02dd-4d31-8e26-c4aef49cc14e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=f6d10314a1f445b7b812225230e85ed8&scope.project.id=608c45dce889477ba814ee8a9f4ca9d0&role.id=69524a71787c45a1a9ed1e92dfecf5ab", "previous": null, "next": null}} 2018-11-25 08:34:44,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=f6d10314a1f445b7b812225230e85ed8&scope.project.id=608c45dce889477ba814ee8a9f4ca9d0&role.id=69524a71787c45a1a9ed1e92dfecf5ab used request id req-3bfb7480-02dd-4d31-8e26-c4aef49cc14e 2018-11-25 08:34:44,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.070750951767s 2018-11-25 08:34:44,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:34:44,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/608c45dce889477ba814ee8a9f4ca9d0/users/f6d10314a1f445b7b812225230e85ed8/roles/69524a71787c45a1a9ed1e92dfecf5ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:44,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:34:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd6e1cf7-24f5-4093-9d79-6206ef552f6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:34:44,731 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/608c45dce889477ba814ee8a9f4ca9d0/users/f6d10314a1f445b7b812225230e85ed8/roles/69524a71787c45a1a9ed1e92dfecf5ab used request id req-cd6e1cf7-24f5-4093-9d79-6206ef552f6a 2018-11-25 08:34:44,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0929529666901s 2018-11-25 08:34:44,732 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '6ded4618-9a33-4c0f-bfc6-d39f9b572c32', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_ssh-user_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'project_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:34:44,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:34:44,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:34:44,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:34:44,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:34:44,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:34:44,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:34:44,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:34:44,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:34:44,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:34:44,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:34:44,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:34:44,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:34:44,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:34:44,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:34:44,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:34:44,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:34:44,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:34:44,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:34:44,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:34:44,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:34:44,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:34:44,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:34:44,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 08:34:44,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 08:34:44,737 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'password': '6ded4618-9a33-4c0f-bfc6-d39f9b572c32', 'project_name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '608c45dce889477ba814ee8a9f4ca9d0', 'project_domain_name': 'Default'} 2018-11-25 08:34:44,737 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-11-25 08:34:44,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 08:34:44,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:44,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01688302-f902-44ca-97b0-7e2f0251b677 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 08:34:44,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-01688302-f902-44ca-97b0-7e2f0251b677 2018-11-25 08:34:44,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.159132003784s 2018-11-25 08:34:44,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:34:44,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:34:44,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e29d6b-c3a2-43f4-a8c9-4a3842ab13d6 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/608c45dce889477ba814ee8a9f4ca9d0"}, "enabled": true, "id": "608c45dce889477ba814ee8a9f4ca9d0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:34:44,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-23e29d6b-c3a2-43f4-a8c9-4a3842ab13d6 2018-11-25 08:34:44,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0752460956573s 2018-11-25 08:34:44,974 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-23e29d6b-c3a2-43f4-a8c9-4a3842ab13d6 2018-11-25 08:34:44,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-25 08:34:44,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" -d '{"network": {"tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "name": "vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "admin_state_up": true}}' 2018-11-25 08:34:45,679 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-70c95be5-43d4-40f5-916f-b832d0767c3b Date: Sun, 25 Nov 2018 08:34:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"608c45dce889477ba814ee8a9f4ca9d0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:34:45Z","is_default":false,"provider:segmentation_id":47,"name":"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a","admin_state_up":true,"tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:45Z","mtu":1450}} 2018-11-25 08:34:45,679 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-70c95be5-43d4-40f5-916f-b832d0767c3b 2018-11-25 08:34:45,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.701169013977s 2018-11-25 08:34:45,679 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-70c95be5-43d4-40f5-916f-b832d0767c3b 2018-11-25 08:34:45,680 - 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-11-25T08:34:45Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f8fe9659-1518-4df2-b245-f5ee470b7b44', u'provider:segmentation_id': 47, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', u'admin_state_up': True, u'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', u'created_at': u'2018-11-25T08:34:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'608c45dce889477ba814ee8a9f4ca9d0'}) 2018-11-25 08:34:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:34:45,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d9d7e71-72c3-4de2-a590-6912fb7d5cae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:34:45,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8d9d7e71-72c3-4de2-a590-6912fb7d5cae 2018-11-25 08:34:45,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:34:46,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "69524a71787c45a1a9ed1e92dfecf5ab", "name": "Member"}], "expires_at": "2018-11-25T09:34:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "608c45dce889477ba814ee8a9f4ca9d0", "name": "vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/608c45dce889477ba814ee8a9f4ca9d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/608c45dce889477ba814ee8a9f4ca9d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/608c45dce889477ba814ee8a9f4ca9d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/608c45dce889477ba814ee8a9f4ca9d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/608c45dce889477ba814ee8a9f4ca9d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/608c45dce889477ba814ee8a9f4ca9d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/608c45dce889477ba814ee8a9f4ca9d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/608c45dce889477ba814ee8a9f4ca9d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/608c45dce889477ba814ee8a9f4ca9d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/608c45dce889477ba814ee8a9f4ca9d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/608c45dce889477ba814ee8a9f4ca9d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/608c45dce889477ba814ee8a9f4ca9d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "id": "f6d10314a1f445b7b812225230e85ed8"}, "audit_ids": ["9vxtE3bvQNuUYzyZ-x3aHg"], "issued_at": "2018-11-25T08:34:46.000000Z"}} 2018-11-25 08:34:46,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:34:46,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:46,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-f266824d-7a4d-4107-bead-649e0ce6a48c Date: Sun, 25 Nov 2018 08:34: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":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","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-11-25T08:34:45Z","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"608c45dce889477ba814ee8a9f4ca9d0","id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","name":"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:34:46,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f266824d-7a4d-4107-bead-649e0ce6a48c 2018-11-25 08:34:46,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263114929199s 2018-11-25 08:34:46,330 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f266824d-7a4d-4107-bead-649e0ce6a48c 2018-11-25 08:34:46,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-25 08:34:46,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"subnet": {"name": "vping_ssh-subnet_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "enable_dhcp": true, "network_id": "f8fe9659-1518-4df2-b245-f5ee470b7b44", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-25 08:34:47,224 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-4f390876-7b62-4f8e-a7a5-bacf068c55f7 Date: Sun, 25 Nov 2018 08:34:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-25T08:34:46Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"608c45dce889477ba814ee8a9f4ca9d0","id":"ce2ebbc7-0b63-4680-b483-9029db682ca4","subnetpool_id":null,"name":"vping_ssh-subnet_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}} 2018-11-25 08:34:47,224 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4f390876-7b62-4f8e-a7a5-bacf068c55f7 2018-11-25 08:34:47,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.893196821213s 2018-11-25 08:34:47,225 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4f390876-7b62-4f8e-a7a5-bacf068c55f7 2018-11-25 08:34:47,225 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-25T08:34:46Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'ce2ebbc7-0b63-4680-b483-9029db682ca4', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', u'enable_dhcp': True, u'network_id': u'f8fe9659-1518-4df2-b245-f5ee470b7b44', u'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', u'created_at': u'2018-11-25T08:34:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'608c45dce889477ba814ee8a9f4ca9d0'}) 2018-11-25 08:34:47,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-25 08:34:47,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}, "name": "vping_ssh-router_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "admin_state_up": true}}' 2018-11-25 08:34:48,443 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-775ba068-7180-4952-b61f-2a6b498d085b Date: Sun, 25 Nov 2018 08:34:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:47Z", "admin_state_up": true, "updated_at": "2018-11-25T08:34:48Z", "revision_number": 2, "routes": [], "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "62d8d95b-9174-409d-a4f2-fc393cf108b9", "name": "vping_ssh-router_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}} 2018-11-25 08:34:48,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-775ba068-7180-4952-b61f-2a6b498d085b 2018-11-25 08:34:48,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.21775698662s 2018-11-25 08:34:48,444 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-775ba068-7180-4952-b61f-2a6b498d085b 2018-11-25 08:34:48,444 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5c9b0ac2-19de-49fd-9d11-79e1dddc84a4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'19bb42e4-afc4-4c16-8adb-bc9a80c06c22', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', u'created_at': u'2018-11-25T08:34:47Z', u'admin_state_up': True, u'updated_at': u'2018-11-25T08:34:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'608c45dce889477ba814ee8a9f4ca9d0', u'id': u'62d8d95b-9174-409d-a4f2-fc393cf108b9', u'name': u'vping_ssh-router_acb97e3a-8051-42f5-85f6-ea044cfcfb4a'}) 2018-11-25 08:34:48,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-25 08:34:48,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/62d8d95b-9174-409d-a4f2-fc393cf108b9/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"subnet_id": "ce2ebbc7-0b63-4680-b483-9029db682ca4"}' 2018-11-25 08:34:50,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d1eeb341-1870-493b-9d9a-c1f0fea468ac Date: Sun, 25 Nov 2018 08:34:50 GMT RESP BODY: {"network_id": "f8fe9659-1518-4df2-b245-f5ee470b7b44", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "subnet_id": "ce2ebbc7-0b63-4680-b483-9029db682ca4", "subnet_ids": ["ce2ebbc7-0b63-4680-b483-9029db682ca4"], "port_id": "5bb49ce3-89a3-40fb-9c1c-35b9adb7efa5", "id": "62d8d95b-9174-409d-a4f2-fc393cf108b9"} 2018-11-25 08:34:50,219 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/62d8d95b-9174-409d-a4f2-fc393cf108b9/add_router_interface.json used request id req-d1eeb341-1870-493b-9d9a-c1f0fea468ac 2018-11-25 08:34:50,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.77378702164s 2018-11-25 08:34:50,219 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/62d8d95b-9174-409d-a4f2-fc393cf108b9/add_router_interface.json used request id req-d1eeb341-1870-493b-9d9a-c1f0fea468ac returning object 62d8d95b-9174-409d-a4f2-fc393cf108b9 2018-11-25 08:34:50,220 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:34:50,343 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-25 08:34:50,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:50,351 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 25 Nov 2018 08:34:50 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-11-25 08:34:50,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:34:50,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:50,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e33c67d0-1021-49d3-a6df-7392b446256b Date: Sun, 25 Nov 2018 08:34:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:34:50,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e33c67d0-1021-49d3-a6df-7392b446256b 2018-11-25 08:34:50,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176815032959s 2018-11-25 08:34:50,531 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e33c67d0-1021-49d3-a6df-7392b446256b 2018-11-25 08:34:50,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 08:34:50,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}' 2018-11-25 08:34:50,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7 X-Openstack-Request-Id: req-261f54d7-0f05-44bf-b946-cbafb74fe2be Date: Sun, 25 Nov 2018 08:34:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/file", "owner": "608c45dce889477ba814ee8a9f4ca9d0", "id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "size": null, "self": "/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:34:50Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "checksum": null, "created_at": "2018-11-25T08:34:50Z", "protected": false} 2018-11-25 08:34:50,761 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-261f54d7-0f05-44bf-b946-cbafb74fe2be 2018-11-25 08:34:50,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.227749109268s 2018-11-25 08:34:50,762 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-261f54d7-0f05-44bf-b946-cbafb74fe2be returning object 1f3b3ce4-7840-4df1-9714-598a5cad28e7 2018-11-25 08:34:50,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 08:34:50,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '' 2018-11-25 08:34:52,583 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-783dcc80-6581-4697-9ad6-b7da9c12540c Date: Sun, 25 Nov 2018 08:34:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:34:52,584 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/file used request id req-783dcc80-6581-4697-9ad6-b7da9c12540c 2018-11-25 08:34:52,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.8213429451s 2018-11-25 08:34:52,584 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/file used request id req-783dcc80-6581-4697-9ad6-b7da9c12540c 2018-11-25 08:34:52,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:34:52,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:52,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-004fe301-97a1-44da-949a-b96cdfe36b65 Date: Sun, 25 Nov 2018 08:34:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap", "metadata": {}}], "file": "/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/file", "owner": "608c45dce889477ba814ee8a9f4ca9d0", "id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "size": 12716032, "self": "/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:34:52Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:34:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:34:52,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-004fe301-97a1-44da-949a-b96cdfe36b65 2018-11-25 08:34:52,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183832168579s 2018-11-25 08:34:52,769 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-004fe301-97a1-44da-949a-b96cdfe36b65 2018-11-25 08:34:52,771 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/file', 'owner': u'608c45dce889477ba814ee8a9f4ca9d0', 'id': u'1f3b3ce4-7840-4df1-9714-598a5cad28e7', 'size': 12716032, u'self': u'/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T08:34:52Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-25T08:34:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'created': u'2018-11-25T08:34:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T08:34:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 08:34:52,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 08:34:52,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 08:34:52,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34: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-0c1d9897-8c14-4db5-984f-e61035b1a440 x-compute-request-id: req-0c1d9897-8c14-4db5-984f-e61035b1a440 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "name": "vping_ssh-flavor_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:34:52,954 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0c1d9897-8c14-4db5-984f-e61035b1a440 2018-11-25 08:34:52,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.18217420578s 2018-11-25 08:34:52,955 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0c1d9897-8c14-4db5-984f-e61035b1a440 returning object 89d30a06-b8be-418d-8bee-b18ff76f0243 2018-11-25 08:34:52,955 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'89d30a06-b8be-418d-8bee-b18ff76f0243', 'swap': 0}) 2018-11-25 08:34:52,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 08:34:52,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" -d '{"extra_specs": {}}' 2018-11-25 08:34:52,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34: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-a0e09409-40cd-4633-97e9-4f5035932166 x-compute-request-id: req-a0e09409-40cd-4633-97e9-4f5035932166 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 08:34:52,977 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243/os-extra_specs used request id req-a0e09409-40cd-4633-97e9-4f5035932166 2018-11-25 08:34:52,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204598903656s 2018-11-25 08:34:52,977 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243/os-extra_specs used request id req-a0e09409-40cd-4633-97e9-4f5035932166 2018-11-25 08:34:52,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-11-25 08:34:52,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"keypair": {"name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}}' 2018-11-25 08:34:53,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f2dfd3d-154d-45b8-a420-0ea1b8247950 x-compute-request-id: req-9f2dfd3d-154d-45b8-a420-0ea1b8247950 Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoYFSK9LnaUoy70V5OhAhwIU2p18GUvsjCTNDAdTxnqsaU/oyIIKxktlWcQB/CrvtAkYnYYL9XgM5fWVUCxTZfnVAhTsBP1kW9jC3UbPj7wPTyy+hb20vbN75RGc2IqVxBaATEKJWzWrf8kfdw+oRwh+XzePVw6CIctUPatX26yGexsh7LfNoqXcn1BRJ3sbmRoC9ElLgDqFSeTtFmhvcP45jB9AMa2Ym6K3eL/yveTntUbaUzSJeeurheFe0XY/P7Ft5J38LtSDCmob909ewoD2pbONDjCDeNs0LtbkJGmxxf1soSvwDWoQODj/DDl6bgsL6ZudXYU8uaflLIEq65 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6GBUivS52lKMu9FeToQIcCFNqdfBlL7IwkzQwHU8Z6rGlP6M\niCCsZLZVnEAfwq77QJGJ2GC/V4DOX1lVAsU2X51QIU7AT9ZFvYwt1Gz4+8D08svo\nW9tL2ze+URnNiKlcQWgExCiVs1q3/JH3cPqEcIfl83j1cOgiHLVD2rV9ushnsbIe\ny3zaKl3J9QUSd7G5kaAvRJS4A6hUnk7RZob3D+OYwfQDGtmJuit3i/8r3k57VG2l\nM0iXnrq4XhXtF2Pz+xbeSd/C7UgwpqG/dPXsKA9qWzjQ4wg3jbNC7W5CRpscX9bK\nEr8A1qEDg4/ww5em4LC+mbnV2FPLmn5SyBKuuQIDAQABAoIBACXLPRTYlr22fWMy\nuzbj7IdoMzxzde2eVgKcAbu7lZZ6xQ+Ikwy027UJnsTp/QBp+z1WLmg93AD8VxRU\n8CmiL6S/bj/skgSqIe+hM/b/vkMb7/rpRSJjeWPvHgoMu0wF15Zft567xxVDpPb0\nOp1qcU3oHHNL8gdqCdpHdQDGUeulyySuO6bS8DZFdrtr/M5qrPGrXGOymxbTO9rZ\n6S4mn7ojisa19c2ERAe5sVgnnPb64cZ36+mLxUpHZXtbTSGoBa692J0k7qpCk/8x\nA5JTBMSEx1zE2Eaq/3BZ0FMNymYm4S20dbpoXLhBe5EVNN7NmiIXDlcrNWtFAu4A\nUv/fgd0CgYEA/xbJhQNkBS8ZBIDcVBsGrpsUW0Vqc6l4L0gBykWuBmLpsBJr9exZ\nBtBL7/yUYaiBNzhJkdqJhhZWgp1BhyLY+kYwQURXipeVzxYxLqI4ULG/t1IyGYU8\nYDT1S2yCNYWIYAIEUrdQ7iwMMRuG8VFwIo2boJaYBPXsZuj5WPEKyZ8CgYEA6TTH\nNW+muZ7uF8mksPNdaQ3ug31NyyzDf9srhePTAsQxxm5Uttom14CpAjhU4h36+g5p\nC0QAyJ18cvqrH/hPVRkWkTq3nFaIFJ5SSR+hN3cjiNLi58wBQMYonHs6KsbzYqXh\n8my+hxZRYryOrdXEQUy8xXqtRSP17lYIFg412KcCgYEAhDabXIXVYZp3rQ3dJPqd\nDAL1Ghlwg2JjGJ6Jzv0upcC+vrPNoTlPK2jq8whHIBbmYmiaOS67+PO7AxfeztwQ\n+idG+40gkoTe8Obftvv9lFWMuMexj+iu0m6gdOdY1cTQWnKxKu441DmgWBOcbZd4\nN3COKT3krS2Jyg0WsDK/FKECgYBk+CP0H+ZI4eXmSLjUoFnmPVDyf1MqT7RJbERY\n0P4waW+/oU9uZ99/WMZUHr2ptR9QGuMiLIxGT+FtCtkCm4kFqDocIRcUSmbavn2U\nCWzMzfmFqQDzKWG1gNZegf/6O29vW7ELPEf1xxTvsgH4g+BYAXiN7AKPN/Wn/nm7\nyuVHawKBgQDRFdGQzJdJaKLgyxrh1t2eG5DbBsXv7l7WISZrmnDKziI7pXJNcMAG\nh1LDA7ruhiLQArGASq6GN6M/ka5FXws/R/e8phyK1kPXU31sguyEz86Vvx8r9VMj\nw+PV7z9gqavv2lHLu3bFrDYzG0SbeRxyKrwYOiGulD1UFFKujfObUw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "f6d10314a1f445b7b812225230e85ed8", "name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "fingerprint": "3b:d5:de:8f:da:79:ca:9d:4c:45:c4:22:44:7b:d1:b4"}} 2018-11-25 08:34:53,393 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-9f2dfd3d-154d-45b8-a420-0ea1b8247950 2018-11-25 08:34:53,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.414402961731s 2018-11-25 08:34:53,393 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-9f2dfd3d-154d-45b8-a420-0ea1b8247950 2018-11-25 08:34:53,394 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoYFSK9LnaUoy70V5OhAhwIU2p18GUvsjCTNDAdTxnqsaU/oyIIKxktlWcQB/CrvtAkYnYYL9XgM5fWVUCxTZfnVAhTsBP1kW9jC3UbPj7wPTyy+hb20vbN75RGc2IqVxBaATEKJWzWrf8kfdw+oRwh+XzePVw6CIctUPatX26yGexsh7LfNoqXcn1BRJ3sbmRoC9ElLgDqFSeTtFmhvcP45jB9AMa2Ym6K3eL/yveTntUbaUzSJeeurheFe0XY/P7Ft5J38LtSDCmob909ewoD2pbONDjCDeNs0LtbkJGmxxf1soSvwDWoQODj/DDl6bgsL6ZudXYU8uaflLIEq65 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6GBUivS52lKMu9FeToQIcCFNqdfBlL7IwkzQwHU8Z6rGlP6M\niCCsZLZVnEAfwq77QJGJ2GC/V4DOX1lVAsU2X51QIU7AT9ZFvYwt1Gz4+8D08svo\nW9tL2ze+URnNiKlcQWgExCiVs1q3/JH3cPqEcIfl83j1cOgiHLVD2rV9ushnsbIe\ny3zaKl3J9QUSd7G5kaAvRJS4A6hUnk7RZob3D+OYwfQDGtmJuit3i/8r3k57VG2l\nM0iXnrq4XhXtF2Pz+xbeSd/C7UgwpqG/dPXsKA9qWzjQ4wg3jbNC7W5CRpscX9bK\nEr8A1qEDg4/ww5em4LC+mbnV2FPLmn5SyBKuuQIDAQABAoIBACXLPRTYlr22fWMy\nuzbj7IdoMzxzde2eVgKcAbu7lZZ6xQ+Ikwy027UJnsTp/QBp+z1WLmg93AD8VxRU\n8CmiL6S/bj/skgSqIe+hM/b/vkMb7/rpRSJjeWPvHgoMu0wF15Zft567xxVDpPb0\nOp1qcU3oHHNL8gdqCdpHdQDGUeulyySuO6bS8DZFdrtr/M5qrPGrXGOymxbTO9rZ\n6S4mn7ojisa19c2ERAe5sVgnnPb64cZ36+mLxUpHZXtbTSGoBa692J0k7qpCk/8x\nA5JTBMSEx1zE2Eaq/3BZ0FMNymYm4S20dbpoXLhBe5EVNN7NmiIXDlcrNWtFAu4A\nUv/fgd0CgYEA/xbJhQNkBS8ZBIDcVBsGrpsUW0Vqc6l4L0gBykWuBmLpsBJr9exZ\nBtBL7/yUYaiBNzhJkdqJhhZWgp1BhyLY+kYwQURXipeVzxYxLqI4ULG/t1IyGYU8\nYDT1S2yCNYWIYAIEUrdQ7iwMMRuG8VFwIo2boJaYBPXsZuj5WPEKyZ8CgYEA6TTH\nNW+muZ7uF8mksPNdaQ3ug31NyyzDf9srhePTAsQxxm5Uttom14CpAjhU4h36+g5p\nC0QAyJ18cvqrH/hPVRkWkTq3nFaIFJ5SSR+hN3cjiNLi58wBQMYonHs6KsbzYqXh\n8my+hxZRYryOrdXEQUy8xXqtRSP17lYIFg412KcCgYEAhDabXIXVYZp3rQ3dJPqd\nDAL1Ghlwg2JjGJ6Jzv0upcC+vrPNoTlPK2jq8whHIBbmYmiaOS67+PO7AxfeztwQ\n+idG+40gkoTe8Obftvv9lFWMuMexj+iu0m6gdOdY1cTQWnKxKu441DmgWBOcbZd4\nN3COKT3krS2Jyg0WsDK/FKECgYBk+CP0H+ZI4eXmSLjUoFnmPVDyf1MqT7RJbERY\n0P4waW+/oU9uZ99/WMZUHr2ptR9QGuMiLIxGT+FtCtkCm4kFqDocIRcUSmbavn2U\nCWzMzfmFqQDzKWG1gNZegf/6O29vW7ELPEf1xxTvsgH4g+BYAXiN7AKPN/Wn/nm7\nyuVHawKBgQDRFdGQzJdJaKLgyxrh1t2eG5DbBsXv7l7WISZrmnDKziI7pXJNcMAG\nh1LDA7ruhiLQArGASq6GN6M/ka5FXws/R/e8phyK1kPXU31sguyEz86Vvx8r9VMj\nw+PV7z9gqavv2lHLu3bFrDYzG0SbeRxyKrwYOiGulD1UFFKujfObUw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f6d10314a1f445b7b812225230e85ed8', 'name': u'vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'created_at': '2018-11-25T08:34:53.394127', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'3b:d5:de:8f:da:79:ca:9d:4c:45:c4:22:44:7b:d1:b4', 'type': 'ssh', 'id': u'vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a'}) 2018-11-25 08:34:53,394 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA6GBUivS52lKMu9FeToQIcCFNqdfBlL7IwkzQwHU8Z6rGlP6M iCCsZLZVnEAfwq77QJGJ2GC/V4DOX1lVAsU2X51QIU7AT9ZFvYwt1Gz4+8D08svo W9tL2ze+URnNiKlcQWgExCiVs1q3/JH3cPqEcIfl83j1cOgiHLVD2rV9ushnsbIe y3zaKl3J9QUSd7G5kaAvRJS4A6hUnk7RZob3D+OYwfQDGtmJuit3i/8r3k57VG2l M0iXnrq4XhXtF2Pz+xbeSd/C7UgwpqG/dPXsKA9qWzjQ4wg3jbNC7W5CRpscX9bK Er8A1qEDg4/ww5em4LC+mbnV2FPLmn5SyBKuuQIDAQABAoIBACXLPRTYlr22fWMy uzbj7IdoMzxzde2eVgKcAbu7lZZ6xQ+Ikwy027UJnsTp/QBp+z1WLmg93AD8VxRU 8CmiL6S/bj/skgSqIe+hM/b/vkMb7/rpRSJjeWPvHgoMu0wF15Zft567xxVDpPb0 Op1qcU3oHHNL8gdqCdpHdQDGUeulyySuO6bS8DZFdrtr/M5qrPGrXGOymxbTO9rZ 6S4mn7ojisa19c2ERAe5sVgnnPb64cZ36+mLxUpHZXtbTSGoBa692J0k7qpCk/8x A5JTBMSEx1zE2Eaq/3BZ0FMNymYm4S20dbpoXLhBe5EVNN7NmiIXDlcrNWtFAu4A Uv/fgd0CgYEA/xbJhQNkBS8ZBIDcVBsGrpsUW0Vqc6l4L0gBykWuBmLpsBJr9exZ BtBL7/yUYaiBNzhJkdqJhhZWgp1BhyLY+kYwQURXipeVzxYxLqI4ULG/t1IyGYU8 YDT1S2yCNYWIYAIEUrdQ7iwMMRuG8VFwIo2boJaYBPXsZuj5WPEKyZ8CgYEA6TTH NW+muZ7uF8mksPNdaQ3ug31NyyzDf9srhePTAsQxxm5Uttom14CpAjhU4h36+g5p C0QAyJ18cvqrH/hPVRkWkTq3nFaIFJ5SSR+hN3cjiNLi58wBQMYonHs6KsbzYqXh 8my+hxZRYryOrdXEQUy8xXqtRSP17lYIFg412KcCgYEAhDabXIXVYZp3rQ3dJPqd DAL1Ghlwg2JjGJ6Jzv0upcC+vrPNoTlPK2jq8whHIBbmYmiaOS67+PO7AxfeztwQ +idG+40gkoTe8Obftvv9lFWMuMexj+iu0m6gdOdY1cTQWnKxKu441DmgWBOcbZd4 N3COKT3krS2Jyg0WsDK/FKECgYBk+CP0H+ZI4eXmSLjUoFnmPVDyf1MqT7RJbERY 0P4waW+/oU9uZ99/WMZUHr2ptR9QGuMiLIxGT+FtCtkCm4kFqDocIRcUSmbavn2U CWzMzfmFqQDzKWG1gNZegf/6O29vW7ELPEf1xxTvsgH4g+BYAXiN7AKPN/Wn/nm7 yuVHawKBgQDRFdGQzJdJaKLgyxrh1t2eG5DbBsXv7l7WISZrmnDKziI7pXJNcMAG h1LDA7ruhiLQArGASq6GN6M/ka5FXws/R/e8phyK1kPXU31sguyEz86Vvx8r9VMj w+PV7z9gqavv2lHLu3bFrDYzG0SbeRxyKrwYOiGulD1UFFKujfObUw== -----END RSA PRIVATE KEY----- 2018-11-25 08:34:53,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-11-25 08:34:53,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"security_group": {"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-11-25 08:34:53,808 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-5e1e76d8-a10b-4d5a-85c9-39b5fb9a54ab Date: Sun, 25 Nov 2018 08:34:53 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:53Z", "updated_at": "2018-11-25T08:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:53Z", "revision_number": 0, "id": "98e53e7f-3b33-4300-a490-828ccd939210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:53Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:53Z", "revision_number": 0, "id": "b701a10c-43bd-45d9-bb49-cbb5cb90a534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:53Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}], "revision_number": 2, "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "dfd95aba-aafc-4043-945d-28ca8552c518", "name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}} 2018-11-25 08:34:53,808 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-5e1e76d8-a10b-4d5a-85c9-39b5fb9a54ab 2018-11-25 08:34:53,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.411274909973s 2018-11-25 08:34:53,808 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-5e1e76d8-a10b-4d5a-85c9-39b5fb9a54ab 2018-11-25 08:34:53,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:34:53,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:54,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-fb820b23-06aa-4678-9cb1-8fb204f0d519 Date: Sun, 25 Nov 2018 08:34:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:45Z", "updated_at": "2018-11-25T08:34:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "5aeefb90-6585-4d83-8e26-5757c2531c7c", "remote_group_id": "27819080-a137-479e-b419-e14ad56fe943", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "7ea4d4ea-334e-4292-bdb4-79f1eb06a7fd", "remote_group_id": "27819080-a137-479e-b419-e14ad56fe943", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "b9490faf-0de7-48fa-acbf-e0223e0e466c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "f0ee5a70-039c-4a39-ab52-efe9f1e1e329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}], "revision_number": 4, "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "27819080-a137-479e-b419-e14ad56fe943", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:53Z", "updated_at": "2018-11-25T08:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:53Z", "revision_number": 0, "id": "98e53e7f-3b33-4300-a490-828ccd939210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:53Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:53Z", "revision_number": 0, "id": "b701a10c-43bd-45d9-bb49-cbb5cb90a534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:53Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}], "revision_number": 2, "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "dfd95aba-aafc-4043-945d-28ca8552c518", "name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:34:54,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-fb820b23-06aa-4678-9cb1-8fb204f0d519 2018-11-25 08:34:54,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.204282999039s 2018-11-25 08:34:54,017 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-fb820b23-06aa-4678-9cb1-8fb204f0d519 2018-11-25 08:34:54,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-25 08:34:54,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -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": "dfd95aba-aafc-4043-945d-28ca8552c518"}}' 2018-11-25 08:34:54,310 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4b840d71-9527-4f57-805d-dc6b9d409102 Date: Sun, 25 Nov 2018 08:34:54 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T08:34:54Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "port_range_min": 22, "revision_number": 0, "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:54Z", "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "392b564e-5227-4d3d-84b3-6d38a11fad51"}} 2018-11-25 08:34:54,310 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-4b840d71-9527-4f57-805d-dc6b9d409102 2018-11-25 08:34:54,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.288750171661s 2018-11-25 08:34:54,310 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-4b840d71-9527-4f57-805d-dc6b9d409102 2018-11-25 08:34:54,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:34:54,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:54,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-d96c9ea4-6909-4387-b3c5-64c6da19e433 Date: Sun, 25 Nov 2018 08:34:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:45Z", "updated_at": "2018-11-25T08:34:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "5aeefb90-6585-4d83-8e26-5757c2531c7c", "remote_group_id": "27819080-a137-479e-b419-e14ad56fe943", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "7ea4d4ea-334e-4292-bdb4-79f1eb06a7fd", "remote_group_id": "27819080-a137-479e-b419-e14ad56fe943", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "b9490faf-0de7-48fa-acbf-e0223e0e466c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "f0ee5a70-039c-4a39-ab52-efe9f1e1e329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}], "revision_number": 4, "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "27819080-a137-479e-b419-e14ad56fe943", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:53Z", "updated_at": "2018-11-25T08:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T08:34:54Z", "revision_number": 0, "id": "392b564e-5227-4d3d-84b3-6d38a11fad51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:54Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:53Z", "revision_number": 0, "id": "98e53e7f-3b33-4300-a490-828ccd939210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:53Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:53Z", "revision_number": 0, "id": "b701a10c-43bd-45d9-bb49-cbb5cb90a534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:53Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}], "revision_number": 3, "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "dfd95aba-aafc-4043-945d-28ca8552c518", "name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:34:54,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d96c9ea4-6909-4387-b3c5-64c6da19e433 2018-11-25 08:34:54,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189071178436s 2018-11-25 08:34:54,503 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d96c9ea4-6909-4387-b3c5-64c6da19e433 2018-11-25 08:34:54,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-25 08:34:54,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -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": "dfd95aba-aafc-4043-945d-28ca8552c518"}}' 2018-11-25 08:34:54,831 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-3c55dc9d-e58e-4aa1-a36d-fc94dc9a47ca Date: Sun, 25 Nov 2018 08:34:54 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:34:54Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "port_range_min": null, "revision_number": 0, "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:54Z", "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "aabf905e-3779-4815-ab2c-52e10d925c3f"}} 2018-11-25 08:34:54,831 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-3c55dc9d-e58e-4aa1-a36d-fc94dc9a47ca 2018-11-25 08:34:54,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.324704170227s 2018-11-25 08:34:54,832 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-3c55dc9d-e58e-4aa1-a36d-fc94dc9a47ca 2018-11-25 08:34:54,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:34:54,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:54,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-cc8a711b-6049-4905-b483-d54eec87a83f Date: Sun, 25 Nov 2018 08:34:54 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":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ce2ebbc7-0b63-4680-b483-9029db682ca4"],"updated_at":"2018-11-25T08:34:46Z","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"608c45dce889477ba814ee8a9f4ca9d0","id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","name":"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:34:54,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-cc8a711b-6049-4905-b483-d54eec87a83f 2018-11-25 08:34:54,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117353916168s 2018-11-25 08:34:54,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-cc8a711b-6049-4905-b483-d54eec87a83f 2018-11-25 08:34:54,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:34:54,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:55,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-fb93d193-ca60-4195-9335-ce2c8ed71a40 Date: Sun, 25 Nov 2018 08:34:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap", "metadata": {}}], "file": "/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/file", "owner": "608c45dce889477ba814ee8a9f4ca9d0", "id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "size": 12716032, "self": "/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:34:52Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:34:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:34:55,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fb93d193-ca60-4195-9335-ce2c8ed71a40 2018-11-25 08:34:55,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164412975311s 2018-11-25 08:34:55,117 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fb93d193-ca60-4195-9335-ce2c8ed71a40 2018-11-25 08:34:55,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 08:34:55,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:55,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34: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-b21d3bb2-bf83-4759-a3cf-f5b770b675eb x-compute-request-id: req-b21d3bb2-bf83-4759-a3cf-f5b770b675eb Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "name": "vping_ssh-flavor_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 08:34:55,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b21d3bb2-bf83-4759-a3cf-f5b770b675eb 2018-11-25 08:34:55,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0324788093567s 2018-11-25 08:34:55,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b21d3bb2-bf83-4759-a3cf-f5b770b675eb 2018-11-25 08:34:55,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-25 08:34:55,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"server": {"name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "imageRef": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "flavorRef": "89d30a06-b8be-418d-8bee-b18ff76f0243", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f8fe9659-1518-4df2-b245-f5ee470b7b44"}], "security_groups": [{"name": "dfd95aba-aafc-4043-945d-28ca8552c518"}]}}' 2018-11-25 08:34:57,371 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:34: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-edc01267-9454-4b72-aeb2-d383691c2d99 x-compute-request-id: req-edc01267-9454-4b72-aeb2-d383691c2d99 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "dfd95aba-aafc-4043-945d-28ca8552c518"}], "OS-DCF:diskConfig": "MANUAL", "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "adminPass": "6ymLpaxx5fKH"}} 2018-11-25 08:34:57,371 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-edc01267-9454-4b72-aeb2-d383691c2d99 2018-11-25 08:34:57,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.21815514565s 2018-11-25 08:34:57,371 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-edc01267-9454-4b72-aeb2-d383691c2d99 2018-11-25 08:34:57,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:34:57,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:57,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c769bbda-494e-4f25-81be-64d23f38613f x-compute-request-id: req-c769bbda-494e-4f25-81be-64d23f38613f 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.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "user_id": "f6d10314a1f445b7b812225230e85ed8", "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-11-25T08:34:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:34:57Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:34:57,785 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c769bbda-494e-4f25-81be-64d23f38613f 2018-11-25 08:34:57,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41274189949s 2018-11-25 08:34:57,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c769bbda-494e-4f25-81be-64d23f38613f 2018-11-25 08:34:57,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:34:57,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:58,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-82ef4ad1-f90e-4a78-91c9-1ac7c4404d99 Date: Sun, 25 Nov 2018 08:34: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":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ce2ebbc7-0b63-4680-b483-9029db682ca4"],"updated_at":"2018-11-25T08:34:46Z","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"608c45dce889477ba814ee8a9f4ca9d0","id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","name":"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:34:58,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-82ef4ad1-f90e-4a78-91c9-1ac7c4404d99 2018-11-25 08:34:58,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250405073166s 2018-11-25 08:34:58,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-82ef4ad1-f90e-4a78-91c9-1ac7c4404d99 2018-11-25 08:34:58,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-25 08:34:58,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:34:58,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-3f3fe80a-0e73-4e8f-8c17-ce872272b796 Date: Sun, 25 Nov 2018 08:34:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-25T08:34:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"608c45dce889477ba814ee8a9f4ca9d0","id":"ce2ebbc7-0b63-4680-b483-9029db682ca4","subnetpool_id":null,"name":"vping_ssh-subnet_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:34:58,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3f3fe80a-0e73-4e8f-8c17-ce872272b796 2018-11-25 08:34:58,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.187167882919s 2018-11-25 08:34:58,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3f3fe80a-0e73-4e8f-8c17-ce872272b796 2018-11-25 08:34:58,230 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:35:00,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:00,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:00,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09518ae4-6e92-446e-8d76-a2e9e2b362b9 x-compute-request-id: req-09518ae4-6e92-446e-8d76-a2e9e2b362b9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:34:59Z", "hostId": "d249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:34:57Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:00,734 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-09518ae4-6e92-446e-8d76-a2e9e2b362b9 2018-11-25 08:35:00,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500972986221s 2018-11-25 08:35:00,735 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-09518ae4-6e92-446e-8d76-a2e9e2b362b9 2018-11-25 08:35:00,738 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:35:02,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:02,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:03,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35: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-5023d575-43f4-4b26-9a5f-7fb2d540a288 x-compute-request-id: req-5023d575-43f4-4b26-9a5f-7fb2d540a288 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:34:59Z", "hostId": "d249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:34:57Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:03,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5023d575-43f4-4b26-9a5f-7fb2d540a288 2018-11-25 08:35:03,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.604686021805s 2018-11-25 08:35:03,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5023d575-43f4-4b26-9a5f-7fb2d540a288 2018-11-25 08:35:03,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:35:05,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:05,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:05,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35: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-f1b64f83-68df-475c-9694-e653b676ed91 x-compute-request-id: req-f1b64f83-68df-475c-9694-e653b676ed91 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:3d:3e", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:03.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:03Z", "hostId": "d249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:34:57Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:05,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f1b64f83-68df-475c-9694-e653b676ed91 2018-11-25 08:35:05,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212331056595s 2018-11-25 08:35:05,566 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f1b64f83-68df-475c-9694-e653b676ed91 2018-11-25 08:35:05,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-25 08:35:05,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=57be5d8e-b917-49d8-9b4c-11ed8dcc0a24" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:05,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4784d3ec-66af-4b13-9a0f-2cef76cc3402 Date: Sun, 25 Nov 2018 08:35:05 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:59Z","admin_state_up":true,"updated_at":"2018-11-25T08:35:01Z","binding:vnic_type":"normal","device_id":"57be5d8e-b917-49d8-9b4c-11ed8dcc0a24","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:8b:3d:3e","id":"0c9b0189-f324-4dae-b3be-5397cde23dd6","port_security_enabled":true,"project_id":"608c45dce889477ba814ee8a9f4ca9d0","fixed_ips":[{"subnet_id":"ce2ebbc7-0b63-4680-b483-9029db682ca4","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["dfd95aba-aafc-4043-945d-28ca8552c518"],"name":""}]} 2018-11-25 08:35:05,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=57be5d8e-b917-49d8-9b4c-11ed8dcc0a24 used request id req-4784d3ec-66af-4b13-9a0f-2cef76cc3402 2018-11-25 08:35:05,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.201289892197s 2018-11-25 08:35:05,772 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=57be5d8e-b917-49d8-9b4c-11ed8dcc0a24 used request id req-4784d3ec-66af-4b13-9a0f-2cef76cc3402 2018-11-25 08:35:05,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-25 08:35:05,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=0c9b0189-f324-4dae-b3be-5397cde23dd6" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:05,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cfb46907-2025-4486-88c7-0db3a1e19665 Date: Sun, 25 Nov 2018 08:35:05 GMT RESP BODY: {"floatingips": []} 2018-11-25 08:35:05,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=0c9b0189-f324-4dae-b3be-5397cde23dd6 used request id req-cfb46907-2025-4486-88c7-0db3a1e19665 2018-11-25 08:35:05,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0168759822845s 2018-11-25 08:35:05,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=0c9b0189-f324-4dae-b3be-5397cde23dd6 used request id req-cfb46907-2025-4486-88c7-0db3a1e19665 2018-11-25 08:35:05,795 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8b:3d:3e', 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'1f3b3ce4-7840-4df1-9714-598a5cad28e7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-25T08:35:03.000000', 'flavor': Munch({u'id': u'89d30a06-b8be-418d-8bee-b18ff76f0243'}), 'az': u'nova', 'id': u'57be5d8e-b917-49d8-9b4c-11ed8dcc0a24', 'security_groups': [Munch({u'name': u'vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f6d10314a1f445b7b812225230e85ed8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', '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-11-25T08:35:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-25T08:35:03Z', 'hostId': u'd249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'd249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4', '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-11-25T08:35:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': u'vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'adminPass': u'6ymLpaxx5fKH', 'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'region': 'regionOne', 'created': u'2018-11-25T08:34:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-25 08:35:05,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:35:05,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:05,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-36e565ba-1ade-434f-b49e-e23daf1f69fc Date: Sun, 25 Nov 2018 08:35:05 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":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ce2ebbc7-0b63-4680-b483-9029db682ca4"],"updated_at":"2018-11-25T08:34:46Z","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"608c45dce889477ba814ee8a9f4ca9d0","id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","name":"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:35:05,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-36e565ba-1ade-434f-b49e-e23daf1f69fc 2018-11-25 08:35:05,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11606502533s 2018-11-25 08:35:05,913 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-36e565ba-1ade-434f-b49e-e23daf1f69fc 2018-11-25 08:35:05,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:35:05,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:06,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-0d909128-b8ce-4daa-8c5b-3eb91ba112b3 Date: Sun, 25 Nov 2018 08:35:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap", "metadata": {}}], "file": "/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/file", "owner": "608c45dce889477ba814ee8a9f4ca9d0", "id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "size": 12716032, "self": "/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:34:52Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:34:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:35:06,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0d909128-b8ce-4daa-8c5b-3eb91ba112b3 2018-11-25 08:35:06,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163187026978s 2018-11-25 08:35:06,077 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0d909128-b8ce-4daa-8c5b-3eb91ba112b3 2018-11-25 08:35:06,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 08:35:06,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:06,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35: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-fd6907d6-6bab-4038-834d-9ba183a7245e x-compute-request-id: req-fd6907d6-6bab-4038-834d-9ba183a7245e Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "name": "vping_ssh-flavor_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 08:35:06,114 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-fd6907d6-6bab-4038-834d-9ba183a7245e 2018-11-25 08:35:06,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0344278812408s 2018-11-25 08:35:06,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-fd6907d6-6bab-4038-834d-9ba183a7245e 2018-11-25 08:35:06,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-25 08:35:06,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"server": {"name": "vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "imageRef": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "key_name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "flavorRef": "89d30a06-b8be-418d-8bee-b18ff76f0243", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f8fe9659-1518-4df2-b245-f5ee470b7b44"}], "security_groups": [{"name": "dfd95aba-aafc-4043-945d-28ca8552c518"}]}}' 2018-11-25 08:35:08,363 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:35:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b2d804ff-9955-4636-87e8-773406916453 x-compute-request-id: req-b2d804ff-9955-4636-87e8-773406916453 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "dfd95aba-aafc-4043-945d-28ca8552c518"}], "OS-DCF:diskConfig": "MANUAL", "id": "3da1793c-d7be-4965-8dd5-35148a49c720", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "bookmark"}], "adminPass": "oS5rsNSCDR3o"}} 2018-11-25 08:35:08,364 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b2d804ff-9955-4636-87e8-773406916453 2018-11-25 08:35:08,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.24868392944s 2018-11-25 08:35:08,364 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b2d804ff-9955-4636-87e8-773406916453 2018-11-25 08:35:08,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:08,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:08,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35: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-e52e7fbc-97e4-48f3-8bff-6d578ed2ff88 x-compute-request-id: req-e52e7fbc-97e4-48f3-8bff-6d578ed2ff88 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "3da1793c-d7be-4965-8dd5-35148a49c720", "user_id": "f6d10314a1f445b7b812225230e85ed8", "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-11-25T08:35:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "name": "vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:35:08Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:3d:3e", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:03.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:03Z", "hostId": "d249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:34:57Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:08,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e52e7fbc-97e4-48f3-8bff-6d578ed2ff88 2018-11-25 08:35:08,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591675043106s 2018-11-25 08:35:08,957 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e52e7fbc-97e4-48f3-8bff-6d578ed2ff88 2018-11-25 08:35:08,962 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:35:10,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:10,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:11,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80883a1c-9e15-494f-98b4-fb9630dfc44e x-compute-request-id: req-80883a1c-9e15-494f-98b4-fb9630dfc44e Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "3da1793c-d7be-4965-8dd5-35148a49c720", "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:35:10Z", "hostId": "00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "name": "vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:35:08Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:3d:3e", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:03.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:03Z", "hostId": "d249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:34:57Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:11,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-80883a1c-9e15-494f-98b4-fb9630dfc44e 2018-11-25 08:35:11,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496534824371s 2018-11-25 08:35:11,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-80883a1c-9e15-494f-98b4-fb9630dfc44e 2018-11-25 08:35:11,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:35:13,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:13,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:13,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35: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-6bd090ff-5b48-4e9e-b3d6-aa8d6f7cfe5b x-compute-request-id: req-6bd090ff-5b48-4e9e-b3d6-aa8d6f7cfe5b Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "3da1793c-d7be-4965-8dd5-35148a49c720", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:35:10Z", "hostId": "00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "name": "vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:35:08Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:3d:3e", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:03.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:03Z", "hostId": "d249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:34:57Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:13,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6bd090ff-5b48-4e9e-b3d6-aa8d6f7cfe5b 2018-11-25 08:35:13,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510055065155s 2018-11-25 08:35:13,981 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6bd090ff-5b48-4e9e-b3d6-aa8d6f7cfe5b 2018-11-25 08:35:13,985 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:35:15,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:15,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:16,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35: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-ed412484-371c-4dad-82e4-5c2d24dbb4ca x-compute-request-id: req-ed412484-371c-4dad-82e4-5c2d24dbb4ca Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:68:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:14.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "3da1793c-d7be-4965-8dd5-35148a49c720", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:15Z", "hostId": "00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "name": "vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:35:08Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:3d:3e", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:03.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:03Z", "hostId": "d249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:34:57Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:16,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ed412484-371c-4dad-82e4-5c2d24dbb4ca 2018-11-25 08:35:16,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420449018478s 2018-11-25 08:35:16,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ed412484-371c-4dad-82e4-5c2d24dbb4ca 2018-11-25 08:35:16,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-25 08:35:16,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=3da1793c-d7be-4965-8dd5-35148a49c720" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:16,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d651d01d-3515-412d-9abd-2371c7ab85e5 Date: Sun, 25 Nov 2018 08:35:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:35:11Z","admin_state_up":true,"updated_at":"2018-11-25T08:35:12Z","binding:vnic_type":"normal","device_id":"3da1793c-d7be-4965-8dd5-35148a49c720","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:c4:68:7a","id":"ce84d0f2-b83d-459f-98f8-68cf7184fb75","port_security_enabled":true,"project_id":"608c45dce889477ba814ee8a9f4ca9d0","fixed_ips":[{"subnet_id":"ce2ebbc7-0b63-4680-b483-9029db682ca4","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["dfd95aba-aafc-4043-945d-28ca8552c518"],"name":""}]} 2018-11-25 08:35:16,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=3da1793c-d7be-4965-8dd5-35148a49c720 used request id req-d651d01d-3515-412d-9abd-2371c7ab85e5 2018-11-25 08:35:16,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0586631298065s 2018-11-25 08:35:16,474 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=3da1793c-d7be-4965-8dd5-35148a49c720 used request id req-d651d01d-3515-412d-9abd-2371c7ab85e5 2018-11-25 08:35:16,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-25 08:35:16,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ce84d0f2-b83d-459f-98f8-68cf7184fb75" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:16,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-eb839955-d0f3-4894-a544-50b5a0479f01 Date: Sun, 25 Nov 2018 08:35:16 GMT RESP BODY: {"floatingips": []} 2018-11-25 08:35:16,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ce84d0f2-b83d-459f-98f8-68cf7184fb75 used request id req-eb839955-d0f3-4894-a544-50b5a0479f01 2018-11-25 08:35:16,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.154549837112s 2018-11-25 08:35:16,634 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ce84d0f2-b83d-459f-98f8-68cf7184fb75 used request id req-eb839955-d0f3-4894-a544-50b5a0479f01 2018-11-25 08:35:16,634 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c4:68:7a', 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'1f3b3ce4-7840-4df1-9714-598a5cad28e7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-25T08:35:14.000000', 'flavor': Munch({u'id': u'89d30a06-b8be-418d-8bee-b18ff76f0243'}), 'az': u'nova', 'id': u'3da1793c-d7be-4965-8dd5-35148a49c720', 'security_groups': [Munch({u'name': u'vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f6d10314a1f445b7b812225230e85ed8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', '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-11-25T08:35:14.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-25T08:35:15Z', 'hostId': u'00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c', '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-11-25T08:35:14.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': u'vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'adminPass': u'oS5rsNSCDR3o', 'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'region': 'regionOne', 'created': u'2018-11-25T08:35:08Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-25 08:35:16,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:35:16,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:16,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-3164f170-ccb1-462c-83ae-dcb15662bfea Date: Sun, 25 Nov 2018 08:35: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":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ce2ebbc7-0b63-4680-b483-9029db682ca4"],"updated_at":"2018-11-25T08:34:46Z","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"608c45dce889477ba814ee8a9f4ca9d0","id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","name":"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:35:16,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3164f170-ccb1-462c-83ae-dcb15662bfea 2018-11-25 08:35:16,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110525131226s 2018-11-25 08:35:16,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3164f170-ccb1-462c-83ae-dcb15662bfea 2018-11-25 08:35:16,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-25 08:35:16,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=3da1793c-d7be-4965-8dd5-35148a49c720" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:16,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-de6afdd5-cb71-4f04-a0ec-1db2ad99ea47 Date: Sun, 25 Nov 2018 08:35:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:35:11Z","admin_state_up":true,"updated_at":"2018-11-25T08:35:12Z","binding:vnic_type":"normal","device_id":"3da1793c-d7be-4965-8dd5-35148a49c720","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:c4:68:7a","id":"ce84d0f2-b83d-459f-98f8-68cf7184fb75","port_security_enabled":true,"project_id":"608c45dce889477ba814ee8a9f4ca9d0","fixed_ips":[{"subnet_id":"ce2ebbc7-0b63-4680-b483-9029db682ca4","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["dfd95aba-aafc-4043-945d-28ca8552c518"],"name":""}]} 2018-11-25 08:35:16,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=3da1793c-d7be-4965-8dd5-35148a49c720 used request id req-de6afdd5-cb71-4f04-a0ec-1db2ad99ea47 2018-11-25 08:35:16,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0548408031464s 2018-11-25 08:35:16,805 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=3da1793c-d7be-4965-8dd5-35148a49c720 used request id req-de6afdd5-cb71-4f04-a0ec-1db2ad99ea47 2018-11-25 08:35:16,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-11-25 08:35:16,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"floatingip": {"floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "fixed_ip_address": "192.168.120.13", "port_id": "ce84d0f2-b83d-459f-98f8-68cf7184fb75"}}' 2018-11-25 08:35:18,533 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-1c1ab7c7-331a-424d-a438-f102d0df3333 Date: Sun, 25 Nov 2018 08:35:18 GMT RESP BODY: {"floatingip": {"router_id": "62d8d95b-9174-409d-a4f2-fc393cf108b9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-11-25T08:35:17Z", "floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "ce84d0f2-b83d-459f-98f8-68cf7184fb75", "id": "8455a922-8d5a-4e01-bfa5-6271d3f7d848", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:35:17Z", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}} 2018-11-25 08:35:18,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-1c1ab7c7-331a-424d-a438-f102d0df3333 2018-11-25 08:35:18,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.72776699066s 2018-11-25 08:35:18,534 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-1c1ab7c7-331a-424d-a438-f102d0df3333 2018-11-25 08:35:18,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-25 08:35:18,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:18,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-b3826d1a-fb1a-4760-af6d-dd9e243c2e29 Date: Sun, 25 Nov 2018 08:35:18 GMT RESP BODY: {"floatingips": [{"router_id": "62d8d95b-9174-409d-a4f2-fc393cf108b9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-11-25T08:35:17Z", "floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "ce84d0f2-b83d-459f-98f8-68cf7184fb75", "id": "8455a922-8d5a-4e01-bfa5-6271d3f7d848", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:35:17Z", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}]} 2018-11-25 08:35:18,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b3826d1a-fb1a-4760-af6d-dd9e243c2e29 2018-11-25 08:35:18,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0238289833069s 2018-11-25 08:35:18,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b3826d1a-fb1a-4760-af6d-dd9e243c2e29 2018-11-25 08:35:18,570 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'62d8d95b-9174-409d-a4f2-fc393cf108b9', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'created_at': u'2018-11-25T08:35:17Z', 'attached': True, 'updated_at': u'2018-11-25T08:35:17Z', 'id': u'8455a922-8d5a-4e01-bfa5-6271d3f7d848', 'floating_network_id': u'5c9b0ac2-19de-49fd-9d11-79e1dddc84a4', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.211', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'62d8d95b-9174-409d-a4f2-fc393cf108b9', 'project_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'port_id': u'ce84d0f2-b83d-459f-98f8-68cf7184fb75', 'port': u'ce84d0f2-b83d-459f-98f8-68cf7184fb75', 'network': u'5c9b0ac2-19de-49fd-9d11-79e1dddc84a4'}) 2018-11-25 08:35:18,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:35:18,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:35:19,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35: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-dd0d67b6-dfd3-4661-a9f9-eaa62c9f4bf4 x-compute-request-id: req-dd0d67b6-dfd3-4661-a9f9-eaa62c9f4bf4 Content-Encoding: gzip Content-Length: 9528 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509344208 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.908 MHz processor\n[ 0.167139] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.169351] pid_max: default: 32768 minimum: 301\n[ 0.170552] ACPI: Core revision 20150930\n[ 0.172192] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173935] Security Framework initialized\n[ 0.175020] Yama: becoming mindful.\n[ 0.175978] AppArmor: AppArmor initialized\n[ 0.177100] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178904] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180636] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.182287] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184156] Initializing cgroup subsys io\n[ 0.185239] Initializing cgroup subsys memory\n[ 0.186402] Initializing cgroup subsys devices\n[ 0.187572] Initializing cgroup subsys freezer\n[ 0.188742] Initializing cgroup subsys net_cls\n[ 0.189918] Initializing cgroup subsys perf_event\n[ 0.191143] Initializing cgroup subsys net_prio\n[ 0.192324] Initializing cgroup subsys hugetlb\n[ 0.193477] Initializing cgroup subsys pids\n[ 0.194637] CPU: Physical Processor ID: 0\n[ 0.196189] mce: CPU supports 10 MCE banks\n[ 0.197058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.215359] ftrace: allocating 31920 entries in 125 pages\n[ 0.241316] smpboot: Max logical packages: 1\n[ 0.242217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243573] x2apic enabled\n[ 0.244395] Switched APIC routing to physical x2apic.\n[ 0.246163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.247295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.249283] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.251095] KVM setup paravirtual spinlock\n[ 0.252360] x86: Booted up 1 node, 1 CPUs\n[ 0.253187] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.254581] devtmpfs: initialized\n[ 0.256286] evm: security.selinux\n[ 0.257005] evm: security.SMACK64\n[ 0.257681] evm: security.SMACK64EXEC\n[ 0.258423] evm: security.SMACK64TRANSMUTE\n[ 0.259222] evm: security.SMACK64MMAP\n[ 0.260014] evm: security.ima\n[ 0.260640] evm: security.capability\n[ 0.261426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.263246] pinctrl core: initialized pinctrl subsystem\n[ 0.264342] RTC time: 8:35:14, date: 11/25/18\n[ 0.265302] NET: Registered protocol family 16\n[ 0.266287] cpuidle: using governor ladder\n[ 0.267122] cpuidle: using governor menu\n[ 0.267920] PCCT header not found.\n[ 0.268697] ACPI: bus type PCI registered\n[ 0.269503] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270769] PCI: Using configuration type 1 for base access\n[ 0.272525] ACPI: Added _OSI(Module Device)\n[ 0.273388] ACPI: Added _OSI(Processor Device)\n[ 0.274266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.275181] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.277259] ACPI: Interpreter enabled\n[ 0.278060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.279938] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.283593] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.285405] ACPI: (supports S0 S5)\n[ 0.286131] ACPI: Using IOAPIC for interrupt routing\n[ 0.287209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290338] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291465] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.292716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.293891] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.296108] acpiphp: Slot [3] registered\n[ 0.296915] acpiphp: Slot [4] registered\n[ 0.297740] acpiphp: Slot [5] registered\n[ 0.298539] acpiphp: Slot [6] registered\n[ 0.299352] acpiphp: Slot [7] registered\n[ 0.300155] acpiphp: Slot [8] registered\n[ 0.300989] acpiphp: Slot [9] registered\n[ 0.301775] acpiphp: Slot [10] registered\n[ 0.302603] acpiphp: Slot [11] registered\n[ 0.303435] acpiphp: Slot [12] registered\n[ 0.304241] acpiphp: Slot [13] registered\n[ 0.305040] acpiphp: Slot [14] registered\n[ 0.305837] acpiphp: Slot [15] registered\n[ 0.316565] acpiphp: Slot [16] registered\n[ 0.317428] acpiphp: Slot [17] registered\n[ 0.318264] acpiphp: Slot [18] registered\n[ 0.319090] acpiphp: Slot [19] registered\n[ 0.319904] acpiphp: Slot [20] registered\n[ 0.320729] acpiphp: Slot [21] registered\n[ 0.321545] acpiphp: Slot [22] registered\n[ 0.322363] acpiphp: Slot [23] registered\n[ 0.323180] acpiphp: Slot [24] registered\n[ 0.323999] acpiphp: Slot [25] registered\n[ 0.324818] acpiphp: Slot [26] registered\n[ 0.325641] acpiphp: Slot [27] registered\n[ 0.326475] acpiphp: Slot [28] registered\n[ 0.327297] acpiphp: Slot [29] registered\n[ 0.328123] acpiphp: Slot [30] registered\n[ 0.328955] acpiphp: Slot [31] registered\n[ 0.329769] PCI host bridge to bus 0000:00\n[ 0.330586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333047] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334515] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.335975] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.342030] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343347] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.345820] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.352367] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353831] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399017] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.400499] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.401934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403337] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.404701] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.405936] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407105] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.408142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.409663] vgaarb: loaded\n[ 0.410251] vgaarb: bridge control possible 0000:00:02.0\n[ 0.411376] SCSI subsystem initialized\n[ 0.412183] ACPI: bus type USB registered\n[ 0.412991] usbcore: registered new interface driver usbfs\n[ 0.413999] usbcore: registered new interface driver hub\n[ 0.414985] usbcore: registered new device driver usb\n[ 0.416026] PCI: Using ACPI for IRQ routing\n[ 0.417028] NetLabel: Initializing\n[ 0.417729] NetLabel: domain hash size = 128\n[ 0.418569] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.419497] NetLabel: unlabeled traffic allowed by default\n[ 0.420573] clocksource: Switched to clocksource kvm-clock\n[ 0.426119] AppArmor: AppArmor Filesystem Enabled\n[ 0.427065] pnp: PnP ACPI init\n[ 0.427969] pnp: PnP ACPI: found 5 devices\n[ 0.434340] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.436004] NET: Registered protocol family 2\n[ 0.436944] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.438215] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.439367] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.440499] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441554] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.442702] NET: Registered protocol family 1\n[ 0.443546] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445671] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459691] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473903] Trying to unpack rootfs image as initramfs...\n[ 0.524435] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.538488] Scanning for low memory corruption every 60 seconds\n[ 0.539832] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.540970] audit: initializing netlink subsys (disabled)\n[ 0.541978] audit: type=2000 audit(1543134915.510:1): initialized\n[ 0.543257] Initialise system trusted keyring\n[ 0.544167] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.545329] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.547273] zbud: loaded\n[ 0.547966] VFS: Disk quotas dquot_6.6.0\n[ 0.548780] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550277] fuse init (API version 7.23)\n[ 0.551163] Key type big_key registered\n[ 0.552183] Allocating IMA MOK and blacklist keyrings.\n[ 0.553271] Key type asymmetric registered\n[ 0.554077] Asymmetric key parser 'x509' registered\n[ 0.555006] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556813] io scheduler noop registered\n[ 0.559033] io scheduler deadline registered (default)\n[ 0.560005] io scheduler cfq registered\n[ 0.560840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.561867] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563117] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564529] ACPI: Power Button [PWRF]\n[ 0.565363] GHES: HEST is not enabled!\n[ 0.579078] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.607332] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609615] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633575] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.635653] Linux agpgart interface v0.103\n[ 0.637641] brd: module loaded\n[ 0.638805] loop: module loaded\n[ 0.643725] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645148] GPT:90111 != 2097151\n[ 0.645809] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646863] GPT:90111 != 2097151\n[ 0.647513] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648444] vda: vda1 vda15\n[ 0.649810] scsi host0: ata_piix\n[ 0.650522] scsi host1: ata_piix\n[ 0.651209] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652378] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.653787] libphy: Fixed MDIO Bus: probed\n[ 0.654576] tun: Universal TUN/TAP device driver, 1.6\n[ 0.655492] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657555] PPP generic driver version 2.4.2\n[ 0.658640] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660130] ehci-pci: EHCI PCI platform driver\n[ 0.661180] ehci-platform: EHCI generic platform driver\n[ 0.662365] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663729] ohci-pci: OHCI PCI platform driver\n[ 0.664773] ohci-platform: OHCI generic platform driver\n[ 0.665942] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681667] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683367] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.684565] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685882] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687356] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689071] usb usb1: Product: UHCI Host Controller\n[ 0.690189] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691637] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692772] hub 1-0:1.0: USB hub found\n[ 0.693654] hub 1-0:1.0: 2 ports detected\n[ 0.694683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697023] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698150] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699322] mousedev: PS/2 mouse device common for all mice\n[ 0.700775] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702871] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704098] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706949] i2c /dev entries driver\n[ 0.707817] device-mapper: uevent: version 1.0.3\n[ 0.708923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710870] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712366] NET: Registered protocol family 10\n[ 0.713525] NET: Registered protocol family 17\n[ 0.714552] Key type dns_resolver registered\n[ 0.715631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716937] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.719011] registered taskstats version 1\n[ 0.719995] Loading compiled-in X.509 certificates\n[ 0.721598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723811] zswap: loaded using pool lzo/zbud\n[ 0.725342] Key type trusted registered\n[ 0.726985] Key type encrypted registered\n[ 0.727932] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.729143] ima: No TPM chip found, activating TPM-bypass!\n[ 0.730349] evm: HMAC attrs: 0x1\n[ 0.731739] Magic number: 10:785:574\n[ 0.732719] rtc_cmos 00:00: setting system clock to 2018-11-25 08:35:15 UTC (1543134915)\n[ 0.734583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.735915] EDD information not available.\n[ 0.813494] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815303] Write protecting the kernel read-only data: 14336k\n[ 0.826891] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828937] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.02\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.257374] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-00000024\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKusHi17usfz33KA+LjdG14/adq7jMc+HzTNu4ASke5uFDPpY4ZuqdYtKY/JlRG1iion/QaR8+DHvcJ/FkQeXGdQ0hnSS6X34+JOPlj8CtYjPdpAyFjV0XeNSVrlTWLYus2QwQwQ8LLyORh6dpkvjy/Ada9yQhbI2EaQxRPV6cw2YioyHQpwdoduaxTIKIpjjIrJpQjo/pvQfHghKagXc6ucpkFlS2wPAdCh4tQggPUXZGZNwkQLoebt5D8j3huSoX5yDwxRSJ0EOo9qxOah0FRACoUeuGUcV1Q3JVqlsUcoam72R4QfhdpRdtnKZGT3ASb9oz9CzBROU/80JYkBH5 root@vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a\nssh-dss AAAAB3NzaC1kc3MAAACBANuQNAazLU1qie53lLhropRZTMk4o3fC3E2jym6x2fObqwO6ITLfrs3Q6q/+mQyAMYUcpTjGq0ybiuSIN0DZ42SUau2l/GzYOkp6SJRNMpHqslagkttj/vs3BL3pZmuzjpFzMkEDD7h4vWXb/GzS8Zh9LIF/pFH/FI3TO1uyTRAzAAAAFQDjkM8S5YKp3Rrdg7ccXSyG3nxxBwAAAIBCkYYWUy6AwMm5p4J9gl7j7niVtK0+J0dBANYgz2wqmm23oDRJu9HBV+4wz/lfCITXG0Thj7y/HCw/MTe/SLRVwhWjszyn605krMcI+X+hWoAM9bTPHL1+Rx8S7Y0uSP3K5w9D6j7padDJ1k8It684BndhDaL5zkcfWIWXykDDRgAAAIEAogBnYIBqMQIHrDjkXSy7Q2bPndYYlLquOTxOzQuzuG3HzlHBqSgGfzp4+cb8O8YM5Ti+ikEToxpLSq8PHI0uhdsUzuEjFfzIJQ0QMqwWHED/9/fOuC2oDWBuYLe3/7OWTZ20BgdCT6sARVL/BI2hTNQdyJxtbo4Eukr0LVRswG8= root@vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a\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:fec4:687a/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 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-00000024\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.80 ===\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-acb97e3a-8051-42f5-85f6-ea044cfcfb4a login: "} 2018-11-25 08:35:19,647 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720/action used request id req-dd0d67b6-dfd3-4661-a9f9-eaa62c9f4bf4 2018-11-25 08:35:19,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0760550499s 2018-11-25 08:35:19,648 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720/action used request id req-dd0d67b6-dfd3-4661-a9f9-eaa62c9f4bf4 2018-11-25 08:35:19,648 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509344208 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.908 MHz processor [ 0.167139] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.169351] pid_max: default: 32768 minimum: 301 [ 0.170552] ACPI: Core revision 20150930 [ 0.172192] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.173935] Security Framework initialized [ 0.175020] Yama: becoming mindful. [ 0.175978] AppArmor: AppArmor initialized [ 0.177100] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.178904] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.180636] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.182287] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.184156] Initializing cgroup subsys io [ 0.185239] Initializing cgroup subsys memory [ 0.186402] Initializing cgroup subsys devices [ 0.187572] Initializing cgroup subsys freezer [ 0.188742] Initializing cgroup subsys net_cls [ 0.189918] Initializing cgroup subsys perf_event [ 0.191143] Initializing cgroup subsys net_prio [ 0.192324] Initializing cgroup subsys hugetlb [ 0.193477] Initializing cgroup subsys pids [ 0.194637] CPU: Physical Processor ID: 0 [ 0.196189] mce: CPU supports 10 MCE banks [ 0.197058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.198084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.215359] ftrace: allocating 31920 entries in 125 pages [ 0.241316] smpboot: Max logical packages: 1 [ 0.242217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.243573] x2apic enabled [ 0.244395] Switched APIC routing to physical x2apic. [ 0.246163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.247295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.249283] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.251095] KVM setup paravirtual spinlock [ 0.252360] x86: Booted up 1 node, 1 CPUs [ 0.253187] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.254581] devtmpfs: initialized [ 0.256286] evm: security.selinux [ 0.257005] evm: security.SMACK64 [ 0.257681] evm: security.SMACK64EXEC [ 0.258423] evm: security.SMACK64TRANSMUTE [ 0.259222] evm: security.SMACK64MMAP [ 0.260014] evm: security.ima [ 0.260640] evm: security.capability [ 0.261426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.263246] pinctrl core: initialized pinctrl subsystem [ 0.264342] RTC time: 8:35:14, date: 11/25/18 [ 0.265302] NET: Registered protocol family 16 [ 0.266287] cpuidle: using governor ladder [ 0.267122] cpuidle: using governor menu [ 0.267920] PCCT header not found. [ 0.268697] ACPI: bus type PCI registered [ 0.269503] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.270769] PCI: Using configuration type 1 for base access [ 0.272525] ACPI: Added _OSI(Module Device) [ 0.273388] ACPI: Added _OSI(Processor Device) [ 0.274266] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.275181] ACPI: Added _OSI(Processor Aggregator Device) [ 0.277259] ACPI: Interpreter enabled [ 0.278060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.279938] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.283593] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.285405] ACPI: (supports S0 S5) [ 0.286131] ACPI: Using IOAPIC for interrupt routing [ 0.287209] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.290338] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.291465] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.292716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.293891] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.296108] acpiphp: Slot [3] registered [ 0.296915] acpiphp: Slot [4] registered [ 0.297740] acpiphp: Slot [5] registered [ 0.298539] acpiphp: Slot [6] registered [ 0.299352] acpiphp: Slot [7] registered [ 0.300155] acpiphp: Slot [8] registered [ 0.300989] acpiphp: Slot [9] registered [ 0.301775] acpiphp: Slot [10] registered [ 0.302603] acpiphp: Slot [11] registered [ 0.303435] acpiphp: Slot [12] registered [ 0.304241] acpiphp: Slot [13] registered [ 0.305040] acpiphp: Slot [14] registered [ 0.305837] acpiphp: Slot [15] registered [ 0.316565] acpiphp: Slot [16] registered [ 0.317428] acpiphp: Slot [17] registered [ 0.318264] acpiphp: Slot [18] registered [ 0.319090] acpiphp: Slot [19] registered [ 0.319904] acpiphp: Slot [20] registered [ 0.320729] acpiphp: Slot [21] registered [ 0.321545] acpiphp: Slot [22] registered [ 0.322363] acpiphp: Slot [23] registered [ 0.323180] acpiphp: Slot [24] registered [ 0.323999] acpiphp: Slot [25] registered [ 0.324818] acpiphp: Slot [26] registered [ 0.325641] acpiphp: Slot [27] registered [ 0.326475] acpiphp: Slot [28] registered [ 0.327297] acpiphp: Slot [29] registered [ 0.328123] acpiphp: Slot [30] registered [ 0.328955] acpiphp: Slot [31] registered [ 0.329769] PCI host bridge to bus 0000:00 [ 0.330586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.333047] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334515] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335975] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342030] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343347] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.344533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.345820] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.352367] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.353831] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.399017] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.400499] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.401934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.403337] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.404701] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.405936] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.407105] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.408142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.409663] vgaarb: loaded [ 0.410251] vgaarb: bridge control possible 0000:00:02.0 [ 0.411376] SCSI subsystem initialized [ 0.412183] ACPI: bus type USB registered [ 0.412991] usbcore: registered new interface driver usbfs [ 0.413999] usbcore: registered new interface driver hub [ 0.414985] usbcore: registered new device driver usb [ 0.416026] PCI: Using ACPI for IRQ routing [ 0.417028] NetLabel: Initializing [ 0.417729] NetLabel: domain hash size = 128 [ 0.418569] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.419497] NetLabel: unlabeled traffic allowed by default [ 0.420573] clocksource: Switched to clocksource kvm-clock [ 0.426119] AppArmor: AppArmor Filesystem Enabled [ 0.427065] pnp: PnP ACPI init [ 0.427969] pnp: PnP ACPI: found 5 devices [ 0.434340] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.436004] NET: Registered protocol family 2 [ 0.436944] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.438215] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.439367] TCP: Hash tables configured (established 4096 bind 4096) [ 0.440499] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.441554] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.442702] NET: Registered protocol family 1 [ 0.443546] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.444620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.445671] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.459691] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.473903] Trying to unpack rootfs image as initramfs... [ 0.524435] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.538488] Scanning for low memory corruption every 60 seconds [ 0.539832] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.540970] audit: initializing netlink subsys (disabled) [ 0.541978] audit: type=2000 audit(1543134915.510:1): initialized [ 0.543257] Initialise system trusted keyring [ 0.544167] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.545329] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.547273] zbud: loaded [ 0.547966] VFS: Disk quotas dquot_6.6.0 [ 0.548780] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.550277] fuse init (API version 7.23) [ 0.551163] Key type big_key registered [ 0.552183] Allocating IMA MOK and blacklist keyrings. [ 0.553271] Key type asymmetric registered [ 0.554077] Asymmetric key parser 'x509' registered [ 0.555006] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.556813] io scheduler noop registered [ 0.559033] io scheduler deadline registered (default) [ 0.560005] io scheduler cfq registered [ 0.560840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.561867] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.563117] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.564529] ACPI: Power Button [PWRF] [ 0.565363] GHES: HEST is not enabled! [ 0.579078] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.607332] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.609615] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633575] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.635653] Linux agpgart interface v0.103 [ 0.637641] brd: module loaded [ 0.638805] loop: module loaded [ 0.643725] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.645148] GPT:90111 != 2097151 [ 0.645809] GPT:Alternate GPT header not at the end of the disk. [ 0.646863] GPT:90111 != 2097151 [ 0.647513] GPT: Use GNU Parted to correct GPT errors. [ 0.648444] vda: vda1 vda15 [ 0.649810] scsi host0: ata_piix [ 0.650522] scsi host1: ata_piix [ 0.651209] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.652378] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.653787] libphy: Fixed MDIO Bus: probed [ 0.654576] tun: Universal TUN/TAP device driver, 1.6 [ 0.655492] tun: (C) 1999-2004 Max Krasnyansky [ 0.657555] PPP generic driver version 2.4.2 [ 0.658640] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660130] ehci-pci: EHCI PCI platform driver [ 0.661180] ehci-platform: EHCI generic platform driver [ 0.662365] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.663729] ohci-pci: OHCI PCI platform driver [ 0.664773] ohci-platform: OHCI generic platform driver [ 0.665942] uhci_hcd: USB Universal Host Controller Interface driver [ 0.680463] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.681667] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.683367] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.684565] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.685882] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.687356] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.689071] usb usb1: Product: UHCI Host Controller [ 0.690189] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.691637] usb usb1: SerialNumber: 0000:00:01.2 [ 0.692772] hub 1-0:1.0: USB hub found [ 0.693654] hub 1-0:1.0: 2 ports detected [ 0.694683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.697023] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.698150] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.699322] mousedev: PS/2 mouse device common for all mice [ 0.700775] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.702871] rtc_cmos 00:00: RTC can wake from S4 [ 0.704098] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.705532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.706949] i2c /dev entries driver [ 0.707817] device-mapper: uevent: version 1.0.3 [ 0.708923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.710870] ledtrig-cpu: registered to indicate activity on CPUs [ 0.712366] NET: Registered protocol family 10 [ 0.713525] NET: Registered protocol family 17 [ 0.714552] Key type dns_resolver registered [ 0.715631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.716937] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.719011] registered taskstats version 1 [ 0.719995] Loading compiled-in X.509 certificates [ 0.721598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.723811] zswap: loaded using pool lzo/zbud [ 0.725342] Key type trusted registered [ 0.726985] Key type encrypted registered [ 0.727932] AppArmor: AppArmor sha1 policy hashing enabled [ 0.729143] ima: No TPM chip found, activating TPM-bypass! [ 0.730349] evm: HMAC attrs: 0x1 [ 0.731739] Magic number: 10:785:574 [ 0.732719] rtc_cmos 00:00: setting system clock to 2018-11-25 08:35:15 UTC (1543134915) [ 0.734583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.735915] EDD information not available. [ 0.813494] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.815303] Write protecting the kernel read-only data: 14336k [ 0.826891] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.828937] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.02 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.257374] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.27. iid=i-00000024 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKusHi17usfz33KA+LjdG14/adq7jMc+HzTNu4ASke5uFDPpY4ZuqdYtKY/JlRG1iion/QaR8+DHvcJ/FkQeXGdQ0hnSS6X34+JOPlj8CtYjPdpAyFjV0XeNSVrlTWLYus2QwQwQ8LLyORh6dpkvjy/Ada9yQhbI2EaQxRPV6cw2YioyHQpwdoduaxTIKIpjjIrJpQjo/pvQfHghKagXc6ucpkFlS2wPAdCh4tQggPUXZGZNwkQLoebt5D8j3huSoX5yDwxRSJ0EOo9qxOah0FRACoUeuGUcV1Q3JVqlsUcoam72R4QfhdpRdtnKZGT3ASb9oz9CzBROU/80JYkBH5 root@vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a ssh-dss AAAAB3NzaC1kc3MAAACBANuQNAazLU1qie53lLhropRZTMk4o3fC3E2jym6x2fObqwO6ITLfrs3Q6q/+mQyAMYUcpTjGq0ybiuSIN0DZ42SUau2l/GzYOkp6SJRNMpHqslagkttj/vs3BL3pZmuzjpFzMkEDD7h4vWXb/GzS8Zh9LIF/pFH/FI3TO1uyTRAzAAAAFQDjkM8S5YKp3Rrdg7ccXSyG3nxxBwAAAIBCkYYWUy6AwMm5p4J9gl7j7niVtK0+J0dBANYgz2wqmm23oDRJu9HBV+4wz/lfCITXG0Thj7y/HCw/MTe/SLRVwhWjszyn605krMcI+X+hWoAM9bTPHL1+Rx8S7Y0uSP3K5w9D6j7padDJ1k8It684BndhDaL5zkcfWIWXykDDRgAAAIEAogBnYIBqMQIHrDjkXSy7Q2bPndYYlLquOTxOzQuzuG3HzlHBqSgGfzp4+cb8O8YM5Ti+ikEToxpLSq8PHI0uhdsUzuEjFfzIJQ0QMqwWHED/9/fOuC2oDWBuYLe3/7OWTZ20BgdCT6sARVL/BI2hTNQdyJxtbo4Eukr0LVRswG8= root@vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a -----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:fec4:687a/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 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-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a launch-index: 0 === cirros: current=0.4.0 uptime=3.80 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a login: 2018-11-25 08:35:20,650 - paramiko.transport - DEBUG - starting thread (client mode): 0x43cd7150L 2018-11-25 08:35:20,650 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 08:35:20,650 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-25 08:35:20,650 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-25 08:35:20,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-11-25 08:35:20,652 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 08:35:20,652 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-25 08:35:20,652 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 08:35:20,653 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 08:35:20,653 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 08:35:20,739 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 08:35:20,740 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 08:35:20,750 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.211: a61c6be89426f25af3c998676dbdd371 2018-11-25 08:35:20,751 - paramiko.transport - DEBUG - Trying key 3bd5de8fda79ca9d4c45c422447bd1b4 from /tmp/tmpCCkMf5 2018-11-25 08:35:20,776 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 08:35:24,100 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 08:35:24,121 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 08:35:24,122 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-25 08:35:24,122 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 08:35:24,124 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 08:35:34,126 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 08:35:34,126 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.11 (192.168.120.11): 56 data bytes --- 192.168.120.11 ping statistics --- 1 packets transmitted, 0 packets received, 100% packet loss 2018-11-25 08:35:34,127 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-11-25 08:35:34,134 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 08:35:34,247 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 08:35:34,247 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:49 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-11-25 08:35:34,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-25 08:35:34,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:34,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4f398d99-af40-4592-a7f3-50970a23a977 x-compute-request-id: req-4f398d99-af40-4592-a7f3-50970a23a977 Content-Type: application/json 2018-11-25 08:35:34,444 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24 used request id req-4f398d99-af40-4592-a7f3-50970a23a977 2018-11-25 08:35:34,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.191960096359s 2018-11-25 08:35:34,444 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24 used request id req-4f398d99-af40-4592-a7f3-50970a23a977 2018-11-25 08:35:34,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:34,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:34,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b643f97-0e69-4673-81a8-97490e661d2f x-compute-request-id: req-7b643f97-0e69-4673-81a8-97490e661d2f Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:68:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:68:7a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:14.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "3da1793c-d7be-4965-8dd5-35148a49c720", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:15Z", "hostId": "00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "name": "vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:35:08Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:3d:3e", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:03.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:34Z", "hostId": "d249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:34:57Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:34,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7b643f97-0e69-4673-81a8-97490e661d2f 2018-11-25 08:35:34,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371680021286s 2018-11-25 08:35:34,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7b643f97-0e69-4673-81a8-97490e661d2f 2018-11-25 08:35:34,819 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:35:36,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:36,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:37,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e03f4330-74f0-4b9f-872a-570302af2dce x-compute-request-id: req-e03f4330-74f0-4b9f-872a-570302af2dce Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:68:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:68:7a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:14.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "3da1793c-d7be-4965-8dd5-35148a49c720", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:15Z", "hostId": "00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "name": "vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:35:08Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-11-25T08:35:03.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "57be5d8e-b917-49d8-9b4c-11ed8dcc0a24", "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-11-25T08:35:36Z", "hostId": "d249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4", "OS-SRV-USG:terminated_at": "2018-11-25T08:35:36.000000", "key_name": null, "name": "vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:34:57Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:37,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e03f4330-74f0-4b9f-872a-570302af2dce 2018-11-25 08:35:37,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52433180809s 2018-11-25 08:35:37,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e03f4330-74f0-4b9f-872a-570302af2dce 2018-11-25 08:35:37,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:35:39,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:39,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:39,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fc28d5f-96fc-47e0-9403-5e0027ec815e x-compute-request-id: req-8fc28d5f-96fc-47e0-9403-5e0027ec815e Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:68:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:68:7a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:14.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "3da1793c-d7be-4965-8dd5-35148a49c720", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:15Z", "hostId": "00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "name": "vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:35:08Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:39,989 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8fc28d5f-96fc-47e0-9403-5e0027ec815e 2018-11-25 08:35:39,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63615489006s 2018-11-25 08:35:39,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8fc28d5f-96fc-47e0-9403-5e0027ec815e 2018-11-25 08:35:39,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-25 08:35:39,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/8455a922-8d5a-4e01-bfa5-6271d3f7d848.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:40,726 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86348645-72ff-420b-b6bd-bd7317b7b99a Content-Length: 0 Date: Sun, 25 Nov 2018 08:35:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:35:40,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/8455a922-8d5a-4e01-bfa5-6271d3f7d848.json used request id req-86348645-72ff-420b-b6bd-bd7317b7b99a 2018-11-25 08:35:40,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.732560873032s 2018-11-25 08:35:40,726 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/8455a922-8d5a-4e01-bfa5-6271d3f7d848.json used request id req-86348645-72ff-420b-b6bd-bd7317b7b99a 2018-11-25 08:35:40,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-25 08:35:40,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:40,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ca3c2ad1-bb0f-4368-81ac-e4b9f4b0cc26 Date: Sun, 25 Nov 2018 08:35:40 GMT RESP BODY: {"floatingips": []} 2018-11-25 08:35:40,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-ca3c2ad1-bb0f-4368-81ac-e4b9f4b0cc26 2018-11-25 08:35:40,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.164097070694s 2018-11-25 08:35:40,896 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-ca3c2ad1-bb0f-4368-81ac-e4b9f4b0cc26 2018-11-25 08:35:40,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-25 08:35:40,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:41,070 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:35: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-57e82461-261a-4ea6-b272-0ca599fadcec x-compute-request-id: req-57e82461-261a-4ea6-b272-0ca599fadcec Content-Type: application/json 2018-11-25 08:35:41,070 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720 used request id req-57e82461-261a-4ea6-b272-0ca599fadcec 2018-11-25 08:35:41,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.17306804657s 2018-11-25 08:35:41,071 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720 used request id req-57e82461-261a-4ea6-b272-0ca599fadcec 2018-11-25 08:35:41,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:41,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:41,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-295fe6b7-b889-4ddf-94a5-7423ac3827bb x-compute-request-id: req-295fe6b7-b889-4ddf-94a5-7423ac3827bb Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:68:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:68:7a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3da1793c-d7be-4965-8dd5-35148a49c720", "rel": "bookmark"}], "image": {"id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "links": [{"href": "http://172.30.9.23:8774/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:35:14.000000", "flavor": {"id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "links": [{"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}]}, "id": "3da1793c-d7be-4965-8dd5-35148a49c720", "security_groups": [{"name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}], "user_id": "f6d10314a1f445b7b812225230e85ed8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:35:40Z", "hostId": "00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "name": "vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "created": "2018-11-25T08:35:08Z", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:35:41,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-295fe6b7-b889-4ddf-94a5-7423ac3827bb 2018-11-25 08:35:41,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514545917511s 2018-11-25 08:35:41,586 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-295fe6b7-b889-4ddf-94a5-7423ac3827bb 2018-11-25 08:35:41,588 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:35:43,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:35:43,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:43,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35: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-d3b68595-5dd9-4fe9-b92b-68ae6f9c8ad5 x-compute-request-id: req-d3b68595-5dd9-4fe9-b92b-68ae6f9c8ad5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 08:35:43,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d3b68595-5dd9-4fe9-b92b-68ae6f9c8ad5 2018-11-25 08:35:43,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0991408824921s 2018-11-25 08:35:43,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d3b68595-5dd9-4fe9-b92b-68ae6f9c8ad5 2018-11-25 08:35:43,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:35:43,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:43,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-013343c7-8f14-4c40-91a4-21c6872f7487 Date: Sun, 25 Nov 2018 08:35:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:45Z", "updated_at": "2018-11-25T08:34:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "5aeefb90-6585-4d83-8e26-5757c2531c7c", "remote_group_id": "27819080-a137-479e-b419-e14ad56fe943", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "7ea4d4ea-334e-4292-bdb4-79f1eb06a7fd", "remote_group_id": "27819080-a137-479e-b419-e14ad56fe943", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "b9490faf-0de7-48fa-acbf-e0223e0e466c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "f0ee5a70-039c-4a39-ab52-efe9f1e1e329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}], "revision_number": 4, "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "27819080-a137-479e-b419-e14ad56fe943", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:53Z", "updated_at": "2018-11-25T08:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T08:34:54Z", "revision_number": 0, "id": "392b564e-5227-4d3d-84b3-6d38a11fad51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:54Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:53Z", "revision_number": 0, "id": "98e53e7f-3b33-4300-a490-828ccd939210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:53Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:54Z", "revision_number": 0, "id": "aabf905e-3779-4815-ab2c-52e10d925c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:54Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:53Z", "revision_number": 0, "id": "b701a10c-43bd-45d9-bb49-cbb5cb90a534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:53Z", "security_group_id": "dfd95aba-aafc-4043-945d-28ca8552c518", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}], "revision_number": 4, "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "dfd95aba-aafc-4043-945d-28ca8552c518", "name": "vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:35:43,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-013343c7-8f14-4c40-91a4-21c6872f7487 2018-11-25 08:35:43,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190087080002s 2018-11-25 08:35:43,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-013343c7-8f14-4c40-91a4-21c6872f7487 2018-11-25 08:35:43,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-25 08:35:43,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/dfd95aba-aafc-4043-945d-28ca8552c518.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:44,066 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c523ad3f-aa06-44b5-8d1a-755a3586c404 Content-Length: 0 Date: Sun, 25 Nov 2018 08:35:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:35:44,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/dfd95aba-aafc-4043-945d-28ca8552c518.json used request id req-c523ad3f-aa06-44b5-8d1a-755a3586c404 2018-11-25 08:35:44,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.178668022156s 2018-11-25 08:35:44,067 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/dfd95aba-aafc-4043-945d-28ca8552c518.json used request id req-c523ad3f-aa06-44b5-8d1a-755a3586c404 2018-11-25 08:35:44,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-11-25 08:35:44,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:44,118 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:35:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-079d1708-0183-43d2-94bb-fba0e5ff3135 x-compute-request-id: req-079d1708-0183-43d2-94bb-fba0e5ff3135 Content-Length: 0 Content-Type: application/json 2018-11-25 08:35:44,119 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a used request id req-079d1708-0183-43d2-94bb-fba0e5ff3135 2018-11-25 08:35:44,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0515570640564s 2018-11-25 08:35:44,119 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a used request id req-079d1708-0183-43d2-94bb-fba0e5ff3135 2018-11-25 08:35:44,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-25 08:35:44,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/62d8d95b-9174-409d-a4f2-fc393cf108b9/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" -d '{"subnet_id": "ce2ebbc7-0b63-4680-b483-9029db682ca4"}' 2018-11-25 08:35:45,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9b2ec084-1ea4-433c-9668-9be9a9b6c4f6 Date: Sun, 25 Nov 2018 08:35:45 GMT RESP BODY: {"network_id": "f8fe9659-1518-4df2-b245-f5ee470b7b44", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "subnet_id": "ce2ebbc7-0b63-4680-b483-9029db682ca4", "subnet_ids": ["ce2ebbc7-0b63-4680-b483-9029db682ca4"], "port_id": "5bb49ce3-89a3-40fb-9c1c-35b9adb7efa5", "id": "62d8d95b-9174-409d-a4f2-fc393cf108b9"} 2018-11-25 08:35:45,059 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/62d8d95b-9174-409d-a4f2-fc393cf108b9/remove_router_interface.json used request id req-9b2ec084-1ea4-433c-9668-9be9a9b6c4f6 2018-11-25 08:35:45,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 0.939946889877s 2018-11-25 08:35:45,060 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/62d8d95b-9174-409d-a4f2-fc393cf108b9/remove_router_interface.json used request id req-9b2ec084-1ea4-433c-9668-9be9a9b6c4f6 returning object 62d8d95b-9174-409d-a4f2-fc393cf108b9 2018-11-25 08:35:45,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-25 08:35:45,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:45,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-a23f8594-ef9f-4242-bda1-e574ae7e866c Date: Sun, 25 Nov 2018 08:35:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:47Z", "admin_state_up": true, "updated_at": "2018-11-25T08:35:44Z", "revision_number": 4, "routes": [], "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "62d8d95b-9174-409d-a4f2-fc393cf108b9", "name": "vping_ssh-router_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:35:45,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a23f8594-ef9f-4242-bda1-e574ae7e866c 2018-11-25 08:35:45,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0719180107117s 2018-11-25 08:35:45,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a23f8594-ef9f-4242-bda1-e574ae7e866c 2018-11-25 08:35:45,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-25 08:35:45,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/62d8d95b-9174-409d-a4f2-fc393cf108b9.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:46,287 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-615e620e-5662-4068-b441-d552f31fa138 Content-Length: 0 Date: Sun, 25 Nov 2018 08:35:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:35:46,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/62d8d95b-9174-409d-a4f2-fc393cf108b9.json used request id req-615e620e-5662-4068-b441-d552f31fa138 2018-11-25 08:35:46,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.15321183205s 2018-11-25 08:35:46,288 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/62d8d95b-9174-409d-a4f2-fc393cf108b9.json used request id req-615e620e-5662-4068-b441-d552f31fa138 2018-11-25 08:35:46,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-25 08:35:46,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:46,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2bdcc915-28f8-49c6-9d83-a654e7add9ba Date: Sun, 25 Nov 2018 08:35:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-25T08:34:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"608c45dce889477ba814ee8a9f4ca9d0","id":"ce2ebbc7-0b63-4680-b483-9029db682ca4","subnetpool_id":null,"name":"vping_ssh-subnet_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:35:46,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2bdcc915-28f8-49c6-9d83-a654e7add9ba 2018-11-25 08:35:46,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0540978908539s 2018-11-25 08:35:46,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2bdcc915-28f8-49c6-9d83-a654e7add9ba 2018-11-25 08:35:46,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-25 08:35:46,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/ce2ebbc7-0b63-4680-b483-9029db682ca4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:48,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-383946b2-000f-4eb0-935e-0acd6d32e269 Date: Sun, 25 Nov 2018 08:35:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:35:48,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ce2ebbc7-0b63-4680-b483-9029db682ca4.json used request id req-383946b2-000f-4eb0-935e-0acd6d32e269 2018-11-25 08:35:48,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34805798531s 2018-11-25 08:35:48,693 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ce2ebbc7-0b63-4680-b483-9029db682ca4.json used request id req-383946b2-000f-4eb0-935e-0acd6d32e269 2018-11-25 08:35:48,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:35:48,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:48,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-290d04bf-e1e6-4a4d-a835-4d0a48404051 Date: Sun, 25 Nov 2018 08:35:48 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":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","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-11-25T08:35:48Z","tenant_id":"608c45dce889477ba814ee8a9f4ca9d0","created_at":"2018-11-25T08:34:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"608c45dce889477ba814ee8a9f4ca9d0","id":"f8fe9659-1518-4df2-b245-f5ee470b7b44","name":"vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}]} 2018-11-25 08:35:48,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-290d04bf-e1e6-4a4d-a835-4d0a48404051 2018-11-25 08:35:48,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110569953918s 2018-11-25 08:35:48,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-290d04bf-e1e6-4a4d-a835-4d0a48404051 2018-11-25 08:35:48,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-25 08:35:48,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/f8fe9659-1518-4df2-b245-f5ee470b7b44.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:50,327 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad61b68e-1d9d-4103-8874-39ba453abece Date: Sun, 25 Nov 2018 08:35:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:35:50,327 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f8fe9659-1518-4df2-b245-f5ee470b7b44.json used request id req-ad61b68e-1d9d-4103-8874-39ba453abece 2018-11-25 08:35:50,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.52080702782s 2018-11-25 08:35:50,327 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f8fe9659-1518-4df2-b245-f5ee470b7b44.json used request id req-ad61b68e-1d9d-4103-8874-39ba453abece 2018-11-25 08:35:50,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:35:50,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:50,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-0dbb448e-345f-4bfd-a20c-aa8a67887c99 Date: Sun, 25 Nov 2018 08:35:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap", "metadata": {}}], "file": "/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/file", "owner": "608c45dce889477ba814ee8a9f4ca9d0", "id": "1f3b3ce4-7840-4df1-9714-598a5cad28e7", "size": 12716032, "self": "/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:34:52Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:34:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:35:50,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0dbb448e-345f-4bfd-a20c-aa8a67887c99 2018-11-25 08:35:50,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184574127197s 2018-11-25 08:35:50,513 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0dbb448e-345f-4bfd-a20c-aa8a67887c99 2018-11-25 08:35:50,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 08:35:50,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e900cfd57d4bf660ae0526fa3f6eee41314e09c3" 2018-11-25 08:35:51,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7eb662ba-d497-4feb-99e5-8c551f5ab6cb Date: Sun, 25 Nov 2018 08:35:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:35:51,501 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7 used request id req-7eb662ba-d497-4feb-99e5-8c551f5ab6cb 2018-11-25 08:35:51,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.986169099808s 2018-11-25 08:35:51,502 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7 used request id req-7eb662ba-d497-4feb-99e5-8c551f5ab6cb 2018-11-25 08:35:51,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 08:35:51,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:51,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35: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-30458808-2793-4c16-bc7c-9282b1cb0d1d x-compute-request-id: req-30458808-2793-4c16-bc7c-9282b1cb0d1d Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89d30a06-b8be-418d-8bee-b18ff76f0243", "name": "vping_ssh-flavor_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 08:35:51,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-30458808-2793-4c16-bc7c-9282b1cb0d1d 2018-11-25 08:35:51,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0308179855347s 2018-11-25 08:35:51,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-30458808-2793-4c16-bc7c-9282b1cb0d1d 2018-11-25 08:35:51,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 08:35:51,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:51,574 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:35: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-174a1088-13ca-47b3-9487-7d3f980ca9b8 x-compute-request-id: req-174a1088-13ca-47b3-9487-7d3f980ca9b8 Content-Length: 0 Content-Type: application/json 2018-11-25 08:35:51,574 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243 used request id req-174a1088-13ca-47b3-9487-7d3f980ca9b8 2018-11-25 08:35:51,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0391819477081s 2018-11-25 08:35:51,574 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/89d30a06-b8be-418d-8bee-b18ff76f0243 used request id req-174a1088-13ca-47b3-9487-7d3f980ca9b8 2018-11-25 08:35:51,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:35:51,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:51,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8e6f8a1-fb6c-4378-a44d-02fca430c863 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_acb97e3a-8051-42f5-85f6-ea044cfcfb4a", "links": {"self": "http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8"}, "domain_id": "default", "enabled": true, "id": "f6d10314a1f445b7b812225230e85ed8", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:35:51,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b8e6f8a1-fb6c-4378-a44d-02fca430c863 2018-11-25 08:35:51,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097785949707s 2018-11-25 08:35:51,673 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b8e6f8a1-fb6c-4378-a44d-02fca430c863 2018-11-25 08:35:51,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:35:51,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:51,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c07b1a0-b204-499d-8b8c-1eca073e56f0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8"}, "enabled": true, "id": "f6d10314a1f445b7b812225230e85ed8", "options": {}, "domain_id": "default", "name": "vping_ssh-user_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}} 2018-11-25 08:35:51,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8 used request id req-7c07b1a0-b204-499d-8b8c-1eca073e56f0 2018-11-25 08:35:51,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0952920913696s 2018-11-25 08:35:51,775 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8 used request id req-7c07b1a0-b204-499d-8b8c-1eca073e56f0 2018-11-25 08:35:51,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 08:35:51,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:51,949 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f5762cb-a850-4ed6-bef9-c1eb035e6afa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:35:51,949 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8 used request id req-3f5762cb-a850-4ed6-bef9-c1eb035e6afa 2018-11-25 08:35:51,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.173972845078s 2018-11-25 08:35:51,950 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f6d10314a1f445b7b812225230e85ed8 used request id req-3f5762cb-a850-4ed6-bef9-c1eb035e6afa 2018-11-25 08:35:51,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:35:51,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:52,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0993d509-6b07-492c-bcb1-3a1915686784 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/608c45dce889477ba814ee8a9f4ca9d0"}, "enabled": true, "id": "608c45dce889477ba814ee8a9f4ca9d0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:35:52,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-0993d509-6b07-492c-bcb1-3a1915686784 2018-11-25 08:35:52,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0840001106262s 2018-11-25 08:35:52,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-0993d509-6b07-492c-bcb1-3a1915686784 2018-11-25 08:35:52,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 08:35:52,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/608c45dce889477ba814ee8a9f4ca9d0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:52,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:35:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f55cba0-7957-45ef-bfa5-89de8e4175a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:35:52,192 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/608c45dce889477ba814ee8a9f4ca9d0 used request id req-1f55cba0-7957-45ef-bfa5-89de8e4175a5 2018-11-25 08:35:52,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155126094818s 2018-11-25 08:35:52,192 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/608c45dce889477ba814ee8a9f4ca9d0 used request id req-1f55cba0-7957-45ef-bfa5-89de8e4175a5 2018-11-25 08:35:52,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:35:52,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:52,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a4cced2-001a-4c67-bb6f-a7d7e9fda179 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "69524a71787c45a1a9ed1e92dfecf5ab", "links": {"self": "http://172.30.9.23:5000/v3/roles/69524a71787c45a1a9ed1e92dfecf5ab"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:35:52,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5a4cced2-001a-4c67-bb6f-a7d7e9fda179 2018-11-25 08:35:52,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0843060016632s 2018-11-25 08:35:52,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 08:35:52,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/69524a71787c45a1a9ed1e92dfecf5ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:52,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:35:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-104ca3a6-8451-476a-aa2f-c72bb9781c77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:35:52,375 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/69524a71787c45a1a9ed1e92dfecf5ab used request id req-104ca3a6-8451-476a-aa2f-c72bb9781c77 2018-11-25 08:35:52,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0959870815277s 2018-11-25 08:35:52,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:35:52,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=608c45dce889477ba814ee8a9f4ca9d0&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:52,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-1d586f06-a405-4170-9c25-25612da540d5 Date: Sun, 25 Nov 2018 08:35:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:45Z", "updated_at": "2018-11-25T08:34:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "5aeefb90-6585-4d83-8e26-5757c2531c7c", "remote_group_id": "27819080-a137-479e-b419-e14ad56fe943", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "7ea4d4ea-334e-4292-bdb4-79f1eb06a7fd", "remote_group_id": "27819080-a137-479e-b419-e14ad56fe943", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "b9490faf-0de7-48fa-acbf-e0223e0e466c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "f0ee5a70-039c-4a39-ab52-efe9f1e1e329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}], "revision_number": 4, "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "27819080-a137-479e-b419-e14ad56fe943", "name": "default"}]} 2018-11-25 08:35:52,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=608c45dce889477ba814ee8a9f4ca9d0&name=default used request id req-1d586f06-a405-4170-9c25-25612da540d5 2018-11-25 08:35:52,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19905090332s 2018-11-25 08:35:52,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=608c45dce889477ba814ee8a9f4ca9d0&name=default used request id req-1d586f06-a405-4170-9c25-25612da540d5 2018-11-25 08:35:52,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:35:52,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:52,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b2a7a6b9-2751-4387-a559-10ad8bceab98 Date: Sun, 25 Nov 2018 08:35:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "created_at": "2018-11-25T08:34:45Z", "updated_at": "2018-11-25T08:34:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "5aeefb90-6585-4d83-8e26-5757c2531c7c", "remote_group_id": "27819080-a137-479e-b419-e14ad56fe943", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "7ea4d4ea-334e-4292-bdb4-79f1eb06a7fd", "remote_group_id": "27819080-a137-479e-b419-e14ad56fe943", "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "b9490faf-0de7-48fa-acbf-e0223e0e466c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:34:45Z", "revision_number": 0, "id": "f0ee5a70-039c-4a39-ab52-efe9f1e1e329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:34:45Z", "security_group_id": "27819080-a137-479e-b419-e14ad56fe943", "tenant_id": "608c45dce889477ba814ee8a9f4ca9d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "608c45dce889477ba814ee8a9f4ca9d0"}], "revision_number": 4, "project_id": "608c45dce889477ba814ee8a9f4ca9d0", "id": "27819080-a137-479e-b419-e14ad56fe943", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:35:52,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-b2a7a6b9-2751-4387-a559-10ad8bceab98 2018-11-25 08:35:52,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202896118164s 2018-11-25 08:35:52,784 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-b2a7a6b9-2751-4387-a559-10ad8bceab98 2018-11-25 08:35:52,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-25 08:35:52,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/27819080-a137-479e-b419-e14ad56fe943.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ee3f1e81811278dea50823ea29da944b34129657" 2018-11-25 08:35:53,106 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3cc96126-96d1-418b-b7c2-47aad627de0e Content-Length: 0 Date: Sun, 25 Nov 2018 08:35:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:35:53,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/27819080-a137-479e-b419-e14ad56fe943.json used request id req-3cc96126-96d1-418b-b7c2-47aad627de0e 2018-11-25 08:35:53,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.318670034409s 2018-11-25 08:35:53,107 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/27819080-a137-479e-b419-e14ad56fe943.json used request id req-3cc96126-96d1-418b-b7c2-47aad627de0e 2018-11-25 08:35:53,107 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-11-25 08:35:53,157 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-11-25 08:35:53,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:35:53,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 08:35:53,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 08:35:53,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:35:53,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-100ffd90-587c-47f6-83a2-936f59071c76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:35:53,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-100ffd90-587c-47f6-83a2-936f59071c76 2018-11-25 08:35:53,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:35:53,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T09:35:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["JXV-9fbET42Wy0rxBaLdWg"], "issued_at": "2018-11-25T08:35:53.000000Z"}} 2018-11-25 08:35:53,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:35:53,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:53,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6de8ca8e-2153-4c0e-b20c-3144429aa33a Date: Sun, 25 Nov 2018 08:35:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:35:53,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6de8ca8e-2153-4c0e-b20c-3144429aa33a 2018-11-25 08:35:53,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229853868484s 2018-11-25 08:35:53,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6de8ca8e-2153-4c0e-b20c-3144429aa33a 2018-11-25 08:35:53,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 08:35:53,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:53,844 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:35:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:35:53,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:53,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbba0abe-fcdb-46a2-a58a-99b309134577 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 08:35:53,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-cbba0abe-fcdb-46a2-a58a-99b309134577 2018-11-25 08:35:53,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0935351848602s 2018-11-25 08:35:53,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 08:35:53,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b"}}' 2018-11-25 08:35:54,040 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:35:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5936e40-fb41-4314-96f1-2be4346bf55c Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/60dc6f237c8046f79a0f000f85ec3e23"}, "enabled": true, "id": "60dc6f237c8046f79a0f000f85ec3e23", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b"}} 2018-11-25 08:35:54,040 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d5936e40-fb41-4314-96f1-2be4346bf55c 2018-11-25 08:35:54,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109728813171s 2018-11-25 08:35:54,040 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d5936e40-fb41-4314-96f1-2be4346bf55c 2018-11-25 08:35:54,041 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'id': u'60dc6f237c8046f79a0f000f85ec3e23', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 08:35:54,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 08:35:54,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351421833038s 2018-11-25 08:35:54,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:54,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db060bc6-354d-4da3-bf12-ebceb2ceb455 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49"}, "enabled": true, "id": "9d86b842b1004979abc9c9bb4ee08f49", "options": {}, "domain_id": "default", "name": "vping_userdata-user_c14f70c7-a069-499d-ad79-c6493bd81e9b"}} 2018-11-25 08:35:54,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49 used request id req-db060bc6-354d-4da3-bf12-ebceb2ceb455 2018-11-25 08:35:54,489 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9d86b842b1004979abc9c9bb4ee08f49', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_c14f70c7-a069-499d-ad79-c6493bd81e9b'}) 2018-11-25 08:35:54,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:35:54,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:54,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79ca2a02-5284-4f9f-8f30-da61ca40d48e Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:35:54,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-79ca2a02-5284-4f9f-8f30-da61ca40d48e 2018-11-25 08:35:54,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0792698860168s 2018-11-25 08:35:54,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:35:54,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:54,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e026ab0a-40e6-4ce3-874b-bd3479e587c7 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:35:54,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e026ab0a-40e6-4ce3-874b-bd3479e587c7 2018-11-25 08:35:54,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785419940948s 2018-11-25 08:35:54,649 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:35:54,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 08:35:54,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" -d '{"role": {"name": "Member"}}' 2018-11-25 08:35:54,758 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:35:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a410b39f-28b4-4ca8-a8ea-562b05e9b541 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5328e3d4ddcf4e9995c1714207762074", "links": {"self": "http://172.30.9.23:5000/v3/roles/5328e3d4ddcf4e9995c1714207762074"}, "name": "Member"}} 2018-11-25 08:35:54,758 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-a410b39f-28b4-4ca8-a8ea-562b05e9b541 2018-11-25 08:35:54,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10892701149s 2018-11-25 08:35:54,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/5328e3d4ddcf4e9995c1714207762074 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:54,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2839bea-6674-4d69-9ff4-4aacf21b38fb Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/5328e3d4ddcf4e9995c1714207762074"}, "domain_id": null, "name": "Member", "id": "5328e3d4ddcf4e9995c1714207762074"}} 2018-11-25 08:35:54,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/5328e3d4ddcf4e9995c1714207762074 used request id req-d2839bea-6674-4d69-9ff4-4aacf21b38fb 2018-11-25 08:35:54,846 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/5328e3d4ddcf4e9995c1714207762074'}, 'domain_id': None, 'human_id': None, 'id': u'5328e3d4ddcf4e9995c1714207762074', 'HUMAN_ID': False}) 2018-11-25 08:35:54,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:35:54,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:54,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59180619-781f-448a-b8ea-fe4104d4dbe4 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5328e3d4ddcf4e9995c1714207762074", "links": {"self": "http://172.30.9.23:5000/v3/roles/5328e3d4ddcf4e9995c1714207762074"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:35:54,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-59180619-781f-448a-b8ea-fe4104d4dbe4 2018-11-25 08:35:54,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0731279850006s 2018-11-25 08:35:54,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:35:54,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:54,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27b2611d-d530-43ee-994c-26297d7c5e24 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:35:54,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-27b2611d-d530-43ee-994c-26297d7c5e24 2018-11-25 08:35:55,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0792279243469s 2018-11-25 08:35:55,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:35:55,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:55,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fec06391-56dd-4cca-8c9c-f7e286aefa84 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_c14f70c7-a069-499d-ad79-c6493bd81e9b", "links": {"self": "http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49"}, "domain_id": "default", "enabled": true, "id": "9d86b842b1004979abc9c9bb4ee08f49", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:35:55,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fec06391-56dd-4cca-8c9c-f7e286aefa84 2018-11-25 08:35:55,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0354671478271s 2018-11-25 08:35:55,037 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fec06391-56dd-4cca-8c9c-f7e286aefa84 2018-11-25 08:35:55,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:35:55,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:55,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187eeb73-83b0-40c7-aac6-76b0f662b3a6 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/60dc6f237c8046f79a0f000f85ec3e23"}, "enabled": true, "id": "60dc6f237c8046f79a0f000f85ec3e23", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:35:55,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-187eeb73-83b0-40c7-aac6-76b0f662b3a6 2018-11-25 08:35:55,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0763459205627s 2018-11-25 08:35:55,119 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-187eeb73-83b0-40c7-aac6-76b0f662b3a6 2018-11-25 08:35:55,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:35:55,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=9d86b842b1004979abc9c9bb4ee08f49&scope.project.id=60dc6f237c8046f79a0f000f85ec3e23&role.id=5328e3d4ddcf4e9995c1714207762074 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:55,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47e10c45-865e-4726-aa32-584ebbc53483 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=9d86b842b1004979abc9c9bb4ee08f49&scope.project.id=60dc6f237c8046f79a0f000f85ec3e23&role.id=5328e3d4ddcf4e9995c1714207762074", "previous": null, "next": null}} 2018-11-25 08:35:55,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=9d86b842b1004979abc9c9bb4ee08f49&scope.project.id=60dc6f237c8046f79a0f000f85ec3e23&role.id=5328e3d4ddcf4e9995c1714207762074 used request id req-47e10c45-865e-4726-aa32-584ebbc53483 2018-11-25 08:35:55,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808758735657s 2018-11-25 08:35:55,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:35:55,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/60dc6f237c8046f79a0f000f85ec3e23/users/9d86b842b1004979abc9c9bb4ee08f49/roles/5328e3d4ddcf4e9995c1714207762074 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:55,329 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:35:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b356e94-f674-45c8-ab41-6631c31c48e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:35:55,330 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/60dc6f237c8046f79a0f000f85ec3e23/users/9d86b842b1004979abc9c9bb4ee08f49/roles/5328e3d4ddcf4e9995c1714207762074 used request id req-0b356e94-f674-45c8-ab41-6631c31c48e5 2018-11-25 08:35:55,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126574993134s 2018-11-25 08:35:55,331 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '004f1d9b-481a-4aac-8403-0dbffee1b6b4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_userdata-user_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'project_id': u'60dc6f237c8046f79a0f000f85ec3e23', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:35:55,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:35:55,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:35:55,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:35:55,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:35:55,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:35:55,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:35:55,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:35:55,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:35:55,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:35:55,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:35:55,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:35:55,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:35:55,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:35:55,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:35:55,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:35:55,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:35:55,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:35:55,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:35:55,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:35:55,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 08:35:55,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 08:35:55,337 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'password': '004f1d9b-481a-4aac-8403-0dbffee1b6b4', 'project_name': 'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '60dc6f237c8046f79a0f000f85ec3e23', 'project_domain_name': 'Default'} 2018-11-25 08:35:55,337 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-11-25 08:35:55,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 08:35:55,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:55,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cfcbdc4-a9da-4795-95bf-46cde8865a28 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 08:35:55,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-1cfcbdc4-a9da-4795-95bf-46cde8865a28 2018-11-25 08:35:55,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0754289627075s 2018-11-25 08:35:55,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:35:55,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:35:55,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e63b3d-aaee-481f-9716-6efb2494635e Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/60dc6f237c8046f79a0f000f85ec3e23"}, "enabled": true, "id": "60dc6f237c8046f79a0f000f85ec3e23", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:35:55,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-94e63b3d-aaee-481f-9716-6efb2494635e 2018-11-25 08:35:55,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0891168117523s 2018-11-25 08:35:55,504 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-94e63b3d-aaee-481f-9716-6efb2494635e 2018-11-25 08:35:55,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-25 08:35:55,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" -d '{"network": {"tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "name": "vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b", "admin_state_up": true}}' 2018-11-25 08:35:56,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-029b1842-bcce-447a-8fc3-2a62d2dc5de9 Date: Sun, 25 Nov 2018 08:35:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"60dc6f237c8046f79a0f000f85ec3e23","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T08:35:55Z","is_default":false,"provider:segmentation_id":82,"name":"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b","admin_state_up":true,"tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:35:55Z","mtu":1450}} 2018-11-25 08:35:56,086 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-029b1842-bcce-447a-8fc3-2a62d2dc5de9 2018-11-25 08:35:56,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.578214883804s 2018-11-25 08:35:56,087 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-029b1842-bcce-447a-8fc3-2a62d2dc5de9 2018-11-25 08:35:56,087 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-25T08:35:55Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88', u'provider:segmentation_id': 82, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b', u'admin_state_up': True, u'tenant_id': u'60dc6f237c8046f79a0f000f85ec3e23', u'created_at': u'2018-11-25T08:35:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'60dc6f237c8046f79a0f000f85ec3e23'}) 2018-11-25 08:35:56,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:35:56,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4733edba-6d62-4a44-aedc-61e2c2f5c352 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:35:56,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4733edba-6d62-4a44-aedc-61e2c2f5c352 2018-11-25 08:35:56,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:35:56,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5328e3d4ddcf4e9995c1714207762074", "name": "Member"}], "expires_at": "2018-11-25T09:35:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60dc6f237c8046f79a0f000f85ec3e23", "name": "vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/60dc6f237c8046f79a0f000f85ec3e23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/60dc6f237c8046f79a0f000f85ec3e23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/60dc6f237c8046f79a0f000f85ec3e23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/60dc6f237c8046f79a0f000f85ec3e23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/60dc6f237c8046f79a0f000f85ec3e23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/60dc6f237c8046f79a0f000f85ec3e23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/60dc6f237c8046f79a0f000f85ec3e23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/60dc6f237c8046f79a0f000f85ec3e23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/60dc6f237c8046f79a0f000f85ec3e23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/60dc6f237c8046f79a0f000f85ec3e23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/60dc6f237c8046f79a0f000f85ec3e23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/60dc6f237c8046f79a0f000f85ec3e23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_c14f70c7-a069-499d-ad79-c6493bd81e9b", "id": "9d86b842b1004979abc9c9bb4ee08f49"}, "audit_ids": ["_ouA-7CRTDe9jHvVf-hWbQ"], "issued_at": "2018-11-25T08:35:56.000000Z"}} 2018-11-25 08:35:56,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:35:56,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:35:56,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-87a16fd6-32ac-4826-bb58-baff2030c088 Date: Sun, 25 Nov 2018 08:35:56 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-11-25T08:35:55Z","tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:35:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"60dc6f237c8046f79a0f000f85ec3e23","id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","name":"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","name":"external"}]} 2018-11-25 08:35:56,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-87a16fd6-32ac-4826-bb58-baff2030c088 2018-11-25 08:35:56,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255135059357s 2018-11-25 08:35:56,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-87a16fd6-32ac-4826-bb58-baff2030c088 2018-11-25 08:35:56,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-25 08:35:56,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"subnet": {"name": "vping_userdata-subnet_c14f70c7-a069-499d-ad79-c6493bd81e9b", "enable_dhcp": true, "network_id": "2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-25 08:35:57,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-97c406fd-54ed-4b19-a97b-88e5e205dbaf Date: Sun, 25 Nov 2018 08:35:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:35:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-25T08:35:57Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"60dc6f237c8046f79a0f000f85ec3e23","id":"157423dd-5ed6-4aaa-9ccd-f1abe5e050a5","subnetpool_id":null,"name":"vping_userdata-subnet_c14f70c7-a069-499d-ad79-c6493bd81e9b"}} 2018-11-25 08:35:57,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-97c406fd-54ed-4b19-a97b-88e5e205dbaf 2018-11-25 08:35:57,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.654868125916s 2018-11-25 08:35:57,375 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-97c406fd-54ed-4b19-a97b-88e5e205dbaf 2018-11-25 08:35:57,375 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-25T08:35:57Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'157423dd-5ed6-4aaa-9ccd-f1abe5e050a5', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_c14f70c7-a069-499d-ad79-c6493bd81e9b', u'enable_dhcp': True, u'network_id': u'2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88', u'tenant_id': u'60dc6f237c8046f79a0f000f85ec3e23', u'created_at': u'2018-11-25T08:35:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'60dc6f237c8046f79a0f000f85ec3e23'}) 2018-11-25 08:35:57,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-25 08:35:57,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}, "name": "vping_userdata-router_c14f70c7-a069-499d-ad79-c6493bd81e9b", "admin_state_up": true}}' 2018-11-25 08:35:58,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-102627cf-2462-442b-8c67-cfd62f7067b6 Date: Sun, 25 Nov 2018 08:35:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "created_at": "2018-11-25T08:35:57Z", "admin_state_up": true, "updated_at": "2018-11-25T08:35:58Z", "revision_number": 2, "routes": [], "project_id": "60dc6f237c8046f79a0f000f85ec3e23", "id": "4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb", "name": "vping_userdata-router_c14f70c7-a069-499d-ad79-c6493bd81e9b"}} 2018-11-25 08:35:58,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-102627cf-2462-442b-8c67-cfd62f7067b6 2018-11-25 08:35:58,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.10276412964s 2018-11-25 08:35:58,479 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-102627cf-2462-442b-8c67-cfd62f7067b6 2018-11-25 08:35:58,479 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5c9b0ac2-19de-49fd-9d11-79e1dddc84a4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'19bb42e4-afc4-4c16-8adb-bc9a80c06c22', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'60dc6f237c8046f79a0f000f85ec3e23', u'created_at': u'2018-11-25T08:35:57Z', u'admin_state_up': True, u'updated_at': u'2018-11-25T08:35:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'60dc6f237c8046f79a0f000f85ec3e23', u'id': u'4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb', u'name': u'vping_userdata-router_c14f70c7-a069-499d-ad79-c6493bd81e9b'}) 2018-11-25 08:35:58,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-25 08:35:58,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"subnet_id": "157423dd-5ed6-4aaa-9ccd-f1abe5e050a5"}' 2018-11-25 08:36:00,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-94c82f79-538b-40b1-9db2-db133afdafc7 Date: Sun, 25 Nov 2018 08:36:00 GMT RESP BODY: {"network_id": "2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "subnet_id": "157423dd-5ed6-4aaa-9ccd-f1abe5e050a5", "subnet_ids": ["157423dd-5ed6-4aaa-9ccd-f1abe5e050a5"], "port_id": "96a7a507-dc6b-4456-b7a5-5af90890b10e", "id": "4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb"} 2018-11-25 08:36:00,178 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb/add_router_interface.json used request id req-94c82f79-538b-40b1-9db2-db133afdafc7 2018-11-25 08:36:00,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.69770693779s 2018-11-25 08:36:00,178 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb/add_router_interface.json used request id req-94c82f79-538b-40b1-9db2-db133afdafc7 returning object 4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb 2018-11-25 08:36:00,179 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:36:00,305 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-25 08:36:00,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:00,312 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 25 Nov 2018 08:36:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-11-25 08:36:00,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:36:00,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:00,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c617f302-282c-4eea-8d4d-bfc631149f37 Date: Sun, 25 Nov 2018 08:36:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:36:00,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c617f302-282c-4eea-8d4d-bfc631149f37 2018-11-25 08:36:00,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184596776962s 2018-11-25 08:36:00,499 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c617f302-282c-4eea-8d4d-bfc631149f37 2018-11-25 08:36:00,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 08:36:00,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b"}' 2018-11-25 08:36:00,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382 X-Openstack-Request-Id: req-716a6127-fb9b-4804-a218-847f44eb1dc0 Date: Sun, 25 Nov 2018 08:36:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382/file", "owner": "60dc6f237c8046f79a0f000f85ec3e23", "id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "size": null, "self": "/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:36:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "checksum": null, "created_at": "2018-11-25T08:36:00Z", "protected": false} 2018-11-25 08:36:00,731 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-716a6127-fb9b-4804-a218-847f44eb1dc0 2018-11-25 08:36:00,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.230535984039s 2018-11-25 08:36:00,732 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-716a6127-fb9b-4804-a218-847f44eb1dc0 returning object 94c9449c-aa9c-4956-af42-82abd3bc2382 2018-11-25 08:36:00,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 08:36:00,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '' 2018-11-25 08:36:02,313 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f0c1d44-7da1-4cdf-bdcf-ccd9c819f029 Date: Sun, 25 Nov 2018 08:36:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:36:02,314 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382/file used request id req-3f0c1d44-7da1-4cdf-bdcf-ccd9c819f029 2018-11-25 08:36:02,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.58121299744s 2018-11-25 08:36:02,314 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382/file used request id req-3f0c1d44-7da1-4cdf-bdcf-ccd9c819f029 2018-11-25 08:36:02,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:36:02,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:02,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-745fbe36-a559-42af-936b-54ae9b883fe3 Date: Sun, 25 Nov 2018 08:36:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap", "metadata": {}}], "file": "/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382/file", "owner": "60dc6f237c8046f79a0f000f85ec3e23", "id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "size": 12716032, "self": "/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:36:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:36:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:36:02,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-745fbe36-a559-42af-936b-54ae9b883fe3 2018-11-25 08:36:02,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17510509491s 2018-11-25 08:36:02,490 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-745fbe36-a559-42af-936b-54ae9b883fe3 2018-11-25 08:36:02,492 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap', u'metadata': Munch({})})], 'file': u'/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382/file', 'owner': u'60dc6f237c8046f79a0f000f85ec3e23', 'id': u'94c9449c-aa9c-4956-af42-82abd3bc2382', 'size': 12716032, u'self': u'/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60dc6f237c8046f79a0f000f85ec3e23', 'name': 'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T08:36:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-25T08:36:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'created': u'2018-11-25T08:36:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T08:36:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 08:36:02,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 08:36:02,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_c14f70c7-a069-499d-ad79-c6493bd81e9b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 08:36:02,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-34ca3382-c7ac-4db0-adf3-9abf14599aa9 x-compute-request-id: req-34ca3382-c7ac-4db0-adf3-9abf14599aa9 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "name": "vping_userdata-flavor_c14f70c7-a069-499d-ad79-c6493bd81e9b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:36:02,699 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-34ca3382-c7ac-4db0-adf3-9abf14599aa9 2018-11-25 08:36:02,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.206024885178s 2018-11-25 08:36:02,700 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-34ca3382-c7ac-4db0-adf3-9abf14599aa9 returning object 56ac082c-be34-4ebe-9fc1-08b2ae99e2ac 2018-11-25 08:36:02,701 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_c14f70c7-a069-499d-ad79-c6493bd81e9b', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'56ac082c-be34-4ebe-9fc1-08b2ae99e2ac', 'swap': 0}) 2018-11-25 08:36:02,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 08:36:02,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" -d '{"extra_specs": {}}' 2018-11-25 08:36:02,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-f6ee995c-b046-4fb1-9006-c42aed4583bd x-compute-request-id: req-f6ee995c-b046-4fb1-9006-c42aed4583bd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 08:36:02,721 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac/os-extra_specs used request id req-f6ee995c-b046-4fb1-9006-c42aed4583bd 2018-11-25 08:36:02,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201048851013s 2018-11-25 08:36:02,722 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac/os-extra_specs used request id req-f6ee995c-b046-4fb1-9006-c42aed4583bd 2018-11-25 08:36:02,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:36:02,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:03,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-021a8a30-61b5-4e82-bb2b-bce82745f148 Date: Sun, 25 Nov 2018 08:36:03 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":["157423dd-5ed6-4aaa-9ccd-f1abe5e050a5"],"updated_at":"2018-11-25T08:35:57Z","tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:35:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"60dc6f237c8046f79a0f000f85ec3e23","id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","name":"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","name":"external"}]} 2018-11-25 08:36:03,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-021a8a30-61b5-4e82-bb2b-bce82745f148 2018-11-25 08:36:03,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.415396928787s 2018-11-25 08:36:03,138 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-021a8a30-61b5-4e82-bb2b-bce82745f148 2018-11-25 08:36:03,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:36:03,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:03,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-8740082b-c81b-4443-b89e-8441cbe204b4 Date: Sun, 25 Nov 2018 08:36:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap", "metadata": {}}], "file": "/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382/file", "owner": "60dc6f237c8046f79a0f000f85ec3e23", "id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "size": 12716032, "self": "/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:36:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:36:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:36:03,311 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8740082b-c81b-4443-b89e-8441cbe204b4 2018-11-25 08:36:03,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171525001526s 2018-11-25 08:36:03,312 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8740082b-c81b-4443-b89e-8441cbe204b4 2018-11-25 08:36:03,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 08:36:03,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:03,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20612cd2-934b-49b2-9f9c-8e52e2abb4d1 x-compute-request-id: req-20612cd2-934b-49b2-9f9c-8e52e2abb4d1 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "name": "vping_userdata-flavor_c14f70c7-a069-499d-ad79-c6493bd81e9b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 08:36:03,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-20612cd2-934b-49b2-9f9c-8e52e2abb4d1 2018-11-25 08:36:03,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.177263975143s 2018-11-25 08:36:03,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-20612cd2-934b-49b2-9f9c-8e52e2abb4d1 2018-11-25 08:36:03,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-25 08:36:03,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"server": {"name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "imageRef": "94c9449c-aa9c-4956-af42-82abd3bc2382", "flavorRef": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88"}]}}' 2018-11-25 08:36:05,316 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca87abc5-662a-4cbe-9a78-4ff0038d3408 x-compute-request-id: req-ca87abc5-662a-4cbe-9a78-4ff0038d3408 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "adminPass": "UDkKnn5mdJYr"}} 2018-11-25 08:36:05,316 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ca87abc5-662a-4cbe-9a78-4ff0038d3408 2018-11-25 08:36:05,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.82267785072s 2018-11-25 08:36:05,317 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ca87abc5-662a-4cbe-9a78-4ff0038d3408 2018-11-25 08:36:05,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:05,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:05,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-976e1e3a-8bc6-489f-9b65-5c88999c22b1 x-compute-request-id: req-976e1e3a-8bc6-489f-9b65-5c88999c22b1 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "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-11-25T08:36:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:05,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-976e1e3a-8bc6-489f-9b65-5c88999c22b1 2018-11-25 08:36:05,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551059961319s 2018-11-25 08:36:05,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-976e1e3a-8bc6-489f-9b65-5c88999c22b1 2018-11-25 08:36:05,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:36:05,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:06,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-42741107-1b48-401e-8787-46531a2ff657 Date: Sun, 25 Nov 2018 08:36: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":["157423dd-5ed6-4aaa-9ccd-f1abe5e050a5"],"updated_at":"2018-11-25T08:35:57Z","tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:35:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"60dc6f237c8046f79a0f000f85ec3e23","id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","name":"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","name":"external"}]} 2018-11-25 08:36:06,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-42741107-1b48-401e-8787-46531a2ff657 2018-11-25 08:36:06,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.251242876053s 2018-11-25 08:36:06,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-42741107-1b48-401e-8787-46531a2ff657 2018-11-25 08:36:06,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-25 08:36:06,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:06,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-54b79a4d-752a-405b-b6d7-6724020f6404 Date: Sun, 25 Nov 2018 08:36:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:35:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-25T08:35:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"60dc6f237c8046f79a0f000f85ec3e23","id":"157423dd-5ed6-4aaa-9ccd-f1abe5e050a5","subnetpool_id":null,"name":"vping_userdata-subnet_c14f70c7-a069-499d-ad79-c6493bd81e9b"}]} 2018-11-25 08:36:06,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-54b79a4d-752a-405b-b6d7-6724020f6404 2018-11-25 08:36:06,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0514929294586s 2018-11-25 08:36:06,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-54b79a4d-752a-405b-b6d7-6724020f6404 2018-11-25 08:36:06,181 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:36:08,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:08,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:08,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-191ae301-7635-4c2e-b4ba-0d85f460d2e5 x-compute-request-id: req-191ae301-7635-4c2e-b4ba-0d85f460d2e5 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.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:36:06Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:08,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-191ae301-7635-4c2e-b4ba-0d85f460d2e5 2018-11-25 08:36:08,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.477595090866s 2018-11-25 08:36:08,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-191ae301-7635-4c2e-b4ba-0d85f460d2e5 2018-11-25 08:36:08,665 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:36:10,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:10,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:11,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a86151b9-f69a-4f81-96c5-9dc00c9056e4 x-compute-request-id: req-a86151b9-f69a-4f81-96c5-9dc00c9056e4 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.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:36:06Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:11,344 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a86151b9-f69a-4f81-96c5-9dc00c9056e4 2018-11-25 08:36:11,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675741910934s 2018-11-25 08:36:11,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a86151b9-f69a-4f81-96c5-9dc00c9056e4 2018-11-25 08:36:11,349 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:36:13,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:13,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:14,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf1b1fd0-0a64-4de5-9cb7-89ddf2957db7 x-compute-request-id: req-cf1b1fd0-0a64-4de5-9cb7-89ddf2957db7 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:14,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cf1b1fd0-0a64-4de5-9cb7-89ddf2957db7 2018-11-25 08:36:14,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659606218338s 2018-11-25 08:36:14,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cf1b1fd0-0a64-4de5-9cb7-89ddf2957db7 2018-11-25 08:36:14,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-25 08:36:14,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=a4300291-856f-4e5d-acf5-dd154421d8d0" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:14,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a95f7d9e-5cb7-4083-b62a-ec0833ebf528 Date: Sun, 25 Nov 2018 08:36:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:36:07Z","admin_state_up":true,"updated_at":"2018-11-25T08:36:08Z","binding:vnic_type":"normal","device_id":"a4300291-856f-4e5d-acf5-dd154421d8d0","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:b6:0f:ae","id":"1ea5e7fe-f812-4029-846d-c9d3048306fa","port_security_enabled":true,"project_id":"60dc6f237c8046f79a0f000f85ec3e23","fixed_ips":[{"subnet_id":"157423dd-5ed6-4aaa-9ccd-f1abe5e050a5","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["7cdcd6f4-d585-49d5-9272-20fe9afbbb81"],"name":""}]} 2018-11-25 08:36:14,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=a4300291-856f-4e5d-acf5-dd154421d8d0 used request id req-a95f7d9e-5cb7-4083-b62a-ec0833ebf528 2018-11-25 08:36:14,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.208727836609s 2018-11-25 08:36:14,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=a4300291-856f-4e5d-acf5-dd154421d8d0 used request id req-a95f7d9e-5cb7-4083-b62a-ec0833ebf528 2018-11-25 08:36:14,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-25 08:36:14,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=1ea5e7fe-f812-4029-846d-c9d3048306fa" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:14,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-febc67c8-19cc-4009-b26c-ca2c100a9688 Date: Sun, 25 Nov 2018 08:36:14 GMT RESP BODY: {"floatingips": []} 2018-11-25 08:36:14,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=1ea5e7fe-f812-4029-846d-c9d3048306fa used request id req-febc67c8-19cc-4009-b26c-ca2c100a9688 2018-11-25 08:36:14,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.155800819397s 2018-11-25 08:36:14,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=1ea5e7fe-f812-4029-846d-c9d3048306fa used request id req-febc67c8-19cc-4009-b26c-ca2c100a9688 2018-11-25 08:36:14,385 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b6:0f:ae', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'94c9449c-aa9c-4956-af42-82abd3bc2382'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-25T08:36:10.000000', 'flavor': Munch({u'id': u'56ac082c-be34-4ebe-9fc1-08b2ae99e2ac'}), 'az': u'nova', 'id': u'a4300291-856f-4e5d-acf5-dd154421d8d0', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9d86b842b1004979abc9c9bb4ee08f49', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60dc6f237c8046f79a0f000f85ec3e23', 'name': 'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', '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-11-25T08:36:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-25T08:36:10Z', 'hostId': u'737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7', '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-11-25T08:36:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'60dc6f237c8046f79a0f000f85ec3e23', 'name': u'vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'adminPass': u'UDkKnn5mdJYr', 'tenant_id': u'60dc6f237c8046f79a0f000f85ec3e23', 'region': 'regionOne', 'created': u'2018-11-25T08:36:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-25 08:36:14,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:36:14,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:14,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-179922bb-d116-4a6f-a771-f7959155173d Date: Sun, 25 Nov 2018 08:36:14 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":["157423dd-5ed6-4aaa-9ccd-f1abe5e050a5"],"updated_at":"2018-11-25T08:35:57Z","tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:35:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"60dc6f237c8046f79a0f000f85ec3e23","id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","name":"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","name":"external"}]} 2018-11-25 08:36:14,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-179922bb-d116-4a6f-a771-f7959155173d 2018-11-25 08:36:14,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109272956848s 2018-11-25 08:36:14,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-179922bb-d116-4a6f-a771-f7959155173d 2018-11-25 08:36:14,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:36:14,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:14,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-9c479b51-cc24-4b83-875b-b1bd929310c2 Date: Sun, 25 Nov 2018 08:36:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap", "metadata": {}}], "file": "/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382/file", "owner": "60dc6f237c8046f79a0f000f85ec3e23", "id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "size": 12716032, "self": "/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:36:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:36:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:36:14,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9c479b51-cc24-4b83-875b-b1bd929310c2 2018-11-25 08:36:14,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0325689315796s 2018-11-25 08:36:14,530 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9c479b51-cc24-4b83-875b-b1bd929310c2 2018-11-25 08:36:14,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 08:36:14,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:14,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1413a4c3-f24a-406b-84ff-ccdab354770d x-compute-request-id: req-1413a4c3-f24a-406b-84ff-ccdab354770d Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "name": "vping_userdata-flavor_c14f70c7-a069-499d-ad79-c6493bd81e9b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 08:36:14,561 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1413a4c3-f24a-406b-84ff-ccdab354770d 2018-11-25 08:36:14,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0301349163055s 2018-11-25 08:36:14,561 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1413a4c3-f24a-406b-84ff-ccdab354770d 2018-11-25 08:36:14,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-25 08:36:14,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"server": {"name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "imageRef": "94c9449c-aa9c-4956-af42-82abd3bc2382", "flavorRef": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjggMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88"}]}}' 2018-11-25 08:36:16,162 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08:36:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4539e3d3-1f93-4960-a094-d330a4f48d00 x-compute-request-id: req-4539e3d3-1f93-4960-a094-d330a4f48d00 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "adminPass": "zDpHHesgT2xb"}} 2018-11-25 08:36:16,162 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4539e3d3-1f93-4960-a094-d330a4f48d00 2018-11-25 08:36:16,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.60073184967s 2018-11-25 08:36:16,163 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4539e3d3-1f93-4960-a094-d330a4f48d00 2018-11-25 08:36:16,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:16,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:16,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9c28a0d-657a-4926-9e4e-3f19e06010e4 x-compute-request-id: req-e9c28a0d-657a-4926-9e4e-3f19e06010e4 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "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-11-25T08:36:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:16,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9c28a0d-657a-4926-9e4e-3f19e06010e4 2018-11-25 08:36:16,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62703204155s 2018-11-25 08:36:16,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9c28a0d-657a-4926-9e4e-3f19e06010e4 2018-11-25 08:36:16,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:36:18,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:18,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:19,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-459b83f3-4b10-4bee-8652-d54865de8802 x-compute-request-id: req-459b83f3-4b10-4bee-8652-d54865de8802 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:36:17Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:19,315 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-459b83f3-4b10-4bee-8652-d54865de8802 2018-11-25 08:36:19,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515834093094s 2018-11-25 08:36:19,316 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-459b83f3-4b10-4bee-8652-d54865de8802 2018-11-25 08:36:19,321 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:36:21,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:21,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:22,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b224610-8f5c-47b4-99fa-cf3649e53821 x-compute-request-id: req-9b224610-8f5c-47b4-99fa-cf3649e53821 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T08:36:17Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:22,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b224610-8f5c-47b4-99fa-cf3649e53821 2018-11-25 08:36:22,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.76824593544s 2018-11-25 08:36:22,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b224610-8f5c-47b4-99fa-cf3649e53821 2018-11-25 08:36:22,097 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:36:24,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:24,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:24,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-462133f7-149e-4d9d-b66a-9783caf580a1 x-compute-request-id: req-462133f7-149e-4d9d-b66a-9783caf580a1 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:24,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-462133f7-149e-4d9d-b66a-9783caf580a1 2018-11-25 08:36:24,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674652099609s 2018-11-25 08:36:24,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-462133f7-149e-4d9d-b66a-9783caf580a1 2018-11-25 08:36:24,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-25 08:36:24,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=a2138c88-3f33-4563-8722-3f9f0d532909" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:24,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b4a7fda4-3847-4f86-b236-9c459e95528e Date: Sun, 25 Nov 2018 08:36:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:36:17Z","admin_state_up":true,"updated_at":"2018-11-25T08:36:19Z","binding:vnic_type":"normal","device_id":"a2138c88-3f33-4563-8722-3f9f0d532909","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:e3:50:ca","id":"49d578c8-7c57-4c93-bafc-6566018498cb","port_security_enabled":true,"project_id":"60dc6f237c8046f79a0f000f85ec3e23","fixed_ips":[{"subnet_id":"157423dd-5ed6-4aaa-9ccd-f1abe5e050a5","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["7cdcd6f4-d585-49d5-9272-20fe9afbbb81"],"name":""}]} 2018-11-25 08:36:24,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=a2138c88-3f33-4563-8722-3f9f0d532909 used request id req-b4a7fda4-3847-4f86-b236-9c459e95528e 2018-11-25 08:36:24,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0608868598938s 2018-11-25 08:36:24,841 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=a2138c88-3f33-4563-8722-3f9f0d532909 used request id req-b4a7fda4-3847-4f86-b236-9c459e95528e 2018-11-25 08:36:24,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-25 08:36:24,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=49d578c8-7c57-4c93-bafc-6566018498cb" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:24,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a8abd3f7-8dd1-46d8-a82b-7055976bdc06 Date: Sun, 25 Nov 2018 08:36:24 GMT RESP BODY: {"floatingips": []} 2018-11-25 08:36:24,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=49d578c8-7c57-4c93-bafc-6566018498cb used request id req-a8abd3f7-8dd1-46d8-a82b-7055976bdc06 2018-11-25 08:36:24,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0201139450073s 2018-11-25 08:36:24,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=49d578c8-7c57-4c93-bafc-6566018498cb used request id req-a8abd3f7-8dd1-46d8-a82b-7055976bdc06 2018-11-25 08:36:24,866 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e3:50:ca', 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'94c9449c-aa9c-4956-af42-82abd3bc2382'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-25T08:36:21.000000', 'flavor': Munch({u'id': u'56ac082c-be34-4ebe-9fc1-08b2ae99e2ac'}), 'az': u'nova', 'id': u'a2138c88-3f33-4563-8722-3f9f0d532909', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9d86b842b1004979abc9c9bb4ee08f49', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60dc6f237c8046f79a0f000f85ec3e23', 'name': 'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', '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-11-25T08:36:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-25T08:36:21Z', 'hostId': u'68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7', '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-11-25T08:36:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'60dc6f237c8046f79a0f000f85ec3e23', 'name': u'vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'adminPass': u'zDpHHesgT2xb', 'tenant_id': u'60dc6f237c8046f79a0f000f85ec3e23', 'region': 'regionOne', 'created': u'2018-11-25T08:36:16Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-25 08:36:24,866 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-11-25 08:36:25,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:25,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:26,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95117e23-8fac-4a73-bef1-a48a259ef58e x-compute-request-id: req-95117e23-8fac-4a73-bef1-a48a259ef58e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:26,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-95117e23-8fac-4a73-bef1-a48a259ef58e 2018-11-25 08:36:26,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519567012787s 2018-11-25 08:36:26,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-95117e23-8fac-4a73-bef1-a48a259ef58e 2018-11-25 08:36:26,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:26,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:27,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-f1809c04-fc81-4521-af4b-19adf81b1e3e x-compute-request-id: req-f1809c04-fc81-4521-af4b-19adf81b1e3e Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:27,496 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f1809c04-fc81-4521-af4b-19adf81b1e3e 2018-11-25 08:36:27,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10454010963s 2018-11-25 08:36:27,497 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f1809c04-fc81-4521-af4b-19adf81b1e3e 2018-11-25 08:36:27,497 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:27,498 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:36:28,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:28,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:28,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d2ff451-0d56-4a31-9aa3-0f3b7ae64a5c x-compute-request-id: req-9d2ff451-0d56-4a31-9aa3-0f3b7ae64a5c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:28,887 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9d2ff451-0d56-4a31-9aa3-0f3b7ae64a5c 2018-11-25 08:36:28,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387475013733s 2018-11-25 08:36:28,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9d2ff451-0d56-4a31-9aa3-0f3b7ae64a5c 2018-11-25 08:36:28,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:28,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:29,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8d9a874-bd91-4d7f-94c2-47d2a1c3129a x-compute-request-id: req-c8d9a874-bd91-4d7f-94c2-47d2a1c3129a Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:29,958 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c8d9a874-bd91-4d7f-94c2-47d2a1c3129a 2018-11-25 08:36:29,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06872487068s 2018-11-25 08:36:29,959 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c8d9a874-bd91-4d7f-94c2-47d2a1c3129a 2018-11-25 08:36:29,959 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:30,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:30,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:31,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-798d270b-bb4b-441f-8598-7c5c5d9c53ca x-compute-request-id: req-798d270b-bb4b-441f-8598-7c5c5d9c53ca Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:31,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-798d270b-bb4b-441f-8598-7c5c5d9c53ca 2018-11-25 08:36:31,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.792267084122s 2018-11-25 08:36:31,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-798d270b-bb4b-441f-8598-7c5c5d9c53ca 2018-11-25 08:36:31,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:31,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:32,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-039cd8eb-4e3c-4c59-ba34-7448cba0f1c0 x-compute-request-id: req-039cd8eb-4e3c-4c59-ba34-7448cba0f1c0 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:32,861 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-039cd8eb-4e3c-4c59-ba34-7448cba0f1c0 2018-11-25 08:36:32,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10323691368s 2018-11-25 08:36:32,862 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-039cd8eb-4e3c-4c59-ba34-7448cba0f1c0 2018-11-25 08:36:32,862 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:33,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:33,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:34,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08ba96c7-b558-4f7f-a286-64c37caf5fb2 x-compute-request-id: req-08ba96c7-b558-4f7f-a286-64c37caf5fb2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:34,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-08ba96c7-b558-4f7f-a286-64c37caf5fb2 2018-11-25 08:36:34,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.229195833206s 2018-11-25 08:36:34,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-08ba96c7-b558-4f7f-a286-64c37caf5fb2 2018-11-25 08:36:34,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:34,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:35,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-a62580f4-f79d-4c7b-8db1-667ba63a4aba x-compute-request-id: req-a62580f4-f79d-4c7b-8db1-667ba63a4aba Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:35,203 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a62580f4-f79d-4c7b-8db1-667ba63a4aba 2018-11-25 08:36:35,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10453104973s 2018-11-25 08:36:35,204 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a62580f4-f79d-4c7b-8db1-667ba63a4aba 2018-11-25 08:36:35,204 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:36,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:36,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:36,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-6cc816f6-5d02-4b83-b8e9-40f468abc9c7 x-compute-request-id: req-6cc816f6-5d02-4b83-b8e9-40f468abc9c7 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:36,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6cc816f6-5d02-4b83-b8e9-40f468abc9c7 2018-11-25 08:36:36,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.489196777344s 2018-11-25 08:36:36,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6cc816f6-5d02-4b83-b8e9-40f468abc9c7 2018-11-25 08:36:36,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:36,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:37,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-c85b6c71-88a9-4610-84fb-f524505e379e x-compute-request-id: req-c85b6c71-88a9-4610-84fb-f524505e379e Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:37,798 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c85b6c71-88a9-4610-84fb-f524505e379e 2018-11-25 08:36:37,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0990691185s 2018-11-25 08:36:37,799 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c85b6c71-88a9-4610-84fb-f524505e379e 2018-11-25 08:36:37,799 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:38,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:38,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:39,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-c7e6cb78-c176-4330-b86e-eeedaf4078f4 x-compute-request-id: req-c7e6cb78-c176-4330-b86e-eeedaf4078f4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:39,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c7e6cb78-c176-4330-b86e-eeedaf4078f4 2018-11-25 08:36:39,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00343704224s 2018-11-25 08:36:39,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c7e6cb78-c176-4330-b86e-eeedaf4078f4 2018-11-25 08:36:39,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:39,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:40,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-5f8ececa-a125-4ef8-9dec-3add25551266 x-compute-request-id: req-5f8ececa-a125-4ef8-9dec-3add25551266 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:40,935 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5f8ececa-a125-4ef8-9dec-3add25551266 2018-11-25 08:36:40,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07058811188s 2018-11-25 08:36:40,936 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5f8ececa-a125-4ef8-9dec-3add25551266 2018-11-25 08:36:40,936 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:41,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:41,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:42,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-f171ae29-7ccb-4d6f-8a95-bd7ca3023e21 x-compute-request-id: req-f171ae29-7ccb-4d6f-8a95-bd7ca3023e21 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:42,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f171ae29-7ccb-4d6f-8a95-bd7ca3023e21 2018-11-25 08:36:42,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683504104614s 2018-11-25 08:36:42,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f171ae29-7ccb-4d6f-8a95-bd7ca3023e21 2018-11-25 08:36:42,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:42,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:43,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5785387d-8b53-4c95-a6d8-6956b9789005 x-compute-request-id: req-5785387d-8b53-4c95-a6d8-6956b9789005 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:43,723 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5785387d-8b53-4c95-a6d8-6956b9789005 2018-11-25 08:36:43,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09820699692s 2018-11-25 08:36:43,723 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5785387d-8b53-4c95-a6d8-6956b9789005 2018-11-25 08:36:43,724 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:44,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:44,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:45,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbdee20b-5e5c-484a-9739-8cf0f7bfef74 x-compute-request-id: req-bbdee20b-5e5c-484a-9739-8cf0f7bfef74 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:45,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bbdee20b-5e5c-484a-9739-8cf0f7bfef74 2018-11-25 08:36:45,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382636070251s 2018-11-25 08:36:45,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bbdee20b-5e5c-484a-9739-8cf0f7bfef74 2018-11-25 08:36:45,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:45,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:46,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-4e99ef1c-2ac8-47b7-8352-547f621bb812 x-compute-request-id: req-4e99ef1c-2ac8-47b7-8352-547f621bb812 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:46,207 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4e99ef1c-2ac8-47b7-8352-547f621bb812 2018-11-25 08:36:46,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09423494339s 2018-11-25 08:36:46,208 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4e99ef1c-2ac8-47b7-8352-547f621bb812 2018-11-25 08:36:46,208 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:47,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:47,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:47,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-480f49d6-f207-47f7-8eee-71f9e59c61c2 x-compute-request-id: req-480f49d6-f207-47f7-8eee-71f9e59c61c2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:47,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-480f49d6-f207-47f7-8eee-71f9e59c61c2 2018-11-25 08:36:47,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675026893616s 2018-11-25 08:36:47,886 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-480f49d6-f207-47f7-8eee-71f9e59c61c2 2018-11-25 08:36:47,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:47,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:48,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-939b7024-d2ed-4969-8180-0c812a79469f x-compute-request-id: req-939b7024-d2ed-4969-8180-0c812a79469f Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:48,960 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-939b7024-d2ed-4969-8180-0c812a79469f 2018-11-25 08:36:48,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07185697556s 2018-11-25 08:36:48,961 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-939b7024-d2ed-4969-8180-0c812a79469f 2018-11-25 08:36:48,962 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:49,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:49,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:50,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be3d171f-3d1f-4e1f-81f5-4e06d341858b x-compute-request-id: req-be3d171f-3d1f-4e1f-81f5-4e06d341858b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:50,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be3d171f-3d1f-4e1f-81f5-4e06d341858b 2018-11-25 08:36:50,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.810926914215s 2018-11-25 08:36:50,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be3d171f-3d1f-4e1f-81f5-4e06d341858b 2018-11-25 08:36:50,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:50,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:51,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-1247c8fd-c7d3-4742-b478-89eccf857b06 x-compute-request-id: req-1247c8fd-c7d3-4742-b478-89eccf857b06 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:51,850 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1247c8fd-c7d3-4742-b478-89eccf857b06 2018-11-25 08:36:51,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07171010971s 2018-11-25 08:36:51,851 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1247c8fd-c7d3-4742-b478-89eccf857b06 2018-11-25 08:36:51,851 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:52,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:52,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:53,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72e94dca-0bf5-48af-b98e-2c9069bf3006 x-compute-request-id: req-72e94dca-0bf5-48af-b98e-2c9069bf3006 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:53,369 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-72e94dca-0bf5-48af-b98e-2c9069bf3006 2018-11-25 08:36:53,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515303134918s 2018-11-25 08:36:53,370 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-72e94dca-0bf5-48af-b98e-2c9069bf3006 2018-11-25 08:36:53,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:53,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:54,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-b761cde8-0203-4b63-9a24-afc6dc00b361 x-compute-request-id: req-b761cde8-0203-4b63-9a24-afc6dc00b361 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:54,487 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b761cde8-0203-4b63-9a24-afc6dc00b361 2018-11-25 08:36:54,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1150560379s 2018-11-25 08:36:54,489 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b761cde8-0203-4b63-9a24-afc6dc00b361 2018-11-25 08:36:54,489 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:54,491 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:36:55,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:55,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:56,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-f20781c0-1d3b-4266-819e-0477c693828b x-compute-request-id: req-f20781c0-1d3b-4266-819e-0477c693828b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:56,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f20781c0-1d3b-4266-819e-0477c693828b 2018-11-25 08:36:56,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538892030716s 2018-11-25 08:36:56,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f20781c0-1d3b-4266-819e-0477c693828b 2018-11-25 08:36:56,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:56,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:57,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bca5fda-ec36-4a29-bd24-99d4773339e1 x-compute-request-id: req-2bca5fda-ec36-4a29-bd24-99d4773339e1 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:57,106 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-2bca5fda-ec36-4a29-bd24-99d4773339e1 2018-11-25 08:36:57,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07065105438s 2018-11-25 08:36:57,107 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-2bca5fda-ec36-4a29-bd24-99d4773339e1 2018-11-25 08:36:57,108 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:58,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:36:58,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:36:58,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-c8c04a3c-9a68-4459-9275-07c1dc48d85f x-compute-request-id: req-c8c04a3c-9a68-4459-9275-07c1dc48d85f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:36:58,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c8c04a3c-9a68-4459-9275-07c1dc48d85f 2018-11-25 08:36:58,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554232120514s 2018-11-25 08:36:58,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c8c04a3c-9a68-4459-9275-07c1dc48d85f 2018-11-25 08:36:58,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:36:58,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:36:59,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:36: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-c09c5807-030f-4f6a-bb95-0bf51ade299b x-compute-request-id: req-c09c5807-030f-4f6a-bb95-0bf51ade299b Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:36:59,742 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c09c5807-030f-4f6a-bb95-0bf51ade299b 2018-11-25 08:36:59,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07246685028s 2018-11-25 08:36:59,742 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c09c5807-030f-4f6a-bb95-0bf51ade299b 2018-11-25 08:36:59,743 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:00,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:00,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:01,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37: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-aa7ebef6-367e-448b-9f7d-244a645d2e96 x-compute-request-id: req-aa7ebef6-367e-448b-9f7d-244a645d2e96 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:01,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aa7ebef6-367e-448b-9f7d-244a645d2e96 2018-11-25 08:37:01,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519260883331s 2018-11-25 08:37:01,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aa7ebef6-367e-448b-9f7d-244a645d2e96 2018-11-25 08:37:01,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:01,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:02,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7539fc1-3ef8-4df9-b715-6f58f68a6320 x-compute-request-id: req-a7539fc1-3ef8-4df9-b715-6f58f68a6320 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:37:02,364 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a7539fc1-3ef8-4df9-b715-6f58f68a6320 2018-11-25 08:37:02,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09728813171s 2018-11-25 08:37:02,365 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a7539fc1-3ef8-4df9-b715-6f58f68a6320 2018-11-25 08:37:02,365 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:03,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:03,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:04,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99709d7d-a4ca-4579-8080-4c0c6d7e9926 x-compute-request-id: req-99709d7d-a4ca-4579-8080-4c0c6d7e9926 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:04,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-99709d7d-a4ca-4579-8080-4c0c6d7e9926 2018-11-25 08:37:04,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696218013763s 2018-11-25 08:37:04,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-99709d7d-a4ca-4579-8080-4c0c6d7e9926 2018-11-25 08:37:04,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:04,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:05,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0bc5312-8ee7-456a-a08e-d56fcaab60ad x-compute-request-id: req-b0bc5312-8ee7-456a-a08e-d56fcaab60ad Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:37:05,176 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b0bc5312-8ee7-456a-a08e-d56fcaab60ad 2018-11-25 08:37:05,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10951399803s 2018-11-25 08:37:05,177 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b0bc5312-8ee7-456a-a08e-d56fcaab60ad 2018-11-25 08:37:05,178 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:06,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:06,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:06,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-19dcc358-bd55-4896-8b53-9701b4787365 x-compute-request-id: req-19dcc358-bd55-4896-8b53-9701b4787365 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:06,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-19dcc358-bd55-4896-8b53-9701b4787365 2018-11-25 08:37:06,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537873029709s 2018-11-25 08:37:06,720 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-19dcc358-bd55-4896-8b53-9701b4787365 2018-11-25 08:37:06,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:06,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:07,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-7375902d-c2ef-40fb-8843-5497783bec86 x-compute-request-id: req-7375902d-c2ef-40fb-8843-5497783bec86 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:37:07,828 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7375902d-c2ef-40fb-8843-5497783bec86 2018-11-25 08:37:07,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10551714897s 2018-11-25 08:37:07,829 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7375902d-c2ef-40fb-8843-5497783bec86 2018-11-25 08:37:07,829 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:08,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:08,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:09,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efcb1dce-0f01-444b-b6e2-4be2a7f009b8 x-compute-request-id: req-efcb1dce-0f01-444b-b6e2-4be2a7f009b8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:09,357 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-efcb1dce-0f01-444b-b6e2-4be2a7f009b8 2018-11-25 08:37:09,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524573087692s 2018-11-25 08:37:09,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-efcb1dce-0f01-444b-b6e2-4be2a7f009b8 2018-11-25 08:37:09,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:09,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:10,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37: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-0b106f94-1f57-4d46-857b-61c1a44f4b82 x-compute-request-id: req-0b106f94-1f57-4d46-857b-61c1a44f4b82 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:37:10,428 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0b106f94-1f57-4d46-857b-61c1a44f4b82 2018-11-25 08:37:10,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06911087036s 2018-11-25 08:37:10,429 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0b106f94-1f57-4d46-857b-61c1a44f4b82 2018-11-25 08:37:10,429 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:11,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:11,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:11,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc108e34-430b-4333-bd98-97c29d132e91 x-compute-request-id: req-dc108e34-430b-4333-bd98-97c29d132e91 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:11,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dc108e34-430b-4333-bd98-97c29d132e91 2018-11-25 08:37:11,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531099796295s 2018-11-25 08:37:11,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dc108e34-430b-4333-bd98-97c29d132e91 2018-11-25 08:37:11,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:11,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:13,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60d9b71a-7505-49a8-b6e2-538a2965e479 x-compute-request-id: req-60d9b71a-7505-49a8-b6e2-538a2965e479 Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:37:13,038 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-60d9b71a-7505-49a8-b6e2-538a2965e479 2018-11-25 08:37:13,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07144880295s 2018-11-25 08:37:13,039 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-60d9b71a-7505-49a8-b6e2-538a2965e479 2018-11-25 08:37:13,039 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:14,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:14,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:14,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37: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-3f5700c3-fa96-4c6f-b842-4aed57a95141 x-compute-request-id: req-3f5700c3-fa96-4c6f-b842-4aed57a95141 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:14,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3f5700c3-fa96-4c6f-b842-4aed57a95141 2018-11-25 08:37:14,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530136823654s 2018-11-25 08:37:14,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3f5700c3-fa96-4c6f-b842-4aed57a95141 2018-11-25 08:37:14,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:14,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:15,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37: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-766f824d-36c5-4905-b991-e74b7f142dcd x-compute-request-id: req-766f824d-36c5-4905-b991-e74b7f142dcd Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:37:15,692 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-766f824d-36c5-4905-b991-e74b7f142dcd 2018-11-25 08:37:15,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11808419228s 2018-11-25 08:37:15,693 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-766f824d-36c5-4905-b991-e74b7f142dcd 2018-11-25 08:37:15,693 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:16,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:16,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:17,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d5a8672-0e17-4637-9e98-9dbfb5ca873f x-compute-request-id: req-2d5a8672-0e17-4637-9e98-9dbfb5ca873f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:17,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2d5a8672-0e17-4637-9e98-9dbfb5ca873f 2018-11-25 08:37:17,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.791309118271s 2018-11-25 08:37:17,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2d5a8672-0e17-4637-9e98-9dbfb5ca873f 2018-11-25 08:37:17,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:17,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:18,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d0d2edb-2b31-4e4c-93e0-8bb6b4bf7fda x-compute-request-id: req-6d0d2edb-2b31-4e4c-93e0-8bb6b4bf7fda Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:37:18,562 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6d0d2edb-2b31-4e4c-93e0-8bb6b4bf7fda 2018-11-25 08:37:18,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07090187073s 2018-11-25 08:37:18,563 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6d0d2edb-2b31-4e4c-93e0-8bb6b4bf7fda 2018-11-25 08:37:18,563 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:19,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:19,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:20,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-188261fb-bed3-4d51-933b-7bf9e48992f5 x-compute-request-id: req-188261fb-bed3-4d51-933b-7bf9e48992f5 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:20,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-188261fb-bed3-4d51-933b-7bf9e48992f5 2018-11-25 08:37:20,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559792995453s 2018-11-25 08:37:20,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-188261fb-bed3-4d51-933b-7bf9e48992f5 2018-11-25 08:37:20,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:20,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:21,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-539eca96-15fb-4813-af0c-9913a0a99dde x-compute-request-id: req-539eca96-15fb-4813-af0c-9913a0a99dde Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:37:21,204 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-539eca96-15fb-4813-af0c-9913a0a99dde 2018-11-25 08:37:21,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07586097717s 2018-11-25 08:37:21,205 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-539eca96-15fb-4813-af0c-9913a0a99dde 2018-11-25 08:37:21,205 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:21,207 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:37:22,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:22,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:22,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60ae605d-d466-435f-a8c7-3a666a353e08 x-compute-request-id: req-60ae605d-d466-435f-a8c7-3a666a353e08 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:22,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-60ae605d-d466-435f-a8c7-3a666a353e08 2018-11-25 08:37:22,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361751794815s 2018-11-25 08:37:22,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-60ae605d-d466-435f-a8c7-3a666a353e08 2018-11-25 08:37:22,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:22,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:23,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-040f345c-089e-44b5-ac4c-9865cdcb3ddf x-compute-request-id: req-040f345c-089e-44b5-ac4c-9865cdcb3ddf Content-Encoding: gzip Content-Length: 7695 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 08:37:23,687 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-040f345c-089e-44b5-ac4c-9865cdcb3ddf 2018-11-25 08:37:23,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11383008957s 2018-11-25 08:37:23,688 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-040f345c-089e-44b5-ac4c-9865cdcb3ddf 2018-11-25 08:37:23,688 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:24,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:24,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:25,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4d19b2f-ccbe-4cfe-806a-31d730c079c2 x-compute-request-id: req-d4d19b2f-ccbe-4cfe-806a-31d730c079c2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:25,241 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4d19b2f-ccbe-4cfe-806a-31d730c079c2 2018-11-25 08:37:25,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550807952881s 2018-11-25 08:37:25,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4d19b2f-ccbe-4cfe-806a-31d730c079c2 2018-11-25 08:37:25,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:25,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:26,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37: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-832176cf-69ad-4079-81e4-83c25557eb01 x-compute-request-id: req-832176cf-69ad-4079-81e4-83c25557eb01 Content-Encoding: gzip Content-Length: 8002 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n"} 2018-11-25 08:37:26,350 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-832176cf-69ad-4079-81e4-83c25557eb01 2018-11-25 08:37:26,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10593080521s 2018-11-25 08:37:26,351 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-832176cf-69ad-4079-81e4-83c25557eb01 2018-11-25 08:37:26,351 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 2018-11-25 08:37:27,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:27,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:28,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b828d30-17a8-4f0d-82ac-7c9016df0285 x-compute-request-id: req-0b828d30-17a8-4f0d-82ac-7c9016df0285 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:28,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b828d30-17a8-4f0d-82ac-7c9016df0285 2018-11-25 08:37:28,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649841070175s 2018-11-25 08:37:28,004 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b828d30-17a8-4f0d-82ac-7c9016df0285 2018-11-25 08:37:28,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:28,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:29,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6acb2704-dc9c-4227-a23e-5ed45f54ef32 x-compute-request-id: req-6acb2704-dc9c-4227-a23e-5ed45f54ef32 Content-Encoding: gzip Content-Length: 8026 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\n"} 2018-11-25 08:37:29,106 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6acb2704-dc9c-4227-a23e-5ed45f54ef32 2018-11-25 08:37:29,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09934902191s 2018-11-25 08:37:29,107 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6acb2704-dc9c-4227-a23e-5ed45f54ef32 2018-11-25 08:37:29,108 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] 2018-11-25 08:37:30,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:30,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:30,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc92f8fb-86bd-4e9e-bd2e-bb246f1354e9 x-compute-request-id: req-cc92f8fb-86bd-4e9e-bd2e-bb246f1354e9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:30,608 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cc92f8fb-86bd-4e9e-bd2e-bb246f1354e9 2018-11-25 08:37:30,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.497740983963s 2018-11-25 08:37:30,608 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cc92f8fb-86bd-4e9e-bd2e-bb246f1354e9 2018-11-25 08:37:30,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:30,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:31,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd314766-2571-4def-8f4b-c1429e7907f3 x-compute-request-id: req-cd314766-2571-4def-8f4b-c1429e7907f3 Content-Encoding: gzip Content-Length: 8026 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\n"} 2018-11-25 08:37:31,682 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-cd314766-2571-4def-8f4b-c1429e7907f3 2018-11-25 08:37:31,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07131099701s 2018-11-25 08:37:31,683 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-cd314766-2571-4def-8f4b-c1429e7907f3 2018-11-25 08:37:31,684 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] 2018-11-25 08:37:32,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:32,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:33,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37: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-21ec9af3-ed44-4d2d-bcee-3cac1c188473 x-compute-request-id: req-21ec9af3-ed44-4d2d-bcee-3cac1c188473 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:33,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-21ec9af3-ed44-4d2d-bcee-3cac1c188473 2018-11-25 08:37:33,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520545005798s 2018-11-25 08:37:33,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-21ec9af3-ed44-4d2d-bcee-3cac1c188473 2018-11-25 08:37:33,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:33,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:34,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6503144f-cf93-4fc6-b671-20acdb1afde3 x-compute-request-id: req-6503144f-cf93-4fc6-b671-20acdb1afde3 Content-Encoding: gzip Content-Length: 8026 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\n"} 2018-11-25 08:37:34,305 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6503144f-cf93-4fc6-b671-20acdb1afde3 2018-11-25 08:37:34,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09514498711s 2018-11-25 08:37:34,306 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6503144f-cf93-4fc6-b671-20acdb1afde3 2018-11-25 08:37:34,306 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] 2018-11-25 08:37:35,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:35,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:36,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a812562-41c9-456a-af76-59be1d9cf5d1 x-compute-request-id: req-8a812562-41c9-456a-af76-59be1d9cf5d1 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:36,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8a812562-41c9-456a-af76-59be1d9cf5d1 2018-11-25 08:37:36,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.820815086365s 2018-11-25 08:37:36,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8a812562-41c9-456a-af76-59be1d9cf5d1 2018-11-25 08:37:36,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:36,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:37,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37: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-0e29ee1a-8a03-4e76-a2d9-1a8d58960721 x-compute-request-id: req-0e29ee1a-8a03-4e76-a2d9-1a8d58960721 Content-Encoding: gzip Content-Length: 8033 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\n"} 2018-11-25 08:37:37,207 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0e29ee1a-8a03-4e76-a2d9-1a8d58960721 2018-11-25 08:37:37,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07436394691s 2018-11-25 08:37:37,208 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0e29ee1a-8a03-4e76-a2d9-1a8d58960721 2018-11-25 08:37:37,208 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO 2018-11-25 08:37:38,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:38,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:38,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dbf6d01-1b9a-4cf4-aa41-91cc6c0827ff x-compute-request-id: req-8dbf6d01-1b9a-4cf4-aa41-91cc6c0827ff Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:38,815 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8dbf6d01-1b9a-4cf4-aa41-91cc6c0827ff 2018-11-25 08:37:38,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.605323076248s 2018-11-25 08:37:38,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8dbf6d01-1b9a-4cf4-aa41-91cc6c0827ff 2018-11-25 08:37:38,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:38,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:39,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d36d7e9-2fd0-4404-9d3d-9fe4025c9fd5 x-compute-request-id: req-3d36d7e9-2fd0-4404-9d3d-9fe4025c9fd5 Content-Encoding: gzip Content-Length: 8033 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\n"} 2018-11-25 08:37:39,940 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3d36d7e9-2fd0-4404-9d3d-9fe4025c9fd5 2018-11-25 08:37:39,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12143492699s 2018-11-25 08:37:39,942 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3d36d7e9-2fd0-4404-9d3d-9fe4025c9fd5 2018-11-25 08:37:39,942 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO 2018-11-25 08:37:40,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:40,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:41,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbdab63c-5461-400a-b815-61d08b83c8c1 x-compute-request-id: req-fbdab63c-5461-400a-b815-61d08b83c8c1 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:41,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fbdab63c-5461-400a-b815-61d08b83c8c1 2018-11-25 08:37:41,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355315923691s 2018-11-25 08:37:41,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fbdab63c-5461-400a-b815-61d08b83c8c1 2018-11-25 08:37:41,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:41,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:42,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80695520-831c-4481-a6f3-a1c1ea9cb905 x-compute-request-id: req-80695520-831c-4481-a6f3-a1c1ea9cb905 Content-Encoding: gzip Content-Length: 8033 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\n"} 2018-11-25 08:37:42,408 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-80695520-831c-4481-a6f3-a1c1ea9cb905 2018-11-25 08:37:42,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10496616364s 2018-11-25 08:37:42,409 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-80695520-831c-4481-a6f3-a1c1ea9cb905 2018-11-25 08:37:42,410 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO 2018-11-25 08:37:43,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:43,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:44,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b19ad86-fde8-4967-b5a3-c46cdd998a01 x-compute-request-id: req-7b19ad86-fde8-4967-b5a3-c46cdd998a01 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:44,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7b19ad86-fde8-4967-b5a3-c46cdd998a01 2018-11-25 08:37:44,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742261886597s 2018-11-25 08:37:44,155 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7b19ad86-fde8-4967-b5a3-c46cdd998a01 2018-11-25 08:37:44,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:44,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:45,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4b2f5c0-112a-4ec7-ac3b-31be1f5be075 x-compute-request-id: req-b4b2f5c0-112a-4ec7-ac3b-31be1f5be075 Content-Encoding: gzip Content-Length: 8033 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\n"} 2018-11-25 08:37:45,230 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b4b2f5c0-112a-4ec7-ac3b-31be1f5be075 2018-11-25 08:37:45,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07223081589s 2018-11-25 08:37:45,231 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b4b2f5c0-112a-4ec7-ac3b-31be1f5be075 2018-11-25 08:37:45,231 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO 2018-11-25 08:37:46,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:46,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:46,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99ea3e5d-d761-40a5-bf05-88f73fc25fed x-compute-request-id: req-99ea3e5d-d761-40a5-bf05-88f73fc25fed Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:46,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-99ea3e5d-d761-40a5-bf05-88f73fc25fed 2018-11-25 08:37:46,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37247300148s 2018-11-25 08:37:46,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-99ea3e5d-d761-40a5-bf05-88f73fc25fed 2018-11-25 08:37:46,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:46,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:47,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53e080fb-b760-4e67-9ded-58d1072b91e5 x-compute-request-id: req-53e080fb-b760-4e67-9ded-58d1072b91e5 Content-Encoding: gzip Content-Length: 8033 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\n"} 2018-11-25 08:37:47,687 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-53e080fb-b760-4e67-9ded-58d1072b91e5 2018-11-25 08:37:47,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0769329071s 2018-11-25 08:37:47,688 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-53e080fb-b760-4e67-9ded-58d1072b91e5 2018-11-25 08:37:47,688 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO 2018-11-25 08:37:47,689 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:37:48,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:48,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:49,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37: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-e2646b78-4e3a-4de2-88ba-5ddc5e2bc5aa x-compute-request-id: req-e2646b78-4e3a-4de2-88ba-5ddc5e2bc5aa Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:49,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e2646b78-4e3a-4de2-88ba-5ddc5e2bc5aa 2018-11-25 08:37:49,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.467339038849s 2018-11-25 08:37:49,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e2646b78-4e3a-4de2-88ba-5ddc5e2bc5aa 2018-11-25 08:37:49,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:49,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:50,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90b8e845-627b-481b-b1fc-87d152b00cdb x-compute-request-id: req-90b8e845-627b-481b-b1fc-87d152b00cdb Content-Encoding: gzip Content-Length: 8033 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\n"} 2018-11-25 08:37:50,270 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-90b8e845-627b-481b-b1fc-87d152b00cdb 2018-11-25 08:37:50,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10894012451s 2018-11-25 08:37:50,271 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-90b8e845-627b-481b-b1fc-87d152b00cdb 2018-11-25 08:37:50,271 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO 2018-11-25 08:37:51,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:51,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:51,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c1e6289-ebf6-40cd-adfd-528252cb7ff6 x-compute-request-id: req-1c1e6289-ebf6-40cd-adfd-528252cb7ff6 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:51,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1c1e6289-ebf6-40cd-adfd-528252cb7ff6 2018-11-25 08:37:51,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51411485672s 2018-11-25 08:37:51,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1c1e6289-ebf6-40cd-adfd-528252cb7ff6 2018-11-25 08:37:51,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:51,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:52,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b2a64ed-7dad-4767-8d40-3b488bb9f1fd x-compute-request-id: req-9b2a64ed-7dad-4767-8d40-3b488bb9f1fd Content-Encoding: gzip Content-Length: 8033 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\n"} 2018-11-25 08:37:52,864 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-9b2a64ed-7dad-4767-8d40-3b488bb9f1fd 2018-11-25 08:37:52,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07239890099s 2018-11-25 08:37:52,865 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-9b2a64ed-7dad-4767-8d40-3b488bb9f1fd 2018-11-25 08:37:52,865 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO 2018-11-25 08:37:53,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:53,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:54,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adcdd316-a74e-4b8f-ab5b-8777f749ed54 x-compute-request-id: req-adcdd316-a74e-4b8f-ab5b-8777f749ed54 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:54,520 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-adcdd316-a74e-4b8f-ab5b-8777f749ed54 2018-11-25 08:37:54,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651329040527s 2018-11-25 08:37:54,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-adcdd316-a74e-4b8f-ab5b-8777f749ed54 2018-11-25 08:37:54,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:54,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:55,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-588eefc8-8067-4d6c-9585-8471a245a8a1 x-compute-request-id: req-588eefc8-8067-4d6c-9585-8471a245a8a1 Content-Encoding: gzip Content-Length: 8033 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\n"} 2018-11-25 08:37:55,595 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-588eefc8-8067-4d6c-9585-8471a245a8a1 2018-11-25 08:37:55,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07177996635s 2018-11-25 08:37:55,596 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-588eefc8-8067-4d6c-9585-8471a245a8a1 2018-11-25 08:37:55,596 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO 2018-11-25 08:37:56,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:56,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:57,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de4cb845-e3a5-4f1e-814c-c2d994d25dd1 x-compute-request-id: req-de4cb845-e3a5-4f1e-814c-c2d994d25dd1 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:57,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-de4cb845-e3a5-4f1e-814c-c2d994d25dd1 2018-11-25 08:37:57,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506983041763s 2018-11-25 08:37:57,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-de4cb845-e3a5-4f1e-814c-c2d994d25dd1 2018-11-25 08:37:57,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:57,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:37:58,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf40c789-8b50-4ced-b9ad-cdce6ec9ac65 x-compute-request-id: req-cf40c789-8b50-4ced-b9ad-cdce6ec9ac65 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:37:58,185 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-cf40c789-8b50-4ced-b9ad-cdce6ec9ac65 2018-11-25 08:37:58,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07628798485s 2018-11-25 08:37:58,186 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-cf40c789-8b50-4ced-b9ad-cdce6ec9ac65 2018-11-25 08:37:58,187 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO 2018-11-25 08:37:59,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:37:59,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:37:59,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37: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-edeff40e-c3df-4e83-a600-7fe6aff87967 x-compute-request-id: req-edeff40e-c3df-4e83-a600-7fe6aff87967 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:37:59,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-edeff40e-c3df-4e83-a600-7fe6aff87967 2018-11-25 08:37:59,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66291809082s 2018-11-25 08:37:59,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-edeff40e-c3df-4e83-a600-7fe6aff87967 2018-11-25 08:37:59,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:37:59,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:00,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:37: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-8651e48b-0695-469e-8808-8f5b3e8819dc x-compute-request-id: req-8651e48b-0695-469e-8808-8f5b3e8819dc Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:00,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8651e48b-0695-469e-8808-8f5b3e8819dc 2018-11-25 08:38:00,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07070994377s 2018-11-25 08:38:00,927 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8651e48b-0695-469e-8808-8f5b3e8819dc 2018-11-25 08:38:00,927 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO 2018-11-25 08:38:01,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:01,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:02,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-336f3399-2238-43c5-b966-d2e17252caaf x-compute-request-id: req-336f3399-2238-43c5-b966-d2e17252caaf Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:02,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-336f3399-2238-43c5-b966-d2e17252caaf 2018-11-25 08:38:02,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.58779001236s 2018-11-25 08:38:02,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-336f3399-2238-43c5-b966-d2e17252caaf 2018-11-25 08:38:02,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:02,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:03,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-fb341bd0-a314-4141-a489-b89192dc39f8 x-compute-request-id: req-fb341bd0-a314-4141-a489-b89192dc39f8 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:03,594 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-fb341bd0-a314-4141-a489-b89192dc39f8 2018-11-25 08:38:03,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07347297668s 2018-11-25 08:38:03,595 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-fb341bd0-a314-4141-a489-b89192dc39f8 2018-11-25 08:38:03,595 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO 2018-11-25 08:38:04,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:04,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:05,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be5615e1-f4f3-40c2-a5b5-c10e3395a60d x-compute-request-id: req-be5615e1-f4f3-40c2-a5b5-c10e3395a60d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:05,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be5615e1-f4f3-40c2-a5b5-c10e3395a60d 2018-11-25 08:38:05,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526980876923s 2018-11-25 08:38:05,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be5615e1-f4f3-40c2-a5b5-c10e3395a60d 2018-11-25 08:38:05,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:05,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:06,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca943e53-b965-4036-8348-bf00c0f4d9bb x-compute-request-id: req-ca943e53-b965-4036-8348-bf00c0f4d9bb Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:06,203 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ca943e53-b965-4036-8348-bf00c0f4d9bb 2018-11-25 08:38:06,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07501387596s 2018-11-25 08:38:06,204 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ca943e53-b965-4036-8348-bf00c0f4d9bb 2018-11-25 08:38:06,205 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO 2018-11-25 08:38:07,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:07,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:07,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-a6e9518e-d197-4ca2-b1f0-f5fb845128d2 x-compute-request-id: req-a6e9518e-d197-4ca2-b1f0-f5fb845128d2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:07,747 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a6e9518e-d197-4ca2-b1f0-f5fb845128d2 2018-11-25 08:38:07,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539829015732s 2018-11-25 08:38:07,748 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a6e9518e-d197-4ca2-b1f0-f5fb845128d2 2018-11-25 08:38:07,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:07,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:08,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-0dad84db-a96b-4aee-b921-a6bd4b365fd4 x-compute-request-id: req-0dad84db-a96b-4aee-b921-a6bd4b365fd4 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:08,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0dad84db-a96b-4aee-b921-a6bd4b365fd4 2018-11-25 08:38:08,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07369303703s 2018-11-25 08:38:08,825 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0dad84db-a96b-4aee-b921-a6bd4b365fd4 2018-11-25 08:38:08,826 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO 2018-11-25 08:38:09,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:09,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:10,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-494d8b92-1d55-479c-8f97-c066ac8e9f76 x-compute-request-id: req-494d8b92-1d55-479c-8f97-c066ac8e9f76 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:10,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-494d8b92-1d55-479c-8f97-c066ac8e9f76 2018-11-25 08:38:10,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.619634151459s 2018-11-25 08:38:10,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-494d8b92-1d55-479c-8f97-c066ac8e9f76 2018-11-25 08:38:10,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:10,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:11,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd1541b4-fe5b-45d8-8cef-1cc16218ad13 x-compute-request-id: req-cd1541b4-fe5b-45d8-8cef-1cc16218ad13 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:11,529 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-cd1541b4-fe5b-45d8-8cef-1cc16218ad13 2018-11-25 08:38:11,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07742595673s 2018-11-25 08:38:11,530 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-cd1541b4-fe5b-45d8-8cef-1cc16218ad13 2018-11-25 08:38:11,531 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:12,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:12,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:13,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c93a0e51-ec10-49b0-9b4b-723a8a5b8909 x-compute-request-id: req-c93a0e51-ec10-49b0-9b4b-723a8a5b8909 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:13,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c93a0e51-ec10-49b0-9b4b-723a8a5b8909 2018-11-25 08:38:13,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572918176651s 2018-11-25 08:38:13,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c93a0e51-ec10-49b0-9b4b-723a8a5b8909 2018-11-25 08:38:13,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:13,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:14,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-b1088d47-07a4-43c7-9139-981a287b3a9a x-compute-request-id: req-b1088d47-07a4-43c7-9139-981a287b3a9a Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:14,187 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b1088d47-07a4-43c7-9139-981a287b3a9a 2018-11-25 08:38:14,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07714295387s 2018-11-25 08:38:14,188 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b1088d47-07a4-43c7-9139-981a287b3a9a 2018-11-25 08:38:14,188 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:14,189 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:38:15,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:15,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:15,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-d13d96e3-70a8-44b9-b762-50ff125d4846 x-compute-request-id: req-d13d96e3-70a8-44b9-b762-50ff125d4846 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:15,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d13d96e3-70a8-44b9-b762-50ff125d4846 2018-11-25 08:38:15,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519968032837s 2018-11-25 08:38:15,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d13d96e3-70a8-44b9-b762-50ff125d4846 2018-11-25 08:38:15,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:15,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:16,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-09d55877-8757-44b5-873a-1ce8033d412f x-compute-request-id: req-09d55877-8757-44b5-873a-1ce8033d412f Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:16,786 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-09d55877-8757-44b5-873a-1ce8033d412f 2018-11-25 08:38:16,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07254886627s 2018-11-25 08:38:16,787 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-09d55877-8757-44b5-873a-1ce8033d412f 2018-11-25 08:38:16,788 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:17,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:17,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:18,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37c85d0f-4231-4a85-a919-09add5d61551 x-compute-request-id: req-37c85d0f-4231-4a85-a919-09add5d61551 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:18,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-37c85d0f-4231-4a85-a919-09add5d61551 2018-11-25 08:38:18,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516452074051s 2018-11-25 08:38:18,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-37c85d0f-4231-4a85-a919-09add5d61551 2018-11-25 08:38:18,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:18,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:19,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6497df9a-f955-40a5-9f34-671331823633 x-compute-request-id: req-6497df9a-f955-40a5-9f34-671331823633 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:19,376 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6497df9a-f955-40a5-9f34-671331823633 2018-11-25 08:38:19,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06804895401s 2018-11-25 08:38:19,377 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6497df9a-f955-40a5-9f34-671331823633 2018-11-25 08:38:19,377 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:20,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:20,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:21,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a04e0ac2-4730-494e-ae36-a20ac8a17638 x-compute-request-id: req-a04e0ac2-4730-494e-ae36-a20ac8a17638 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:21,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a04e0ac2-4730-494e-ae36-a20ac8a17638 2018-11-25 08:38:21,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634751081467s 2018-11-25 08:38:21,014 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a04e0ac2-4730-494e-ae36-a20ac8a17638 2018-11-25 08:38:21,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:21,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:22,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3558a329-77bc-4530-9bc9-952c74dbf366 x-compute-request-id: req-3558a329-77bc-4530-9bc9-952c74dbf366 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:22,115 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3558a329-77bc-4530-9bc9-952c74dbf366 2018-11-25 08:38:22,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0976319313s 2018-11-25 08:38:22,116 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3558a329-77bc-4530-9bc9-952c74dbf366 2018-11-25 08:38:22,116 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:23,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:23,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-4ff7dea2-d76a-466a-b454-251a8debac3b x-compute-request-id: req-4ff7dea2-d76a-466a-b454-251a8debac3b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:23,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4ff7dea2-d76a-466a-b454-251a8debac3b 2018-11-25 08:38:23,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651551008224s 2018-11-25 08:38:23,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4ff7dea2-d76a-466a-b454-251a8debac3b 2018-11-25 08:38:23,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:23,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:24,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-3055a941-064f-4148-b4b1-e5acccfd3be5 x-compute-request-id: req-3055a941-064f-4148-b4b1-e5acccfd3be5 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:24,874 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3055a941-064f-4148-b4b1-e5acccfd3be5 2018-11-25 08:38:24,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09945487976s 2018-11-25 08:38:24,875 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3055a941-064f-4148-b4b1-e5acccfd3be5 2018-11-25 08:38:24,875 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:25,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:25,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:26,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-f04898ca-07d4-43e5-a6a6-13dc1ea68153 x-compute-request-id: req-f04898ca-07d4-43e5-a6a6-13dc1ea68153 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:26,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f04898ca-07d4-43e5-a6a6-13dc1ea68153 2018-11-25 08:38:26,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.421644926071s 2018-11-25 08:38:26,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f04898ca-07d4-43e5-a6a6-13dc1ea68153 2018-11-25 08:38:26,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:26,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:27,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-242a5f31-93b7-4601-9684-c00812381ed7 x-compute-request-id: req-242a5f31-93b7-4601-9684-c00812381ed7 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:27,378 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-242a5f31-93b7-4601-9684-c00812381ed7 2018-11-25 08:38:27,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07610416412s 2018-11-25 08:38:27,379 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-242a5f31-93b7-4601-9684-c00812381ed7 2018-11-25 08:38:27,379 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:28,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:28,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:29,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03fc6d8d-674c-4f37-820a-1bfca9e8e639 x-compute-request-id: req-03fc6d8d-674c-4f37-820a-1bfca9e8e639 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:29,013 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-03fc6d8d-674c-4f37-820a-1bfca9e8e639 2018-11-25 08:38:29,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.630934000015s 2018-11-25 08:38:29,014 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-03fc6d8d-674c-4f37-820a-1bfca9e8e639 2018-11-25 08:38:29,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:29,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:30,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f383f8f-0f22-40f8-b5b1-31ccf4fb39a2 x-compute-request-id: req-1f383f8f-0f22-40f8-b5b1-31ccf4fb39a2 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:30,090 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1f383f8f-0f22-40f8-b5b1-31ccf4fb39a2 2018-11-25 08:38:30,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07437205315s 2018-11-25 08:38:30,092 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1f383f8f-0f22-40f8-b5b1-31ccf4fb39a2 2018-11-25 08:38:30,092 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:31,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:31,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:31,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1e78f44-c342-4bfd-937d-1f0a527f9a0d x-compute-request-id: req-d1e78f44-c342-4bfd-937d-1f0a527f9a0d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:31,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d1e78f44-c342-4bfd-937d-1f0a527f9a0d 2018-11-25 08:38:31,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553884983063s 2018-11-25 08:38:31,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d1e78f44-c342-4bfd-937d-1f0a527f9a0d 2018-11-25 08:38:31,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:31,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:32,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce2ea7d4-e877-4405-9a62-b0cee9ba0409 x-compute-request-id: req-ce2ea7d4-e877-4405-9a62-b0cee9ba0409 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:32,723 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ce2ea7d4-e877-4405-9a62-b0cee9ba0409 2018-11-25 08:38:32,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07104182243s 2018-11-25 08:38:32,724 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ce2ea7d4-e877-4405-9a62-b0cee9ba0409 2018-11-25 08:38:32,724 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:33,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:33,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:34,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd302b87-e75d-48d2-a5d7-dd7e20be7e14 x-compute-request-id: req-cd302b87-e75d-48d2-a5d7-dd7e20be7e14 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:34,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cd302b87-e75d-48d2-a5d7-dd7e20be7e14 2018-11-25 08:38:34,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527704000473s 2018-11-25 08:38:34,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cd302b87-e75d-48d2-a5d7-dd7e20be7e14 2018-11-25 08:38:34,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:34,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:35,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-3933f8c7-2077-4aa8-acde-24026483cd36 x-compute-request-id: req-3933f8c7-2077-4aa8-acde-24026483cd36 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:35,331 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3933f8c7-2077-4aa8-acde-24026483cd36 2018-11-25 08:38:35,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07351183891s 2018-11-25 08:38:35,332 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3933f8c7-2077-4aa8-acde-24026483cd36 2018-11-25 08:38:35,332 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:36,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:36,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:36,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a87d64a0-2fd4-41cb-a08d-52d4d2424ce9 x-compute-request-id: req-a87d64a0-2fd4-41cb-a08d-52d4d2424ce9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:36,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a87d64a0-2fd4-41cb-a08d-52d4d2424ce9 2018-11-25 08:38:36,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521264791489s 2018-11-25 08:38:36,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a87d64a0-2fd4-41cb-a08d-52d4d2424ce9 2018-11-25 08:38:36,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:36,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:37,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-052a98fb-58d8-4a93-8ed4-b5c3a6bd7056 x-compute-request-id: req-052a98fb-58d8-4a93-8ed4-b5c3a6bd7056 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:37,935 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-052a98fb-58d8-4a93-8ed4-b5c3a6bd7056 2018-11-25 08:38:37,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07527685165s 2018-11-25 08:38:37,936 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-052a98fb-58d8-4a93-8ed4-b5c3a6bd7056 2018-11-25 08:38:37,936 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:38,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:38,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:39,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b0cd08a-649a-42ee-9e41-ae0ec1eb7f34 x-compute-request-id: req-5b0cd08a-649a-42ee-9e41-ae0ec1eb7f34 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:39,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5b0cd08a-649a-42ee-9e41-ae0ec1eb7f34 2018-11-25 08:38:39,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540395975113s 2018-11-25 08:38:39,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5b0cd08a-649a-42ee-9e41-ae0ec1eb7f34 2018-11-25 08:38:39,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:39,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:40,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-ff6baaa0-8e12-4adc-83c4-907e3e146bd9 x-compute-request-id: req-ff6baaa0-8e12-4adc-83c4-907e3e146bd9 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:40,577 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ff6baaa0-8e12-4adc-83c4-907e3e146bd9 2018-11-25 08:38:40,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09420204163s 2018-11-25 08:38:40,578 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ff6baaa0-8e12-4adc-83c4-907e3e146bd9 2018-11-25 08:38:40,579 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:40,580 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:38:41,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:41,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:41,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-16ea72dc-6291-4c90-bb4e-4afbdb7f15c7 x-compute-request-id: req-16ea72dc-6291-4c90-bb4e-4afbdb7f15c7 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:41,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-16ea72dc-6291-4c90-bb4e-4afbdb7f15c7 2018-11-25 08:38:41,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381108045578s 2018-11-25 08:38:41,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-16ea72dc-6291-4c90-bb4e-4afbdb7f15c7 2018-11-25 08:38:41,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:41,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:43,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d54fdf34-a221-4e2f-bdd7-88a7f88ae54d x-compute-request-id: req-d54fdf34-a221-4e2f-bdd7-88a7f88ae54d Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:43,037 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-d54fdf34-a221-4e2f-bdd7-88a7f88ae54d 2018-11-25 08:38:43,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07068109512s 2018-11-25 08:38:43,038 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-d54fdf34-a221-4e2f-bdd7-88a7f88ae54d 2018-11-25 08:38:43,038 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:44,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:44,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:44,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d34a40a-3974-4c9b-af00-846baa348f0b x-compute-request-id: req-5d34a40a-3974-4c9b-af00-846baa348f0b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:44,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5d34a40a-3974-4c9b-af00-846baa348f0b 2018-11-25 08:38:44,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639908075333s 2018-11-25 08:38:44,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5d34a40a-3974-4c9b-af00-846baa348f0b 2018-11-25 08:38:44,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:44,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:45,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ba7def3-55f9-44f1-9fd5-c71682d65210 x-compute-request-id: req-0ba7def3-55f9-44f1-9fd5-c71682d65210 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:45,756 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0ba7def3-55f9-44f1-9fd5-c71682d65210 2018-11-25 08:38:45,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07209300995s 2018-11-25 08:38:45,757 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0ba7def3-55f9-44f1-9fd5-c71682d65210 2018-11-25 08:38:45,758 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:46,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:46,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:47,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f473a70-b2b5-47cf-8ad5-18539683b3b4 x-compute-request-id: req-6f473a70-b2b5-47cf-8ad5-18539683b3b4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:47,315 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6f473a70-b2b5-47cf-8ad5-18539683b3b4 2018-11-25 08:38:47,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554167985916s 2018-11-25 08:38:47,316 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6f473a70-b2b5-47cf-8ad5-18539683b3b4 2018-11-25 08:38:47,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:47,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:48,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93e6eece-3449-47d0-988e-18f38450f85e x-compute-request-id: req-93e6eece-3449-47d0-988e-18f38450f85e Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:48,431 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-93e6eece-3449-47d0-988e-18f38450f85e 2018-11-25 08:38:48,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11162018776s 2018-11-25 08:38:48,432 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-93e6eece-3449-47d0-988e-18f38450f85e 2018-11-25 08:38:48,433 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:49,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:49,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:49,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43947e1f-f728-4528-8968-1446e64a633d x-compute-request-id: req-43947e1f-f728-4528-8968-1446e64a633d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:49,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-43947e1f-f728-4528-8968-1446e64a633d 2018-11-25 08:38:49,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.402890920639s 2018-11-25 08:38:49,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-43947e1f-f728-4528-8968-1446e64a633d 2018-11-25 08:38:49,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:49,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:50,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21849a93-bd7c-40ba-bd2b-8dbf68ba19dd x-compute-request-id: req-21849a93-bd7c-40ba-bd2b-8dbf68ba19dd Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:50,916 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-21849a93-bd7c-40ba-bd2b-8dbf68ba19dd 2018-11-25 08:38:50,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07426595688s 2018-11-25 08:38:50,917 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-21849a93-bd7c-40ba-bd2b-8dbf68ba19dd 2018-11-25 08:38:50,917 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:51,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:51,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:52,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5a97b93-3779-4273-a7ec-be6b9ced34c0 x-compute-request-id: req-d5a97b93-3779-4273-a7ec-be6b9ced34c0 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:52,520 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5a97b93-3779-4273-a7ec-be6b9ced34c0 2018-11-25 08:38:52,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599241018295s 2018-11-25 08:38:52,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5a97b93-3779-4273-a7ec-be6b9ced34c0 2018-11-25 08:38:52,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:52,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:53,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-7957453d-05d6-4aca-b474-9cff5389ce8d x-compute-request-id: req-7957453d-05d6-4aca-b474-9cff5389ce8d Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:53,594 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7957453d-05d6-4aca-b474-9cff5389ce8d 2018-11-25 08:38:53,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07060790062s 2018-11-25 08:38:53,595 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7957453d-05d6-4aca-b474-9cff5389ce8d 2018-11-25 08:38:53,595 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:54,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:54,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:55,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e281d5b6-efb9-4e06-b484-3478af1abdda x-compute-request-id: req-e281d5b6-efb9-4e06-b484-3478af1abdda Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:55,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e281d5b6-efb9-4e06-b484-3478af1abdda 2018-11-25 08:38:55,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51985001564s 2018-11-25 08:38:55,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e281d5b6-efb9-4e06-b484-3478af1abdda 2018-11-25 08:38:55,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:55,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:56,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-2ba1ee84-2fc3-4bc7-b29c-b616ba83a61a x-compute-request-id: req-2ba1ee84-2fc3-4bc7-b29c-b616ba83a61a Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:56,193 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-2ba1ee84-2fc3-4bc7-b29c-b616ba83a61a 2018-11-25 08:38:56,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07235407829s 2018-11-25 08:38:56,194 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-2ba1ee84-2fc3-4bc7-b29c-b616ba83a61a 2018-11-25 08:38:56,194 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:57,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:57,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:57,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-590d5486-432d-468b-bea0-b2016861afa4 x-compute-request-id: req-590d5486-432d-468b-bea0-b2016861afa4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:57,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-590d5486-432d-468b-bea0-b2016861afa4 2018-11-25 08:38:57,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494897127151s 2018-11-25 08:38:57,692 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-590d5486-432d-468b-bea0-b2016861afa4 2018-11-25 08:38:57,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:57,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:38:58,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-cb35133a-cb28-4533-8aaf-c7233e2c3631 x-compute-request-id: req-cb35133a-cb28-4533-8aaf-c7233e2c3631 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:38:58,765 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-cb35133a-cb28-4533-8aaf-c7233e2c3631 2018-11-25 08:38:58,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07146310806s 2018-11-25 08:38:58,767 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-cb35133a-cb28-4533-8aaf-c7233e2c3631 2018-11-25 08:38:58,767 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:59,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:38:59,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:38:59,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:38: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-b7669f1c-8369-437f-ba4a-7aa704a947fe x-compute-request-id: req-b7669f1c-8369-437f-ba4a-7aa704a947fe Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:38:59,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b7669f1c-8369-437f-ba4a-7aa704a947fe 2018-11-25 08:38:59,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.222604036331s 2018-11-25 08:38:59,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b7669f1c-8369-437f-ba4a-7aa704a947fe 2018-11-25 08:38:59,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:38:59,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:01,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-04a3fac5-ad09-4c43-a48e-f56a8886b021 x-compute-request-id: req-04a3fac5-ad09-4c43-a48e-f56a8886b021 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:01,069 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-04a3fac5-ad09-4c43-a48e-f56a8886b021 2018-11-25 08:39:01,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07379484177s 2018-11-25 08:39:01,070 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-04a3fac5-ad09-4c43-a48e-f56a8886b021 2018-11-25 08:39:01,071 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:02,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:02,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:02,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-5de0ea70-30d1-492d-96cb-77c11bad529a x-compute-request-id: req-5de0ea70-30d1-492d-96cb-77c11bad529a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:02,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5de0ea70-30d1-492d-96cb-77c11bad529a 2018-11-25 08:39:02,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550801038742s 2018-11-25 08:39:02,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5de0ea70-30d1-492d-96cb-77c11bad529a 2018-11-25 08:39:02,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:02,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:03,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-7b5ed324-4f72-4178-91c3-2e7d5c777072 x-compute-request-id: req-7b5ed324-4f72-4178-91c3-2e7d5c777072 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:03,729 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7b5ed324-4f72-4178-91c3-2e7d5c777072 2018-11-25 08:39:03,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10151791573s 2018-11-25 08:39:03,730 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7b5ed324-4f72-4178-91c3-2e7d5c777072 2018-11-25 08:39:03,730 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:04,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:04,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:05,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-9445e652-3f92-484b-a2ae-8078cb35c3d9 x-compute-request-id: req-9445e652-3f92-484b-a2ae-8078cb35c3d9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:05,357 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9445e652-3f92-484b-a2ae-8078cb35c3d9 2018-11-25 08:39:05,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624161958694s 2018-11-25 08:39:05,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9445e652-3f92-484b-a2ae-8078cb35c3d9 2018-11-25 08:39:05,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:05,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:06,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58ef25b0-f371-4eea-b1f6-39ff07781d22 x-compute-request-id: req-58ef25b0-f371-4eea-b1f6-39ff07781d22 Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:06,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-58ef25b0-f371-4eea-b1f6-39ff07781d22 2018-11-25 08:39:06,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10153102875s 2018-11-25 08:39:06,463 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-58ef25b0-f371-4eea-b1f6-39ff07781d22 2018-11-25 08:39:06,463 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:06,465 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:39:07,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:07,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:07,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-76e18552-442c-407c-8fbc-c45a45f5c16b x-compute-request-id: req-76e18552-442c-407c-8fbc-c45a45f5c16b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:07,997 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-76e18552-442c-407c-8fbc-c45a45f5c16b 2018-11-25 08:39:07,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530446052551s 2018-11-25 08:39:07,997 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-76e18552-442c-407c-8fbc-c45a45f5c16b 2018-11-25 08:39:07,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:08,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:09,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eae62773-5a0d-44fc-9af4-c3a84f0d7d4a x-compute-request-id: req-eae62773-5a0d-44fc-9af4-c3a84f0d7d4a Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:09,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-eae62773-5a0d-44fc-9af4-c3a84f0d7d4a 2018-11-25 08:39:09,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07766914368s 2018-11-25 08:39:09,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-eae62773-5a0d-44fc-9af4-c3a84f0d7d4a 2018-11-25 08:39:09,077 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:10,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:10,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:10,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db640098-721f-46bb-8d16-724736ccd61e x-compute-request-id: req-db640098-721f-46bb-8d16-724736ccd61e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:10,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-db640098-721f-46bb-8d16-724736ccd61e 2018-11-25 08:39:10,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602421045303s 2018-11-25 08:39:10,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-db640098-721f-46bb-8d16-724736ccd61e 2018-11-25 08:39:10,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:10,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:11,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93cdbaeb-1bb0-4f22-a873-4f49057140cb x-compute-request-id: req-93cdbaeb-1bb0-4f22-a873-4f49057140cb Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:11,761 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-93cdbaeb-1bb0-4f22-a873-4f49057140cb 2018-11-25 08:39:11,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0757920742s 2018-11-25 08:39:11,762 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-93cdbaeb-1bb0-4f22-a873-4f49057140cb 2018-11-25 08:39:11,763 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:12,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:12,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:13,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-8634c603-1ea3-4628-9d0f-1342172519fa x-compute-request-id: req-8634c603-1ea3-4628-9d0f-1342172519fa Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:13,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8634c603-1ea3-4628-9d0f-1342172519fa 2018-11-25 08:39:13,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.600613832474s 2018-11-25 08:39:13,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8634c603-1ea3-4628-9d0f-1342172519fa 2018-11-25 08:39:13,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:13,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:14,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab4c43bf-1c5b-482c-9179-f88bc71b178f x-compute-request-id: req-ab4c43bf-1c5b-482c-9179-f88bc71b178f Content-Encoding: gzip Content-Length: 8034 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:14,449 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ab4c43bf-1c5b-482c-9179-f88bc71b178f 2018-11-25 08:39:14,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08027100563s 2018-11-25 08:39:14,450 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ab4c43bf-1c5b-482c-9179-f88bc71b178f 2018-11-25 08:39:14,451 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:15,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:15,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:15,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db5cffb8-5e0e-4069-8743-4bc98716fcc2 x-compute-request-id: req-db5cffb8-5e0e-4069-8743-4bc98716fcc2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:15,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-db5cffb8-5e0e-4069-8743-4bc98716fcc2 2018-11-25 08:39:15,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531243085861s 2018-11-25 08:39:15,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-db5cffb8-5e0e-4069-8743-4bc98716fcc2 2018-11-25 08:39:15,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:15,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:17,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40ed9c4f-1d93-4269-a360-e8ec3533e5ba x-compute-request-id: req-40ed9c4f-1d93-4269-a360-e8ec3533e5ba Content-Encoding: gzip Content-Length: 8035 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:17,055 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-40ed9c4f-1d93-4269-a360-e8ec3533e5ba 2018-11-25 08:39:17,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06850886345s 2018-11-25 08:39:17,056 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-40ed9c4f-1d93-4269-a360-e8ec3533e5ba 2018-11-25 08:39:17,056 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:18,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:18,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:18,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-16163873-296c-4469-b0b8-e2b5f5d6166b x-compute-request-id: req-16163873-296c-4469-b0b8-e2b5f5d6166b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:18,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-16163873-296c-4469-b0b8-e2b5f5d6166b 2018-11-25 08:39:18,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511069059372s 2018-11-25 08:39:18,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-16163873-296c-4469-b0b8-e2b5f5d6166b 2018-11-25 08:39:18,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:18,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:19,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-8e491ee5-48a8-485e-98d4-6c407c280f6d x-compute-request-id: req-8e491ee5-48a8-485e-98d4-6c407c280f6d Content-Encoding: gzip Content-Length: 8035 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:19,652 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8e491ee5-48a8-485e-98d4-6c407c280f6d 2018-11-25 08:39:19,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07757806778s 2018-11-25 08:39:19,653 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8e491ee5-48a8-485e-98d4-6c407c280f6d 2018-11-25 08:39:19,653 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:20,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:20,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:21,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c1cf410-64aa-4248-87ea-19105871075a x-compute-request-id: req-9c1cf410-64aa-4248-87ea-19105871075a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:21,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9c1cf410-64aa-4248-87ea-19105871075a 2018-11-25 08:39:21,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544183969498s 2018-11-25 08:39:21,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9c1cf410-64aa-4248-87ea-19105871075a 2018-11-25 08:39:21,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:21,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:22,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-d066f610-b7f3-41a7-9dcc-c7a12fcf10a4 x-compute-request-id: req-d066f610-b7f3-41a7-9dcc-c7a12fcf10a4 Content-Encoding: gzip Content-Length: 8035 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:22,271 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-d066f610-b7f3-41a7-9dcc-c7a12fcf10a4 2018-11-25 08:39:22,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06815385818s 2018-11-25 08:39:22,272 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-d066f610-b7f3-41a7-9dcc-c7a12fcf10a4 2018-11-25 08:39:22,272 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:23,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:23,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:23,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-07911fae-1cb5-47fc-8912-0f6d33b79403 x-compute-request-id: req-07911fae-1cb5-47fc-8912-0f6d33b79403 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:23,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-07911fae-1cb5-47fc-8912-0f6d33b79403 2018-11-25 08:39:23,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529125213623s 2018-11-25 08:39:23,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-07911fae-1cb5-47fc-8912-0f6d33b79403 2018-11-25 08:39:23,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:23,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:24,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-4df62954-e397-49e2-aa02-c385cb0fa309 x-compute-request-id: req-4df62954-e397-49e2-aa02-c385cb0fa309 Content-Encoding: gzip Content-Length: 8035 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:24,883 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4df62954-e397-49e2-aa02-c385cb0fa309 2018-11-25 08:39:24,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07443284988s 2018-11-25 08:39:24,884 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4df62954-e397-49e2-aa02-c385cb0fa309 2018-11-25 08:39:24,884 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:25,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:25,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:26,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f482dea0-94bf-40d8-9186-17bf5c8006d7 x-compute-request-id: req-f482dea0-94bf-40d8-9186-17bf5c8006d7 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:26,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f482dea0-94bf-40d8-9186-17bf5c8006d7 2018-11-25 08:39:26,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561142921448s 2018-11-25 08:39:26,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f482dea0-94bf-40d8-9186-17bf5c8006d7 2018-11-25 08:39:26,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:26,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:27,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-e1337fdd-eeaf-4e3d-b717-8901a38bd03f x-compute-request-id: req-e1337fdd-eeaf-4e3d-b717-8901a38bd03f Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:27,526 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e1337fdd-eeaf-4e3d-b717-8901a38bd03f 2018-11-25 08:39:27,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07362103462s 2018-11-25 08:39:27,526 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e1337fdd-eeaf-4e3d-b717-8901a38bd03f 2018-11-25 08:39:27,527 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:28,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:28,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:29,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-2aafec89-0208-435a-ace6-215f57401280 x-compute-request-id: req-2aafec89-0208-435a-ace6-215f57401280 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:29,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2aafec89-0208-435a-ace6-215f57401280 2018-11-25 08:39:29,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544300079346s 2018-11-25 08:39:29,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2aafec89-0208-435a-ace6-215f57401280 2018-11-25 08:39:29,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:29,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:30,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64d60016-20c2-4c55-ac2d-8dc19f1f7ede x-compute-request-id: req-64d60016-20c2-4c55-ac2d-8dc19f1f7ede Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:30,152 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-64d60016-20c2-4c55-ac2d-8dc19f1f7ede 2018-11-25 08:39:30,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07506299019s 2018-11-25 08:39:30,153 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-64d60016-20c2-4c55-ac2d-8dc19f1f7ede 2018-11-25 08:39:30,153 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:31,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:31,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:31,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-2019db57-9c04-4482-b627-712ef2e61efb x-compute-request-id: req-2019db57-9c04-4482-b627-712ef2e61efb Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:31,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2019db57-9c04-4482-b627-712ef2e61efb 2018-11-25 08:39:31,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49200797081s 2018-11-25 08:39:31,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2019db57-9c04-4482-b627-712ef2e61efb 2018-11-25 08:39:31,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:31,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:32,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-8539ae39-2a67-4269-ac24-1ebe8ee1a6d9 x-compute-request-id: req-8539ae39-2a67-4269-ac24-1ebe8ee1a6d9 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:32,724 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8539ae39-2a67-4269-ac24-1ebe8ee1a6d9 2018-11-25 08:39:32,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07201814651s 2018-11-25 08:39:32,725 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8539ae39-2a67-4269-ac24-1ebe8ee1a6d9 2018-11-25 08:39:32,725 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:32,726 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:39:33,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:33,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:34,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-9583f81c-a0fe-4ac6-97b3-5fa28ab600fc x-compute-request-id: req-9583f81c-a0fe-4ac6-97b3-5fa28ab600fc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:34,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9583f81c-a0fe-4ac6-97b3-5fa28ab600fc 2018-11-25 08:39:34,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414784908295s 2018-11-25 08:39:34,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9583f81c-a0fe-4ac6-97b3-5fa28ab600fc 2018-11-25 08:39:34,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:34,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:35,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8febcf36-5ffb-46b1-ae5b-588863d7dba1 x-compute-request-id: req-8febcf36-5ffb-46b1-ae5b-588863d7dba1 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:35,218 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8febcf36-5ffb-46b1-ae5b-588863d7dba1 2018-11-25 08:39:35,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07260513306s 2018-11-25 08:39:35,219 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8febcf36-5ffb-46b1-ae5b-588863d7dba1 2018-11-25 08:39:35,219 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:36,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:36,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:36,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-f3dd0b35-39a7-4cac-bcc4-fabd8ed55cf9 x-compute-request-id: req-f3dd0b35-39a7-4cac-bcc4-fabd8ed55cf9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:36,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f3dd0b35-39a7-4cac-bcc4-fabd8ed55cf9 2018-11-25 08:39:36,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522859096527s 2018-11-25 08:39:36,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f3dd0b35-39a7-4cac-bcc4-fabd8ed55cf9 2018-11-25 08:39:36,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:36,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:37,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-b826380f-0edb-408a-9fa7-66636c454726 x-compute-request-id: req-b826380f-0edb-408a-9fa7-66636c454726 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:37,827 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b826380f-0edb-408a-9fa7-66636c454726 2018-11-25 08:39:37,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07879686356s 2018-11-25 08:39:37,828 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b826380f-0edb-408a-9fa7-66636c454726 2018-11-25 08:39:37,829 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:38,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:38,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:39,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-35acfee1-3f52-47ae-99ce-236a10cc9338 x-compute-request-id: req-35acfee1-3f52-47ae-99ce-236a10cc9338 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:39,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-35acfee1-3f52-47ae-99ce-236a10cc9338 2018-11-25 08:39:39,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542145967484s 2018-11-25 08:39:39,374 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-35acfee1-3f52-47ae-99ce-236a10cc9338 2018-11-25 08:39:39,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:39,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:40,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-39660c1a-faca-44d8-8b97-335d1f6dc627 x-compute-request-id: req-39660c1a-faca-44d8-8b97-335d1f6dc627 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:40,478 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-39660c1a-faca-44d8-8b97-335d1f6dc627 2018-11-25 08:39:40,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10192584991s 2018-11-25 08:39:40,479 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-39660c1a-faca-44d8-8b97-335d1f6dc627 2018-11-25 08:39:40,480 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:41,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:41,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:42,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c862e036-41ab-4c44-9afe-564c56d3fd06 x-compute-request-id: req-c862e036-41ab-4c44-9afe-564c56d3fd06 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:42,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c862e036-41ab-4c44-9afe-564c56d3fd06 2018-11-25 08:39:42,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582432985306s 2018-11-25 08:39:42,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c862e036-41ab-4c44-9afe-564c56d3fd06 2018-11-25 08:39:42,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:42,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:43,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-f53c6a8e-debd-43ef-b14e-4c8dd2f78b51 x-compute-request-id: req-f53c6a8e-debd-43ef-b14e-4c8dd2f78b51 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:43,141 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f53c6a8e-debd-43ef-b14e-4c8dd2f78b51 2018-11-25 08:39:43,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07271814346s 2018-11-25 08:39:43,142 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f53c6a8e-debd-43ef-b14e-4c8dd2f78b51 2018-11-25 08:39:43,142 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:44,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:44,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:44,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-f7474ffc-f106-4150-a733-1c9a58cc4cc2 x-compute-request-id: req-f7474ffc-f106-4150-a733-1c9a58cc4cc2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:44,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f7474ffc-f106-4150-a733-1c9a58cc4cc2 2018-11-25 08:39:44,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526140928268s 2018-11-25 08:39:44,672 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f7474ffc-f106-4150-a733-1c9a58cc4cc2 2018-11-25 08:39:44,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:44,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:45,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-2af499e2-2cb2-4fc3-8d75-1a26e1804557 x-compute-request-id: req-2af499e2-2cb2-4fc3-8d75-1a26e1804557 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:45,749 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-2af499e2-2cb2-4fc3-8d75-1a26e1804557 2018-11-25 08:39:45,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07410693169s 2018-11-25 08:39:45,750 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-2af499e2-2cb2-4fc3-8d75-1a26e1804557 2018-11-25 08:39:45,750 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:46,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:46,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:47,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-3142432c-d7b4-4970-8f04-ffaa781883dc x-compute-request-id: req-3142432c-d7b4-4970-8f04-ffaa781883dc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:47,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3142432c-d7b4-4970-8f04-ffaa781883dc 2018-11-25 08:39:47,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369535207748s 2018-11-25 08:39:47,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3142432c-d7b4-4970-8f04-ffaa781883dc 2018-11-25 08:39:47,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:47,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:48,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-1d3d1316-9153-4263-b5f5-a8dea731b7d7 x-compute-request-id: req-1d3d1316-9153-4263-b5f5-a8dea731b7d7 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:48,239 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1d3d1316-9153-4263-b5f5-a8dea731b7d7 2018-11-25 08:39:48,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11422300339s 2018-11-25 08:39:48,240 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1d3d1316-9153-4263-b5f5-a8dea731b7d7 2018-11-25 08:39:48,241 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:49,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:49,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:49,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-6559782e-4c4b-4022-8367-f48a4c6c5e17 x-compute-request-id: req-6559782e-4c4b-4022-8367-f48a4c6c5e17 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:49,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6559782e-4c4b-4022-8367-f48a4c6c5e17 2018-11-25 08:39:49,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508314847946s 2018-11-25 08:39:49,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6559782e-4c4b-4022-8367-f48a4c6c5e17 2018-11-25 08:39:49,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:49,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:50,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-398fd78d-e872-4e31-b5cc-708d4412cd14 x-compute-request-id: req-398fd78d-e872-4e31-b5cc-708d4412cd14 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:50,829 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-398fd78d-e872-4e31-b5cc-708d4412cd14 2018-11-25 08:39:50,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07476115227s 2018-11-25 08:39:50,830 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-398fd78d-e872-4e31-b5cc-708d4412cd14 2018-11-25 08:39:50,830 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:51,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:51,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:52,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39: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-e2dd1bc5-ddc0-40ca-ba9a-4beb9de8fe62 x-compute-request-id: req-e2dd1bc5-ddc0-40ca-ba9a-4beb9de8fe62 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:52,056 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e2dd1bc5-ddc0-40ca-ba9a-4beb9de8fe62 2018-11-25 08:39:52,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.223304986954s 2018-11-25 08:39:52,057 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e2dd1bc5-ddc0-40ca-ba9a-4beb9de8fe62 2018-11-25 08:39:52,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:52,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:53,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-ca78f3bb-99f8-485c-aa10-dfdab5c54d13 x-compute-request-id: req-ca78f3bb-99f8-485c-aa10-dfdab5c54d13 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:53,132 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ca78f3bb-99f8-485c-aa10-dfdab5c54d13 2018-11-25 08:39:53,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07259988785s 2018-11-25 08:39:53,133 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ca78f3bb-99f8-485c-aa10-dfdab5c54d13 2018-11-25 08:39:53,133 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:54,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:54,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:54,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-9ba4a675-28ac-4307-bb79-422e9b6cfcd7 x-compute-request-id: req-9ba4a675-28ac-4307-bb79-422e9b6cfcd7 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:54,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9ba4a675-28ac-4307-bb79-422e9b6cfcd7 2018-11-25 08:39:54,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528692007065s 2018-11-25 08:39:54,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9ba4a675-28ac-4307-bb79-422e9b6cfcd7 2018-11-25 08:39:54,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:54,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:55,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-e29c9428-c634-40ab-a99c-017640027e26 x-compute-request-id: req-e29c9428-c634-40ab-a99c-017640027e26 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:55,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e29c9428-c634-40ab-a99c-017640027e26 2018-11-25 08:39:55,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07570910454s 2018-11-25 08:39:55,745 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e29c9428-c634-40ab-a99c-017640027e26 2018-11-25 08:39:55,745 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:56,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:56,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:57,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:39:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da913607-76ec-4afe-bd0d-d22fffca218e x-compute-request-id: req-da913607-76ec-4afe-bd0d-d22fffca218e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:57,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-da913607-76ec-4afe-bd0d-d22fffca218e 2018-11-25 08:39:57,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405371904373s 2018-11-25 08:39:57,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-da913607-76ec-4afe-bd0d-d22fffca218e 2018-11-25 08:39:57,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:57,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:39:58,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-dab37746-c16f-47a4-9668-845bfcfe309d x-compute-request-id: req-dab37746-c16f-47a4-9668-845bfcfe309d Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:39:58,230 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-dab37746-c16f-47a4-9668-845bfcfe309d 2018-11-25 08:39:58,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07327103615s 2018-11-25 08:39:58,231 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-dab37746-c16f-47a4-9668-845bfcfe309d 2018-11-25 08:39:58,231 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:58,232 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:39:59,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:39:59,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:39:59,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-8d980d36-508f-439c-b9ec-6d8deb490413 x-compute-request-id: req-8d980d36-508f-439c-b9ec-6d8deb490413 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:39:59,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8d980d36-508f-439c-b9ec-6d8deb490413 2018-11-25 08:39:59,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554284095764s 2018-11-25 08:39:59,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8d980d36-508f-439c-b9ec-6d8deb490413 2018-11-25 08:39:59,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:39:59,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:00,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-3dd30666-1aa8-4a94-94a8-0531b0bb7636 x-compute-request-id: req-3dd30666-1aa8-4a94-94a8-0531b0bb7636 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:00,870 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3dd30666-1aa8-4a94-94a8-0531b0bb7636 2018-11-25 08:40:00,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07986593246s 2018-11-25 08:40:00,871 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3dd30666-1aa8-4a94-94a8-0531b0bb7636 2018-11-25 08:40:00,872 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:01,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:01,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:02,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-142949fb-086e-4b17-970b-1bb3067cc2e4 x-compute-request-id: req-142949fb-086e-4b17-970b-1bb3067cc2e4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:02,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-142949fb-086e-4b17-970b-1bb3067cc2e4 2018-11-25 08:40:02,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548568964005s 2018-11-25 08:40:02,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-142949fb-086e-4b17-970b-1bb3067cc2e4 2018-11-25 08:40:02,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:02,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:03,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-ddaf1447-01d6-443e-9a9f-c94810ad5b5b x-compute-request-id: req-ddaf1447-01d6-443e-9a9f-c94810ad5b5b Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:03,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ddaf1447-01d6-443e-9a9f-c94810ad5b5b 2018-11-25 08:40:03,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07466006279s 2018-11-25 08:40:03,503 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ddaf1447-01d6-443e-9a9f-c94810ad5b5b 2018-11-25 08:40:03,503 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:04,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:04,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:05,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-ebd3677d-cc1f-453e-8574-1e085d22290f x-compute-request-id: req-ebd3677d-cc1f-453e-8574-1e085d22290f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:05,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ebd3677d-cc1f-453e-8574-1e085d22290f 2018-11-25 08:40:05,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526248931885s 2018-11-25 08:40:05,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ebd3677d-cc1f-453e-8574-1e085d22290f 2018-11-25 08:40:05,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:05,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:06,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89d6b1d3-1f65-4d1f-ab88-44f4041ef458 x-compute-request-id: req-89d6b1d3-1f65-4d1f-ab88-44f4041ef458 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:06,112 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-89d6b1d3-1f65-4d1f-ab88-44f4041ef458 2018-11-25 08:40:06,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0764670372s 2018-11-25 08:40:06,113 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-89d6b1d3-1f65-4d1f-ab88-44f4041ef458 2018-11-25 08:40:06,113 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:07,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:07,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:07,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-476f741a-24ae-4107-b114-9e4b335d0265 x-compute-request-id: req-476f741a-24ae-4107-b114-9e4b335d0265 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:07,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-476f741a-24ae-4107-b114-9e4b335d0265 2018-11-25 08:40:07,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.312433004379s 2018-11-25 08:40:07,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-476f741a-24ae-4107-b114-9e4b335d0265 2018-11-25 08:40:07,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:07,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:08,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-ef724757-7391-49c1-9665-01cf5ae2fec7 x-compute-request-id: req-ef724757-7391-49c1-9665-01cf5ae2fec7 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:08,504 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ef724757-7391-49c1-9665-01cf5ae2fec7 2018-11-25 08:40:08,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07196116447s 2018-11-25 08:40:08,505 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ef724757-7391-49c1-9665-01cf5ae2fec7 2018-11-25 08:40:08,505 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:09,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:09,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:10,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-f17fc1bb-2a0c-49b9-aed1-c2cada34c139 x-compute-request-id: req-f17fc1bb-2a0c-49b9-aed1-c2cada34c139 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:10,053 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f17fc1bb-2a0c-49b9-aed1-c2cada34c139 2018-11-25 08:40:10,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544894933701s 2018-11-25 08:40:10,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f17fc1bb-2a0c-49b9-aed1-c2cada34c139 2018-11-25 08:40:10,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:10,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:11,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-8827d9dc-f9b8-4c29-944f-7a1f8c5e88ac x-compute-request-id: req-8827d9dc-f9b8-4c29-944f-7a1f8c5e88ac Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:11,129 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8827d9dc-f9b8-4c29-944f-7a1f8c5e88ac 2018-11-25 08:40:11,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07329487801s 2018-11-25 08:40:11,130 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8827d9dc-f9b8-4c29-944f-7a1f8c5e88ac 2018-11-25 08:40:11,131 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:12,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:12,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:12,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-fa4c4b77-6ecc-49d9-89e5-340f9c9c3f3a x-compute-request-id: req-fa4c4b77-6ecc-49d9-89e5-340f9c9c3f3a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:12,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa4c4b77-6ecc-49d9-89e5-340f9c9c3f3a 2018-11-25 08:40:12,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540843009949s 2018-11-25 08:40:12,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa4c4b77-6ecc-49d9-89e5-340f9c9c3f3a 2018-11-25 08:40:12,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:12,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:13,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-e262cfee-3350-4dcc-bb64-c6b9d88c4663 x-compute-request-id: req-e262cfee-3350-4dcc-bb64-c6b9d88c4663 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:13,797 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e262cfee-3350-4dcc-bb64-c6b9d88c4663 2018-11-25 08:40:13,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11927509308s 2018-11-25 08:40:13,798 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e262cfee-3350-4dcc-bb64-c6b9d88c4663 2018-11-25 08:40:13,798 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:14,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:14,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:15,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-19734bc8-f3de-4a34-89e3-8e0fa4584e80 x-compute-request-id: req-19734bc8-f3de-4a34-89e3-8e0fa4584e80 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:15,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-19734bc8-f3de-4a34-89e3-8e0fa4584e80 2018-11-25 08:40:15,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.58079791069s 2018-11-25 08:40:15,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-19734bc8-f3de-4a34-89e3-8e0fa4584e80 2018-11-25 08:40:15,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:15,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:16,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-c138d522-31fe-4e0e-abac-d7331ef6037d x-compute-request-id: req-c138d522-31fe-4e0e-abac-d7331ef6037d Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:16,459 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c138d522-31fe-4e0e-abac-d7331ef6037d 2018-11-25 08:40:16,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07551693916s 2018-11-25 08:40:16,460 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c138d522-31fe-4e0e-abac-d7331ef6037d 2018-11-25 08:40:16,461 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:17,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:17,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:18,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-b5516368-d66a-4cd4-819c-a65abb3abca4 x-compute-request-id: req-b5516368-d66a-4cd4-819c-a65abb3abca4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:18,087 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b5516368-d66a-4cd4-819c-a65abb3abca4 2018-11-25 08:40:18,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623584985733s 2018-11-25 08:40:18,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b5516368-d66a-4cd4-819c-a65abb3abca4 2018-11-25 08:40:18,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:18,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:19,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-7c0eae36-9873-481e-acd2-5100ea22362c x-compute-request-id: req-7c0eae36-9873-481e-acd2-5100ea22362c Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:19,161 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7c0eae36-9873-481e-acd2-5100ea22362c 2018-11-25 08:40:19,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07097792625s 2018-11-25 08:40:19,162 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7c0eae36-9873-481e-acd2-5100ea22362c 2018-11-25 08:40:19,163 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:20,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:20,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:20,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-0fa5827e-2dd7-41a7-911c-1d3ded1b78a2 x-compute-request-id: req-0fa5827e-2dd7-41a7-911c-1d3ded1b78a2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:20,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0fa5827e-2dd7-41a7-911c-1d3ded1b78a2 2018-11-25 08:40:20,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520755052567s 2018-11-25 08:40:20,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0fa5827e-2dd7-41a7-911c-1d3ded1b78a2 2018-11-25 08:40:20,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:20,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:21,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-5f01212f-a838-4683-a2e1-c45b65f805b0 x-compute-request-id: req-5f01212f-a838-4683-a2e1-c45b65f805b0 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:21,759 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5f01212f-a838-4683-a2e1-c45b65f805b0 2018-11-25 08:40:21,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0699160099s 2018-11-25 08:40:21,760 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5f01212f-a838-4683-a2e1-c45b65f805b0 2018-11-25 08:40:21,760 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:22,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:22,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:23,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-a33926e0-9c6e-4979-abd0-2af8b57158ce x-compute-request-id: req-a33926e0-9c6e-4979-abd0-2af8b57158ce Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:23,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a33926e0-9c6e-4979-abd0-2af8b57158ce 2018-11-25 08:40:23,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367553949356s 2018-11-25 08:40:23,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a33926e0-9c6e-4979-abd0-2af8b57158ce 2018-11-25 08:40:23,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:23,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:24,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-8a5e47f8-9659-4140-93ba-ac887096a24d x-compute-request-id: req-8a5e47f8-9659-4140-93ba-ac887096a24d Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:24,208 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8a5e47f8-9659-4140-93ba-ac887096a24d 2018-11-25 08:40:24,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07436609268s 2018-11-25 08:40:24,209 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8a5e47f8-9659-4140-93ba-ac887096a24d 2018-11-25 08:40:24,209 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:24,211 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:40:25,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:25,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:25,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-be31e249-9889-4046-b130-86e6609b26b9 x-compute-request-id: req-be31e249-9889-4046-b130-86e6609b26b9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:25,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be31e249-9889-4046-b130-86e6609b26b9 2018-11-25 08:40:25,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397407054901s 2018-11-25 08:40:25,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be31e249-9889-4046-b130-86e6609b26b9 2018-11-25 08:40:25,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:25,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:26,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-8d0bf9a1-30a8-4639-be1d-d7175d1112d9 x-compute-request-id: req-8d0bf9a1-30a8-4639-be1d-d7175d1112d9 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:26,693 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8d0bf9a1-30a8-4639-be1d-d7175d1112d9 2018-11-25 08:40:26,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08007502556s 2018-11-25 08:40:26,694 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8d0bf9a1-30a8-4639-be1d-d7175d1112d9 2018-11-25 08:40:26,694 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:27,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:27,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:27,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-70151a83-94d2-481d-b2b3-c2b3dcf58140 x-compute-request-id: req-70151a83-94d2-481d-b2b3-c2b3dcf58140 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:27,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-70151a83-94d2-481d-b2b3-c2b3dcf58140 2018-11-25 08:40:27,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.235316991806s 2018-11-25 08:40:27,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-70151a83-94d2-481d-b2b3-c2b3dcf58140 2018-11-25 08:40:27,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:27,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:29,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-aad452aa-23db-4fa9-9246-4299bc439a8a x-compute-request-id: req-aad452aa-23db-4fa9-9246-4299bc439a8a Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:29,006 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-aad452aa-23db-4fa9-9246-4299bc439a8a 2018-11-25 08:40:29,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07213497162s 2018-11-25 08:40:29,007 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-aad452aa-23db-4fa9-9246-4299bc439a8a 2018-11-25 08:40:29,007 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:30,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:30,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:30,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b41000d-fa9c-493a-93c2-5031aa256da4 x-compute-request-id: req-6b41000d-fa9c-493a-93c2-5031aa256da4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:30,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6b41000d-fa9c-493a-93c2-5031aa256da4 2018-11-25 08:40:30,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509517908096s 2018-11-25 08:40:30,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6b41000d-fa9c-493a-93c2-5031aa256da4 2018-11-25 08:40:30,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:30,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:31,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa8992b2-9b83-4b1f-bcef-309ba8f2cc06 x-compute-request-id: req-fa8992b2-9b83-4b1f-bcef-309ba8f2cc06 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:31,593 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-fa8992b2-9b83-4b1f-bcef-309ba8f2cc06 2018-11-25 08:40:31,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07206010818s 2018-11-25 08:40:31,594 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-fa8992b2-9b83-4b1f-bcef-309ba8f2cc06 2018-11-25 08:40:31,594 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:32,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:32,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:32,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-e26a5605-9434-48fa-8407-2bf1b6b6dd45 x-compute-request-id: req-e26a5605-9434-48fa-8407-2bf1b6b6dd45 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:32,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e26a5605-9434-48fa-8407-2bf1b6b6dd45 2018-11-25 08:40:32,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.243757963181s 2018-11-25 08:40:32,841 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e26a5605-9434-48fa-8407-2bf1b6b6dd45 2018-11-25 08:40:32,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:32,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:33,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-65f561f9-e68a-45ab-a977-e07adb2ed8d7 x-compute-request-id: req-65f561f9-e68a-45ab-a977-e07adb2ed8d7 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:33,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-65f561f9-e68a-45ab-a977-e07adb2ed8d7 2018-11-25 08:40:33,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08288693428s 2018-11-25 08:40:33,927 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-65f561f9-e68a-45ab-a977-e07adb2ed8d7 2018-11-25 08:40:33,927 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:34,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:34,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:35,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-d5ef8c33-31cc-4399-9128-2395ddbb6a4c x-compute-request-id: req-d5ef8c33-31cc-4399-9128-2395ddbb6a4c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:35,301 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5ef8c33-31cc-4399-9128-2395ddbb6a4c 2018-11-25 08:40:35,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370496034622s 2018-11-25 08:40:35,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5ef8c33-31cc-4399-9128-2395ddbb6a4c 2018-11-25 08:40:35,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:35,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:36,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-05c90b7a-8a0f-41c4-833c-330f68936ee6 x-compute-request-id: req-05c90b7a-8a0f-41c4-833c-330f68936ee6 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:36,376 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-05c90b7a-8a0f-41c4-833c-330f68936ee6 2018-11-25 08:40:36,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07249593735s 2018-11-25 08:40:36,377 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-05c90b7a-8a0f-41c4-833c-330f68936ee6 2018-11-25 08:40:36,378 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:37,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:37,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:37,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-b30ede1f-800a-41d9-b096-194223aafed9 x-compute-request-id: req-b30ede1f-800a-41d9-b096-194223aafed9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:37,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b30ede1f-800a-41d9-b096-194223aafed9 2018-11-25 08:40:37,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347536087036s 2018-11-25 08:40:37,728 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b30ede1f-800a-41d9-b096-194223aafed9 2018-11-25 08:40:37,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:37,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:38,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-bd72277c-17c7-4738-9554-4c50fff99571 x-compute-request-id: req-bd72277c-17c7-4738-9554-4c50fff99571 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:38,817 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-bd72277c-17c7-4738-9554-4c50fff99571 2018-11-25 08:40:38,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08669281006s 2018-11-25 08:40:38,818 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-bd72277c-17c7-4738-9554-4c50fff99571 2018-11-25 08:40:38,818 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:39,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:39,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:40,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-4fdb6f81-1b60-42a7-85b0-9c69a05be5bc x-compute-request-id: req-4fdb6f81-1b60-42a7-85b0-9c69a05be5bc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:40,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4fdb6f81-1b60-42a7-85b0-9c69a05be5bc 2018-11-25 08:40:40,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525271892548s 2018-11-25 08:40:40,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4fdb6f81-1b60-42a7-85b0-9c69a05be5bc 2018-11-25 08:40:40,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:40,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:41,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef4d96f5-a818-4c93-95c1-675001d189a0 x-compute-request-id: req-ef4d96f5-a818-4c93-95c1-675001d189a0 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:41,420 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ef4d96f5-a818-4c93-95c1-675001d189a0 2018-11-25 08:40:41,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0703868866s 2018-11-25 08:40:41,421 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ef4d96f5-a818-4c93-95c1-675001d189a0 2018-11-25 08:40:41,421 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:42,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:42,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:42,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-925fbb37-adae-4479-8ba8-0a22aadeb012 x-compute-request-id: req-925fbb37-adae-4479-8ba8-0a22aadeb012 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:42,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-925fbb37-adae-4479-8ba8-0a22aadeb012 2018-11-25 08:40:42,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522050142288s 2018-11-25 08:40:42,946 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-925fbb37-adae-4479-8ba8-0a22aadeb012 2018-11-25 08:40:42,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:42,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:44,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a41b2702-e47c-4990-b263-497372ee97e1 x-compute-request-id: req-a41b2702-e47c-4990-b263-497372ee97e1 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:44,025 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a41b2702-e47c-4990-b263-497372ee97e1 2018-11-25 08:40:44,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07653999329s 2018-11-25 08:40:44,026 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a41b2702-e47c-4990-b263-497372ee97e1 2018-11-25 08:40:44,027 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:45,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:45,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:45,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cb626e0-e7fd-4f46-902e-81e532dcba19 x-compute-request-id: req-1cb626e0-e7fd-4f46-902e-81e532dcba19 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:45,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1cb626e0-e7fd-4f46-902e-81e532dcba19 2018-11-25 08:40:45,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.413851976395s 2018-11-25 08:40:45,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1cb626e0-e7fd-4f46-902e-81e532dcba19 2018-11-25 08:40:45,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:45,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:46,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3162fb55-1e44-49ff-8c2f-95536cbc04af x-compute-request-id: req-3162fb55-1e44-49ff-8c2f-95536cbc04af Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:46,522 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3162fb55-1e44-49ff-8c2f-95536cbc04af 2018-11-25 08:40:46,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07532286644s 2018-11-25 08:40:46,523 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-3162fb55-1e44-49ff-8c2f-95536cbc04af 2018-11-25 08:40:46,523 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:47,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:47,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:48,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-12486ba9-29df-4b09-93fd-3ae37d75503d x-compute-request-id: req-12486ba9-29df-4b09-93fd-3ae37d75503d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:48,004 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-12486ba9-29df-4b09-93fd-3ae37d75503d 2018-11-25 08:40:48,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.478193998337s 2018-11-25 08:40:48,004 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-12486ba9-29df-4b09-93fd-3ae37d75503d 2018-11-25 08:40:48,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:48,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:49,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddf2a499-f5b9-4f5e-8abd-b9d2819dcbe5 x-compute-request-id: req-ddf2a499-f5b9-4f5e-8abd-b9d2819dcbe5 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:49,078 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ddf2a499-f5b9-4f5e-8abd-b9d2819dcbe5 2018-11-25 08:40:49,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07073497772s 2018-11-25 08:40:49,079 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ddf2a499-f5b9-4f5e-8abd-b9d2819dcbe5 2018-11-25 08:40:49,079 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:49,080 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:40:50,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:50,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:50,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-177e25fc-3363-4f31-a395-72a5c4d18750 x-compute-request-id: req-177e25fc-3363-4f31-a395-72a5c4d18750 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:50,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-177e25fc-3363-4f31-a395-72a5c4d18750 2018-11-25 08:40:50,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379539012909s 2018-11-25 08:40:50,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-177e25fc-3363-4f31-a395-72a5c4d18750 2018-11-25 08:40:50,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:50,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:51,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cc93bf4-dc4b-4ea5-b682-6a567d0d7e31 x-compute-request-id: req-8cc93bf4-dc4b-4ea5-b682-6a567d0d7e31 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:51,570 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8cc93bf4-dc4b-4ea5-b682-6a567d0d7e31 2018-11-25 08:40:51,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10569810867s 2018-11-25 08:40:51,571 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8cc93bf4-dc4b-4ea5-b682-6a567d0d7e31 2018-11-25 08:40:51,571 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:52,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:52,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:53,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-13328a04-ac0e-4c4e-bf00-c89c03793653 x-compute-request-id: req-13328a04-ac0e-4c4e-bf00-c89c03793653 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:53,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-13328a04-ac0e-4c4e-bf00-c89c03793653 2018-11-25 08:40:53,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536086082458s 2018-11-25 08:40:53,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-13328a04-ac0e-4c4e-bf00-c89c03793653 2018-11-25 08:40:53,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:53,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:54,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-843b7269-9876-4f3f-8591-96dc83a60750 x-compute-request-id: req-843b7269-9876-4f3f-8591-96dc83a60750 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:54,187 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-843b7269-9876-4f3f-8591-96dc83a60750 2018-11-25 08:40:54,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07417821884s 2018-11-25 08:40:54,188 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-843b7269-9876-4f3f-8591-96dc83a60750 2018-11-25 08:40:54,189 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:55,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:55,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:55,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9ea3b64-2f0e-4bed-bbce-04dd4ee0cb9d x-compute-request-id: req-c9ea3b64-2f0e-4bed-bbce-04dd4ee0cb9d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:55,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c9ea3b64-2f0e-4bed-bbce-04dd4ee0cb9d 2018-11-25 08:40:55,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377816915512s 2018-11-25 08:40:55,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c9ea3b64-2f0e-4bed-bbce-04dd4ee0cb9d 2018-11-25 08:40:55,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:55,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:56,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49462509-5fb5-425a-acb4-a9e4915d2998 x-compute-request-id: req-49462509-5fb5-425a-acb4-a9e4915d2998 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:56,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-49462509-5fb5-425a-acb4-a9e4915d2998 2018-11-25 08:40:56,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07239317894s 2018-11-25 08:40:56,645 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-49462509-5fb5-425a-acb4-a9e4915d2998 2018-11-25 08:40:56,645 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:40:57,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:40:57,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:40:58,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:40: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-5b307f00-57e5-41a9-a70c-7f881558a354 x-compute-request-id: req-5b307f00-57e5-41a9-a70c-7f881558a354 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:40:58,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5b307f00-57e5-41a9-a70c-7f881558a354 2018-11-25 08:40:58,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.454564094543s 2018-11-25 08:40:58,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5b307f00-57e5-41a9-a70c-7f881558a354 2018-11-25 08:40:58,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:40:58,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:40:59,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-725fba42-495b-4e56-a69c-bfa3ceaf7e91 x-compute-request-id: req-725fba42-495b-4e56-a69c-bfa3ceaf7e91 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:40:59,171 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-725fba42-495b-4e56-a69c-bfa3ceaf7e91 2018-11-25 08:40:59,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06678009033s 2018-11-25 08:40:59,171 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-725fba42-495b-4e56-a69c-bfa3ceaf7e91 2018-11-25 08:40:59,171 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:00,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:00,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:00,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-24eefdb7-7848-46b6-a132-5a811db5f33c x-compute-request-id: req-24eefdb7-7848-46b6-a132-5a811db5f33c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:00,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-24eefdb7-7848-46b6-a132-5a811db5f33c 2018-11-25 08:41:00,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659628868103s 2018-11-25 08:41:00,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-24eefdb7-7848-46b6-a132-5a811db5f33c 2018-11-25 08:41:00,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:00,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:01,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-1ce69d43-fae3-404e-96bf-6f9d1b6e5e39 x-compute-request-id: req-1ce69d43-fae3-404e-96bf-6f9d1b6e5e39 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:01,908 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1ce69d43-fae3-404e-96bf-6f9d1b6e5e39 2018-11-25 08:41:01,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07193994522s 2018-11-25 08:41:01,909 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1ce69d43-fae3-404e-96bf-6f9d1b6e5e39 2018-11-25 08:41:01,910 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:02,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:02,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:03,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c178f7f-160a-4784-9b57-24c53a06c45a x-compute-request-id: req-8c178f7f-160a-4784-9b57-24c53a06c45a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:03,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8c178f7f-160a-4784-9b57-24c53a06c45a 2018-11-25 08:41:03,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.458328962326s 2018-11-25 08:41:03,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8c178f7f-160a-4784-9b57-24c53a06c45a 2018-11-25 08:41:03,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:03,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:04,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-ca6fb6e1-e641-4ec4-9762-45a3d9c7adf0 x-compute-request-id: req-ca6fb6e1-e641-4ec4-9762-45a3d9c7adf0 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:04,578 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ca6fb6e1-e641-4ec4-9762-45a3d9c7adf0 2018-11-25 08:41:04,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.20472097397s 2018-11-25 08:41:04,580 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ca6fb6e1-e641-4ec4-9762-45a3d9c7adf0 2018-11-25 08:41:04,580 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:05,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:05,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:05,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e41af0f3-206a-417c-b587-e3e0eb1f377d x-compute-request-id: req-e41af0f3-206a-417c-b587-e3e0eb1f377d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:05,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e41af0f3-206a-417c-b587-e3e0eb1f377d 2018-11-25 08:41:05,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379240989685s 2018-11-25 08:41:05,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e41af0f3-206a-417c-b587-e3e0eb1f377d 2018-11-25 08:41:05,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:05,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:07,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6980d5f-c37a-4cb2-8f31-5a046f99f42b x-compute-request-id: req-e6980d5f-c37a-4cb2-8f31-5a046f99f42b Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:07,036 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e6980d5f-c37a-4cb2-8f31-5a046f99f42b 2018-11-25 08:41:07,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07248497009s 2018-11-25 08:41:07,038 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e6980d5f-c37a-4cb2-8f31-5a046f99f42b 2018-11-25 08:41:07,038 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:08,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:08,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:08,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-fddddd77-c00e-43b6-b1dc-b523eadc0d6d x-compute-request-id: req-fddddd77-c00e-43b6-b1dc-b523eadc0d6d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:08,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fddddd77-c00e-43b6-b1dc-b523eadc0d6d 2018-11-25 08:41:08,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36699795723s 2018-11-25 08:41:08,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fddddd77-c00e-43b6-b1dc-b523eadc0d6d 2018-11-25 08:41:08,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:08,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:09,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-70b1faf3-06ad-4223-b0a2-181d07c0210d x-compute-request-id: req-70b1faf3-06ad-4223-b0a2-181d07c0210d Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:09,486 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-70b1faf3-06ad-4223-b0a2-181d07c0210d 2018-11-25 08:41:09,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07469701767s 2018-11-25 08:41:09,487 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-70b1faf3-06ad-4223-b0a2-181d07c0210d 2018-11-25 08:41:09,487 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:10,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:10,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:11,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-5a995f5b-0553-46d2-aaec-ed490c5e08b6 x-compute-request-id: req-5a995f5b-0553-46d2-aaec-ed490c5e08b6 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:11,348 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5a995f5b-0553-46d2-aaec-ed490c5e08b6 2018-11-25 08:41:11,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.858819007874s 2018-11-25 08:41:11,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5a995f5b-0553-46d2-aaec-ed490c5e08b6 2018-11-25 08:41:11,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:11,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:12,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1099261c-913d-463e-8d72-3ffd18a63521 x-compute-request-id: req-1099261c-913d-463e-8d72-3ffd18a63521 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:12,423 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1099261c-913d-463e-8d72-3ffd18a63521 2018-11-25 08:41:12,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07126617432s 2018-11-25 08:41:12,423 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1099261c-913d-463e-8d72-3ffd18a63521 2018-11-25 08:41:12,423 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:13,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:13,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:14,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-a382798a-6ba6-4da9-87ce-4c7c439de86a x-compute-request-id: req-a382798a-6ba6-4da9-87ce-4c7c439de86a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:14,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a382798a-6ba6-4da9-87ce-4c7c439de86a 2018-11-25 08:41:14,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.666455984116s 2018-11-25 08:41:14,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a382798a-6ba6-4da9-87ce-4c7c439de86a 2018-11-25 08:41:14,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:14,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:15,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41: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-1894d511-04af-44b4-83cf-f041f7064a4b x-compute-request-id: req-1894d511-04af-44b4-83cf-f041f7064a4b Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:15,167 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1894d511-04af-44b4-83cf-f041f7064a4b 2018-11-25 08:41:15,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07178688049s 2018-11-25 08:41:15,168 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1894d511-04af-44b4-83cf-f041f7064a4b 2018-11-25 08:41:15,168 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:15,169 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:41:16,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:16,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:16,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92bb7fa0-4598-42bc-8b65-4f9468e656dd x-compute-request-id: req-92bb7fa0-4598-42bc-8b65-4f9468e656dd Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:16,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-92bb7fa0-4598-42bc-8b65-4f9468e656dd 2018-11-25 08:41:16,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526846885681s 2018-11-25 08:41:16,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-92bb7fa0-4598-42bc-8b65-4f9468e656dd 2018-11-25 08:41:16,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:16,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:17,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4dec4bd3-8893-4846-9f21-ce74b76d23d4 x-compute-request-id: req-4dec4bd3-8893-4846-9f21-ce74b76d23d4 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:17,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4dec4bd3-8893-4846-9f21-ce74b76d23d4 2018-11-25 08:41:17,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07621097565s 2018-11-25 08:41:17,778 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4dec4bd3-8893-4846-9f21-ce74b76d23d4 2018-11-25 08:41:17,778 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:18,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:18,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:19,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-859bed21-7368-4c92-a913-7f43711e7ad0 x-compute-request-id: req-859bed21-7368-4c92-a913-7f43711e7ad0 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:19,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-859bed21-7368-4c92-a913-7f43711e7ad0 2018-11-25 08:41:19,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701919078827s 2018-11-25 08:41:19,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-859bed21-7368-4c92-a913-7f43711e7ad0 2018-11-25 08:41:19,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:19,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:20,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41: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-c8b383b9-48df-4678-ac02-03b05eb7c8ba x-compute-request-id: req-c8b383b9-48df-4678-ac02-03b05eb7c8ba Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:20,555 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c8b383b9-48df-4678-ac02-03b05eb7c8ba 2018-11-25 08:41:20,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06918883324s 2018-11-25 08:41:20,556 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c8b383b9-48df-4678-ac02-03b05eb7c8ba 2018-11-25 08:41:20,556 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:21,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:21,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:22,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c97b6bea-312c-47c1-8979-1c742de595d2 x-compute-request-id: req-c97b6bea-312c-47c1-8979-1c742de595d2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:22,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c97b6bea-312c-47c1-8979-1c742de595d2 2018-11-25 08:41:22,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667655944824s 2018-11-25 08:41:22,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c97b6bea-312c-47c1-8979-1c742de595d2 2018-11-25 08:41:22,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:22,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:23,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adea12be-7b01-4708-8475-9ba2ffcd45a8 x-compute-request-id: req-adea12be-7b01-4708-8475-9ba2ffcd45a8 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:23,300 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-adea12be-7b01-4708-8475-9ba2ffcd45a8 2018-11-25 08:41:23,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07049179077s 2018-11-25 08:41:23,300 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-adea12be-7b01-4708-8475-9ba2ffcd45a8 2018-11-25 08:41:23,300 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:24,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:24,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:25,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41: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-bc46ce16-5d78-4134-af0a-1fc1aa80d45c x-compute-request-id: req-bc46ce16-5d78-4134-af0a-1fc1aa80d45c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:25,007 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bc46ce16-5d78-4134-af0a-1fc1aa80d45c 2018-11-25 08:41:25,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.704988956451s 2018-11-25 08:41:25,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bc46ce16-5d78-4134-af0a-1fc1aa80d45c 2018-11-25 08:41:25,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:25,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:26,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-12da52d7-e551-45cd-afe1-2e4017a166d3 x-compute-request-id: req-12da52d7-e551-45cd-afe1-2e4017a166d3 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:26,086 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-12da52d7-e551-45cd-afe1-2e4017a166d3 2018-11-25 08:41:26,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07615590096s 2018-11-25 08:41:26,087 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-12da52d7-e551-45cd-afe1-2e4017a166d3 2018-11-25 08:41:26,088 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:27,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:27,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:27,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-d4b3b6b1-c4ad-4c40-b5cd-b837fdec6424 x-compute-request-id: req-d4b3b6b1-c4ad-4c40-b5cd-b837fdec6424 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:27,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4b3b6b1-c4ad-4c40-b5cd-b837fdec6424 2018-11-25 08:41:27,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515130996704s 2018-11-25 08:41:27,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4b3b6b1-c4ad-4c40-b5cd-b837fdec6424 2018-11-25 08:41:27,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:27,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:28,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-14760e38-df38-49b9-b13a-3bf3d0b50b94 x-compute-request-id: req-14760e38-df38-49b9-b13a-3bf3d0b50b94 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:28,679 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-14760e38-df38-49b9-b13a-3bf3d0b50b94 2018-11-25 08:41:28,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07074904442s 2018-11-25 08:41:28,680 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-14760e38-df38-49b9-b13a-3bf3d0b50b94 2018-11-25 08:41:28,680 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:29,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:29,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:30,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6db2858-6bb6-4757-94cc-3771e32fb0a4 x-compute-request-id: req-c6db2858-6bb6-4757-94cc-3771e32fb0a4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:30,227 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c6db2858-6bb6-4757-94cc-3771e32fb0a4 2018-11-25 08:41:30,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543519020081s 2018-11-25 08:41:30,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c6db2858-6bb6-4757-94cc-3771e32fb0a4 2018-11-25 08:41:30,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:30,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:31,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-7a735e36-5d2c-404c-8b05-f68551f28af0 x-compute-request-id: req-7a735e36-5d2c-404c-8b05-f68551f28af0 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:31,318 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7a735e36-5d2c-404c-8b05-f68551f28af0 2018-11-25 08:41:31,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08767914772s 2018-11-25 08:41:31,319 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7a735e36-5d2c-404c-8b05-f68551f28af0 2018-11-25 08:41:31,319 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:32,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:32,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:33,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-e89e9c3f-6922-4252-a606-4838467babab x-compute-request-id: req-e89e9c3f-6922-4252-a606-4838467babab Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:33,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e89e9c3f-6922-4252-a606-4838467babab 2018-11-25 08:41:33,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.788500070572s 2018-11-25 08:41:33,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e89e9c3f-6922-4252-a606-4838467babab 2018-11-25 08:41:33,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:33,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:34,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41: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-c5504cc4-d47c-44d5-9600-ad0f88f7c417 x-compute-request-id: req-c5504cc4-d47c-44d5-9600-ad0f88f7c417 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:34,219 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c5504cc4-d47c-44d5-9600-ad0f88f7c417 2018-11-25 08:41:34,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10669803619s 2018-11-25 08:41:34,220 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c5504cc4-d47c-44d5-9600-ad0f88f7c417 2018-11-25 08:41:34,221 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:35,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:35,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:35,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-9ce01a7f-40d4-4469-bea1-f7e3806b3bcf x-compute-request-id: req-9ce01a7f-40d4-4469-bea1-f7e3806b3bcf Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:35,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9ce01a7f-40d4-4469-bea1-f7e3806b3bcf 2018-11-25 08:41:35,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592370986938s 2018-11-25 08:41:35,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9ce01a7f-40d4-4469-bea1-f7e3806b3bcf 2018-11-25 08:41:35,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:35,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:36,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-00814985-24b5-450b-b6e5-60a29f831041 x-compute-request-id: req-00814985-24b5-450b-b6e5-60a29f831041 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:36,891 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-00814985-24b5-450b-b6e5-60a29f831041 2018-11-25 08:41:36,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07251095772s 2018-11-25 08:41:36,893 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-00814985-24b5-450b-b6e5-60a29f831041 2018-11-25 08:41:36,893 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:37,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:37,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:38,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-e0deaea9-027f-4b01-8bbe-304f63bf5f12 x-compute-request-id: req-e0deaea9-027f-4b01-8bbe-304f63bf5f12 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:38,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e0deaea9-027f-4b01-8bbe-304f63bf5f12 2018-11-25 08:41:38,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.813183069229s 2018-11-25 08:41:38,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e0deaea9-027f-4b01-8bbe-304f63bf5f12 2018-11-25 08:41:38,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:38,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:39,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54b92c33-df6c-4212-bc3d-326cb11eb0ea x-compute-request-id: req-54b92c33-df6c-4212-bc3d-326cb11eb0ea Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:39,810 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-54b92c33-df6c-4212-bc3d-326cb11eb0ea 2018-11-25 08:41:39,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09775209427s 2018-11-25 08:41:39,811 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-54b92c33-df6c-4212-bc3d-326cb11eb0ea 2018-11-25 08:41:39,811 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:40,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:40,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:41,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75c85fa6-9cb2-4337-9381-c813f0bef043 x-compute-request-id: req-75c85fa6-9cb2-4337-9381-c813f0bef043 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:41,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-75c85fa6-9cb2-4337-9381-c813f0bef043 2018-11-25 08:41:41,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674116134644s 2018-11-25 08:41:41,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-75c85fa6-9cb2-4337-9381-c813f0bef043 2018-11-25 08:41:41,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:41,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:42,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-452c9c59-6caa-4bcd-84f8-8b18c21a88f1 x-compute-request-id: req-452c9c59-6caa-4bcd-84f8-8b18c21a88f1 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:42,562 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-452c9c59-6caa-4bcd-84f8-8b18c21a88f1 2018-11-25 08:41:42,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07178997993s 2018-11-25 08:41:42,564 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-452c9c59-6caa-4bcd-84f8-8b18c21a88f1 2018-11-25 08:41:42,564 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:42,565 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:41:43,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:43,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:43,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4533971b-6232-4b0d-830f-efd1810f9193 x-compute-request-id: req-4533971b-6232-4b0d-830f-efd1810f9193 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:43,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4533971b-6232-4b0d-830f-efd1810f9193 2018-11-25 08:41:43,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392415046692s 2018-11-25 08:41:43,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4533971b-6232-4b0d-830f-efd1810f9193 2018-11-25 08:41:43,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:43,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:45,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bbd1c36-4f43-4e81-9f13-73d8804ec9e6 x-compute-request-id: req-8bbd1c36-4f43-4e81-9f13-73d8804ec9e6 Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:45,091 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8bbd1c36-4f43-4e81-9f13-73d8804ec9e6 2018-11-25 08:41:45,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12806415558s 2018-11-25 08:41:45,092 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8bbd1c36-4f43-4e81-9f13-73d8804ec9e6 2018-11-25 08:41:45,092 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:46,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:46,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:46,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8870b8ce-e627-4cf8-bd63-3c3d723ce1ba x-compute-request-id: req-8870b8ce-e627-4cf8-bd63-3c3d723ce1ba Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:46,871 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8870b8ce-e627-4cf8-bd63-3c3d723ce1ba 2018-11-25 08:41:46,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.775975942612s 2018-11-25 08:41:46,872 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8870b8ce-e627-4cf8-bd63-3c3d723ce1ba 2018-11-25 08:41:46,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:46,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:47,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9af4b00b-5c70-4067-805e-5db648a9e08e x-compute-request-id: req-9af4b00b-5c70-4067-805e-5db648a9e08e Content-Encoding: gzip Content-Length: 8036 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:47,946 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-9af4b00b-5c70-4067-805e-5db648a9e08e 2018-11-25 08:41:47,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07150506973s 2018-11-25 08:41:47,947 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-9af4b00b-5c70-4067-805e-5db648a9e08e 2018-11-25 08:41:47,947 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:48,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:48,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:49,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41: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-39ae0d90-7b77-4156-b27f-3c5776cb1144 x-compute-request-id: req-39ae0d90-7b77-4156-b27f-3c5776cb1144 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:49,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-39ae0d90-7b77-4156-b27f-3c5776cb1144 2018-11-25 08:41:49,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.617452859879s 2018-11-25 08:41:49,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-39ae0d90-7b77-4156-b27f-3c5776cb1144 2018-11-25 08:41:49,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:49,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:50,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c340a466-28b5-4e55-9c56-0951c46e3f0f x-compute-request-id: req-c340a466-28b5-4e55-9c56-0951c46e3f0f Content-Encoding: gzip Content-Length: 8035 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:50,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c340a466-28b5-4e55-9c56-0951c46e3f0f 2018-11-25 08:41:50,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07371497154s 2018-11-25 08:41:50,645 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c340a466-28b5-4e55-9c56-0951c46e3f0f 2018-11-25 08:41:50,645 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:51,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:51,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:52,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41: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-cba18552-cdcd-4df7-8d54-0056c3520aa4 x-compute-request-id: req-cba18552-cdcd-4df7-8d54-0056c3520aa4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:52,183 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cba18552-cdcd-4df7-8d54-0056c3520aa4 2018-11-25 08:41:52,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535722017288s 2018-11-25 08:41:52,184 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cba18552-cdcd-4df7-8d54-0056c3520aa4 2018-11-25 08:41:52,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:52,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:53,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-a5664269-f4b9-41ba-99a2-a0a776377b3f x-compute-request-id: req-a5664269-f4b9-41ba-99a2-a0a776377b3f Content-Encoding: gzip Content-Length: 8035 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:53,257 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a5664269-f4b9-41ba-99a2-a0a776377b3f 2018-11-25 08:41:53,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07081484795s 2018-11-25 08:41:53,259 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a5664269-f4b9-41ba-99a2-a0a776377b3f 2018-11-25 08:41:53,259 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:54,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:54,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:55,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9f26db4-70cf-42b5-8b89-60b94798c87b x-compute-request-id: req-d9f26db4-70cf-42b5-8b89-60b94798c87b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:55,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d9f26db4-70cf-42b5-8b89-60b94798c87b 2018-11-25 08:41:55,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.789530992508s 2018-11-25 08:41:55,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d9f26db4-70cf-42b5-8b89-60b94798c87b 2018-11-25 08:41:55,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:55,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:56,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41: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-100bb39d-fe60-45df-8bdd-5d4737d38407 x-compute-request-id: req-100bb39d-fe60-45df-8bdd-5d4737d38407 Content-Encoding: gzip Content-Length: 8035 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:56,138 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-100bb39d-fe60-45df-8bdd-5d4737d38407 2018-11-25 08:41:56,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08225297928s 2018-11-25 08:41:56,139 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-100bb39d-fe60-45df-8bdd-5d4737d38407 2018-11-25 08:41:56,139 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:57,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:57,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:41:57,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-870bda48-ddd9-423a-a0eb-530ca3623855 x-compute-request-id: req-870bda48-ddd9-423a-a0eb-530ca3623855 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:41:57,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-870bda48-ddd9-423a-a0eb-530ca3623855 2018-11-25 08:41:57,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509045124054s 2018-11-25 08:41:57,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-870bda48-ddd9-423a-a0eb-530ca3623855 2018-11-25 08:41:57,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:41:57,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:41:58,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73a0279e-4c2b-4aa3-a29a-58496aaadc20 x-compute-request-id: req-73a0279e-4c2b-4aa3-a29a-58496aaadc20 Content-Encoding: gzip Content-Length: 8035 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:41:58,734 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-73a0279e-4c2b-4aa3-a29a-58496aaadc20 2018-11-25 08:41:58,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0806210041s 2018-11-25 08:41:58,735 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-73a0279e-4c2b-4aa3-a29a-58496aaadc20 2018-11-25 08:41:58,735 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:41:59,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:41:59,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:00,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:41:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd99e421-b54a-4a24-8299-25ddc504aba0 x-compute-request-id: req-bd99e421-b54a-4a24-8299-25ddc504aba0 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:00,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bd99e421-b54a-4a24-8299-25ddc504aba0 2018-11-25 08:42:00,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688636064529s 2018-11-25 08:42:00,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bd99e421-b54a-4a24-8299-25ddc504aba0 2018-11-25 08:42:00,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:00,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:01,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-004fc702-4a97-4229-abc8-3c21a8fa926b x-compute-request-id: req-004fc702-4a97-4229-abc8-3c21a8fa926b Content-Encoding: gzip Content-Length: 8035 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:01,492 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-004fc702-4a97-4229-abc8-3c21a8fa926b 2018-11-25 08:42:01,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06461215019s 2018-11-25 08:42:01,492 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-004fc702-4a97-4229-abc8-3c21a8fa926b 2018-11-25 08:42:01,492 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:02,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:02,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:03,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-71bbd293-b2f3-4b1a-b2bd-bfb747b28237 x-compute-request-id: req-71bbd293-b2f3-4b1a-b2bd-bfb747b28237 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:03,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-71bbd293-b2f3-4b1a-b2bd-bfb747b28237 2018-11-25 08:42:03,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683409929276s 2018-11-25 08:42:03,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-71bbd293-b2f3-4b1a-b2bd-bfb747b28237 2018-11-25 08:42:03,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:03,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:04,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-6dbb2652-f7ea-473f-948c-4db1ff23cf32 x-compute-request-id: req-6dbb2652-f7ea-473f-948c-4db1ff23cf32 Content-Encoding: gzip Content-Length: 8058 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\n"} 2018-11-25 08:42:04,250 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6dbb2652-f7ea-473f-948c-4db1ff23cf32 2018-11-25 08:42:04,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06915807724s 2018-11-25 08:42:04,251 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6dbb2652-f7ea-473f-948c-4db1ff23cf32 2018-11-25 08:42:04,252 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized 2018-11-25 08:42:05,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:05,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:05,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3833bbd2-af52-4ab7-8153-759abe7d44da x-compute-request-id: req-3833bbd2-af52-4ab7-8153-759abe7d44da Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:05,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3833bbd2-af52-4ab7-8153-759abe7d44da 2018-11-25 08:42:05,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52204990387s 2018-11-25 08:42:05,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3833bbd2-af52-4ab7-8153-759abe7d44da 2018-11-25 08:42:05,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:05,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:06,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d49c8c84-078a-460e-9b3c-37507b91d037 x-compute-request-id: req-d49c8c84-078a-460e-9b3c-37507b91d037 Content-Encoding: gzip Content-Length: 8058 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\n"} 2018-11-25 08:42:06,854 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-d49c8c84-078a-460e-9b3c-37507b91d037 2018-11-25 08:42:06,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07425498962s 2018-11-25 08:42:06,855 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-d49c8c84-078a-460e-9b3c-37507b91d037 2018-11-25 08:42:06,855 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized 2018-11-25 08:42:07,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:07,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:08,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-5242c2cc-1db6-4f03-b1ab-dd78a204b068 x-compute-request-id: req-5242c2cc-1db6-4f03-b1ab-dd78a204b068 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:08,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5242c2cc-1db6-4f03-b1ab-dd78a204b068 2018-11-25 08:42:08,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539038896561s 2018-11-25 08:42:08,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5242c2cc-1db6-4f03-b1ab-dd78a204b068 2018-11-25 08:42:08,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:08,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:09,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cef2aeb-8b14-4fee-9f41-ae5898ff35ee x-compute-request-id: req-4cef2aeb-8b14-4fee-9f41-ae5898ff35ee Content-Encoding: gzip Content-Length: 8058 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\n"} 2018-11-25 08:42:09,471 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4cef2aeb-8b14-4fee-9f41-ae5898ff35ee 2018-11-25 08:42:09,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07055687904s 2018-11-25 08:42:09,472 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4cef2aeb-8b14-4fee-9f41-ae5898ff35ee 2018-11-25 08:42:09,472 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized 2018-11-25 08:42:09,473 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:42:10,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:10,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:11,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70260aae-d631-4a86-8fd8-36fd6775e997 x-compute-request-id: req-70260aae-d631-4a86-8fd8-36fd6775e997 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:11,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-70260aae-d631-4a86-8fd8-36fd6775e997 2018-11-25 08:42:11,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719182014465s 2018-11-25 08:42:11,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-70260aae-d631-4a86-8fd8-36fd6775e997 2018-11-25 08:42:11,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:11,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:12,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-f50081a6-8060-4d3c-9168-44bcc780bc16 x-compute-request-id: req-f50081a6-8060-4d3c-9168-44bcc780bc16 Content-Encoding: gzip Content-Length: 8060 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\n"} 2018-11-25 08:42:12,272 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f50081a6-8060-4d3c-9168-44bcc780bc16 2018-11-25 08:42:12,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07540988922s 2018-11-25 08:42:12,274 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f50081a6-8060-4d3c-9168-44bcc780bc16 2018-11-25 08:42:12,274 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 2018-11-25 08:42:13,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:13,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:13,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c08c0f20-626e-4cbc-b4db-24884e74d695 x-compute-request-id: req-c08c0f20-626e-4cbc-b4db-24884e74d695 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:13,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c08c0f20-626e-4cbc-b4db-24884e74d695 2018-11-25 08:42:13,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533094882965s 2018-11-25 08:42:13,811 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c08c0f20-626e-4cbc-b4db-24884e74d695 2018-11-25 08:42:13,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:13,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:14,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c42b9ee0-08f3-4142-a3ab-dd114304241d x-compute-request-id: req-c42b9ee0-08f3-4142-a3ab-dd114304241d Content-Encoding: gzip Content-Length: 8060 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\n"} 2018-11-25 08:42:14,887 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c42b9ee0-08f3-4142-a3ab-dd114304241d 2018-11-25 08:42:14,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07417297363s 2018-11-25 08:42:14,888 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c42b9ee0-08f3-4142-a3ab-dd114304241d 2018-11-25 08:42:14,888 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 2018-11-25 08:42:15,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:15,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:16,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f656308b-689c-404f-aea8-c2726161e1ae x-compute-request-id: req-f656308b-689c-404f-aea8-c2726161e1ae Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:16,475 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f656308b-689c-404f-aea8-c2726161e1ae 2018-11-25 08:42:16,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.584300994873s 2018-11-25 08:42:16,476 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f656308b-689c-404f-aea8-c2726161e1ae 2018-11-25 08:42:16,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:16,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:17,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-093c312c-814d-40d8-979d-bb126d7bd2fc x-compute-request-id: req-093c312c-814d-40d8-979d-bb126d7bd2fc Content-Encoding: gzip Content-Length: 8060 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\n"} 2018-11-25 08:42:17,547 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-093c312c-814d-40d8-979d-bb126d7bd2fc 2018-11-25 08:42:17,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06790304184s 2018-11-25 08:42:17,547 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-093c312c-814d-40d8-979d-bb126d7bd2fc 2018-11-25 08:42:17,548 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 2018-11-25 08:42:18,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:18,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:19,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1bda21d-467e-488d-b386-4eb52dcc9719 x-compute-request-id: req-a1bda21d-467e-488d-b386-4eb52dcc9719 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:19,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a1bda21d-467e-488d-b386-4eb52dcc9719 2018-11-25 08:42:19,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637779951096s 2018-11-25 08:42:19,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a1bda21d-467e-488d-b386-4eb52dcc9719 2018-11-25 08:42:19,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:19,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:20,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc30ee0a-ada1-47b1-aec8-f77d55752225 x-compute-request-id: req-dc30ee0a-ada1-47b1-aec8-f77d55752225 Content-Encoding: gzip Content-Length: 8060 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\n"} 2018-11-25 08:42:20,263 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-dc30ee0a-ada1-47b1-aec8-f77d55752225 2018-11-25 08:42:20,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07290887833s 2018-11-25 08:42:20,264 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-dc30ee0a-ada1-47b1-aec8-f77d55752225 2018-11-25 08:42:20,264 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 2018-11-25 08:42:21,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:21,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:21,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4d5b765-fa8e-49e2-bd88-841b13be33ab x-compute-request-id: req-b4d5b765-fa8e-49e2-bd88-841b13be33ab Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:21,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b4d5b765-fa8e-49e2-bd88-841b13be33ab 2018-11-25 08:42:21,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500587940216s 2018-11-25 08:42:21,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b4d5b765-fa8e-49e2-bd88-841b13be33ab 2018-11-25 08:42:21,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:21,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:22,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74e88be7-b142-47b1-890e-1766a18b95d3 x-compute-request-id: req-74e88be7-b142-47b1-890e-1766a18b95d3 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:22,874 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-74e88be7-b142-47b1-890e-1766a18b95d3 2018-11-25 08:42:22,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10312795639s 2018-11-25 08:42:22,875 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-74e88be7-b142-47b1-890e-1766a18b95d3 2018-11-25 08:42:22,875 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 2018-11-25 08:42:23,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:23,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:24,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4ef4fb5-436b-4322-92d8-b5f10425710f x-compute-request-id: req-e4ef4fb5-436b-4322-92d8-b5f10425710f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:24,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e4ef4fb5-436b-4322-92d8-b5f10425710f 2018-11-25 08:42:24,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546433925629s 2018-11-25 08:42:24,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e4ef4fb5-436b-4322-92d8-b5f10425710f 2018-11-25 08:42:24,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:24,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:25,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-64d50d4b-b973-4fb2-a5e0-ffe0499e6e0f x-compute-request-id: req-64d50d4b-b973-4fb2-a5e0-ffe0499e6e0f Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:25,500 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-64d50d4b-b973-4fb2-a5e0-ffe0499e6e0f 2018-11-25 08:42:25,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07192277908s 2018-11-25 08:42:25,501 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-64d50d4b-b973-4fb2-a5e0-ffe0499e6e0f 2018-11-25 08:42:25,502 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 2018-11-25 08:42:26,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:26,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:27,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-b2d1dd0e-a19e-461c-bcb1-9880e2e40312 x-compute-request-id: req-b2d1dd0e-a19e-461c-bcb1-9880e2e40312 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:27,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2d1dd0e-a19e-461c-bcb1-9880e2e40312 2018-11-25 08:42:27,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531219005585s 2018-11-25 08:42:27,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2d1dd0e-a19e-461c-bcb1-9880e2e40312 2018-11-25 08:42:27,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:27,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:28,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b355e2d-bec8-400f-8508-94e5c000df4e x-compute-request-id: req-8b355e2d-bec8-400f-8508-94e5c000df4e Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:28,112 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8b355e2d-bec8-400f-8508-94e5c000df4e 2018-11-25 08:42:28,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07416796684s 2018-11-25 08:42:28,113 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8b355e2d-bec8-400f-8508-94e5c000df4e 2018-11-25 08:42:28,113 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 2018-11-25 08:42:29,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:29,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:29,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d64fc00-177d-4e1f-a9d7-69305860521c x-compute-request-id: req-7d64fc00-177d-4e1f-a9d7-69305860521c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:29,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7d64fc00-177d-4e1f-a9d7-69305860521c 2018-11-25 08:42:29,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.79824590683s 2018-11-25 08:42:29,915 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7d64fc00-177d-4e1f-a9d7-69305860521c 2018-11-25 08:42:29,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:29,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:30,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf0ff72b-58a0-4b86-86c1-98d3fa942c8e x-compute-request-id: req-cf0ff72b-58a0-4b86-86c1-98d3fa942c8e Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:30,984 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-cf0ff72b-58a0-4b86-86c1-98d3fa942c8e 2018-11-25 08:42:30,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06781888008s 2018-11-25 08:42:30,985 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-cf0ff72b-58a0-4b86-86c1-98d3fa942c8e 2018-11-25 08:42:30,985 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 2018-11-25 08:42:31,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:31,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:32,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-85432cc5-bbef-492c-837e-fe23295f5ed3 x-compute-request-id: req-85432cc5-bbef-492c-837e-fe23295f5ed3 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:32,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-85432cc5-bbef-492c-837e-fe23295f5ed3 2018-11-25 08:42:32,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540068864822s 2018-11-25 08:42:32,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-85432cc5-bbef-492c-837e-fe23295f5ed3 2018-11-25 08:42:32,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:32,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:33,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5d8e62e-9977-40f5-986b-88af52f9e00a x-compute-request-id: req-a5d8e62e-9977-40f5-986b-88af52f9e00a Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:33,599 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a5d8e62e-9977-40f5-986b-88af52f9e00a 2018-11-25 08:42:33,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06789112091s 2018-11-25 08:42:33,600 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a5d8e62e-9977-40f5-986b-88af52f9e00a 2018-11-25 08:42:33,600 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-11-25 08:42:34,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:34,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:34,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68966a16-a6dc-46ee-b2d8-3bb1ade5827f x-compute-request-id: req-68966a16-a6dc-46ee-b2d8-3bb1ade5827f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:34,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-68966a16-a6dc-46ee-b2d8-3bb1ade5827f 2018-11-25 08:42:34,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387942075729s 2018-11-25 08:42:34,990 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-68966a16-a6dc-46ee-b2d8-3bb1ade5827f 2018-11-25 08:42:34,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:34,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:36,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-e0909782-745d-4fbd-8568-1dd3fa546d3d x-compute-request-id: req-e0909782-745d-4fbd-8568-1dd3fa546d3d Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:36,070 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e0909782-745d-4fbd-8568-1dd3fa546d3d 2018-11-25 08:42:36,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07729411125s 2018-11-25 08:42:36,071 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e0909782-745d-4fbd-8568-1dd3fa546d3d 2018-11-25 08:42:36,072 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-11-25 08:42:36,073 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:42:37,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:37,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:37,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b35a2e6c-e03d-4177-981a-700f3fc83e9d x-compute-request-id: req-b35a2e6c-e03d-4177-981a-700f3fc83e9d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:37,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b35a2e6c-e03d-4177-981a-700f3fc83e9d 2018-11-25 08:42:37,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66300702095s 2018-11-25 08:42:37,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b35a2e6c-e03d-4177-981a-700f3fc83e9d 2018-11-25 08:42:37,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:37,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:38,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-701695b1-9134-4d29-93a3-07c045ecb2b9 x-compute-request-id: req-701695b1-9134-4d29-93a3-07c045ecb2b9 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:38,863 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-701695b1-9134-4d29-93a3-07c045ecb2b9 2018-11-25 08:42:38,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12160301208s 2018-11-25 08:42:38,864 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-701695b1-9134-4d29-93a3-07c045ecb2b9 2018-11-25 08:42:38,864 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-11-25 08:42:39,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:39,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:40,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57d5b05a-3446-4073-869e-d2a26087007a x-compute-request-id: req-57d5b05a-3446-4073-869e-d2a26087007a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:40,236 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-57d5b05a-3446-4073-869e-d2a26087007a 2018-11-25 08:42:40,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368638038635s 2018-11-25 08:42:40,236 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-57d5b05a-3446-4073-869e-d2a26087007a 2018-11-25 08:42:40,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:40,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:41,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-875808b2-b1e3-460b-9e2e-5727fbd8a2ec x-compute-request-id: req-875808b2-b1e3-460b-9e2e-5727fbd8a2ec Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:41,310 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-875808b2-b1e3-460b-9e2e-5727fbd8a2ec 2018-11-25 08:42:41,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07214689255s 2018-11-25 08:42:41,311 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-875808b2-b1e3-460b-9e2e-5727fbd8a2ec 2018-11-25 08:42:41,311 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-11-25 08:42:42,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:42,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:43,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-047268a8-6ded-47ab-825e-4324a32b237d x-compute-request-id: req-047268a8-6ded-47ab-825e-4324a32b237d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:43,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-047268a8-6ded-47ab-825e-4324a32b237d 2018-11-25 08:42:43,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.735638141632s 2018-11-25 08:42:43,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-047268a8-6ded-47ab-825e-4324a32b237d 2018-11-25 08:42:43,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:43,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:44,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-38ca57c0-b68f-4917-818d-7e29262bd5b2 x-compute-request-id: req-38ca57c0-b68f-4917-818d-7e29262bd5b2 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:44,127 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-38ca57c0-b68f-4917-818d-7e29262bd5b2 2018-11-25 08:42:44,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07333493233s 2018-11-25 08:42:44,128 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-38ca57c0-b68f-4917-818d-7e29262bd5b2 2018-11-25 08:42:44,128 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:45,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:45,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:45,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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,Accept-Encoding x-openstack-request-id: req-a4925de2-dcd2-4558-b51c-e4a1730be43d x-compute-request-id: req-a4925de2-dcd2-4558-b51c-e4a1730be43d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:45,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a4925de2-dcd2-4558-b51c-e4a1730be43d 2018-11-25 08:42:45,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528789997101s 2018-11-25 08:42:45,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a4925de2-dcd2-4558-b51c-e4a1730be43d 2018-11-25 08:42:45,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:45,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:46,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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,Accept-Encoding x-openstack-request-id: req-0f25847e-b989-4d78-822d-fd14a721cf00 x-compute-request-id: req-0f25847e-b989-4d78-822d-fd14a721cf00 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:46,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0f25847e-b989-4d78-822d-fd14a721cf00 2018-11-25 08:42:46,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07797622681s 2018-11-25 08:42:46,744 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0f25847e-b989-4d78-822d-fd14a721cf00 2018-11-25 08:42:46,744 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:47,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:47,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:48,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-9efe902d-b277-4018-b873-01e344eadd0b x-compute-request-id: req-9efe902d-b277-4018-b873-01e344eadd0b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:48,350 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9efe902d-b277-4018-b873-01e344eadd0b 2018-11-25 08:42:48,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602432966232s 2018-11-25 08:42:48,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9efe902d-b277-4018-b873-01e344eadd0b 2018-11-25 08:42:48,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:48,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:49,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-5fe5fa2e-0444-4402-af6e-c066f83d11f0 x-compute-request-id: req-5fe5fa2e-0444-4402-af6e-c066f83d11f0 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:49,438 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5fe5fa2e-0444-4402-af6e-c066f83d11f0 2018-11-25 08:42:49,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08474302292s 2018-11-25 08:42:49,439 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5fe5fa2e-0444-4402-af6e-c066f83d11f0 2018-11-25 08:42:49,439 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:50,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:50,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:51,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42: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-3833074f-ef5a-4795-9bce-74fb624a88ad x-compute-request-id: req-3833074f-ef5a-4795-9bce-74fb624a88ad Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:51,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3833074f-ef5a-4795-9bce-74fb624a88ad 2018-11-25 08:42:51,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.635154008865s 2018-11-25 08:42:51,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3833074f-ef5a-4795-9bce-74fb624a88ad 2018-11-25 08:42:51,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:51,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:52,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-147d6595-7384-4170-bd94-17965a661cbe x-compute-request-id: req-147d6595-7384-4170-bd94-17965a661cbe Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:52,150 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-147d6595-7384-4170-bd94-17965a661cbe 2018-11-25 08:42:52,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07089519501s 2018-11-25 08:42:52,152 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-147d6595-7384-4170-bd94-17965a661cbe 2018-11-25 08:42:52,152 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:53,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:53,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:53,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-eab59d96-19e9-44d7-a54b-28c5e2adf2dd x-compute-request-id: req-eab59d96-19e9-44d7-a54b-28c5e2adf2dd Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:53,606 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eab59d96-19e9-44d7-a54b-28c5e2adf2dd 2018-11-25 08:42:53,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.451410055161s 2018-11-25 08:42:53,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eab59d96-19e9-44d7-a54b-28c5e2adf2dd 2018-11-25 08:42:53,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:53,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:54,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-9fa1d16d-6065-4539-a8b2-b52d7af2fb80 x-compute-request-id: req-9fa1d16d-6065-4539-a8b2-b52d7af2fb80 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:54,682 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-9fa1d16d-6065-4539-a8b2-b52d7af2fb80 2018-11-25 08:42:54,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07304787636s 2018-11-25 08:42:54,683 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-9fa1d16d-6065-4539-a8b2-b52d7af2fb80 2018-11-25 08:42:54,684 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:55,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:55,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:56,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9003823-2306-411a-a1dc-40f19e90f891 x-compute-request-id: req-a9003823-2306-411a-a1dc-40f19e90f891 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:56,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a9003823-2306-411a-a1dc-40f19e90f891 2018-11-25 08:42:56,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354171991348s 2018-11-25 08:42:56,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a9003823-2306-411a-a1dc-40f19e90f891 2018-11-25 08:42:56,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:56,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:57,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4dde15c-2973-474a-be3a-f529c4efef01 x-compute-request-id: req-c4dde15c-2973-474a-be3a-f529c4efef01 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:57,118 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c4dde15c-2973-474a-be3a-f529c4efef01 2018-11-25 08:42:57,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07392406464s 2018-11-25 08:42:57,118 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c4dde15c-2973-474a-be3a-f529c4efef01 2018-11-25 08:42:57,119 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:58,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:42:58,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:42:58,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fccea3db-678e-4ad3-84d2-0f8cf5fb37c5 x-compute-request-id: req-fccea3db-678e-4ad3-84d2-0f8cf5fb37c5 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:42:58,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fccea3db-678e-4ad3-84d2-0f8cf5fb37c5 2018-11-25 08:42:58,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.502252101898s 2018-11-25 08:42:58,624 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fccea3db-678e-4ad3-84d2-0f8cf5fb37c5 2018-11-25 08:42:58,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:42:58,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:42:59,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:42:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-143aee27-37aa-4089-8961-3d249b51fbf9 x-compute-request-id: req-143aee27-37aa-4089-8961-3d249b51fbf9 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:42:59,730 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-143aee27-37aa-4089-8961-3d249b51fbf9 2018-11-25 08:42:59,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10331201553s 2018-11-25 08:42:59,731 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-143aee27-37aa-4089-8961-3d249b51fbf9 2018-11-25 08:42:59,731 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:00,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:00,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:01,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34344594-e651-41b8-a29f-fd040fc4d147 x-compute-request-id: req-34344594-e651-41b8-a29f-fd040fc4d147 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:01,261 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-34344594-e651-41b8-a29f-fd040fc4d147 2018-11-25 08:43:01,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527127981186s 2018-11-25 08:43:01,262 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-34344594-e651-41b8-a29f-fd040fc4d147 2018-11-25 08:43:01,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:01,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:02,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-501642b2-89b9-4315-b3ac-b518620451ae x-compute-request-id: req-501642b2-89b9-4315-b3ac-b518620451ae Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:02,336 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-501642b2-89b9-4315-b3ac-b518620451ae 2018-11-25 08:43:02,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07197594643s 2018-11-25 08:43:02,337 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-501642b2-89b9-4315-b3ac-b518620451ae 2018-11-25 08:43:02,337 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:02,338 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:43:03,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:03,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:03,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-c12a05a1-6802-41ff-9bd7-7af013e7a78e x-compute-request-id: req-c12a05a1-6802-41ff-9bd7-7af013e7a78e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:03,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c12a05a1-6802-41ff-9bd7-7af013e7a78e 2018-11-25 08:43:03,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505473852158s 2018-11-25 08:43:03,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c12a05a1-6802-41ff-9bd7-7af013e7a78e 2018-11-25 08:43:03,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:03,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:04,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-27aa7d97-ebaf-4c33-bf3a-ed283d8732bf x-compute-request-id: req-27aa7d97-ebaf-4c33-bf3a-ed283d8732bf Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:04,922 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-27aa7d97-ebaf-4c33-bf3a-ed283d8732bf 2018-11-25 08:43:04,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07438898087s 2018-11-25 08:43:04,922 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-27aa7d97-ebaf-4c33-bf3a-ed283d8732bf 2018-11-25 08:43:04,923 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:05,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:05,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:06,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b3dee90-32c4-4fab-a4c5-dd0bee05c7cf x-compute-request-id: req-2b3dee90-32c4-4fab-a4c5-dd0bee05c7cf Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:06,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2b3dee90-32c4-4fab-a4c5-dd0bee05c7cf 2018-11-25 08:43:06,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592555999756s 2018-11-25 08:43:06,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2b3dee90-32c4-4fab-a4c5-dd0bee05c7cf 2018-11-25 08:43:06,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:06,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:07,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eeea24f9-3272-425a-b79c-92463bca05c0 x-compute-request-id: req-eeea24f9-3272-425a-b79c-92463bca05c0 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:07,607 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-eeea24f9-3272-425a-b79c-92463bca05c0 2018-11-25 08:43:07,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08621907234s 2018-11-25 08:43:07,609 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-eeea24f9-3272-425a-b79c-92463bca05c0 2018-11-25 08:43:07,609 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:08,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:08,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:08,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-728033f3-c8b4-4e4f-a18d-4be28deb0d3d x-compute-request-id: req-728033f3-c8b4-4e4f-a18d-4be28deb0d3d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:08,982 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-728033f3-c8b4-4e4f-a18d-4be28deb0d3d 2018-11-25 08:43:08,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370202064514s 2018-11-25 08:43:08,983 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-728033f3-c8b4-4e4f-a18d-4be28deb0d3d 2018-11-25 08:43:08,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:08,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:10,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30d5d85e-1c2b-4d9f-b484-192d73cf39ea x-compute-request-id: req-30d5d85e-1c2b-4d9f-b484-192d73cf39ea Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:10,062 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-30d5d85e-1c2b-4d9f-b484-192d73cf39ea 2018-11-25 08:43:10,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07600903511s 2018-11-25 08:43:10,063 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-30d5d85e-1c2b-4d9f-b484-192d73cf39ea 2018-11-25 08:43:10,063 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:11,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:11,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:11,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-36f0a522-f0f3-49d8-8a6d-53aa6afd5892 x-compute-request-id: req-36f0a522-f0f3-49d8-8a6d-53aa6afd5892 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:11,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-36f0a522-f0f3-49d8-8a6d-53aa6afd5892 2018-11-25 08:43:11,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384787082672s 2018-11-25 08:43:11,450 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-36f0a522-f0f3-49d8-8a6d-53aa6afd5892 2018-11-25 08:43:11,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:11,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:12,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-860d0f3c-e3ad-406c-ad3b-e8eeda948d34 x-compute-request-id: req-860d0f3c-e3ad-406c-ad3b-e8eeda948d34 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:12,479 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-860d0f3c-e3ad-406c-ad3b-e8eeda948d34 2018-11-25 08:43:12,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02636599541s 2018-11-25 08:43:12,481 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-860d0f3c-e3ad-406c-ad3b-e8eeda948d34 2018-11-25 08:43:12,481 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:13,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:13,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:14,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-2b080538-78e7-4ba3-9e6f-929dc5487776 x-compute-request-id: req-2b080538-78e7-4ba3-9e6f-929dc5487776 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:14,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2b080538-78e7-4ba3-9e6f-929dc5487776 2018-11-25 08:43:14,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558834075928s 2018-11-25 08:43:14,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2b080538-78e7-4ba3-9e6f-929dc5487776 2018-11-25 08:43:14,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:14,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:15,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18b8051a-6866-416f-95dd-1da1466f1816 x-compute-request-id: req-18b8051a-6866-416f-95dd-1da1466f1816 Content-Encoding: gzip Content-Length: 8061 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:15,115 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-18b8051a-6866-416f-95dd-1da1466f1816 2018-11-25 08:43:15,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07065010071s 2018-11-25 08:43:15,116 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-18b8051a-6866-416f-95dd-1da1466f1816 2018-11-25 08:43:15,116 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:16,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:16,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:16,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86ecbbfa-0349-4fad-892a-b9759d58daa8 x-compute-request-id: req-86ecbbfa-0349-4fad-892a-b9759d58daa8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:16,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-86ecbbfa-0349-4fad-892a-b9759d58daa8 2018-11-25 08:43:16,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.489378929138s 2018-11-25 08:43:16,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-86ecbbfa-0349-4fad-892a-b9759d58daa8 2018-11-25 08:43:16,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:16,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:17,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-519fae6a-86aa-44eb-815f-5a7ca8e78756 x-compute-request-id: req-519fae6a-86aa-44eb-815f-5a7ca8e78756 Content-Encoding: gzip Content-Length: 8062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:17,687 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-519fae6a-86aa-44eb-815f-5a7ca8e78756 2018-11-25 08:43:17,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07438588142s 2018-11-25 08:43:17,688 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-519fae6a-86aa-44eb-815f-5a7ca8e78756 2018-11-25 08:43:17,688 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:18,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:18,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:19,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-431fe3de-cd51-46ad-93fb-09a80fcc6946 x-compute-request-id: req-431fe3de-cd51-46ad-93fb-09a80fcc6946 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:19,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-431fe3de-cd51-46ad-93fb-09a80fcc6946 2018-11-25 08:43:19,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376880884171s 2018-11-25 08:43:19,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-431fe3de-cd51-46ad-93fb-09a80fcc6946 2018-11-25 08:43:19,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:19,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:20,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-378183bc-e672-4780-9475-3684e393f020 x-compute-request-id: req-378183bc-e672-4780-9475-3684e393f020 Content-Encoding: gzip Content-Length: 8062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:20,143 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-378183bc-e672-4780-9475-3684e393f020 2018-11-25 08:43:20,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07205486298s 2018-11-25 08:43:20,144 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-378183bc-e672-4780-9475-3684e393f020 2018-11-25 08:43:20,145 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:21,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:21,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:21,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c399d13-143b-483e-8129-a8af19461bfe x-compute-request-id: req-4c399d13-143b-483e-8129-a8af19461bfe Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:21,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4c399d13-143b-483e-8129-a8af19461bfe 2018-11-25 08:43:21,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560906887054s 2018-11-25 08:43:21,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4c399d13-143b-483e-8129-a8af19461bfe 2018-11-25 08:43:21,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:21,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:22,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c323e9e2-85f7-4358-a27d-edb403ef59e4 x-compute-request-id: req-c323e9e2-85f7-4358-a27d-edb403ef59e4 Content-Encoding: gzip Content-Length: 8062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:22,784 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c323e9e2-85f7-4358-a27d-edb403ef59e4 2018-11-25 08:43:22,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07210087776s 2018-11-25 08:43:22,785 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-c323e9e2-85f7-4358-a27d-edb403ef59e4 2018-11-25 08:43:22,785 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:23,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:23,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:24,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-c6128b55-469a-4827-bf90-4c709e97daf0 x-compute-request-id: req-c6128b55-469a-4827-bf90-4c709e97daf0 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:24,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c6128b55-469a-4827-bf90-4c709e97daf0 2018-11-25 08:43:24,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533360958099s 2018-11-25 08:43:24,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c6128b55-469a-4827-bf90-4c709e97daf0 2018-11-25 08:43:24,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:24,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:25,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab887ebf-6b1a-4c44-b3fd-f5eb1df67964 x-compute-request-id: req-ab887ebf-6b1a-4c44-b3fd-f5eb1df67964 Content-Encoding: gzip Content-Length: 8062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:25,396 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ab887ebf-6b1a-4c44-b3fd-f5eb1df67964 2018-11-25 08:43:25,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07164096832s 2018-11-25 08:43:25,397 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ab887ebf-6b1a-4c44-b3fd-f5eb1df67964 2018-11-25 08:43:25,397 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:26,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:26,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:27,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-502394bd-d176-46f0-bf9e-b7886ec724cc x-compute-request-id: req-502394bd-d176-46f0-bf9e-b7886ec724cc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:27,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-502394bd-d176-46f0-bf9e-b7886ec724cc 2018-11-25 08:43:27,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713766098022s 2018-11-25 08:43:27,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-502394bd-d176-46f0-bf9e-b7886ec724cc 2018-11-25 08:43:27,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:27,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:28,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-a5c60312-9363-4155-a6c0-dafa50f5ee64 x-compute-request-id: req-a5c60312-9363-4155-a6c0-dafa50f5ee64 Content-Encoding: gzip Content-Length: 8062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:28,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a5c60312-9363-4155-a6c0-dafa50f5ee64 2018-11-25 08:43:28,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07070112228s 2018-11-25 08:43:28,187 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-a5c60312-9363-4155-a6c0-dafa50f5ee64 2018-11-25 08:43:28,187 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:28,188 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:43:29,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:29,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:29,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-9694a806-34fa-488c-a237-335dda72b9fe x-compute-request-id: req-9694a806-34fa-488c-a237-335dda72b9fe Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:29,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9694a806-34fa-488c-a237-335dda72b9fe 2018-11-25 08:43:29,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536899805069s 2018-11-25 08:43:29,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9694a806-34fa-488c-a237-335dda72b9fe 2018-11-25 08:43:29,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:29,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:30,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-e494c7b5-0068-4d3c-940e-4d3095e5fab3 x-compute-request-id: req-e494c7b5-0068-4d3c-940e-4d3095e5fab3 Content-Encoding: gzip Content-Length: 8062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:30,800 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e494c7b5-0068-4d3c-940e-4d3095e5fab3 2018-11-25 08:43:30,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07089400291s 2018-11-25 08:43:30,801 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e494c7b5-0068-4d3c-940e-4d3095e5fab3 2018-11-25 08:43:30,801 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:31,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:31,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:32,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-5104a62e-8720-40f1-856e-c7510bc97775 x-compute-request-id: req-5104a62e-8720-40f1-856e-c7510bc97775 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:32,164 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5104a62e-8720-40f1-856e-c7510bc97775 2018-11-25 08:43:32,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359690904617s 2018-11-25 08:43:32,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5104a62e-8720-40f1-856e-c7510bc97775 2018-11-25 08:43:32,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:32,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:33,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16f20d84-8791-4669-b954-8d423131f6d4 x-compute-request-id: req-16f20d84-8791-4669-b954-8d423131f6d4 Content-Encoding: gzip Content-Length: 8062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:33,240 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-16f20d84-8791-4669-b954-8d423131f6d4 2018-11-25 08:43:33,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07281494141s 2018-11-25 08:43:33,241 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-16f20d84-8791-4669-b954-8d423131f6d4 2018-11-25 08:43:33,241 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:34,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:34,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:34,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98a17a68-ed8b-4f43-bae7-1e0ec6345f96 x-compute-request-id: req-98a17a68-ed8b-4f43-bae7-1e0ec6345f96 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:34,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-98a17a68-ed8b-4f43-bae7-1e0ec6345f96 2018-11-25 08:43:34,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689293861389s 2018-11-25 08:43:34,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-98a17a68-ed8b-4f43-bae7-1e0ec6345f96 2018-11-25 08:43:34,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:34,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:36,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5f3fe28-55ec-4a36-a3b9-edc164e1c3ad x-compute-request-id: req-f5f3fe28-55ec-4a36-a3b9-edc164e1c3ad Content-Encoding: gzip Content-Length: 8062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:36,008 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f5f3fe28-55ec-4a36-a3b9-edc164e1c3ad 2018-11-25 08:43:36,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07089090347s 2018-11-25 08:43:36,009 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f5f3fe28-55ec-4a36-a3b9-edc164e1c3ad 2018-11-25 08:43:36,009 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:37,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:37,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:37,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e51a917-02d6-4d89-803a-5ef9e98266aa x-compute-request-id: req-4e51a917-02d6-4d89-803a-5ef9e98266aa Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:37,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4e51a917-02d6-4d89-803a-5ef9e98266aa 2018-11-25 08:43:37,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53545498848s 2018-11-25 08:43:37,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4e51a917-02d6-4d89-803a-5ef9e98266aa 2018-11-25 08:43:37,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:37,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:38,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03e25028-b426-49de-8702-95ea4bbb71d6 x-compute-request-id: req-03e25028-b426-49de-8702-95ea4bbb71d6 Content-Encoding: gzip Content-Length: 8062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:38,624 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-03e25028-b426-49de-8702-95ea4bbb71d6 2018-11-25 08:43:38,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07350802422s 2018-11-25 08:43:38,625 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-03e25028-b426-49de-8702-95ea4bbb71d6 2018-11-25 08:43:38,626 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:39,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:39,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:40,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-d5bfae0d-56c3-4793-bd9d-ca546a2cc5a8 x-compute-request-id: req-d5bfae0d-56c3-4793-bd9d-ca546a2cc5a8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:40,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5bfae0d-56c3-4793-bd9d-ca546a2cc5a8 2018-11-25 08:43:40,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386430025101s 2018-11-25 08:43:40,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5bfae0d-56c3-4793-bd9d-ca546a2cc5a8 2018-11-25 08:43:40,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:40,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:41,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a946e9e-eaf8-4bc7-846a-72d1d1a3e2ca x-compute-request-id: req-8a946e9e-eaf8-4bc7-846a-72d1d1a3e2ca Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:41,090 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8a946e9e-eaf8-4bc7-846a-72d1d1a3e2ca 2018-11-25 08:43:41,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07249403s 2018-11-25 08:43:41,091 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8a946e9e-eaf8-4bc7-846a-72d1d1a3e2ca 2018-11-25 08:43:41,091 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:42,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:42,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:42,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09aae825-ae13-464e-a898-4ae5f3f9527b x-compute-request-id: req-09aae825-ae13-464e-a898-4ae5f3f9527b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:42,504 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-09aae825-ae13-464e-a898-4ae5f3f9527b 2018-11-25 08:43:42,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.409447908401s 2018-11-25 08:43:42,504 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-09aae825-ae13-464e-a898-4ae5f3f9527b 2018-11-25 08:43:42,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:42,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:43,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-000a15f5-2596-4e32-b35b-4a2e1cbc16b0 x-compute-request-id: req-000a15f5-2596-4e32-b35b-4a2e1cbc16b0 Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:43,584 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-000a15f5-2596-4e32-b35b-4a2e1cbc16b0 2018-11-25 08:43:43,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07732200623s 2018-11-25 08:43:43,585 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-000a15f5-2596-4e32-b35b-4a2e1cbc16b0 2018-11-25 08:43:43,586 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:44,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:44,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:45,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-e5a2f5db-09d6-44f8-b04d-f66ddab78777 x-compute-request-id: req-e5a2f5db-09d6-44f8-b04d-f66ddab78777 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:45,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e5a2f5db-09d6-44f8-b04d-f66ddab78777 2018-11-25 08:43:45,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53374004364s 2018-11-25 08:43:45,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e5a2f5db-09d6-44f8-b04d-f66ddab78777 2018-11-25 08:43:45,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:45,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:46,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-5f8159fe-9aac-4d59-9a59-56ed1f8202a3 x-compute-request-id: req-5f8159fe-9aac-4d59-9a59-56ed1f8202a3 Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:46,201 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5f8159fe-9aac-4d59-9a59-56ed1f8202a3 2018-11-25 08:43:46,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07596421242s 2018-11-25 08:43:46,203 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5f8159fe-9aac-4d59-9a59-56ed1f8202a3 2018-11-25 08:43:46,203 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:47,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:47,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:47,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f3b3e30-f19d-4528-9ae4-bcb149045c41 x-compute-request-id: req-8f3b3e30-f19d-4528-9ae4-bcb149045c41 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:47,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8f3b3e30-f19d-4528-9ae4-bcb149045c41 2018-11-25 08:43:47,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364459037781s 2018-11-25 08:43:47,570 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8f3b3e30-f19d-4528-9ae4-bcb149045c41 2018-11-25 08:43:47,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:47,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:48,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da2f61cf-5a5a-4129-9c44-1fde591b3883 x-compute-request-id: req-da2f61cf-5a5a-4129-9c44-1fde591b3883 Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:48,650 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-da2f61cf-5a5a-4129-9c44-1fde591b3883 2018-11-25 08:43:48,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07692599297s 2018-11-25 08:43:48,651 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-da2f61cf-5a5a-4129-9c44-1fde591b3883 2018-11-25 08:43:48,652 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:49,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:49,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:50,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7a691cf-2cae-4d0a-bfb7-ea0a80769779 x-compute-request-id: req-c7a691cf-2cae-4d0a-bfb7-ea0a80769779 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:50,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c7a691cf-2cae-4d0a-bfb7-ea0a80769779 2018-11-25 08:43:50,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523604154587s 2018-11-25 08:43:50,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c7a691cf-2cae-4d0a-bfb7-ea0a80769779 2018-11-25 08:43:50,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:50,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:51,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1d82cf2-1338-4428-8839-29b7a2551e46 x-compute-request-id: req-d1d82cf2-1338-4428-8839-29b7a2551e46 Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:51,253 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-d1d82cf2-1338-4428-8839-29b7a2551e46 2018-11-25 08:43:51,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07222890854s 2018-11-25 08:43:51,254 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-d1d82cf2-1338-4428-8839-29b7a2551e46 2018-11-25 08:43:51,255 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:52,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:52,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:52,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53722bbb-63f7-40e0-bae6-4330d95984f1 x-compute-request-id: req-53722bbb-63f7-40e0-bae6-4330d95984f1 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:52,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-53722bbb-63f7-40e0-bae6-4330d95984f1 2018-11-25 08:43:52,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530960083008s 2018-11-25 08:43:52,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-53722bbb-63f7-40e0-bae6-4330d95984f1 2018-11-25 08:43:52,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:52,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:53,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bde3d61-d99a-4af7-bd88-a99bb02f062e x-compute-request-id: req-4bde3d61-d99a-4af7-bd88-a99bb02f062e Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:53,864 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4bde3d61-d99a-4af7-bd88-a99bb02f062e 2018-11-25 08:43:53,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07206106186s 2018-11-25 08:43:53,865 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4bde3d61-d99a-4af7-bd88-a99bb02f062e 2018-11-25 08:43:53,865 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:53,866 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:43:54,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:54,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:55,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9b215ff-f382-4c02-88e5-3891bd8a3538 x-compute-request-id: req-f9b215ff-f382-4c02-88e5-3891bd8a3538 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:55,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f9b215ff-f382-4c02-88e5-3891bd8a3538 2018-11-25 08:43:55,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.23814702034s 2018-11-25 08:43:55,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f9b215ff-f382-4c02-88e5-3891bd8a3538 2018-11-25 08:43:55,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:55,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:56,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-510a6eff-21ec-4d9c-b07a-bac93874daad x-compute-request-id: req-510a6eff-21ec-4d9c-b07a-bac93874daad Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:56,183 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-510a6eff-21ec-4d9c-b07a-bac93874daad 2018-11-25 08:43:56,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07277488708s 2018-11-25 08:43:56,184 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-510a6eff-21ec-4d9c-b07a-bac93874daad 2018-11-25 08:43:56,184 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:57,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:57,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:43:57,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6c4afc4-21b9-44fe-8902-4dab9d676d14 x-compute-request-id: req-f6c4afc4-21b9-44fe-8902-4dab9d676d14 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:43:57,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f6c4afc4-21b9-44fe-8902-4dab9d676d14 2018-11-25 08:43:57,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667621850967s 2018-11-25 08:43:57,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f6c4afc4-21b9-44fe-8902-4dab9d676d14 2018-11-25 08:43:57,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:43:57,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:43:58,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-449f07e4-d73f-4bc2-9ac5-b08278379eb4 x-compute-request-id: req-449f07e4-d73f-4bc2-9ac5-b08278379eb4 Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:43:58,928 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-449f07e4-d73f-4bc2-9ac5-b08278379eb4 2018-11-25 08:43:58,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07014703751s 2018-11-25 08:43:58,929 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-449f07e4-d73f-4bc2-9ac5-b08278379eb4 2018-11-25 08:43:58,930 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:59,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:43:59,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:00,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:43: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-2108d1c3-abc3-499a-9358-1925f366f6a9 x-compute-request-id: req-2108d1c3-abc3-499a-9358-1925f366f6a9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:00,431 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2108d1c3-abc3-499a-9358-1925f366f6a9 2018-11-25 08:44:00,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499149084091s 2018-11-25 08:44:00,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2108d1c3-abc3-499a-9358-1925f366f6a9 2018-11-25 08:44:00,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:00,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:01,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-ce00eae3-aa76-4dc2-8c46-1318dfda77d3 x-compute-request-id: req-ce00eae3-aa76-4dc2-8c46-1318dfda77d3 Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:01,510 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ce00eae3-aa76-4dc2-8c46-1318dfda77d3 2018-11-25 08:44:01,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07623386383s 2018-11-25 08:44:01,511 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ce00eae3-aa76-4dc2-8c46-1318dfda77d3 2018-11-25 08:44:01,512 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:02,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:02,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:03,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-8dc273b4-ddd6-48fe-a245-506041f5e5b8 x-compute-request-id: req-8dc273b4-ddd6-48fe-a245-506041f5e5b8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:03,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8dc273b4-ddd6-48fe-a245-506041f5e5b8 2018-11-25 08:44:03,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533230066299s 2018-11-25 08:44:03,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8dc273b4-ddd6-48fe-a245-506041f5e5b8 2018-11-25 08:44:03,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:03,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:04,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18d7cc90-bf7f-4625-adfc-9931e168c9d2 x-compute-request-id: req-18d7cc90-bf7f-4625-adfc-9931e168c9d2 Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:04,124 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-18d7cc90-bf7f-4625-adfc-9931e168c9d2 2018-11-25 08:44:04,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07282114029s 2018-11-25 08:44:04,125 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-18d7cc90-bf7f-4625-adfc-9931e168c9d2 2018-11-25 08:44:04,126 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:05,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:05,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:05,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-65f230b9-cf49-41ba-aad0-d87069fb3b83 x-compute-request-id: req-65f230b9-cf49-41ba-aad0-d87069fb3b83 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:05,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-65f230b9-cf49-41ba-aad0-d87069fb3b83 2018-11-25 08:44:05,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372406959534s 2018-11-25 08:44:05,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-65f230b9-cf49-41ba-aad0-d87069fb3b83 2018-11-25 08:44:05,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:05,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:06,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-7070cfa6-0728-486f-a178-3fed8d77221f x-compute-request-id: req-7070cfa6-0728-486f-a178-3fed8d77221f Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:06,573 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7070cfa6-0728-486f-a178-3fed8d77221f 2018-11-25 08:44:06,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06947016716s 2018-11-25 08:44:06,574 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7070cfa6-0728-486f-a178-3fed8d77221f 2018-11-25 08:44:06,575 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:07,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:07,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:08,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c31a030-d6d5-4003-824a-b9eabc16de97 x-compute-request-id: req-9c31a030-d6d5-4003-824a-b9eabc16de97 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:08,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9c31a030-d6d5-4003-824a-b9eabc16de97 2018-11-25 08:44:08,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535372018814s 2018-11-25 08:44:08,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9c31a030-d6d5-4003-824a-b9eabc16de97 2018-11-25 08:44:08,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:08,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:09,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-7e1007ee-2fb6-40a8-bb5c-d0d44cb2bd1b x-compute-request-id: req-7e1007ee-2fb6-40a8-bb5c-d0d44cb2bd1b Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:09,190 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7e1007ee-2fb6-40a8-bb5c-d0d44cb2bd1b 2018-11-25 08:44:09,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07362604141s 2018-11-25 08:44:09,191 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-7e1007ee-2fb6-40a8-bb5c-d0d44cb2bd1b 2018-11-25 08:44:09,191 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:10,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:10,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:10,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41a029f0-e0f6-40bc-b009-14d95c5c57c9 x-compute-request-id: req-41a029f0-e0f6-40bc-b009-14d95c5c57c9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:10,707 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-41a029f0-e0f6-40bc-b009-14d95c5c57c9 2018-11-25 08:44:10,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513379812241s 2018-11-25 08:44:10,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-41a029f0-e0f6-40bc-b009-14d95c5c57c9 2018-11-25 08:44:10,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:10,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:11,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eadb089e-f1c1-4dbe-96cb-5691f0427e86 x-compute-request-id: req-eadb089e-f1c1-4dbe-96cb-5691f0427e86 Content-Encoding: gzip Content-Length: 8063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:11,791 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-eadb089e-f1c1-4dbe-96cb-5691f0427e86 2018-11-25 08:44:11,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08114886284s 2018-11-25 08:44:11,792 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-eadb089e-f1c1-4dbe-96cb-5691f0427e86 2018-11-25 08:44:11,792 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:12,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:12,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:13,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c83d56f7-4479-4d17-81c0-c7501f88e8fc x-compute-request-id: req-c83d56f7-4479-4d17-81c0-c7501f88e8fc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:13,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c83d56f7-4479-4d17-81c0-c7501f88e8fc 2018-11-25 08:44:13,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557097911835s 2018-11-25 08:44:13,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c83d56f7-4479-4d17-81c0-c7501f88e8fc 2018-11-25 08:44:13,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:13,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:14,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-b6eb23bb-da7c-4257-ad98-08309e52b64b x-compute-request-id: req-b6eb23bb-da7c-4257-ad98-08309e52b64b Content-Encoding: gzip Content-Length: 8064 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:14,425 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b6eb23bb-da7c-4257-ad98-08309e52b64b 2018-11-25 08:44:14,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07012414932s 2018-11-25 08:44:14,426 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-b6eb23bb-da7c-4257-ad98-08309e52b64b 2018-11-25 08:44:14,426 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:15,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:15,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:15,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39ab9ac4-c3b5-4156-960e-bda4cf0bc9f3 x-compute-request-id: req-39ab9ac4-c3b5-4156-960e-bda4cf0bc9f3 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:15,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-39ab9ac4-c3b5-4156-960e-bda4cf0bc9f3 2018-11-25 08:44:15,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50955080986s 2018-11-25 08:44:15,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-39ab9ac4-c3b5-4156-960e-bda4cf0bc9f3 2018-11-25 08:44:15,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:15,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:17,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3e5ebe1-6761-4736-887f-1e0c2db2d029 x-compute-request-id: req-f3e5ebe1-6761-4736-887f-1e0c2db2d029 Content-Encoding: gzip Content-Length: 8064 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:17,020 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f3e5ebe1-6761-4736-887f-1e0c2db2d029 2018-11-25 08:44:17,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07811880112s 2018-11-25 08:44:17,020 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f3e5ebe1-6761-4736-887f-1e0c2db2d029 2018-11-25 08:44:17,021 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:18,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:18,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:18,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-3171db67-6f89-4546-9413-865346d21e60 x-compute-request-id: req-3171db67-6f89-4546-9413-865346d21e60 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:18,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3171db67-6f89-4546-9413-865346d21e60 2018-11-25 08:44:18,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556180000305s 2018-11-25 08:44:18,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3171db67-6f89-4546-9413-865346d21e60 2018-11-25 08:44:18,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:18,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:19,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-4146daea-bce2-475b-a84c-2a2a81c82f69 x-compute-request-id: req-4146daea-bce2-475b-a84c-2a2a81c82f69 Content-Encoding: gzip Content-Length: 8064 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:19,606 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4146daea-bce2-475b-a84c-2a2a81c82f69 2018-11-25 08:44:19,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02335715294s 2018-11-25 08:44:19,607 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-4146daea-bce2-475b-a84c-2a2a81c82f69 2018-11-25 08:44:19,607 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:19,609 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:44:20,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:20,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:21,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a3a51ca-8f4e-4453-9806-f68a7535db9c x-compute-request-id: req-2a3a51ca-8f4e-4453-9806-f68a7535db9c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:21,305 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2a3a51ca-8f4e-4453-9806-f68a7535db9c 2018-11-25 08:44:21,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694598913193s 2018-11-25 08:44:21,306 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2a3a51ca-8f4e-4453-9806-f68a7535db9c 2018-11-25 08:44:21,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:21,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:22,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-9214f33e-1456-4cb2-b83e-6a758b4b6888 x-compute-request-id: req-9214f33e-1456-4cb2-b83e-6a758b4b6888 Content-Encoding: gzip Content-Length: 8064 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:22,387 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-9214f33e-1456-4cb2-b83e-6a758b4b6888 2018-11-25 08:44:22,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07966399193s 2018-11-25 08:44:22,388 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-9214f33e-1456-4cb2-b83e-6a758b4b6888 2018-11-25 08:44:22,388 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:23,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:23,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:24,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82534706-46e5-45cc-ad32-6076a4401ab5 x-compute-request-id: req-82534706-46e5-45cc-ad32-6076a4401ab5 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:24,028 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-82534706-46e5-45cc-ad32-6076a4401ab5 2018-11-25 08:44:24,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637793064117s 2018-11-25 08:44:24,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-82534706-46e5-45cc-ad32-6076a4401ab5 2018-11-25 08:44:24,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:24,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:25,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-ce30167c-e1e8-4f2e-8946-25f2d533441d x-compute-request-id: req-ce30167c-e1e8-4f2e-8946-25f2d533441d Content-Encoding: gzip Content-Length: 8064 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:25,105 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ce30167c-e1e8-4f2e-8946-25f2d533441d 2018-11-25 08:44:25,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07352900505s 2018-11-25 08:44:25,106 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-ce30167c-e1e8-4f2e-8946-25f2d533441d 2018-11-25 08:44:25,107 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:26,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:26,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:26,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c81c7ea1-c6d4-457d-b70a-06b0fab1fc77 x-compute-request-id: req-c81c7ea1-c6d4-457d-b70a-06b0fab1fc77 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:26,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c81c7ea1-c6d4-457d-b70a-06b0fab1fc77 2018-11-25 08:44:26,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67994594574s 2018-11-25 08:44:26,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c81c7ea1-c6d4-457d-b70a-06b0fab1fc77 2018-11-25 08:44:26,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:26,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:27,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ca10806-1506-4c31-b279-11e77dacd082 x-compute-request-id: req-8ca10806-1506-4c31-b279-11e77dacd082 Content-Encoding: gzip Content-Length: 8064 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:27,868 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8ca10806-1506-4c31-b279-11e77dacd082 2018-11-25 08:44:27,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0758728981s 2018-11-25 08:44:27,870 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8ca10806-1506-4c31-b279-11e77dacd082 2018-11-25 08:44:27,870 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:28,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:28,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:29,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5243e88d-edd2-4628-a69f-df0ef5593b11 x-compute-request-id: req-5243e88d-edd2-4628-a69f-df0ef5593b11 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:29,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5243e88d-edd2-4628-a69f-df0ef5593b11 2018-11-25 08:44:29,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.413135051727s 2018-11-25 08:44:29,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5243e88d-edd2-4628-a69f-df0ef5593b11 2018-11-25 08:44:29,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:29,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:30,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-180adf1c-419a-430c-966c-56ae2bf3a6d4 x-compute-request-id: req-180adf1c-419a-430c-966c-56ae2bf3a6d4 Content-Encoding: gzip Content-Length: 8064 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:30,358 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-180adf1c-419a-430c-966c-56ae2bf3a6d4 2018-11-25 08:44:30,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06880187988s 2018-11-25 08:44:30,359 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-180adf1c-419a-430c-966c-56ae2bf3a6d4 2018-11-25 08:44:30,359 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:31,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:31,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:31,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-b940ef12-6229-4aa7-91f1-40e128aafaf3 x-compute-request-id: req-b940ef12-6229-4aa7-91f1-40e128aafaf3 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:31,873 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b940ef12-6229-4aa7-91f1-40e128aafaf3 2018-11-25 08:44:31,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5108730793s 2018-11-25 08:44:31,873 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b940ef12-6229-4aa7-91f1-40e128aafaf3 2018-11-25 08:44:31,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:31,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:32,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-8a7a06c6-b00a-47cb-b56c-930544431e18 x-compute-request-id: req-8a7a06c6-b00a-47cb-b56c-930544431e18 Content-Encoding: gzip Content-Length: 8064 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:32,954 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8a7a06c6-b00a-47cb-b56c-930544431e18 2018-11-25 08:44:32,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07824897766s 2018-11-25 08:44:32,955 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-8a7a06c6-b00a-47cb-b56c-930544431e18 2018-11-25 08:44:32,956 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:33,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:33,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:34,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-c90e6c10-8d00-4135-98d6-7d20ced4df17 x-compute-request-id: req-c90e6c10-8d00-4135-98d6-7d20ced4df17 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:34,489 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c90e6c10-8d00-4135-98d6-7d20ced4df17 2018-11-25 08:44:34,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531616926193s 2018-11-25 08:44:34,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c90e6c10-8d00-4135-98d6-7d20ced4df17 2018-11-25 08:44:34,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:34,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:35,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05ddded7-eb12-4c87-af28-409b86dce720 x-compute-request-id: req-05ddded7-eb12-4c87-af28-409b86dce720 Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:35,565 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-05ddded7-eb12-4c87-af28-409b86dce720 2018-11-25 08:44:35,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07244491577s 2018-11-25 08:44:35,566 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-05ddded7-eb12-4c87-af28-409b86dce720 2018-11-25 08:44:35,566 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:36,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:36,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:37,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-97a6b18c-258d-4f11-91aa-3d24038a388e x-compute-request-id: req-97a6b18c-258d-4f11-91aa-3d24038a388e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:37,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-97a6b18c-258d-4f11-91aa-3d24038a388e 2018-11-25 08:44:37,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54032087326s 2018-11-25 08:44:37,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-97a6b18c-258d-4f11-91aa-3d24038a388e 2018-11-25 08:44:37,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:37,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:38,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-0c265ea0-1f97-48e0-9fc1-a41c7e4f72f4 x-compute-request-id: req-0c265ea0-1f97-48e0-9fc1-a41c7e4f72f4 Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:38,184 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0c265ea0-1f97-48e0-9fc1-a41c7e4f72f4 2018-11-25 08:44:38,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07095193863s 2018-11-25 08:44:38,185 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-0c265ea0-1f97-48e0-9fc1-a41c7e4f72f4 2018-11-25 08:44:38,185 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:39,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:39,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:39,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-0eadec8a-b6be-45fb-80dd-fa2434090c59 x-compute-request-id: req-0eadec8a-b6be-45fb-80dd-fa2434090c59 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:39,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0eadec8a-b6be-45fb-80dd-fa2434090c59 2018-11-25 08:44:39,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545190095901s 2018-11-25 08:44:39,733 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0eadec8a-b6be-45fb-80dd-fa2434090c59 2018-11-25 08:44:39,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:39,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:40,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-918c1912-3ba9-4e53-b765-bd3cf1399bba x-compute-request-id: req-918c1912-3ba9-4e53-b765-bd3cf1399bba Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:40,814 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-918c1912-3ba9-4e53-b765-bd3cf1399bba 2018-11-25 08:44:40,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07775402069s 2018-11-25 08:44:40,815 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-918c1912-3ba9-4e53-b765-bd3cf1399bba 2018-11-25 08:44:40,815 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:41,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:41,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:42,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-ec167a68-52cb-410f-ad4b-9cf2d4c3fa13 x-compute-request-id: req-ec167a68-52cb-410f-ad4b-9cf2d4c3fa13 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:42,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ec167a68-52cb-410f-ad4b-9cf2d4c3fa13 2018-11-25 08:44:42,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506850004196s 2018-11-25 08:44:42,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ec167a68-52cb-410f-ad4b-9cf2d4c3fa13 2018-11-25 08:44:42,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:42,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:43,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-5c0f6118-7e6f-4a7e-aeba-876a38b160e6 x-compute-request-id: req-5c0f6118-7e6f-4a7e-aeba-876a38b160e6 Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:43,404 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5c0f6118-7e6f-4a7e-aeba-876a38b160e6 2018-11-25 08:44:43,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07635307312s 2018-11-25 08:44:43,405 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-5c0f6118-7e6f-4a7e-aeba-876a38b160e6 2018-11-25 08:44:43,405 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:44,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:44,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:44,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-80cbd283-844c-4a96-828a-c3f6bd67047a x-compute-request-id: req-80cbd283-844c-4a96-828a-c3f6bd67047a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:44,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-80cbd283-844c-4a96-828a-c3f6bd67047a 2018-11-25 08:44:44,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53169798851s 2018-11-25 08:44:44,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-80cbd283-844c-4a96-828a-c3f6bd67047a 2018-11-25 08:44:44,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:44,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:46,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-eaeab1e5-409e-419a-b424-69ab8f0e3da6 x-compute-request-id: req-eaeab1e5-409e-419a-b424-69ab8f0e3da6 Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:46,018 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-eaeab1e5-409e-419a-b424-69ab8f0e3da6 2018-11-25 08:44:46,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07502889633s 2018-11-25 08:44:46,019 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-eaeab1e5-409e-419a-b424-69ab8f0e3da6 2018-11-25 08:44:46,019 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:46,020 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:44:47,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:47,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:47,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-9b170a26-c2e7-4fbb-9e44-66d0c83a5296 x-compute-request-id: req-9b170a26-c2e7-4fbb-9e44-66d0c83a5296 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:47,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b170a26-c2e7-4fbb-9e44-66d0c83a5296 2018-11-25 08:44:47,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.409661054611s 2018-11-25 08:44:47,432 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b170a26-c2e7-4fbb-9e44-66d0c83a5296 2018-11-25 08:44:47,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:47,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:48,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-72cbc441-a1b4-4cb6-8720-f1be5dd519c3 x-compute-request-id: req-72cbc441-a1b4-4cb6-8720-f1be5dd519c3 Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:48,511 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-72cbc441-a1b4-4cb6-8720-f1be5dd519c3 2018-11-25 08:44:48,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07548499107s 2018-11-25 08:44:48,512 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-72cbc441-a1b4-4cb6-8720-f1be5dd519c3 2018-11-25 08:44:48,512 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:49,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:49,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:50,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-7a1610ca-dd0b-4445-990a-3bf71a54253e x-compute-request-id: req-7a1610ca-dd0b-4445-990a-3bf71a54253e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:50,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7a1610ca-dd0b-4445-990a-3bf71a54253e 2018-11-25 08:44:50,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533658027649s 2018-11-25 08:44:50,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7a1610ca-dd0b-4445-990a-3bf71a54253e 2018-11-25 08:44:50,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:50,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:51,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-e4fd497c-f81f-47d8-a3a8-7cfd77c77460 x-compute-request-id: req-e4fd497c-f81f-47d8-a3a8-7cfd77c77460 Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:51,125 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e4fd497c-f81f-47d8-a3a8-7cfd77c77460 2018-11-25 08:44:51,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07387804985s 2018-11-25 08:44:51,126 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-e4fd497c-f81f-47d8-a3a8-7cfd77c77460 2018-11-25 08:44:51,127 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:52,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:52,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:52,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-356f4e01-1e0a-4b5c-b9c0-128945c72159 x-compute-request-id: req-356f4e01-1e0a-4b5c-b9c0-128945c72159 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:52,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-356f4e01-1e0a-4b5c-b9c0-128945c72159 2018-11-25 08:44:52,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547194004059s 2018-11-25 08:44:52,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-356f4e01-1e0a-4b5c-b9c0-128945c72159 2018-11-25 08:44:52,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:52,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:53,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-1c9914ae-18cc-46b6-96c6-86fc226df800 x-compute-request-id: req-1c9914ae-18cc-46b6-96c6-86fc226df800 Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:53,751 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1c9914ae-18cc-46b6-96c6-86fc226df800 2018-11-25 08:44:53,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07065606117s 2018-11-25 08:44:53,752 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-1c9914ae-18cc-46b6-96c6-86fc226df800 2018-11-25 08:44:53,752 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:54,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:54,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:55,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7578782a-973a-4e73-9488-3d96d55e65ef x-compute-request-id: req-7578782a-973a-4e73-9488-3d96d55e65ef Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:55,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7578782a-973a-4e73-9488-3d96d55e65ef 2018-11-25 08:44:55,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386677980423s 2018-11-25 08:44:55,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7578782a-973a-4e73-9488-3d96d55e65ef 2018-11-25 08:44:55,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:55,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:56,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44: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-6bcd91e0-b3ce-4a33-b6d0-201ee58efdf9 x-compute-request-id: req-6bcd91e0-b3ce-4a33-b6d0-201ee58efdf9 Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:56,218 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6bcd91e0-b3ce-4a33-b6d0-201ee58efdf9 2018-11-25 08:44:56,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07317304611s 2018-11-25 08:44:56,219 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-6bcd91e0-b3ce-4a33-b6d0-201ee58efdf9 2018-11-25 08:44:56,220 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:57,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:57,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:44:57,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62e7a36d-9790-4229-81af-b04b0b2ee3e1 x-compute-request-id: req-62e7a36d-9790-4229-81af-b04b0b2ee3e1 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:44:57,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-62e7a36d-9790-4229-81af-b04b0b2ee3e1 2018-11-25 08:44:57,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534371137619s 2018-11-25 08:44:57,758 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-62e7a36d-9790-4229-81af-b04b0b2ee3e1 2018-11-25 08:44:57,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:44:57,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:44:58,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-285966ef-62cc-46cc-b57b-d4e829b433c6 x-compute-request-id: req-285966ef-62cc-46cc-b57b-d4e829b433c6 Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:44:58,834 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-285966ef-62cc-46cc-b57b-d4e829b433c6 2018-11-25 08:44:58,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07309913635s 2018-11-25 08:44:58,835 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-285966ef-62cc-46cc-b57b-d4e829b433c6 2018-11-25 08:44:58,835 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:59,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:44:59,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:00,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:44:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2365eb0-4840-4254-b961-fe5dc06eb134 x-compute-request-id: req-f2365eb0-4840-4254-b961-fe5dc06eb134 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:45:00,352 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f2365eb0-4840-4254-b961-fe5dc06eb134 2018-11-25 08:45:00,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514801979065s 2018-11-25 08:45:00,353 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f2365eb0-4840-4254-b961-fe5dc06eb134 2018-11-25 08:45:00,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:45:00,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:45:01,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45: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-33efcfb1-2897-4649-8837-889ac90299f0 x-compute-request-id: req-33efcfb1-2897-4649-8837-889ac90299f0 Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:45:01,429 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-33efcfb1-2897-4649-8837-889ac90299f0 2018-11-25 08:45:01,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07369589806s 2018-11-25 08:45:01,430 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-33efcfb1-2897-4649-8837-889ac90299f0 2018-11-25 08:45:01,431 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:45:02,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:45:02,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:02,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c1fb289-65b5-4233-8298-ce18c8c5b63e x-compute-request-id: req-5c1fb289-65b5-4233-8298-ce18c8c5b63e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:45:02,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5c1fb289-65b5-4233-8298-ce18c8c5b63e 2018-11-25 08:45:02,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.488477945328s 2018-11-25 08:45:02,922 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5c1fb289-65b5-4233-8298-ce18c8c5b63e 2018-11-25 08:45:02,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:45:02,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:45:03,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5c48031-a479-4052-9115-e4e3238a7b1e x-compute-request-id: req-d5c48031-a479-4052-9115-e4e3238a7b1e Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:45:03,997 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-d5c48031-a479-4052-9115-e4e3238a7b1e 2018-11-25 08:45:03,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07160401344s 2018-11-25 08:45:03,998 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-d5c48031-a479-4052-9115-e4e3238a7b1e 2018-11-25 08:45:03,998 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:45:05,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:45:05,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:05,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42ed1530-dfcd-4fcb-a6c3-a7de7e00f6dc x-compute-request-id: req-42ed1530-dfcd-4fcb-a6c3-a7de7e00f6dc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:45:05,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-42ed1530-dfcd-4fcb-a6c3-a7de7e00f6dc 2018-11-25 08:45:05,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38112282753s 2018-11-25 08:45:05,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-42ed1530-dfcd-4fcb-a6c3-a7de7e00f6dc 2018-11-25 08:45:05,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:45:05,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:45:06,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f03d9acb-4d54-46d5-befb-b2c5fa452d0d x-compute-request-id: req-f03d9acb-4d54-46d5-befb-b2c5fa452d0d Content-Encoding: gzip Content-Length: 8066 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:45:06,464 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f03d9acb-4d54-46d5-befb-b2c5fa452d0d 2018-11-25 08:45:06,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07941603661s 2018-11-25 08:45:06,466 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-f03d9acb-4d54-46d5-befb-b2c5fa452d0d 2018-11-25 08:45:06,466 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:45:07,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:45:07,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:07,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bedf90a-4a36-416f-9d17-96a2368aaf03 x-compute-request-id: req-8bedf90a-4a36-416f-9d17-96a2368aaf03 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:45:07,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8bedf90a-4a36-416f-9d17-96a2368aaf03 2018-11-25 08:45:07,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.409282922745s 2018-11-25 08:45:07,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8bedf90a-4a36-416f-9d17-96a2368aaf03 2018-11-25 08:45:07,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:45:07,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:45:08,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94621208-54ae-429f-bec6-0c462ab0d323 x-compute-request-id: req-94621208-54ae-429f-bec6-0c462ab0d323 Content-Encoding: gzip Content-Length: 8067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:45:08,956 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-94621208-54ae-429f-bec6-0c462ab0d323 2018-11-25 08:45:08,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07630896568s 2018-11-25 08:45:08,957 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-94621208-54ae-429f-bec6-0c462ab0d323 2018-11-25 08:45:08,958 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:45:09,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:45:09,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:10,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab83a089-5208-4ede-87d6-1d5ec33a1e0f x-compute-request-id: req-ab83a089-5208-4ede-87d6-1d5ec33a1e0f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:10Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:45:10,507 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ab83a089-5208-4ede-87d6-1d5ec33a1e0f 2018-11-25 08:45:10,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546689033508s 2018-11-25 08:45:10,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ab83a089-5208-4ede-87d6-1d5ec33a1e0f 2018-11-25 08:45:10,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-25 08:45:10,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 08:45:11,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49cf4149-d4e3-4cd7-a073-f0b0abb51d10 x-compute-request-id: req-49cf4149-d4e3-4cd7-a073-f0b0abb51d10 Content-Encoding: gzip Content-Length: 8067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor\n[ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133043] pid_max: default: 32768 minimum: 301\n[ 0.133937] ACPI: Core revision 20150930\n[ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136622] Security Framework initialized\n[ 0.137430] Yama: becoming mindful.\n[ 0.138153] AppArmor: AppArmor initialized\n[ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144185] Initializing cgroup subsys io\n[ 0.144988] Initializing cgroup subsys memory\n[ 0.145839] Initializing cgroup subsys devices\n[ 0.146711] Initializing cgroup subsys freezer\n[ 0.147576] Initializing cgroup subsys net_cls\n[ 0.148433] Initializing cgroup subsys perf_event\n[ 0.149396] Initializing cgroup subsys net_prio\n[ 0.150285] Initializing cgroup subsys hugetlb\n[ 0.151157] Initializing cgroup subsys pids\n[ 0.152021] CPU: Physical Processor ID: 0\n[ 0.153499] mce: CPU supports 10 MCE banks\n[ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172253] ftrace: allocating 31920 entries in 125 pages\n[ 0.198353] smpboot: Max logical packages: 1\n[ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200557] x2apic enabled\n[ 0.201357] Switched APIC routing to physical x2apic.\n[ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207972] KVM setup paravirtual spinlock\n[ 0.209255] x86: Booted up 1 node, 1 CPUs\n[ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211436] devtmpfs: initialized\n[ 0.213145] evm: security.selinux\n[ 0.213841] evm: security.SMACK64\n[ 0.214523] evm: security.SMACK64EXEC\n[ 0.215260] evm: security.SMACK64TRANSMUTE\n[ 0.216059] evm: security.SMACK64MMAP\n[ 0.216802] evm: security.ima\n[ 0.217436] evm: security.capability\n[ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220074] pinctrl core: initialized pinctrl subsystem\n[ 0.221183] RTC time: 8:36:21, date: 11/25/18\n[ 0.222133] NET: Registered protocol family 16\n[ 0.223091] cpuidle: using governor ladder\n[ 0.223901] cpuidle: using governor menu\n[ 0.224674] PCCT header not found.\n[ 0.225423] ACPI: bus type PCI registered\n[ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227445] PCI: Using configuration type 1 for base access\n[ 0.229187] ACPI: Added _OSI(Module Device)\n[ 0.230029] ACPI: Added _OSI(Processor Device)\n[ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233902] ACPI: Interpreter enabled\n[ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242004] ACPI: (supports S0 S5)\n[ 0.242700] ACPI: Using IOAPIC for interrupt routing\n[ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252614] acpiphp: Slot [3] registered\n[ 0.253411] acpiphp: Slot [4] registered\n[ 0.254217] acpiphp: Slot [5] registered\n[ 0.255009] acpiphp: Slot [6] registered\n[ 0.255803] acpiphp: Slot [7] registered\n[ 0.256597] acpiphp: Slot [8] registered\n[ 0.257394] acpiphp: Slot [9] registered\n[ 0.258185] acpiphp: Slot [10] registered\n[ 0.258987] acpiphp: Slot [11] registered\n[ 0.259805] acpiphp: Slot [12] registered\n[ 0.260613] acpiphp: Slot [13] registered\n[ 0.261420] acpiphp: Slot [14] registered\n[ 0.262225] acpiphp: Slot [15] registered\n[ 0.273127] acpiphp: Slot [16] registered\n[ 0.273934] acpiphp: Slot [17] registered\n[ 0.274735] acpiphp: Slot [18] registered\n[ 0.275536] acpiphp: Slot [19] registered\n[ 0.276342] acpiphp: Slot [20] registered\n[ 0.277154] acpiphp: Slot [21] registered\n[ 0.277961] acpiphp: Slot [22] registered\n[ 0.278770] acpiphp: Slot [23] registered\n[ 0.279574] acpiphp: Slot [24] registered\n[ 0.280379] acpiphp: Slot [25] registered\n[ 0.281192] acpiphp: Slot [26] registered\n[ 0.281995] acpiphp: Slot [27] registered\n[ 0.282801] acpiphp: Slot [28] registered\n[ 0.283604] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285223] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370776] vgaarb: loaded\n[ 0.371375] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373337] ACPI: bus type USB registered\n[ 0.374161] usbcore: registered new interface driver usbfs\n[ 0.375200] usbcore: registered new interface driver hub\n[ 0.376213] usbcore: registered new device driver usb\n[ 0.377270] PCI: Using ACPI for IRQ routing\n[ 0.378296] NetLabel: Initializing\n[ 0.379017] NetLabel: domain hash size = 128\n[ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380838] NetLabel: unlabeled traffic allowed by default\n[ 0.381938] clocksource: Switched to clocksource kvm-clock\n[ 0.387338] AppArmor: AppArmor Filesystem Enabled\n[ 0.388328] pnp: PnP ACPI init\n[ 0.389241] pnp: PnP ACPI: found 5 devices\n[ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397350] NET: Registered protocol family 2\n[ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400776] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404208] NET: Registered protocol family 1\n[ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435534] Trying to unpack rootfs image as initramfs...\n[ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499363] Scanning for low memory corruption every 60 seconds\n[ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502311] audit: initializing netlink subsys (disabled)\n[ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized\n[ 0.505107] Initialise system trusted keyring\n[ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509814] zbud: loaded\n[ 0.510602] VFS: Disk quotas dquot_6.6.0\n[ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513290] fuse init (API version 7.23)\n[ 0.514325] Key type big_key registered\n[ 0.515271] Allocating IMA MOK and blacklist keyrings.\n[ 0.516915] Key type asymmetric registered\n[ 0.517891] Asymmetric key parser 'x509' registered\n[ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520735] io scheduler noop registered\n[ 0.521658] io scheduler deadline registered (default)\n[ 0.522876] io scheduler cfq registered\n[ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528314] ACPI: Power Button [PWRF]\n[ 0.529309] GHES: HEST is not enabled!\n[ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604347] Linux agpgart interface v0.103\n[ 0.607873] brd: module loaded\n[ 0.609903] loop: module loaded\n[ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618355] GPT:90111 != 2097151\n[ 0.619328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620978] GPT:90111 != 2097151\n[ 0.621850] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623287] vda: vda1 vda15\n[ 0.625153] scsi host0: ata_piix\n[ 0.626170] scsi host1: ata_piix\n[ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631103] libphy: Fixed MDIO Bus: probed\n[ 0.632269] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636489] PPP generic driver version 2.4.2\n[ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639392] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643425] ohci-pci: OHCI PCI platform driver\n[ 0.644482] ohci-platform: OHCI generic platform driver\n[ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670551] usb usb1: Product: UHCI Host Controller\n[ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675035] hub 1-0:1.0: USB hub found\n[ 0.676117] hub 1-0:1.0: 2 ports detected\n[ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683003] mousedev: PS/2 mouse device common for all mice\n[ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687516] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692719] i2c /dev entries driver\n[ 0.693789] device-mapper: uevent: version 1.0.3\n[ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699243] NET: Registered protocol family 10\n[ 0.700630] NET: Registered protocol family 17\n[ 0.701913] Key type dns_resolver registered\n[ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707321] registered taskstats version 1\n[ 0.708506] Loading compiled-in X.509 certificates\n[ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713080] zswap: loaded using pool lzo/zbud\n[ 0.714859] Key type trusted registered\n[ 0.717171] Key type encrypted registered\n[ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719846] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721342] evm: HMAC attrs: 0x1\n[ 0.722905] Magic number: 10:338:625\n[ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982)\n[ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728037] EDD information not available.\n[ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789233] Write protecting the kernel read-only data: 14336k\n[ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.23\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.468471] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.43. iid=i-0000002a\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\n/dev/root resized successfully [took 2.67s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 340.576049] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-11-25 08:45:11,584 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-49cf4149-d4e3-4cd7-a073-f0b0abb51d10 2018-11-25 08:45:11,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07373595238s 2018-11-25 08:45:11,585 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909/action used request id req-49cf4149-d4e3-4cd7-a073-f0b0abb51d10 2018-11-25 08:45:11,585 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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 1.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 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 61.43. iid=i-0000002a 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 /dev/root resized successfully [took 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:45:11,587 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2018-11-25 08:45:11,709 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 08:45:11,710 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 09:16 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-11-25 08:45:11,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-25 08:45:11,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:11,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:45:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-64cec1c7-cbc7-40fb-8c99-4c084ddc73ff x-compute-request-id: req-64cec1c7-cbc7-40fb-8c99-4c084ddc73ff Content-Type: application/json 2018-11-25 08:45:11,893 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0 used request id req-64cec1c7-cbc7-40fb-8c99-4c084ddc73ff 2018-11-25 08:45:11,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.177078008652s 2018-11-25 08:45:11,893 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0 used request id req-64cec1c7-cbc7-40fb-8c99-4c084ddc73ff 2018-11-25 08:45:11,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:45:11,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:12,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1434070-d8a4-4fa4-aa63-490ef4d431c5 x-compute-request-id: req-e1434070-d8a4-4fa4-aa63-490ef4d431c5 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0f:ae", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a4300291-856f-4e5d-acf5-dd154421d8d0", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:10.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a4300291-856f-4e5d-acf5-dd154421d8d0", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:45:11Z", "hostId": "737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:05Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:45:12,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e1434070-d8a4-4fa4-aa63-490ef4d431c5 2018-11-25 08:45:12,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39208316803s 2018-11-25 08:45:12,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e1434070-d8a4-4fa4-aa63-490ef4d431c5 2018-11-25 08:45:12,289 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:45:14,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:45:14,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:14,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06919d09-b11e-4e40-9b75-7ad239385913 x-compute-request-id: req-06919d09-b11e-4e40-9b75-7ad239385913 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:36:21Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:45:14,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-06919d09-b11e-4e40-9b75-7ad239385913 2018-11-25 08:45:14,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494127988815s 2018-11-25 08:45:14,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-06919d09-b11e-4e40-9b75-7ad239385913 2018-11-25 08:45:14,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-25 08:45:14,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:14,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1372f1a8-2fce-4791-ac94-102c532396bf x-compute-request-id: req-1372f1a8-2fce-4791-ac94-102c532396bf Content-Type: application/json 2018-11-25 08:45:14,988 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909 used request id req-1372f1a8-2fce-4791-ac94-102c532396bf 2018-11-25 08:45:14,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.199701070786s 2018-11-25 08:45:14,988 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909 used request id req-1372f1a8-2fce-4791-ac94-102c532396bf 2018-11-25 08:45:14,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:45:14,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:15,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffdc9339-e82c-4fba-8fa3-764e961d4505 x-compute-request-id: req-ffdc9339-e82c-4fba-8fa3-764e961d4505 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:50:ca", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2138c88-3f33-4563-8722-3f9f0d532909", "rel": "bookmark"}], "image": {"id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "links": [{"href": "http://172.30.9.23:8774/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-25T08:36:21.000000", "flavor": {"id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "links": [{"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}]}, "id": "a2138c88-3f33-4563-8722-3f9f0d532909", "security_groups": [{"name": "default"}], "user_id": "9d86b842b1004979abc9c9bb4ee08f49", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T08:45:14Z", "hostId": "68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b", "created": "2018-11-25T08:36:16Z", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 08:45:15,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ffdc9339-e82c-4fba-8fa3-764e961d4505 2018-11-25 08:45:15,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351338148117s 2018-11-25 08:45:15,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ffdc9339-e82c-4fba-8fa3-764e961d4505 2018-11-25 08:45:15,342 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-25 08:45:17,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-25 08:45:17,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:17,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-afa42117-1122-4142-95d9-dcc136bf6b82 x-compute-request-id: req-afa42117-1122-4142-95d9-dcc136bf6b82 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 08:45:17,431 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-afa42117-1122-4142-95d9-dcc136bf6b82 2018-11-25 08:45:17,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0859658718109s 2018-11-25 08:45:17,432 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-afa42117-1122-4142-95d9-dcc136bf6b82 2018-11-25 08:45:17,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-25 08:45:17,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" -d '{"subnet_id": "157423dd-5ed6-4aaa-9ccd-f1abe5e050a5"}' 2018-11-25 08:45:18,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3d8d420f-2c3d-4552-b212-6c9b8fc2e8f2 Date: Sun, 25 Nov 2018 08:45:18 GMT RESP BODY: {"network_id": "2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "subnet_id": "157423dd-5ed6-4aaa-9ccd-f1abe5e050a5", "subnet_ids": ["157423dd-5ed6-4aaa-9ccd-f1abe5e050a5"], "port_id": "96a7a507-dc6b-4456-b7a5-5af90890b10e", "id": "4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb"} 2018-11-25 08:45:18,543 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb/remove_router_interface.json used request id req-3d8d420f-2c3d-4552-b212-6c9b8fc2e8f2 2018-11-25 08:45:18,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.11061286926s 2018-11-25 08:45:18,543 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb/remove_router_interface.json used request id req-3d8d420f-2c3d-4552-b212-6c9b8fc2e8f2 returning object 4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb 2018-11-25 08:45:18,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-25 08:45:18,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:18,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-c25bce5a-c925-45f7-a35c-7b8dc3489d94 Date: Sun, 25 Nov 2018 08:45:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "created_at": "2018-11-25T08:35:57Z", "admin_state_up": true, "updated_at": "2018-11-25T08:45:18Z", "revision_number": 4, "routes": [], "project_id": "60dc6f237c8046f79a0f000f85ec3e23", "id": "4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb", "name": "vping_userdata-router_c14f70c7-a069-499d-ad79-c6493bd81e9b"}]} 2018-11-25 08:45:18,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c25bce5a-c925-45f7-a35c-7b8dc3489d94 2018-11-25 08:45:18,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0724420547485s 2018-11-25 08:45:18,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c25bce5a-c925-45f7-a35c-7b8dc3489d94 2018-11-25 08:45:18,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-25 08:45:18,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:19,773 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-59456dbd-7921-4cca-accd-bb7dc22ed239 Content-Length: 0 Date: Sun, 25 Nov 2018 08:45:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:45:19,773 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb.json used request id req-59456dbd-7921-4cca-accd-bb7dc22ed239 2018-11-25 08:45:19,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.15451216698s 2018-11-25 08:45:19,773 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb.json used request id req-59456dbd-7921-4cca-accd-bb7dc22ed239 2018-11-25 08:45:19,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-25 08:45:19,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:19,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dec4e074-4f16-4569-9bd6-583c160484a0 Date: Sun, 25 Nov 2018 08:45:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:35:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-25T08:35:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"60dc6f237c8046f79a0f000f85ec3e23","id":"157423dd-5ed6-4aaa-9ccd-f1abe5e050a5","subnetpool_id":null,"name":"vping_userdata-subnet_c14f70c7-a069-499d-ad79-c6493bd81e9b"}]} 2018-11-25 08:45:19,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-dec4e074-4f16-4569-9bd6-583c160484a0 2018-11-25 08:45:19,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0521070957184s 2018-11-25 08:45:19,826 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-dec4e074-4f16-4569-9bd6-583c160484a0 2018-11-25 08:45:19,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-25 08:45:19,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/157423dd-5ed6-4aaa-9ccd-f1abe5e050a5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:22,133 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77d7edf8-4082-4a36-beb3-2e0769c2cbd1 Date: Sun, 25 Nov 2018 08:45:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:45:22,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/157423dd-5ed6-4aaa-9ccd-f1abe5e050a5.json used request id req-77d7edf8-4082-4a36-beb3-2e0769c2cbd1 2018-11-25 08:45:22,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.30526685715s 2018-11-25 08:45:22,133 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/157423dd-5ed6-4aaa-9ccd-f1abe5e050a5.json used request id req-77d7edf8-4082-4a36-beb3-2e0769c2cbd1 2018-11-25 08:45:22,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:45:22,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:22,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-219e78e6-ac0b-4f39-9f2b-5cf19a3c1e34 Date: Sun, 25 Nov 2018 08:45: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":[],"updated_at":"2018-11-25T08:45:22Z","tenant_id":"60dc6f237c8046f79a0f000f85ec3e23","created_at":"2018-11-25T08:35:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"60dc6f237c8046f79a0f000f85ec3e23","id":"2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88","name":"vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"updated_at":"2018-11-25T08:09:54Z","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","name":"external"}]} 2018-11-25 08:45:22,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-219e78e6-ac0b-4f39-9f2b-5cf19a3c1e34 2018-11-25 08:45:22,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108210086823s 2018-11-25 08:45:22,243 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-219e78e6-ac0b-4f39-9f2b-5cf19a3c1e34 2018-11-25 08:45:22,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-25 08:45:22,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:23,534 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4716c4c6-7a7c-4cb6-8c4e-05d520a0446a Date: Sun, 25 Nov 2018 08:45:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:45:23,534 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88.json used request id req-4716c4c6-7a7c-4cb6-8c4e-05d520a0446a 2018-11-25 08:45:23,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.2904150486s 2018-11-25 08:45:23,534 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88.json used request id req-4716c4c6-7a7c-4cb6-8c4e-05d520a0446a 2018-11-25 08:45:23,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:45:23,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:23,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-ab0e7340-cc2f-47d6-a173-c46c98b6250e Date: Sun, 25 Nov 2018 08:45:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap", "metadata": {}}], "file": "/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382/file", "owner": "60dc6f237c8046f79a0f000f85ec3e23", "id": "94c9449c-aa9c-4956-af42-82abd3bc2382", "size": 12716032, "self": "/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:36:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:36:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:45:23,717 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ab0e7340-cc2f-47d6-a173-c46c98b6250e 2018-11-25 08:45:23,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181657791138s 2018-11-25 08:45:23,717 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ab0e7340-cc2f-47d6-a173-c46c98b6250e 2018-11-25 08:45:23,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 08:45:23,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd6fb8410c3c555cde73a5759a5f1d7211ef39f9" 2018-11-25 08:45:25,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c90ff7df-d5ba-4536-8718-c589ae1c5369 Date: Sun, 25 Nov 2018 08:45:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:45:25,407 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382 used request id req-c90ff7df-d5ba-4536-8718-c589ae1c5369 2018-11-25 08:45:25,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.68786001205s 2018-11-25 08:45:25,407 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382 used request id req-c90ff7df-d5ba-4536-8718-c589ae1c5369 2018-11-25 08:45:25,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 08:45:25,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:25,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-311b8a3e-59d9-4091-9880-6b6d9ea9ba1b x-compute-request-id: req-311b8a3e-59d9-4091-9880-6b6d9ea9ba1b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "56ac082c-be34-4ebe-9fc1-08b2ae99e2ac", "name": "vping_userdata-flavor_c14f70c7-a069-499d-ad79-c6493bd81e9b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 08:45:25,575 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-311b8a3e-59d9-4091-9880-6b6d9ea9ba1b 2018-11-25 08:45:25,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.166592121124s 2018-11-25 08:45:25,575 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-311b8a3e-59d9-4091-9880-6b6d9ea9ba1b 2018-11-25 08:45:25,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 08:45:25,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:25,654 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-78737979-aa64-444c-afc9-b600fa6d5b93 x-compute-request-id: req-78737979-aa64-444c-afc9-b600fa6d5b93 Content-Length: 0 Content-Type: application/json 2018-11-25 08:45:25,654 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac used request id req-78737979-aa64-444c-afc9-b600fa6d5b93 2018-11-25 08:45:25,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0777289867401s 2018-11-25 08:45:25,654 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/56ac082c-be34-4ebe-9fc1-08b2ae99e2ac used request id req-78737979-aa64-444c-afc9-b600fa6d5b93 2018-11-25 08:45:25,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:45:25,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:25,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b91085ac-1a22-410d-abfc-3de05ddef51c Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_c14f70c7-a069-499d-ad79-c6493bd81e9b", "links": {"self": "http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49"}, "domain_id": "default", "enabled": true, "id": "9d86b842b1004979abc9c9bb4ee08f49", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:45:25,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b91085ac-1a22-410d-abfc-3de05ddef51c 2018-11-25 08:45:25,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0971250534058s 2018-11-25 08:45:25,752 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b91085ac-1a22-410d-abfc-3de05ddef51c 2018-11-25 08:45:25,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:45:25,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:25,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38d3ff8d-d2c1-49eb-be9b-f48c401800f9 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49"}, "enabled": true, "id": "9d86b842b1004979abc9c9bb4ee08f49", "options": {}, "domain_id": "default", "name": "vping_userdata-user_c14f70c7-a069-499d-ad79-c6493bd81e9b"}} 2018-11-25 08:45:25,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49 used request id req-38d3ff8d-d2c1-49eb-be9b-f48c401800f9 2018-11-25 08:45:25,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0951149463654s 2018-11-25 08:45:25,854 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49 used request id req-38d3ff8d-d2c1-49eb-be9b-f48c401800f9 2018-11-25 08:45:25,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 08:45:25,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:26,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:45:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a0d9539-0d91-4106-b114-f3039156d7cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:45:26,072 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49 used request id req-7a0d9539-0d91-4106-b114-f3039156d7cb 2018-11-25 08:45:26,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.217144966125s 2018-11-25 08:45:26,072 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/9d86b842b1004979abc9c9bb4ee08f49 used request id req-7a0d9539-0d91-4106-b114-f3039156d7cb 2018-11-25 08:45:26,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:45:26,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:26,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f32c7353-dfca-4c1b-aa9a-580c9726e32d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/60dc6f237c8046f79a0f000f85ec3e23"}, "enabled": true, "id": "60dc6f237c8046f79a0f000f85ec3e23", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:45:26,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-f32c7353-dfca-4c1b-aa9a-580c9726e32d 2018-11-25 08:45:26,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0845839977264s 2018-11-25 08:45:26,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-f32c7353-dfca-4c1b-aa9a-580c9726e32d 2018-11-25 08:45:26,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 08:45:26,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/60dc6f237c8046f79a0f000f85ec3e23 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:26,312 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:45:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-812a4732-4d39-420d-8b6e-fb2ab5be9287 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:45:26,312 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/60dc6f237c8046f79a0f000f85ec3e23 used request id req-812a4732-4d39-420d-8b6e-fb2ab5be9287 2018-11-25 08:45:26,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.152414083481s 2018-11-25 08:45:26,313 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/60dc6f237c8046f79a0f000f85ec3e23 used request id req-812a4732-4d39-420d-8b6e-fb2ab5be9287 2018-11-25 08:45:26,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:45:26,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:26,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5306dcd-f971-41fa-a8f4-2c61c640be65 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5328e3d4ddcf4e9995c1714207762074", "links": {"self": "http://172.30.9.23:5000/v3/roles/5328e3d4ddcf4e9995c1714207762074"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:45:26,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c5306dcd-f971-41fa-a8f4-2c61c640be65 2018-11-25 08:45:26,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0751688480377s 2018-11-25 08:45:26,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 08:45:26,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/5328e3d4ddcf4e9995c1714207762074 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:26,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:45:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de5bb8e8-fe6c-46cc-ba0a-306e1eab6443 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:45:26,495 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/5328e3d4ddcf4e9995c1714207762074 used request id req-de5bb8e8-fe6c-46cc-ba0a-306e1eab6443 2018-11-25 08:45:26,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105323076248s 2018-11-25 08:45:26,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:45:26,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=60dc6f237c8046f79a0f000f85ec3e23&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:26,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-4c2b35ae-0f60-42bc-ac6b-df4c9c9b6f1e Date: Sun, 25 Nov 2018 08:45:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "created_at": "2018-11-25T08:35:55Z", "updated_at": "2018-11-25T08:35:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:35:55Z", "revision_number": 0, "id": "67a3cb47-84a4-45f6-92dd-70ea9af45921", "remote_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "remote_ip_prefix": null, "created_at": "2018-11-25T08:35:55Z", "security_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "port_range_min": null, "ethertype": "IPv4", "project_id": "60dc6f237c8046f79a0f000f85ec3e23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:35:55Z", "revision_number": 0, "id": "a73f9b8e-b91a-479c-9218-4ea4fbe47f99", "remote_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "remote_ip_prefix": null, "created_at": "2018-11-25T08:35:55Z", "security_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "port_range_min": null, "ethertype": "IPv6", "project_id": "60dc6f237c8046f79a0f000f85ec3e23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:35:55Z", "revision_number": 0, "id": "bdbdeda3-bc18-40f2-929e-b6568ff7dae3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:35:55Z", "security_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "port_range_min": null, "ethertype": "IPv4", "project_id": "60dc6f237c8046f79a0f000f85ec3e23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:35:55Z", "revision_number": 0, "id": "c3765f6f-5cfc-4399-9175-c000fdb24097", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:35:55Z", "security_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "port_range_min": null, "ethertype": "IPv6", "project_id": "60dc6f237c8046f79a0f000f85ec3e23"}], "revision_number": 4, "project_id": "60dc6f237c8046f79a0f000f85ec3e23", "id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "name": "default"}]} 2018-11-25 08:45:26,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=60dc6f237c8046f79a0f000f85ec3e23&name=default used request id req-4c2b35ae-0f60-42bc-ac6b-df4c9c9b6f1e 2018-11-25 08:45:26,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.267982006073s 2018-11-25 08:45:26,766 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=60dc6f237c8046f79a0f000f85ec3e23&name=default used request id req-4c2b35ae-0f60-42bc-ac6b-df4c9c9b6f1e 2018-11-25 08:45:26,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 08:45:26,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:26,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c68026b6-6530-42df-afc8-47eef43918f9 Date: Sun, 25 Nov 2018 08:45:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "created_at": "2018-11-25T08:35:55Z", "updated_at": "2018-11-25T08:35:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:35:55Z", "revision_number": 0, "id": "c3765f6f-5cfc-4399-9175-c000fdb24097", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:35:55Z", "security_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "port_range_min": null, "ethertype": "IPv6", "project_id": "60dc6f237c8046f79a0f000f85ec3e23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:35:55Z", "revision_number": 0, "id": "bdbdeda3-bc18-40f2-929e-b6568ff7dae3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:35:55Z", "security_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "port_range_min": null, "ethertype": "IPv4", "project_id": "60dc6f237c8046f79a0f000f85ec3e23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:35:55Z", "revision_number": 0, "id": "67a3cb47-84a4-45f6-92dd-70ea9af45921", "remote_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "remote_ip_prefix": null, "created_at": "2018-11-25T08:35:55Z", "security_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "port_range_min": null, "ethertype": "IPv4", "project_id": "60dc6f237c8046f79a0f000f85ec3e23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:35:55Z", "revision_number": 0, "id": "a73f9b8e-b91a-479c-9218-4ea4fbe47f99", "remote_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "remote_ip_prefix": null, "created_at": "2018-11-25T08:35:55Z", "security_group_id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "tenant_id": "60dc6f237c8046f79a0f000f85ec3e23", "port_range_min": null, "ethertype": "IPv6", "project_id": "60dc6f237c8046f79a0f000f85ec3e23"}], "revision_number": 4, "project_id": "60dc6f237c8046f79a0f000f85ec3e23", "id": "7cdcd6f4-d585-49d5-9272-20fe9afbbb81", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 08:45:26,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c68026b6-6530-42df-afc8-47eef43918f9 2018-11-25 08:45:26,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.212659835815s 2018-11-25 08:45:26,983 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c68026b6-6530-42df-afc8-47eef43918f9 2018-11-25 08:45:26,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-25 08:45:26,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/7cdcd6f4-d585-49d5-9272-20fe9afbbb81.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}599d9cd72c71bff655b9d0ef061c6c5c171dd7e1" 2018-11-25 08:45:27,392 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca9aa56b-a111-4870-9379-3f9357f84e76 Content-Length: 0 Date: Sun, 25 Nov 2018 08:45:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 08:45:27,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7cdcd6f4-d585-49d5-9272-20fe9afbbb81.json used request id req-ca9aa56b-a111-4870-9379-3f9357f84e76 2018-11-25 08:45:27,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.404573917389s 2018-11-25 08:45:27,392 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7cdcd6f4-d585-49d5-9272-20fe9afbbb81.json used request id req-ca9aa56b-a111-4870-9379-3f9357f84e76 2018-11-25 08:45:27,392 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-11-25 08:45:27,428 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-11-25 08:45:27,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:45:27,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:45:27,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:45:27,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:45:27,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 08:45:27,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 08:45:27,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:45:27,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13a77a1b-2d22-454e-b9c9-628a10d5f74a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:45:27,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-13a77a1b-2d22-454e-b9c9-628a10d5f74a 2018-11-25 08:45:27,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:45:27,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T09:45:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["T-YxPM6TR5qqfy9VxC1HDg"], "issued_at": "2018-11-25T08:45:27.000000Z"}} 2018-11-25 08:45:27,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 08:45:27,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:28,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f61f2e25-eda5-4f60-877d-a22395b783f1 Date: Sun, 25 Nov 2018 08:45:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 08:45:28,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f61f2e25-eda5-4f60-877d-a22395b783f1 2018-11-25 08:45:28,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.230932950974s 2018-11-25 08:45:28,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f61f2e25-eda5-4f60-877d-a22395b783f1 2018-11-25 08:45:28,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 08:45:28,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:28,120 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:45:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:45:28,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:28,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da734f39-56d7-4ae4-b0c4-8126b5a81849 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 08:45:28,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-da734f39-56d7-4ae4-b0c4-8126b5a81849 2018-11-25 08:45:28,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0961449146271s 2018-11-25 08:45:28,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 08:45:28,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319"}}' 2018-11-25 08:45:28,321 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:45:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-413644c9-2ea9-406e-9b1e-3a181980348a Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190"}, "enabled": true, "id": "06882094817843d3944ef28fdc4bb190", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319"}} 2018-11-25 08:45:28,321 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-413644c9-2ea9-406e-9b1e-3a181980348a 2018-11-25 08:45:28,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.113542079926s 2018-11-25 08:45:28,321 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-413644c9-2ea9-406e-9b1e-3a181980348a 2018-11-25 08:45:28,322 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319', 'id': u'06882094817843d3944ef28fdc4bb190', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 08:45:28,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 08:45:28,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.366271018982s 2018-11-25 08:45:28,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:28,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78ddbedb-2661-4bf2-981a-d3c1b296a31b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485"}, "enabled": true, "id": "08104dcfbe2d470ca199cb53462a7485", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319"}} 2018-11-25 08:45:28,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485 used request id req-78ddbedb-2661-4bf2-981a-d3c1b296a31b 2018-11-25 08:45:28,779 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'08104dcfbe2d470ca199cb53462a7485', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319'}) 2018-11-25 08:45:28,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:45:28,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:28,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb4e0e7f-c6ee-4564-88df-bc3f2df7591b Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:45:28,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-eb4e0e7f-c6ee-4564-88df-bc3f2df7591b 2018-11-25 08:45:28,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0751888751984s 2018-11-25 08:45:28,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:45:28,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:28,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80729eff-521c-472c-9bb3-f6174694912a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 08:45:28,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-80729eff-521c-472c-9bb3-f6174694912a 2018-11-25 08:45:28,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0766251087189s 2018-11-25 08:45:28,933 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:45:28,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 08:45:28,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" -d '{"role": {"name": "Member"}}' 2018-11-25 08:45:29,034 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 08:45:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1116c863-333d-46c4-a07e-15853ee30287 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e744cb21a0a54f98b2f8dcaceff456a4", "links": {"self": "http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4"}, "name": "Member"}} 2018-11-25 08:45:29,034 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-1116c863-333d-46c4-a07e-15853ee30287 2018-11-25 08:45:29,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100746870041s 2018-11-25 08:45:29,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddfdc0cc-2409-46af-b50a-992d6b038787 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4"}, "domain_id": null, "name": "Member", "id": "e744cb21a0a54f98b2f8dcaceff456a4"}} 2018-11-25 08:45:29,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4 used request id req-ddfdc0cc-2409-46af-b50a-992d6b038787 2018-11-25 08:45:29,114 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4'}, 'domain_id': None, 'human_id': None, 'id': u'e744cb21a0a54f98b2f8dcaceff456a4', 'HUMAN_ID': False}) 2018-11-25 08:45:29,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:45:29,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5053e366-4cd1-462f-afb3-78c0e2ef33be Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e744cb21a0a54f98b2f8dcaceff456a4", "links": {"self": "http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4"}, "name": "Member"}]} 2018-11-25 08:45:29,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5053e366-4cd1-462f-afb3-78c0e2ef33be 2018-11-25 08:45:29,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795199871063s 2018-11-25 08:45:29,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:45:29,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b83a495-19d2-483b-98f6-b9d0a9b6b93e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:45:29,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-7b83a495-19d2-483b-98f6-b9d0a9b6b93e 2018-11-25 08:45:29,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0809030532837s 2018-11-25 08:45:29,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:45:29,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88af3e70-7bbf-416f-bb27-894993a502d0 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319", "links": {"self": "http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485"}, "domain_id": "default", "enabled": true, "id": "08104dcfbe2d470ca199cb53462a7485", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:45:29,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-88af3e70-7bbf-416f-bb27-894993a502d0 2018-11-25 08:45:29,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0885829925537s 2018-11-25 08:45:29,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-88af3e70-7bbf-416f-bb27-894993a502d0 2018-11-25 08:45:29,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:45:29,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e46e9afb-3642-482b-a6ac-a7402b68e721 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190"}, "enabled": true, "id": "06882094817843d3944ef28fdc4bb190", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:45:29,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e46e9afb-3642-482b-a6ac-a7402b68e721 2018-11-25 08:45:29,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0827169418335s 2018-11-25 08:45:29,452 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e46e9afb-3642-482b-a6ac-a7402b68e721 2018-11-25 08:45:29,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:45:29,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=08104dcfbe2d470ca199cb53462a7485&scope.project.id=06882094817843d3944ef28fdc4bb190&role.id=e744cb21a0a54f98b2f8dcaceff456a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eada29b3-c617-41e1-89f6-b7e2f76d8cf3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=08104dcfbe2d470ca199cb53462a7485&scope.project.id=06882094817843d3944ef28fdc4bb190&role.id=e744cb21a0a54f98b2f8dcaceff456a4", "previous": null, "next": null}} 2018-11-25 08:45:29,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=08104dcfbe2d470ca199cb53462a7485&scope.project.id=06882094817843d3944ef28fdc4bb190&role.id=e744cb21a0a54f98b2f8dcaceff456a4 used request id req-eada29b3-c617-41e1-89f6-b7e2f76d8cf3 2018-11-25 08:45:29,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0810248851776s 2018-11-25 08:45:29,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:45:29,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190/users/08104dcfbe2d470ca199cb53462a7485/roles/e744cb21a0a54f98b2f8dcaceff456a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a5181f2-0fae-4281-9590-f9d7ddf48896 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:45:29,646 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190/users/08104dcfbe2d470ca199cb53462a7485/roles/e744cb21a0a54f98b2f8dcaceff456a4 used request id req-1a5181f2-0fae-4281-9590-f9d7ddf48896 2018-11-25 08:45:29,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111089944839s 2018-11-25 08:45:29,647 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '69bd9465-c58f-4f08-bc2e-2c927b0adca0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319', 'project_id': u'06882094817843d3944ef28fdc4bb190', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:45:29,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 08:45:29,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 08:45:29,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 08:45:29,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 08:45:29,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 08:45:29,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 08:45:29,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 08:45:29,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 08:45:29,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 08:45:29,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 08:45:29,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 08:45:29,651 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319', 'password': '69bd9465-c58f-4f08-bc2e-2c927b0adca0', 'project_name': 'tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '06882094817843d3944ef28fdc4bb190', 'project_domain_name': 'Default'} 2018-11-25 08:45:29,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:45:29,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fc11121-9bb9-4a2e-98ed-cec7247a361a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e744cb21a0a54f98b2f8dcaceff456a4", "links": {"self": "http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4"}, "name": "Member"}]} 2018-11-25 08:45:29,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3fc11121-9bb9-4a2e-98ed-cec7247a361a 2018-11-25 08:45:29,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080384016037s 2018-11-25 08:45:29,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:45:29,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05322cac-f891-45d4-aadf-15fa20188287 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e744cb21a0a54f98b2f8dcaceff456a4", "links": {"self": "http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4"}, "name": "Member"}]} 2018-11-25 08:45:29,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-05322cac-f891-45d4-aadf-15fa20188287 2018-11-25 08:45:29,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081600189209s 2018-11-25 08:45:29,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:45:29,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75cd4d54-a91e-40c8-a774-30d6f6517a8d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:45:29,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-75cd4d54-a91e-40c8-a774-30d6f6517a8d 2018-11-25 08:45:29,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0796041488647s 2018-11-25 08:45:29,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:45:29,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:29,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc8df60a-f53a-4b00-9f4e-9b25fa0ea867 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319", "links": {"self": "http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485"}, "domain_id": "default", "enabled": true, "id": "08104dcfbe2d470ca199cb53462a7485", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:45:29,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dc8df60a-f53a-4b00-9f4e-9b25fa0ea867 2018-11-25 08:45:29,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0945570468903s 2018-11-25 08:45:29,991 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dc8df60a-f53a-4b00-9f4e-9b25fa0ea867 2018-11-25 08:45:29,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 08:45:29,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:30,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4863a7d-d7b9-44bc-becd-4b5a160731bb Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190"}, "enabled": true, "id": "06882094817843d3944ef28fdc4bb190", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 08:45:30,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f4863a7d-d7b9-44bc-becd-4b5a160731bb 2018-11-25 08:45:30,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0813231468201s 2018-11-25 08:45:30,075 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f4863a7d-d7b9-44bc-becd-4b5a160731bb 2018-11-25 08:45:30,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:45:30,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=08104dcfbe2d470ca199cb53462a7485&scope.project.id=06882094817843d3944ef28fdc4bb190&role.id=27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:30,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e91d69b-ef78-424b-bf44-1880e1407db6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=08104dcfbe2d470ca199cb53462a7485&scope.project.id=06882094817843d3944ef28fdc4bb190&role.id=27bda056e6a9493f8b3efd13960b080f", "previous": null, "next": null}} 2018-11-25 08:45:30,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=08104dcfbe2d470ca199cb53462a7485&scope.project.id=06882094817843d3944ef28fdc4bb190&role.id=27bda056e6a9493f8b3efd13960b080f used request id req-0e91d69b-ef78-424b-bf44-1880e1407db6 2018-11-25 08:45:30,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0720188617706s 2018-11-25 08:45:30,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:45:30,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190/users/08104dcfbe2d470ca199cb53462a7485/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:30,270 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53cc61bb-ed40-4690-b531-dda4ac68f749 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:45:30,270 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190/users/08104dcfbe2d470ca199cb53462a7485/roles/27bda056e6a9493f8b3efd13960b080f used request id req-53cc61bb-ed40-4690-b531-dda4ac68f749 2018-11-25 08:45:30,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121980905533s 2018-11-25 08:45:30,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:45:30,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:30,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8991ae53-01e5-47e8-bac8-a8e3b3841008 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e744cb21a0a54f98b2f8dcaceff456a4", "links": {"self": "http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4"}, "name": "Member"}]} 2018-11-25 08:45:30,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8991ae53-01e5-47e8-bac8-a8e3b3841008 2018-11-25 08:45:30,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.083221912384s 2018-11-25 08:45:30,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 08:45:30,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:30,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adb58bb9-6b7d-4bdb-bd30-391502b97a5e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 08:45:30,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-adb58bb9-6b7d-4bdb-bd30-391502b97a5e 2018-11-25 08:45:30,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0707259178162s 2018-11-25 08:45:30,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 08:45:30,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:30,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c932c3da-bb0d-402c-a078-bdc13a2818a5 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319", "links": {"self": "http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485"}, "domain_id": "default", "enabled": true, "id": "08104dcfbe2d470ca199cb53462a7485", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 08:45:30,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c932c3da-bb0d-402c-a078-bdc13a2818a5 2018-11-25 08:45:30,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.1010389328s 2018-11-25 08:45:30,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c932c3da-bb0d-402c-a078-bdc13a2818a5 2018-11-25 08:45:30,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 08:45:30,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=08104dcfbe2d470ca199cb53462a7485&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:30,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b6f6f4-5037-47bf-bce9-4a7a344bbb94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=08104dcfbe2d470ca199cb53462a7485&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default", "previous": null, "next": null}} 2018-11-25 08:45:30,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=08104dcfbe2d470ca199cb53462a7485&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default used request id req-a1b6f6f4-5037-47bf-bce9-4a7a344bbb94 2018-11-25 08:45:30,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0817489624023s 2018-11-25 08:45:30,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 08:45:30,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/08104dcfbe2d470ca199cb53462a7485/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 08:45:30,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b27013b2-3f1f-4ab6-ab12-82972dec6552 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 08:45:30,724 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/08104dcfbe2d470ca199cb53462a7485/roles/27bda056e6a9493f8b3efd13960b080f used request id req-b27013b2-3f1f-4ab6-ab12-82972dec6552 2018-11-25 08:45:30,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.112952947617s 2018-11-25 08:45:30,725 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 08:45:48,236 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 08:45:47.851 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1 | 2018-11-25T08:45:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1 ~/.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-11-25 08:45:51,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2018-11-25 08:45:51,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 08:46:01,071 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 08:45:55.865 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 08:45:56.090 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 08:46:00.838 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c) as the default verifier for the future CLI operations. 2018-11-25 08:46:04,185 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-11-25 08:46:04,186 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 08:46:04,337 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-25 08:46:04,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 08:46:04,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:46:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-149939ee-76c3-400d-9f20-05e0a3fea729 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 08:46:04,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-149939ee-76c3-400d-9f20-05e0a3fea729 2018-11-25 08:46:04,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 08:46:04,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e744cb21a0a54f98b2f8dcaceff456a4", "name": "Member"}, {"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T09:46:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06882094817843d3944ef28fdc4bb190", "name": "tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/06882094817843d3944ef28fdc4bb190", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/06882094817843d3944ef28fdc4bb190", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/06882094817843d3944ef28fdc4bb190", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/06882094817843d3944ef28fdc4bb190", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/06882094817843d3944ef28fdc4bb190", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/06882094817843d3944ef28fdc4bb190", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/06882094817843d3944ef28fdc4bb190", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/06882094817843d3944ef28fdc4bb190", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/06882094817843d3944ef28fdc4bb190", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/06882094817843d3944ef28fdc4bb190", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/06882094817843d3944ef28fdc4bb190", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/06882094817843d3944ef28fdc4bb190", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319", "id": "08104dcfbe2d470ca199cb53462a7485"}, "audit_ids": ["ucSbkToQTqeMTI-mRDXrMg"], "issued_at": "2018-11-25T08:46:04.000000Z"}} 2018-11-25 08:46:04,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 08:46:04,729 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 25 Nov 2018 08:46:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-11-25 08:46:04,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:46:04,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 08:46:04,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c904abf8-336e-422a-8e00-26d3ed46533a Date: Sun, 25 Nov 2018 08:46:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:46:04,912 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c904abf8-336e-422a-8e00-26d3ed46533a 2018-11-25 08:46:04,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180267810822s 2018-11-25 08:46:04,913 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c904abf8-336e-422a-8e00-26d3ed46533a 2018-11-25 08:46:04,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 08:46:04,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319"}' 2018-11-25 08:46:05,158 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a X-Openstack-Request-Id: req-8822cfe6-69f4-4d82-b0f5-9901e5caea7b Date: Sun, 25 Nov 2018 08:46:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/file", "owner": "06882094817843d3944ef28fdc4bb190", "id": "931f72ba-80fd-4c2e-a7e8-2eb19181341a", "size": null, "self": "/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:46:05Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "checksum": null, "created_at": "2018-11-25T08:46:05Z", "protected": false} 2018-11-25 08:46:05,158 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-8822cfe6-69f4-4d82-b0f5-9901e5caea7b 2018-11-25 08:46:05,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.243005037308s 2018-11-25 08:46:05,158 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-8822cfe6-69f4-4d82-b0f5-9901e5caea7b returning object 931f72ba-80fd-4c2e-a7e8-2eb19181341a 2018-11-25 08:46:05,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 08:46:05,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" -d '' 2018-11-25 08:46:06,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-75bec519-af48-4c38-b1d6-41850e1f2cec Date: Sun, 25 Nov 2018 08:46:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:46:06,070 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/file used request id req-75bec519-af48-4c38-b1d6-41850e1f2cec 2018-11-25 08:46:06,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.911263942719s 2018-11-25 08:46:06,071 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/file used request id req-75bec519-af48-4c38-b1d6-41850e1f2cec 2018-11-25 08:46:06,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:46:06,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 08:46:06,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-f444ac46-0011-47e1-9603-654d75ade959 Date: Sun, 25 Nov 2018 08:46:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap", "metadata": {}}], "file": "/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/file", "owner": "06882094817843d3944ef28fdc4bb190", "id": "931f72ba-80fd-4c2e-a7e8-2eb19181341a", "size": 12716032, "self": "/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:46:06Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:46:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:46:06,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f444ac46-0011-47e1-9603-654d75ade959 2018-11-25 08:46:06,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.160369873047s 2018-11-25 08:46:06,232 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f444ac46-0011-47e1-9603-654d75ade959 2018-11-25 08:46:06,234 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/file', 'owner': u'06882094817843d3944ef28fdc4bb190', 'id': u'931f72ba-80fd-4c2e-a7e8-2eb19181341a', 'size': 12716032, u'self': u'/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06882094817843d3944ef28fdc4bb190', 'name': 'tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T08:46:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T08:46:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319', 'created': u'2018-11-25T08:46:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T08:46:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 08:46:06,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 08:46:06,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_ddbc3a01-e0c0-4d86-9702-068da9892319", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 08:46:06,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-f32750f1-c711-4247-86cf-e163760a3149 x-compute-request-id: req-f32750f1-c711-4247-86cf-e163760a3149 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "78ba6629-bd33-4eee-afbf-dd43c3e5c881", "name": "tempest_smoke_serial-flavor_ddbc3a01-e0c0-4d86-9702-068da9892319", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:46:06,472 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f32750f1-c711-4247-86cf-e163760a3149 2018-11-25 08:46:06,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.236760139465s 2018-11-25 08:46:06,473 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f32750f1-c711-4247-86cf-e163760a3149 returning object 78ba6629-bd33-4eee-afbf-dd43c3e5c881 2018-11-25 08:46:06,473 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_ddbc3a01-e0c0-4d86-9702-068da9892319', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'78ba6629-bd33-4eee-afbf-dd43c3e5c881', 'swap': 0}) 2018-11-25 08:46:06,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 08:46:06,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" -d '{"extra_specs": {}}' 2018-11-25 08:46:06,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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 x-openstack-request-id: req-1a8d6f65-8169-4e9e-9c41-80288b92b55b x-compute-request-id: req-1a8d6f65-8169-4e9e-9c41-80288b92b55b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 08:46:06,496 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881/os-extra_specs used request id req-1a8d6f65-8169-4e9e-9c41-80288b92b55b 2018-11-25 08:46:06,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219449996948s 2018-11-25 08:46:06,496 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881/os-extra_specs used request id req-1a8d6f65-8169-4e9e-9c41-80288b92b55b 2018-11-25 08:46:06,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 08:46:06,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 08:46:06,508 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 08:46:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 08:46:06,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 08:46:06,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:46:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06fc7fff-4137-4a72-9990-03b5fd7fe718 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e744cb21a0a54f98b2f8dcaceff456a4", "links": {"self": "http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4"}, "name": "Member"}]} 2018-11-25 08:46:06,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-06fc7fff-4137-4a72-9990-03b5fd7fe718 2018-11-25 08:46:06,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.101716041565s 2018-11-25 08:46:06,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-25 08:46:06,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 08:46:06,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-be048f8d-c602-45ce-a8e7-c75ac41c4918 x-compute-request-id: req-be048f8d-c602-45ce-a8e7-c75ac41c4918 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 08:46:06,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-be048f8d-c602-45ce-a8e7-c75ac41c4918 2018-11-25 08:46:06,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.193665027618s 2018-11-25 08:46:06,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-be048f8d-c602-45ce-a8e7-c75ac41c4918 2018-11-25 08:46:06,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:46:06,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 08:46:06,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-2c1b312b-9ff3-4aaa-8efd-b8171bf8b948 Date: Sun, 25 Nov 2018 08:46:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap", "metadata": {}}], "file": "/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/file", "owner": "06882094817843d3944ef28fdc4bb190", "id": "931f72ba-80fd-4c2e-a7e8-2eb19181341a", "size": 12716032, "self": "/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:46:06Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:46:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:46:06,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2c1b312b-9ff3-4aaa-8efd-b8171bf8b948 2018-11-25 08:46:06,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162154912949s 2018-11-25 08:46:06,961 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2c1b312b-9ff3-4aaa-8efd-b8171bf8b948 2018-11-25 08:46:06,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 08:46:06,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319"}' 2018-11-25 08:46:07,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7 X-Openstack-Request-Id: req-e95047a0-4dfe-45f4-9f20-341f73107e45 Date: Sun, 25 Nov 2018 08:46:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/file", "owner": "06882094817843d3944ef28fdc4bb190", "id": "09f730b5-d4b3-4a91-a40c-8ce4756e7ff7", "size": null, "self": "/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:46:07Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319", "checksum": null, "created_at": "2018-11-25T08:46:07Z", "protected": false} 2018-11-25 08:46:07,167 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e95047a0-4dfe-45f4-9f20-341f73107e45 2018-11-25 08:46:07,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.203705072403s 2018-11-25 08:46:07,168 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e95047a0-4dfe-45f4-9f20-341f73107e45 returning object 09f730b5-d4b3-4a91-a40c-8ce4756e7ff7 2018-11-25 08:46:07,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 08:46:07,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" -d '' 2018-11-25 08:46:08,363 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3a1f7f10-6087-44e4-ae0c-a21b0536221d Date: Sun, 25 Nov 2018 08:46:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 08:46:08,364 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/file used request id req-3a1f7f10-6087-44e4-ae0c-a21b0536221d 2018-11-25 08:46:08,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.19493508339s 2018-11-25 08:46:08,364 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/file used request id req-3a1f7f10-6087-44e4-ae0c-a21b0536221d 2018-11-25 08:46:08,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 08:46:08,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 08:46:08,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-07cd0983-2d3b-46c7-8d53-76464d1d96d3 Date: Sun, 25 Nov 2018 08:46:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/snap", "metadata": {}}], "file": "/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/file", "owner": "06882094817843d3944ef28fdc4bb190", "id": "09f730b5-d4b3-4a91-a40c-8ce4756e7ff7", "size": 12716032, "self": "/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:46:08Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:46:07Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap", "metadata": {}}], "file": "/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/file", "owner": "06882094817843d3944ef28fdc4bb190", "id": "931f72ba-80fd-4c2e-a7e8-2eb19181341a", "size": 12716032, "self": "/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:46:06Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:46:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 08:46:08,531 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-07cd0983-2d3b-46c7-8d53-76464d1d96d3 2018-11-25 08:46:08,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166861057281s 2018-11-25 08:46:08,532 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-07cd0983-2d3b-46c7-8d53-76464d1d96d3 2018-11-25 08:46:08,535 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/file', 'owner': u'06882094817843d3944ef28fdc4bb190', 'id': u'09f730b5-d4b3-4a91-a40c-8ce4756e7ff7', 'size': 12716032, u'self': u'/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06882094817843d3944ef28fdc4bb190', 'name': 'tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T08:46:08Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T08:46:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', 'created': u'2018-11-25T08:46:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T08:46:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 08:46:08,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 08:46:08,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_ddbc3a01-e0c0-4d86-9702-068da9892319", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 08:46:08,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08: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-9dbf286d-bfeb-4935-a695-e14ac26a354e x-compute-request-id: req-9dbf286d-bfeb-4935-a695-e14ac26a354e Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/979d2f78-37f1-441d-9a1c-64f096bf9faf", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/979d2f78-37f1-441d-9a1c-64f096bf9faf", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "979d2f78-37f1-441d-9a1c-64f096bf9faf", "name": "tempest_smoke_serial-flavor_alt_ddbc3a01-e0c0-4d86-9702-068da9892319", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 08:46:08,589 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9dbf286d-bfeb-4935-a695-e14ac26a354e 2018-11-25 08:46:08,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0535719394684s 2018-11-25 08:46:08,590 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9dbf286d-bfeb-4935-a695-e14ac26a354e returning object 979d2f78-37f1-441d-9a1c-64f096bf9faf 2018-11-25 08:46:08,590 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'979d2f78-37f1-441d-9a1c-64f096bf9faf', 'swap': 0}) 2018-11-25 08:46:08,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 08:46:08,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/979d2f78-37f1-441d-9a1c-64f096bf9faf/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" -d '{"extra_specs": {}}' 2018-11-25 08:46:08,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 08:46:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d67094b9-43af-4326-ac6f-47ec1e4568d7 x-compute-request-id: req-d67094b9-43af-4326-ac6f-47ec1e4568d7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 08:46:08,612 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/979d2f78-37f1-441d-9a1c-64f096bf9faf/os-extra_specs used request id req-d67094b9-43af-4326-ac6f-47ec1e4568d7 2018-11-25 08:46:08,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211820602417s 2018-11-25 08:46:08,613 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/979d2f78-37f1-441d-9a1c-64f096bf9faf/os-extra_specs used request id req-d67094b9-43af-4326-ac6f-47ec1e4568d7 2018-11-25 08:46:08,613 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'979d2f78-37f1-441d-9a1c-64f096bf9faf', 'swap': 0}) 2018-11-25 08:46:12,126 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 08:46:10.838 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c) for deployment 'opnfv-rally' (UUID=2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1). 2018-11-25 08:46:11.945 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 08:46:11.946 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c) has been successfully configured for deployment 'opnfv-rally' (UUID=2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1)! 2018-11-25 08:46:12,126 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-25 08:46:12,126 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-25 08:46:12,128 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-25 08:46:12,144 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-25 08:46:19,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0c8031d7-0819-4557-bd0a-a96c4bd8c71c/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-11-25 08:46:19,481 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-25 08:46:19,587 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-25 08:46:19,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-11-25 08:46:21,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:21.898 51 INFO rally.api [-] Starting verification (UUID=638b6cc2-4ebe-455b-bf13-105beaa1d649) for deployment 'opnfv-rally' (UUID=2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1) by verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c). 2018-11-25 08:46:21,899 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 638b6cc2-4ebe-455b-bf13-105beaa1d649 2018-11-25 08:46:29,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:29.165 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.166s] 2018-11-25 08:46:29,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:29.216 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.051s] 2018-11-25 08:46:36,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:36.232 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.561s] 2018-11-25 08:46:39,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:39.270 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.037s] 2018-11-25 08:46:51,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:51.705 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.235s] 2018-11-25 08:47:08,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:47:08.360 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.837s] 2018-11-25 08:47:42,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:47:42.394 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-11-25 08:47:42,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:47:42.395 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-11-25 08:48:17,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:48:17.051 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-11-25 08:48:17,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:48:17.053 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-25 08:48:48,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:48:48.196 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.062s] 2018-11-25 08:48:48,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:48:48.198 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-25 08:50:31,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:50:31.418 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.953s] 2018-11-25 08:50:54,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:50:54.493 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-11-25 08:50:54,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:50:54.593 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-11-25 08:51:02,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:02.819 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.725s] 2018-11-25 08:51:02,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:02.826 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.007s] 2018-11-25 08:51:04,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:04.160 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 08:51:04,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:04.161 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 08:51:08,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:08.330 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.316s] 2018-11-25 08:51:15,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:15.314 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.413s] 2018-11-25 08:51:22,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:22.268 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.536s] 2018-11-25 08:51:29,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:29.668 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.388s] 2018-11-25 08:51:39,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:39.062 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.752s] 2018-11-25 08:51:45,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:45.802 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.693s] 2018-11-25 08:51:52,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:52.321 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.175s] 2018-11-25 08:52:00,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:00.476 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.396s] 2018-11-25 08:52:08,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:08.258 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.759s] 2018-11-25 08:52:17,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:17.273 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.778s] 2018-11-25 08:52:20,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:20.155 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-25 08:52:22,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:22.155 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-11-25 08:52:22,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:22.234 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-11-25 08:52:22,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:22.312 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-11-25 08:52:22,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:22.319 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-11-25 08:52:26,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:26.411 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.805s] 2018-11-25 08:52:28,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:28.997 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.586s] 2018-11-25 08:52:31,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:31.152 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.155s] 2018-11-25 08:52:37,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:37.101 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-11-25 08:52:44,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:44.390 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.934s] 2018-11-25 08:52:57,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:57.184 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.548s] 2018-11-25 08:53:00,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:00.437 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.252s] 2018-11-25 08:53:11,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:11.165 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.871s] 2018-11-25 08:53:14,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:14.664 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.498s] 2018-11-25 08:53:24,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:24.526 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.861s] 2018-11-25 08:53:33,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:33.931 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.240s] 2018-11-25 08:53:37,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:37.577 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.644s] 2018-11-25 08:53:44,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:44.419 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.842s] 2018-11-25 08:54:00,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:00.004 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.353s] 2018-11-25 08:54:00,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:00.440 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.435s] 2018-11-25 08:54:00,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:00.606 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.165s] 2018-11-25 08:54:00,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:00.808 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.202s] 2018-11-25 08:54:01,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:01.041 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.232s] 2018-11-25 08:54:01,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:01.244 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.203s] 2018-11-25 08:54:15,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:15.409 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.179s] 2018-11-25 08:54:15,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:15.695 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.285s] 2018-11-25 08:54:15,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:15.971 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.275s] 2018-11-25 08:54:16,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:16.175 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.204s] 2018-11-25 08:54:16,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:16.425 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.249s] 2018-11-25 08:54:16,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:16.621 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.195s] 2018-11-25 08:54:30,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:30.025 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.897s] 2018-11-25 08:54:36,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:36.558 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.531s] 2018-11-25 08:54:38,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:38.319 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.761s] 2018-11-25 08:54:38,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:38.535 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.216s] 2018-11-25 08:54:38,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:38.735 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.199s] 2018-11-25 08:54:51,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:51.135 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.097s] 2018-11-25 08:54:57,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:57.912 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.774s] 2018-11-25 08:54:59,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:59.857 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.946s] 2018-11-25 08:54:59,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:59.912 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-11-25 08:55:00,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:00.006 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.094s] 2018-11-25 08:55:15,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:15.521 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.267s] 2018-11-25 08:55:20,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:20.937 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.415s] 2018-11-25 08:55:25,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:25.425 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.487s] 2018-11-25 08:55:28,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:28.423 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.997s] 2018-11-25 08:55:53,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:53.450 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.734s] 2018-11-25 08:55:58,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:58.797 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.346s] 2018-11-25 08:56:03,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:03.327 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.529s] 2018-11-25 08:56:06,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:06.138 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.809s] 2018-11-25 08:56:22,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:22.690 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.560s] 2018-11-25 08:56:24,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:24.985 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.293s] 2018-11-25 08:56:25,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:25.067 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.085s] 2018-11-25 08:56:29,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:29.558 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.496s] 2018-11-25 08:56:32,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:32.156 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.596s] 2018-11-25 08:56:32,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:32.352 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.199s] 2018-11-25 08:56:36,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:36.734 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.261s] 2018-11-25 08:56:40,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:40.059 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.004s] 2018-11-25 08:56:41,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:41.437 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-25 08:56:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:41.440 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-25 08:56:41,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:41.441 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-25 08:56:41,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:41.441 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-25 08:56:41,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:41.442 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-25 08:56:43,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:43.290 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-11-25 08:56:59,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:59.474 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.195s] 2018-11-25 08:57:12,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:57:12.853 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.102s] 2018-11-25 08:57:25,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:57:25.367 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.513s] 2018-11-25 08:57:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:57:34.788 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.180s] 2018-11-25 08:58:38,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:58:38.096 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [56.510s] 2018-11-25 08:59:13,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:59:13.043 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.737s] 2018-11-25 08:59:57,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:59:57.331 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.870s] 2018-11-25 09:00:13,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 638b6cc2-4ebe-455b-bf13-105beaa1d649 2018-11-25 09:00:13,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '638b6cc2-4ebe-455b-bf13-105beaa1d649']'. 2018-11-25 09:00:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 09:00:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 09:00:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:00:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 638b6cc2-4ebe-455b-bf13-105beaa1d649 | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 08:46:21 | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 09:00:12 | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:51 | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0c8031d7-0819-4557-bd0a-a96c4bd8c71c) | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1) | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 810.223 | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 09:00:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 09:00:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-25 09:00:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:00:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 09:00:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 09:00:14,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-11-25 09:00:14,296 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 09:00:14,297 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:10 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-11-25 09:00:14,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 09:00:14,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 09:00:15,387 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9875c9a7-eff4-4d8a-9689-355e79818b10 Date: Sun, 25 Nov 2018 09:00:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:00:15,387 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7 used request id req-9875c9a7-eff4-4d8a-9689-355e79818b10 2018-11-25 09:00:15,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.08386802673s 2018-11-25 09:00:15,387 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7 used request id req-9875c9a7-eff4-4d8a-9689-355e79818b10 2018-11-25 09:00:15,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 09:00:15,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:15,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09: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-88f42b1f-0f92-4c98-8c78-2fbe939ac472 x-compute-request-id: req-88f42b1f-0f92-4c98-8c78-2fbe939ac472 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "78ba6629-bd33-4eee-afbf-dd43c3e5c881", "name": "tempest_smoke_serial-flavor_ddbc3a01-e0c0-4d86-9702-068da9892319", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/979d2f78-37f1-441d-9a1c-64f096bf9faf", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/979d2f78-37f1-441d-9a1c-64f096bf9faf", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "979d2f78-37f1-441d-9a1c-64f096bf9faf", "name": "tempest_smoke_serial-flavor_alt_ddbc3a01-e0c0-4d86-9702-068da9892319", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 09:00:15,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-88f42b1f-0f92-4c98-8c78-2fbe939ac472 2018-11-25 09:00:15,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.179769992828s 2018-11-25 09:00:15,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-88f42b1f-0f92-4c98-8c78-2fbe939ac472 2018-11-25 09:00:15,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 09:00:15,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/979d2f78-37f1-441d-9a1c-64f096bf9faf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:15,658 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 09: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 x-openstack-request-id: req-7d316c2d-28a6-4b32-9001-d826ab09e76a x-compute-request-id: req-7d316c2d-28a6-4b32-9001-d826ab09e76a Content-Length: 0 Content-Type: application/json 2018-11-25 09:00:15,658 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/979d2f78-37f1-441d-9a1c-64f096bf9faf used request id req-7d316c2d-28a6-4b32-9001-d826ab09e76a 2018-11-25 09:00:15,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0877418518066s 2018-11-25 09:00:15,658 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/979d2f78-37f1-441d-9a1c-64f096bf9faf used request id req-7d316c2d-28a6-4b32-9001-d826ab09e76a 2018-11-25 09:00:15,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:00:15,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 09:00:15,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-c9aca8cf-deb6-4105-b477-f4fd7f97782f Date: Sun, 25 Nov 2018 09:00:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap", "metadata": {}}], "file": "/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/file", "owner": "06882094817843d3944ef28fdc4bb190", "id": "931f72ba-80fd-4c2e-a7e8-2eb19181341a", "size": 12716032, "self": "/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T08:46:06Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T08:46:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:00:15,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c9aca8cf-deb6-4105-b477-f4fd7f97782f 2018-11-25 09:00:15,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179027080536s 2018-11-25 09:00:15,838 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c9aca8cf-deb6-4105-b477-f4fd7f97782f 2018-11-25 09:00:15,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 09:00:15,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7325d55df267a49f593e32553fd2fd120598042b" 2018-11-25 09:00:17,879 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9d2ddeb1-8f4c-44f6-b7e2-d84f2549c7c7 Date: Sun, 25 Nov 2018 09:00:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:00:17,879 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a used request id req-9d2ddeb1-8f4c-44f6-b7e2-d84f2549c7c7 2018-11-25 09:00:17,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.03822302818s 2018-11-25 09:00:17,879 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a used request id req-9d2ddeb1-8f4c-44f6-b7e2-d84f2549c7c7 2018-11-25 09:00:17,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 09:00:17,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:17,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00: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-33f87291-9dda-4f64-93ed-34a4b8df8c67 x-compute-request-id: req-33f87291-9dda-4f64-93ed-34a4b8df8c67 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "78ba6629-bd33-4eee-afbf-dd43c3e5c881", "name": "tempest_smoke_serial-flavor_ddbc3a01-e0c0-4d86-9702-068da9892319", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 09:00:17,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-33f87291-9dda-4f64-93ed-34a4b8df8c67 2018-11-25 09:00:17,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0293629169464s 2018-11-25 09:00:17,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-33f87291-9dda-4f64-93ed-34a4b8df8c67 2018-11-25 09:00:17,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 09:00:17,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:17,944 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 09:00: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-9daa226c-3dc0-4858-94f5-d28f851d57d0 x-compute-request-id: req-9daa226c-3dc0-4858-94f5-d28f851d57d0 Content-Length: 0 Content-Type: application/json 2018-11-25 09:00:17,945 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881 used request id req-9daa226c-3dc0-4858-94f5-d28f851d57d0 2018-11-25 09:00:17,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0336861610413s 2018-11-25 09:00:17,945 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/78ba6629-bd33-4eee-afbf-dd43c3e5c881 used request id req-9daa226c-3dc0-4858-94f5-d28f851d57d0 2018-11-25 09:00:17,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:00:17,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:18,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3850827a-b378-4fa4-afb2-1788bdfaa8eb Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319", "links": {"self": "http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485"}, "domain_id": "default", "enabled": true, "id": "08104dcfbe2d470ca199cb53462a7485", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:00:18,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3850827a-b378-4fa4-afb2-1788bdfaa8eb 2018-11-25 09:00:18,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947089195251s 2018-11-25 09:00:18,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3850827a-b378-4fa4-afb2-1788bdfaa8eb 2018-11-25 09:00:18,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:00:18,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:18,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92a73223-a6b6-4e8e-93b6-dd736cb339d4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485"}, "enabled": true, "id": "08104dcfbe2d470ca199cb53462a7485", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319"}} 2018-11-25 09:00:18,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485 used request id req-92a73223-a6b6-4e8e-93b6-dd736cb339d4 2018-11-25 09:00:18,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116607904434s 2018-11-25 09:00:18,163 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485 used request id req-92a73223-a6b6-4e8e-93b6-dd736cb339d4 2018-11-25 09:00:18,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 09:00:18,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:18,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:00:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e8b9aa9-3c2d-41de-b25e-039137831104 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:00:18,337 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485 used request id req-6e8b9aa9-3c2d-41de-b25e-039137831104 2018-11-25 09:00:18,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.173331022263s 2018-11-25 09:00:18,338 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/08104dcfbe2d470ca199cb53462a7485 used request id req-6e8b9aa9-3c2d-41de-b25e-039137831104 2018-11-25 09:00:18,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:00:18,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:18,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3bf01b0-5cc6-45a2-b072-9e1b8c12c9f4 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190"}, "enabled": true, "id": "06882094817843d3944ef28fdc4bb190", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 09:00:18,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-a3bf01b0-5cc6-45a2-b072-9e1b8c12c9f4 2018-11-25 09:00:18,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0826659202576s 2018-11-25 09:00:18,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-a3bf01b0-5cc6-45a2-b072-9e1b8c12c9f4 2018-11-25 09:00:18,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 09:00:18,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:18,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:00:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15f4d1ff-e027-4e6a-bfbb-3a2fb020af6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:00:18,641 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190 used request id req-15f4d1ff-e027-4e6a-bfbb-3a2fb020af6c 2018-11-25 09:00:18,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.217726230621s 2018-11-25 09:00:18,641 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/06882094817843d3944ef28fdc4bb190 used request id req-15f4d1ff-e027-4e6a-bfbb-3a2fb020af6c 2018-11-25 09:00:18,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:00:18,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:18,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd82bae5-014b-439b-8e71-144904d3dd7c Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e744cb21a0a54f98b2f8dcaceff456a4", "links": {"self": "http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4"}, "name": "Member"}]} 2018-11-25 09:00:18,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fd82bae5-014b-439b-8e71-144904d3dd7c 2018-11-25 09:00:18,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0767068862915s 2018-11-25 09:00:18,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 09:00:18,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:18,836 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:00:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dae2faba-7e21-4dc3-95cc-7fc411618a91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:00:18,836 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4 used request id req-dae2faba-7e21-4dc3-95cc-7fc411618a91 2018-11-25 09:00:18,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.116747140884s 2018-11-25 09:00:18,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 09:00:18,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=06882094817843d3944ef28fdc4bb190&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ef4fce6e2fef6ed7ed64bf23f4b42020eb45184" 2018-11-25 09:00:19,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6cb4cfec-da5e-4821-ba9a-f084d22abbc7 Date: Sun, 25 Nov 2018 09:00:19 GMT RESP BODY: {"security_groups": []} 2018-11-25 09:00:19,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=06882094817843d3944ef28fdc4bb190&name=default used request id req-6cb4cfec-da5e-4821-ba9a-f084d22abbc7 2018-11-25 09:00:19,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.178161859512s 2018-11-25 09:00:19,018 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=06882094817843d3944ef28fdc4bb190&name=default used request id req-6cb4cfec-da5e-4821-ba9a-f084d22abbc7 2018-11-25 09:00:19,066 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-11-25 09:00:19,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 09:00:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 09:00:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 09:00:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 09:00:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 09:00:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 09:00:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 09:00:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 09:00:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 09:00:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 09:00:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 09:00:19,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 09:00:19,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 09:00:19,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 09:00:19,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 09:00:19,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea75cb83-e42c-48b8-9782-9d55e1c8b37a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 09:00:19,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ea75cb83-e42c-48b8-9782-9d55e1c8b37a 2018-11-25 09:00:19,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 09:00:19,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T10:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["ZG6ONebTQWuowPDYrdToLQ"], "issued_at": "2018-11-25T09:00:19.000000Z"}} 2018-11-25 09:00:19,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 09:00:19,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:19,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6a2a24c1-568e-45f1-9024-68c82d71a5e0 Date: Sun, 25 Nov 2018 09:00:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 09:00:19,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6a2a24c1-568e-45f1-9024-68c82d71a5e0 2018-11-25 09:00:19,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.218310117722s 2018-11-25 09:00:19,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6a2a24c1-568e-45f1-9024-68c82d71a5e0 2018-11-25 09:00:19,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 09:00:19,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:19,764 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 09:00:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 09:00:19,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:19,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e56f39e7-e6c7-4e1b-98e0-f89169b90aa5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 09:00:19,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e56f39e7-e6c7-4e1b-98e0-f89169b90aa5 2018-11-25 09:00:19,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0852341651917s 2018-11-25 09:00:19,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 09:00:19,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621"}}' 2018-11-25 09:00:19,949 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 09:00:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9030560-d9ab-4fdc-9152-57cbf1f27134 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b"}, "enabled": true, "id": "1502c2a46ebb471da4c8dbfd655b258b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621"}} 2018-11-25 09:00:19,949 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f9030560-d9ab-4fdc-9152-57cbf1f27134 2018-11-25 09:00:19,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.106611967087s 2018-11-25 09:00:19,950 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f9030560-d9ab-4fdc-9152-57cbf1f27134 2018-11-25 09:00:19,950 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621', 'id': u'1502c2a46ebb471da4c8dbfd655b258b', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 09:00:19,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 09:00:20,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351943016052s 2018-11-25 09:00:20,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:20,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcadc1b8-9578-4d08-b82a-d62e8860e121 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007"}, "enabled": true, "id": "b7d64c68271f4de699dfbccd489f6007", "options": {}, "domain_id": "default", "name": "rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621"}} 2018-11-25 09:00:20,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007 used request id req-fcadc1b8-9578-4d08-b82a-d62e8860e121 2018-11-25 09:00:20,472 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b7d64c68271f4de699dfbccd489f6007', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621'}) 2018-11-25 09:00:20,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:00:20,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:20,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b76dab1-87dd-4ec2-ab24-c81cb340298a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:00:20,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0b76dab1-87dd-4ec2-ab24-c81cb340298a 2018-11-25 09:00:20,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.077605009079s 2018-11-25 09:00:20,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:00:20,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:20,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e409a1e-b4be-428d-8cdd-59b13aaa0d13 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:00:20,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0e409a1e-b4be-428d-8cdd-59b13aaa0d13 2018-11-25 09:00:20,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816581249237s 2018-11-25 09:00:20,634 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 09:00:20,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 09:00:20,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" -d '{"role": {"name": "Member"}}' 2018-11-25 09:00:20,728 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4420e59e-5852-4bca-8180-ecc0c8ddfc43 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d68a5d1513e4d748bf2bf688537d52e", "links": {"self": "http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e"}, "name": "Member"}} 2018-11-25 09:00:20,729 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-4420e59e-5852-4bca-8180-ecc0c8ddfc43 2018-11-25 09:00:20,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0945389270782s 2018-11-25 09:00:20,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:20,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adafb774-a94a-431f-8353-596939719853 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e"}, "domain_id": null, "name": "Member", "id": "3d68a5d1513e4d748bf2bf688537d52e"}} 2018-11-25 09:00:20,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e used request id req-adafb774-a94a-431f-8353-596939719853 2018-11-25 09:00:20,807 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e'}, 'domain_id': None, 'human_id': None, 'id': u'3d68a5d1513e4d748bf2bf688537d52e', 'HUMAN_ID': False}) 2018-11-25 09:00:20,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:00:20,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:20,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7859808e-495c-411f-a499-7c25222cc5ca Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "3d68a5d1513e4d748bf2bf688537d52e", "links": {"self": "http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:00:20,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7859808e-495c-411f-a499-7c25222cc5ca 2018-11-25 09:00:20,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832319259644s 2018-11-25 09:00:20,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 09:00:20,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:20,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ee16b0-d170-4947-9699-cc8e5b943bf5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 09:00:20,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-29ee16b0-d170-4947-9699-cc8e5b943bf5 2018-11-25 09:00:20,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0735158920288s 2018-11-25 09:00:20,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:00:20,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:21,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fbf1ae0-552c-4821-8d13-79f0b90845e1 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621", "links": {"self": "http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007"}, "domain_id": "default", "enabled": true, "id": "b7d64c68271f4de699dfbccd489f6007", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:00:21,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7fbf1ae0-552c-4821-8d13-79f0b90845e1 2018-11-25 09:00:21,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0955219268799s 2018-11-25 09:00:21,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7fbf1ae0-552c-4821-8d13-79f0b90845e1 2018-11-25 09:00:21,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:00:21,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:21,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8fe85f-2092-4e8c-a2b4-ceefa520a969 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b"}, "enabled": true, "id": "1502c2a46ebb471da4c8dbfd655b258b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 09:00:21,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-de8fe85f-2092-4e8c-a2b4-ceefa520a969 2018-11-25 09:00:21,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0831260681152s 2018-11-25 09:00:21,150 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-de8fe85f-2092-4e8c-a2b4-ceefa520a969 2018-11-25 09:00:21,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 09:00:21,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=b7d64c68271f4de699dfbccd489f6007&scope.project.id=1502c2a46ebb471da4c8dbfd655b258b&role.id=3d68a5d1513e4d748bf2bf688537d52e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:21,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82589b95-6e08-4118-a4e2-e43d33e10795 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=b7d64c68271f4de699dfbccd489f6007&scope.project.id=1502c2a46ebb471da4c8dbfd655b258b&role.id=3d68a5d1513e4d748bf2bf688537d52e", "previous": null, "next": null}} 2018-11-25 09:00:21,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b7d64c68271f4de699dfbccd489f6007&scope.project.id=1502c2a46ebb471da4c8dbfd655b258b&role.id=3d68a5d1513e4d748bf2bf688537d52e used request id req-82589b95-6e08-4118-a4e2-e43d33e10795 2018-11-25 09:00:21,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0773539543152s 2018-11-25 09:00:21,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 09:00:21,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b/users/b7d64c68271f4de699dfbccd489f6007/roles/3d68a5d1513e4d748bf2bf688537d52e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:21,353 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb550ce7-79fb-49fb-b92c-49c7cbd741c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:00:21,353 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b/users/b7d64c68271f4de699dfbccd489f6007/roles/3d68a5d1513e4d748bf2bf688537d52e used request id req-cb550ce7-79fb-49fb-b92c-49c7cbd741c8 2018-11-25 09:00:21,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12327003479s 2018-11-25 09:00:21,354 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'ac191013-89d9-4168-9948-ecd32b4e8cce', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621', 'project_id': u'1502c2a46ebb471da4c8dbfd655b258b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 09:00:21,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 09:00:21,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 09:00:21,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 09:00:21,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 09:00:21,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 09:00:21,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 09:00:21,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 09:00:21,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 09:00:21,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 09:00:21,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 09:00:21,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 09:00:21,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 09:00:21,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 09:00:21,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 09:00:21,359 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621', 'password': 'ac191013-89d9-4168-9948-ecd32b4e8cce', 'project_name': 'rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '1502c2a46ebb471da4c8dbfd655b258b', 'project_domain_name': 'Default'} 2018-11-25 09:00:21,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:00:21,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:21,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e4a6262-a317-46dd-ac8a-4a5fe77e61fb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "3d68a5d1513e4d748bf2bf688537d52e", "links": {"self": "http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:00:21,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5e4a6262-a317-46dd-ac8a-4a5fe77e61fb 2018-11-25 09:00:21,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.17219209671s 2018-11-25 09:00:21,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:00:21,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:21,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ec277a-967d-4442-8483-f64c89f79832 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "3d68a5d1513e4d748bf2bf688537d52e", "links": {"self": "http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:00:21,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-66ec277a-967d-4442-8483-f64c89f79832 2018-11-25 09:00:21,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0767798423767s 2018-11-25 09:00:21,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 09:00:21,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:21,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82cd440f-199c-43ec-9965-cd780839b48f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 09:00:21,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-82cd440f-199c-43ec-9965-cd780839b48f 2018-11-25 09:00:21,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0150079727173s 2018-11-25 09:00:21,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:00:21,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:21,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baa327e4-0ffc-41a3-97cf-aa22212222f4 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621", "links": {"self": "http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007"}, "domain_id": "default", "enabled": true, "id": "b7d64c68271f4de699dfbccd489f6007", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:00:21,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-baa327e4-0ffc-41a3-97cf-aa22212222f4 2018-11-25 09:00:21,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0962719917297s 2018-11-25 09:00:21,723 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-baa327e4-0ffc-41a3-97cf-aa22212222f4 2018-11-25 09:00:21,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:00:21,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:21,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ba682c2-eecb-4513-8e1e-7632c4a251e6 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b"}, "enabled": true, "id": "1502c2a46ebb471da4c8dbfd655b258b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 09:00:21,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-7ba682c2-eecb-4513-8e1e-7632c4a251e6 2018-11-25 09:00:21,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.072802066803s 2018-11-25 09:00:21,803 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-7ba682c2-eecb-4513-8e1e-7632c4a251e6 2018-11-25 09:00:21,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 09:00:21,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=b7d64c68271f4de699dfbccd489f6007&scope.project.id=1502c2a46ebb471da4c8dbfd655b258b&role.id=27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:21,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef81d389-c668-4d39-98c2-5fe3810af695 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=b7d64c68271f4de699dfbccd489f6007&scope.project.id=1502c2a46ebb471da4c8dbfd655b258b&role.id=27bda056e6a9493f8b3efd13960b080f", "previous": null, "next": null}} 2018-11-25 09:00:21,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b7d64c68271f4de699dfbccd489f6007&scope.project.id=1502c2a46ebb471da4c8dbfd655b258b&role.id=27bda056e6a9493f8b3efd13960b080f used request id req-ef81d389-c668-4d39-98c2-5fe3810af695 2018-11-25 09:00:21,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0825951099396s 2018-11-25 09:00:21,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 09:00:21,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b/users/b7d64c68271f4de699dfbccd489f6007/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:22,036 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bc2a27f-9f76-4a75-8658-6eb74ca04db0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:00:22,036 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b/users/b7d64c68271f4de699dfbccd489f6007/roles/27bda056e6a9493f8b3efd13960b080f used request id req-8bc2a27f-9f76-4a75-8658-6eb74ca04db0 2018-11-25 09:00:22,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.148397922516s 2018-11-25 09:00:22,037 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-11-25 09:00:22,388 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-11-25 09:00:22,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 09:00:22,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:22,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72457b44-10d2-49fa-bf18-33164e597674 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 09:00:22,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-72457b44-10d2-49fa-bf18-33164e597674 2018-11-25 09:00:22,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0767500400543s 2018-11-25 09:00:22,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:00:22,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:00:22,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be8ce667-cae3-41a5-a385-0d86dfb8c367 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b"}, "enabled": true, "id": "1502c2a46ebb471da4c8dbfd655b258b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 09:00:22,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-be8ce667-cae3-41a5-a385-0d86dfb8c367 2018-11-25 09:00:22,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0796179771423s 2018-11-25 09:00:22,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-be8ce667-cae3-41a5-a385-0d86dfb8c367 2018-11-25 09:00:22,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-25 09:00:22,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" -d '{"network": {"shared": true, "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "name": "rally_sanity-net_e5697f3a-650e-4b61-8c2e-412669bd7621", "admin_state_up": true}}' 2018-11-25 09:00:23,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7c838129-ae85-49bf-9728-e2081f690f00 Date: Sun, 25 Nov 2018 09:00:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e8ed12e8-8e7c-4dc4-8014-cd7f358a0846","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"1502c2a46ebb471da4c8dbfd655b258b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T09:00:23Z","is_default":false,"provider:segmentation_id":80,"name":"rally_sanity-net_e5697f3a-650e-4b61-8c2e-412669bd7621","admin_state_up":true,"tenant_id":"1502c2a46ebb471da4c8dbfd655b258b","created_at":"2018-11-25T09:00:22Z","mtu":1450}} 2018-11-25 09:00:23,338 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7c838129-ae85-49bf-9728-e2081f690f00 2018-11-25 09:00:23,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.787878990173s 2018-11-25 09:00:23,338 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7c838129-ae85-49bf-9728-e2081f690f00 2018-11-25 09:00:23,339 - 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-11-25T09:00:23Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', u'provider:segmentation_id': 80, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_e5697f3a-650e-4b61-8c2e-412669bd7621', u'admin_state_up': True, u'tenant_id': u'1502c2a46ebb471da4c8dbfd655b258b', u'created_at': u'2018-11-25T09:00:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'1502c2a46ebb471da4c8dbfd655b258b'}) 2018-11-25 09:00:23,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 09:00:23,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c5149db-e4df-4efb-bf57-84008788e187 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 09:00:23,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8c5149db-e4df-4efb-bf57-84008788e187 2018-11-25 09:00:23,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 09:00:23,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "3d68a5d1513e4d748bf2bf688537d52e", "name": "Member"}], "expires_at": "2018-11-25T10:00:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1502c2a46ebb471da4c8dbfd655b258b", "name": "rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/1502c2a46ebb471da4c8dbfd655b258b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/1502c2a46ebb471da4c8dbfd655b258b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/1502c2a46ebb471da4c8dbfd655b258b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/1502c2a46ebb471da4c8dbfd655b258b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/1502c2a46ebb471da4c8dbfd655b258b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/1502c2a46ebb471da4c8dbfd655b258b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/1502c2a46ebb471da4c8dbfd655b258b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/1502c2a46ebb471da4c8dbfd655b258b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/1502c2a46ebb471da4c8dbfd655b258b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/1502c2a46ebb471da4c8dbfd655b258b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/1502c2a46ebb471da4c8dbfd655b258b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/1502c2a46ebb471da4c8dbfd655b258b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621", "id": "b7d64c68271f4de699dfbccd489f6007"}, "audit_ids": ["uD-ErymhRMS0KLUo_98hEg"], "issued_at": "2018-11-25T09:00:23.000000Z"}} 2018-11-25 09:00:23,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 09:00:23,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:00:23,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-0a6f972f-3aa4-4dcc-b306-df6ce4a89d32 Date: Sun, 25 Nov 2018 09:00:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e8ed12e8-8e7c-4dc4-8014-cd7f358a0846","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"1502c2a46ebb471da4c8dbfd655b258b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T09:00:23Z","provider:segmentation_id":80,"name":"rally_sanity-net_e5697f3a-650e-4b61-8c2e-412669bd7621","admin_state_up":true,"tenant_id":"1502c2a46ebb471da4c8dbfd655b258b","created_at":"2018-11-25T09:00:22Z","provider:network_type":"vxlan"}]} 2018-11-25 09:00:23,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0a6f972f-3aa4-4dcc-b306-df6ce4a89d32 2018-11-25 09:00:23,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246755123138s 2018-11-25 09:00:23,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0a6f972f-3aa4-4dcc-b306-df6ce4a89d32 2018-11-25 09:00:23,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-25 09:00:23,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" -d '{"subnet": {"name": "rally_sanity-subnet_e5697f3a-650e-4b61-8c2e-412669bd7621", "enable_dhcp": true, "network_id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-25 09:00:24,584 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-4f3e3b1e-7f40-4f8a-b1f6-722687d39de8 Date: Sun, 25 Nov 2018 09:00:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8ed12e8-8e7c-4dc4-8014-cd7f358a0846","tenant_id":"1502c2a46ebb471da4c8dbfd655b258b","created_at":"2018-11-25T09:00:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-25T09:00: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":"1502c2a46ebb471da4c8dbfd655b258b","id":"9ffa3b04-6d61-41e6-8a7b-f911256969bf","subnetpool_id":null,"name":"rally_sanity-subnet_e5697f3a-650e-4b61-8c2e-412669bd7621"}} 2018-11-25 09:00:24,585 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4f3e3b1e-7f40-4f8a-b1f6-722687d39de8 2018-11-25 09:00:24,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.615530014038s 2018-11-25 09:00:24,585 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4f3e3b1e-7f40-4f8a-b1f6-722687d39de8 2018-11-25 09:00:24,586 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-25T09:00: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'9ffa3b04-6d61-41e6-8a7b-f911256969bf', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_e5697f3a-650e-4b61-8c2e-412669bd7621', u'enable_dhcp': True, u'network_id': u'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', u'tenant_id': u'1502c2a46ebb471da4c8dbfd655b258b', u'created_at': u'2018-11-25T09:00: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'1502c2a46ebb471da4c8dbfd655b258b'}) 2018-11-25 09:00:24,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-25 09:00:24,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}, "name": "rally_sanity-router_e5697f3a-650e-4b61-8c2e-412669bd7621", "admin_state_up": true}}' 2018-11-25 09:00:25,831 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3ef9ec47-a0a3-4e4c-b3e8-344973c285cb Date: Sun, 25 Nov 2018 09:00:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "created_at": "2018-11-25T09:00:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:00:25Z", "revision_number": 2, "routes": [], "project_id": "1502c2a46ebb471da4c8dbfd655b258b", "id": "6549c390-2a8b-4125-99ba-fa7daebf4a1d", "name": "rally_sanity-router_e5697f3a-650e-4b61-8c2e-412669bd7621"}} 2018-11-25 09:00:25,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3ef9ec47-a0a3-4e4c-b3e8-344973c285cb 2018-11-25 09:00:25,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24531507492s 2018-11-25 09:00:25,832 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3ef9ec47-a0a3-4e4c-b3e8-344973c285cb 2018-11-25 09:00:25,832 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5c9b0ac2-19de-49fd-9d11-79e1dddc84a4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'19bb42e4-afc4-4c16-8adb-bc9a80c06c22', u'ip_address': u'172.30.9.216'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1502c2a46ebb471da4c8dbfd655b258b', u'created_at': u'2018-11-25T09:00:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-11-25T09:00:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'1502c2a46ebb471da4c8dbfd655b258b', u'id': u'6549c390-2a8b-4125-99ba-fa7daebf4a1d', u'name': u'rally_sanity-router_e5697f3a-650e-4b61-8c2e-412669bd7621'}) 2018-11-25 09:00:25,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-25 09:00:25,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6549c390-2a8b-4125-99ba-fa7daebf4a1d/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" -d '{"subnet_id": "9ffa3b04-6d61-41e6-8a7b-f911256969bf"}' 2018-11-25 09:00:27,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-32b0258d-81c6-4aa7-8ee1-f516ec864cd3 Date: Sun, 25 Nov 2018 09:00:27 GMT RESP BODY: {"network_id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846", "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "subnet_id": "9ffa3b04-6d61-41e6-8a7b-f911256969bf", "subnet_ids": ["9ffa3b04-6d61-41e6-8a7b-f911256969bf"], "port_id": "85a38b1b-6afe-402e-85ee-eb03c0bfb6bc", "id": "6549c390-2a8b-4125-99ba-fa7daebf4a1d"} 2018-11-25 09:00:27,709 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6549c390-2a8b-4125-99ba-fa7daebf4a1d/add_router_interface.json used request id req-32b0258d-81c6-4aa7-8ee1-f516ec864cd3 2018-11-25 09:00:27,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.87603998184s 2018-11-25 09:00:27,709 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6549c390-2a8b-4125-99ba-fa7daebf4a1d/add_router_interface.json used request id req-32b0258d-81c6-4aa7-8ee1-f516ec864cd3 returning object 6549c390-2a8b-4125-99ba-fa7daebf4a1d 2018-11-25 09:00:27,710 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 09:00:27,781 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-25 09:00:27,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:00:27,787 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 25 Nov 2018 09:00:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-11-25 09:00:27,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:00:27,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:00:27,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8226b82d-2345-4403-af70-6877bb3855f3 Date: Sun, 25 Nov 2018 09:00:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:00:27,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8226b82d-2345-4403-af70-6877bb3855f3 2018-11-25 09:00:27,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187309980392s 2018-11-25 09:00:27,977 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8226b82d-2345-4403-af70-6877bb3855f3 2018-11-25 09:00:27,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 09:00:27,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621"}' 2018-11-25 09:00:28,215 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024 X-Openstack-Request-Id: req-f6641fe1-484d-4126-8527-8a1ed298e033 Date: Sun, 25 Nov 2018 09:00:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/file", "owner": "1502c2a46ebb471da4c8dbfd655b258b", "id": "35a6b3c5-28cb-44d5-a476-11f2342b7024", "size": null, "self": "/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:00:28Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621", "checksum": null, "created_at": "2018-11-25T09:00:28Z", "protected": false} 2018-11-25 09:00:28,215 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f6641fe1-484d-4126-8527-8a1ed298e033 2018-11-25 09:00:28,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.236721992493s 2018-11-25 09:00:28,216 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f6641fe1-484d-4126-8527-8a1ed298e033 returning object 35a6b3c5-28cb-44d5-a476-11f2342b7024 2018-11-25 09:00:28,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 09:00:28,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" -d '' 2018-11-25 09:00:29,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-005b2897-70b9-416f-9f44-3a4f8a11bd36 Date: Sun, 25 Nov 2018 09:00:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:00:29,941 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/file used request id req-005b2897-70b9-416f-9f44-3a4f8a11bd36 2018-11-25 09:00:29,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.72419905663s 2018-11-25 09:00:29,942 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/file used request id req-005b2897-70b9-416f-9f44-3a4f8a11bd36 2018-11-25 09:00:29,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:00:29,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:00:29,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-74a6a3e7-975f-44b4-9572-0368276dae44 Date: Sun, 25 Nov 2018 09:00:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/snap", "metadata": {}}], "file": "/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/file", "owner": "1502c2a46ebb471da4c8dbfd655b258b", "id": "35a6b3c5-28cb-44d5-a476-11f2342b7024", "size": 12716032, "self": "/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:00:29Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:00:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:00:29,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-74a6a3e7-975f-44b4-9572-0368276dae44 2018-11-25 09:00:29,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0274140834808s 2018-11-25 09:00:29,971 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-74a6a3e7-975f-44b4-9572-0368276dae44 2018-11-25 09:00:29,972 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/snap', u'metadata': Munch({})})], 'file': u'/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/file', 'owner': u'1502c2a46ebb471da4c8dbfd655b258b', 'id': u'35a6b3c5-28cb-44d5-a476-11f2342b7024', 'size': 12716032, u'self': u'/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1502c2a46ebb471da4c8dbfd655b258b', 'name': 'rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T09:00:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T09:00:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'created': u'2018-11-25T09:00:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T09:00:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 09:00:29,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 09:00:29,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 09:00:30,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00: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-87edd01c-7b8a-44a0-9f8f-4768f4541f8d x-compute-request-id: req-87edd01c-7b8a-44a0-9f8f-4768f4541f8d Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c798ebc8-c78d-4585-8f5c-572d3d0a8103", "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 09:00:30,185 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-87edd01c-7b8a-44a0-9f8f-4768f4541f8d 2018-11-25 09:00:30,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.211600065231s 2018-11-25 09:00:30,185 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-87edd01c-7b8a-44a0-9f8f-4768f4541f8d returning object c798ebc8-c78d-4585-8f5c-572d3d0a8103 2018-11-25 09:00:30,186 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'c798ebc8-c78d-4585-8f5c-572d3d0a8103', 'swap': 0}) 2018-11-25 09:00:30,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 09:00:30,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" -d '{"extra_specs": {}}' 2018-11-25 09:00:30,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00: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-4b5f624f-abb3-4cb2-b4eb-b48b22b21712 x-compute-request-id: req-4b5f624f-abb3-4cb2-b4eb-b48b22b21712 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 09:00:30,207 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103/os-extra_specs used request id req-4b5f624f-abb3-4cb2-b4eb-b48b22b21712 2018-11-25 09:00:30,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020308971405s 2018-11-25 09:00:30,207 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103/os-extra_specs used request id req-4b5f624f-abb3-4cb2-b4eb-b48b22b21712 2018-11-25 09:00:30,208 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 09:00:33,015 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-25 09:00:32.497 119 INFO rally.deployment.engine [-] Deployment 2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1 | Starting: Destroy cloud and free allocated resources. 2018-11-25 09:00:32.607 119 INFO rally.deployment.engine [-] Deployment 2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1 | Completed: Destroy cloud and free allocated resources. 2018-11-25 09:00:32.649 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c) for deployment 'opnfv-rally'. 2018-11-25 09:00:32.665 119 INFO rally.api [-] Deleting verification (UUID=638b6cc2-4ebe-455b-bf13-105beaa1d649). 2018-11-25 09:00:32.720 119 INFO rally.api [-] Verification has been successfully deleted! 2018-11-25 09:00:32.721 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c). 2018-11-25 09:00:32.729 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-25 09:00:35,596 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 09:00:35.223 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bc3d6b12-2854-43b8-a76f-a85c79453659) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bc3d6b12-2854-43b8-a76f-a85c79453659 | 2018-11-25T09:00:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bc3d6b12-2854-43b8-a76f-a85c79453659 ~/.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-11-25 09:00:39,007 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2018-11-25 09:00:39,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-11-25 09:00:39,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-25 09:00:39,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:00:39,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05e4f8e3-0c52-4cf1-a8c6-77e2ccd909fc x-compute-request-id: req-05e4f8e3-0c52-4cf1-a8c6-77e2ccd909fc Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 09:00:39,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-05e4f8e3-0c52-4cf1-a8c6-77e2ccd909fc 2018-11-25 09:00:39,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.184736967087s 2018-11-25 09:00:39,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-05e4f8e3-0c52-4cf1-a8c6-77e2ccd909fc 2018-11-25 09:00:39,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 09:00:39,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_e5697f3a-650e-4b61-8c2e-412669bd7621", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 09:00:39,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b161e708-3b40-4f52-a44d-e561fd796561 x-compute-request-id: req-b161e708-3b40-4f52-a44d-e561fd796561 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/85dfd986-b089-479c-bbb5-9131ca80f97e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/85dfd986-b089-479c-bbb5-9131ca80f97e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "85dfd986-b089-479c-bbb5-9131ca80f97e", "name": "rally_sanity-flavor_alt_e5697f3a-650e-4b61-8c2e-412669bd7621", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 09:00:39,287 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b161e708-3b40-4f52-a44d-e561fd796561 2018-11-25 09:00:39,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0914769172668s 2018-11-25 09:00:39,287 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b161e708-3b40-4f52-a44d-e561fd796561 returning object 85dfd986-b089-479c-bbb5-9131ca80f97e 2018-11-25 09:00:39,288 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_e5697f3a-650e-4b61-8c2e-412669bd7621', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'85dfd986-b089-479c-bbb5-9131ca80f97e', 'swap': 0}) 2018-11-25 09:00:39,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 09:00:39,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/85dfd986-b089-479c-bbb5-9131ca80f97e/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" -d '{"extra_specs": {}}' 2018-11-25 09:00:39,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:00:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e78f8f5-24ae-4d67-a4ed-a48b1f738de1 x-compute-request-id: req-3e78f8f5-24ae-4d67-a4ed-a48b1f738de1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 09:00:39,310 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/85dfd986-b089-479c-bbb5-9131ca80f97e/os-extra_specs used request id req-3e78f8f5-24ae-4d67-a4ed-a48b1f738de1 2018-11-25 09:00:39,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021045923233s 2018-11-25 09:00:39,310 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/85dfd986-b089-479c-bbb5-9131ca80f97e/os-extra_specs used request id req-3e78f8f5-24ae-4d67-a4ed-a48b1f738de1 2018-11-25 09:00:39,311 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_e5697f3a-650e-4b61-8c2e-412669bd7621', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'85dfd986-b089-479c-bbb5-9131ca80f97e', 'swap': 0}) 2018-11-25 09:00:39,311 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-11-25 09:00:39,321 - 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-11-25 09:00:39,322 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:00:39,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:00:39,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:01:41,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2354bce1-9e9f-40be-9a1c-350b219e73c6 2018-11-25 09:01:41,947 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-11-25 09:01:41,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2354bce1-9e9f-40be-9a1c-350b219e73c6'] 2018-11-25 09:01:43,070 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2354bce1-9e9f-40be-9a1c-350b219e73c6 -------------------------------------------------------------------------------- Task 2354bce1-9e9f-40be-9a1c-350b219e73c6: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2354bce1-9e9f-40be-9a1c-350b219e73c6 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.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | total | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | -> duration | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.46813 Full duration: 7.475967 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2354bce1-9e9f-40be-9a1c-350b219e73c6 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.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | total | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> duration | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.282741 Full duration: 8.337679 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2354bce1-9e9f-40be-9a1c-350b219e73c6 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | total | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | -> duration | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.038632 Full duration: 7.905287 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2354bce1-9e9f-40be-9a1c-350b219e73c6 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 | 0.382 | 0.382 | 0.382 | 0.382 | 0.382 | 0.382 | 100.0% | 1 | | total | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | -> duration | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.954725 Full duration: 7.845827 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2354bce1-9e9f-40be-9a1c-350b219e73c6 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | total | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> duration | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928981 Full duration: 7.986172 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2354bce1-9e9f-40be-9a1c-350b219e73c6 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.772091 Full duration: 7.596611 HINTS: * To plot HTML graphics with this data, run: rally task report 2354bce1-9e9f-40be-9a1c-350b219e73c6 --out output.html * To generate a JUnit report, run: rally task export 2354bce1-9e9f-40be-9a1c-350b219e73c6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2354bce1-9e9f-40be-9a1c-350b219e73c6 --json --out output.json 2018-11-25 09:01:43,071 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2354bce1-9e9f-40be-9a1c-350b219e73c6', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-11-25 09:01:45,387 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2354bce1-9e9f-40be-9a1c-350b219e73c6 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-11-25 09:01:45.272 730 INFO rally.api [-] Building 'json' report for the following task(s): '2354bce1-9e9f-40be-9a1c-350b219e73c6'. 2018-11-25 09:01:45.277 730 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:01:45,387 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2354bce1-9e9f-40be-9a1c-350b219e73c6', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-11-25 09:01:47,634 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2354bce1-9e9f-40be-9a1c-350b219e73c6 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-11-25 09:01:47.489 733 INFO rally.api [-] Building 'html' report for the following task(s): '2354bce1-9e9f-40be-9a1c-350b219e73c6'. 2018-11-25 09:01:47.520 733 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:01:47,640 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-11-25 09:01:47,641 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-11-25 09:01:47,650 - 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-11-25 09:01:47,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:01:47,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:01:47,673 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:03:24,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 2018-11-25 09:03:24,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1a4c6059-96d9-416a-97e3-771fdc6ff3a6'] 2018-11-25 09:03:25,200 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 -------------------------------------------------------------------------------- Task 1a4c6059-96d9-416a-97e3-771fdc6ff3a6: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.128 | 4.128 | 4.128 | 4.128 | 4.128 | 4.128 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> glance_v2.upload_data | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 100.0% | 1 | | glance_v2.delete_image | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 100.0% | 1 | | total | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 100.0% | 1 | | -> duration | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.370636 Full duration: 13.968984 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | -> glance_v2.upload_data | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 100.0% | 1 | | glance_v2.list_images | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 100.0% | 1 | | -> duration | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.060856 Full duration: 15.290089 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 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.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | total | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | -> duration | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.40731 Full duration: 8.338591 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "number_instances": 2, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.822 | 4.822 | 4.822 | 4.822 | 4.822 | 4.822 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> glance_v2.upload_data | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 100.0% | 1 | | nova.boot_servers | 13.703 | 13.703 | 13.703 | 13.703 | 13.703 | 13.703 | 100.0% | 1 | | total | 18.526 | 18.526 | 18.526 | 18.526 | 18.526 | 18.526 | 100.0% | 1 | | -> duration | 17.526 | 17.526 | 17.526 | 17.526 | 17.526 | 17.526 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.526266 Full duration: 41.645961 HINTS: * To plot HTML graphics with this data, run: rally task report 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 --out output.html * To generate a JUnit report, run: rally task export 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 --json --out output.json 2018-11-25 09:03:25,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1a4c6059-96d9-416a-97e3-771fdc6ff3a6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-11-25 09:03:27,490 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-11-25 09:03:27.372 1286 INFO rally.api [-] Building 'json' report for the following task(s): '1a4c6059-96d9-416a-97e3-771fdc6ff3a6'. 2018-11-25 09:03:27.377 1286 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:03:27,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1a4c6059-96d9-416a-97e3-771fdc6ff3a6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-11-25 09:03:29,638 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-11-25 09:03:29.514 1289 INFO rally.api [-] Building 'html' report for the following task(s): '1a4c6059-96d9-416a-97e3-771fdc6ff3a6'. 2018-11-25 09:03:29.535 1289 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:03:29,641 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-11-25 09:03:29,641 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-11-25 09:03:29,641 - 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-11-25 09:03:29,641 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:03:29,648 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:03:29,656 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:06:55,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 30177bc6-298b-40b2-8af2-fb728a187575 2018-11-25 09:06:55,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '30177bc6-298b-40b2-8af2-fb728a187575'] 2018-11-25 09:06:56,646 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 30177bc6-298b-40b2-8af2-fb728a187575 -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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.132 | 3.132 | 3.132 | 3.132 | 3.132 | 3.132 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.461 | 2.461 | 2.461 | 2.461 | 2.461 | 2.461 | 100.0% | 1 | | total | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 100.0% | 1 | | -> duration | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.593574 Full duration: 26.275665 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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.268 | 3.268 | 3.268 | 3.268 | 3.268 | 3.268 | 100.0% | 1 | | cinder_v2.delete_volume | 2.632 | 2.632 | 2.632 | 2.632 | 2.632 | 2.632 | 100.0% | 1 | | total | 5.9 | 5.9 | 5.9 | 5.9 | 5.9 | 5.9 | 100.0% | 1 | | -> duration | 5.9 | 5.9 | 5.9 | 5.9 | 5.9 | 5.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.899735 Full duration: 16.359032 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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 | 8.635 | 8.635 | 8.635 | 8.635 | 8.635 | 8.635 | 100.0% | 1 | | cinder_v2.delete_volume | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 100.0% | 1 | | total | 11.403 | 11.403 | 11.403 | 11.403 | 11.403 | 11.403 | 100.0% | 1 | | -> duration | 11.403 | 11.403 | 11.403 | 11.403 | 11.403 | 11.403 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.403151 Full duration: 22.078853 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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.266 | 3.266 | 3.266 | 3.266 | 3.266 | 3.266 | 100.0% | 1 | | cinder_v2.delete_volume | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 100.0% | 1 | | -> duration | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.909272 Full duration: 16.155958 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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.163 | 3.163 | 3.163 | 3.163 | 3.163 | 3.163 | 100.0% | 1 | | cinder_v2.extend_volume | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 100.0% | 1 | | cinder_v2.delete_volume | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 100.0% | 1 | | total | 8.268 | 8.268 | 8.268 | 8.268 | 8.268 | 8.268 | 100.0% | 1 | | -> duration | 8.268 | 8.268 | 8.268 | 8.268 | 8.268 | 8.268 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.267514 Full duration: 18.49661 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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.324 | 3.324 | 3.324 | 3.324 | 3.324 | 3.324 | 100.0% | 1 | | cinder_v2.delete_volume | 2.614 | 2.614 | 2.614 | 2.614 | 2.614 | 2.614 | 100.0% | 1 | | total | 5.938 | 5.938 | 5.938 | 5.938 | 5.938 | 5.938 | 100.0% | 1 | | -> duration | 5.938 | 5.938 | 5.938 | 5.938 | 5.938 | 5.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.938211 Full duration: 23.299886 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | cinder_v2.list_qos | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799308 Full duration: 12.277442 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.set_qos | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> duration | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.804859 Full duration: 12.466171 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | cinder_v2.list_types | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787225 Full duration: 12.408423 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> duration | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.830124 Full duration: 12.616985 HINTS: * To plot HTML graphics with this data, run: rally task report 30177bc6-298b-40b2-8af2-fb728a187575 --out output.html * To generate a JUnit report, run: rally task export 30177bc6-298b-40b2-8af2-fb728a187575 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 30177bc6-298b-40b2-8af2-fb728a187575 --json --out output.json 2018-11-25 09:06:56,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '30177bc6-298b-40b2-8af2-fb728a187575', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-11-25 09:06:59,026 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 30177bc6-298b-40b2-8af2-fb728a187575 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-11-25 09:06:58.866 3078 INFO rally.api [-] Building 'json' report for the following task(s): '30177bc6-298b-40b2-8af2-fb728a187575'. 2018-11-25 09:06:58.877 3078 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:06:59,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '30177bc6-298b-40b2-8af2-fb728a187575', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-11-25 09:07:01,338 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 30177bc6-298b-40b2-8af2-fb728a187575 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-11-25 09:07:01.194 3081 INFO rally.api [-] Building 'html' report for the following task(s): '30177bc6-298b-40b2-8af2-fb728a187575'. 2018-11-25 09:07:01.223 3081 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:07:01,349 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-11-25 09:07:01,349 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-11-25 09:07:01,350 - 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-11-25 09:07:01,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:07:01,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:07:01,382 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:08:22,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a19f415a-fe33-4497-8f02-cfbb663fa526 2018-11-25 09:08:22,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a19f415a-fe33-4497-8f02-cfbb663fa526'] 2018-11-25 09:08:23,715 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a19f415a-fe33-4497-8f02-cfbb663fa526 -------------------------------------------------------------------------------- Task a19f415a-fe33-4497-8f02-cfbb663fa526: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task a19f415a-fe33-4497-8f02-cfbb663fa526 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.474 | 4.474 | 4.474 | 4.474 | 4.474 | 4.474 | 100.0% | 1 | | heat.update_stack | 2.886 | 2.886 | 2.886 | 2.886 | 2.886 | 2.886 | 100.0% | 1 | | heat.delete_stack | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 100.0% | 1 | | total | 10.176 | 10.176 | 10.176 | 10.176 | 10.176 | 10.176 | 100.0% | 1 | | -> duration | 6.176 | 6.176 | 6.176 | 6.176 | 6.176 | 6.176 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.176476 Full duration: 18.624403 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task a19f415a-fe33-4497-8f02-cfbb663fa526 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.491 | 4.491 | 4.491 | 4.491 | 4.491 | 4.491 | 100.0% | 1 | | heat.check_stack | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | heat.delete_stack | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 100.0% | 1 | | total | 8.084 | 8.084 | 8.084 | 8.084 | 8.084 | 8.084 | 100.0% | 1 | | -> duration | 6.084 | 6.084 | 6.084 | 6.084 | 6.084 | 6.084 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.084346 Full duration: 16.458672 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task a19f415a-fe33-4497-8f02-cfbb663fa526 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.673 | 4.673 | 4.673 | 4.673 | 4.673 | 4.673 | 100.0% | 1 | | heat.suspend_stack | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | heat.resume_stack | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | heat.delete_stack | 2.19 | 2.19 | 2.19 | 2.19 | 2.19 | 2.19 | 100.0% | 1 | | total | 8.577 | 8.577 | 8.577 | 8.577 | 8.577 | 8.577 | 100.0% | 1 | | -> duration | 6.577 | 6.577 | 6.577 | 6.577 | 6.577 | 6.577 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.577062 Full duration: 17.257226 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task a19f415a-fe33-4497-8f02-cfbb663fa526 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580539 Full duration: 8.418723 HINTS: * To plot HTML graphics with this data, run: rally task report a19f415a-fe33-4497-8f02-cfbb663fa526 --out output.html * To generate a JUnit report, run: rally task export a19f415a-fe33-4497-8f02-cfbb663fa526 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a19f415a-fe33-4497-8f02-cfbb663fa526 --json --out output.json 2018-11-25 09:08:23,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a19f415a-fe33-4497-8f02-cfbb663fa526', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-11-25 09:08:25,879 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a19f415a-fe33-4497-8f02-cfbb663fa526 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-11-25 09:08:25.767 3814 INFO rally.api [-] Building 'json' report for the following task(s): 'a19f415a-fe33-4497-8f02-cfbb663fa526'. 2018-11-25 09:08:25.771 3814 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:08:25,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a19f415a-fe33-4497-8f02-cfbb663fa526', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-11-25 09:08:28,181 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a19f415a-fe33-4497-8f02-cfbb663fa526 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-11-25 09:08:28.013 3817 INFO rally.api [-] Building 'html' report for the following task(s): 'a19f415a-fe33-4497-8f02-cfbb663fa526'. 2018-11-25 09:08:28.034 3817 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:08:28,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-11-25 09:08:28,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-11-25 09:08:28,186 - 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-11-25 09:08:28,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:08:28,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:08:28,214 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:11:45,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e3405dca-f4d5-4e00-8470-a3f808fd2b96 2018-11-25 09:11:45,494 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e3405dca-f4d5-4e00-8470-a3f808fd2b96'] 2018-11-25 09:11:46,624 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e3405dca-f4d5-4e00-8470-a3f808fd2b96 -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | keystone_v3.add_role | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 100.0% | 1 | | keystone_v3.revoke_role | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807427 Full duration: 14.652525 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749651 Full duration: 14.448306 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770625 Full duration: 15.101327 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.612754 Full duration: 12.706193 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> duration | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.603677 Full duration: 12.226086 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | keystone_v3.create_user | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | -> keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.create_role | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_project | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_user | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.get_role | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.list_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_services | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 1.895 | 1.895 | 1.895 | 1.895 | 1.895 | 1.895 | 100.0% | 1 | | -> duration | 1.895 | 1.895 | 1.895 | 1.895 | 1.895 | 1.895 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.894786 Full duration: 19.975152 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> duration | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.949812 Full duration: 12.824376 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781068 Full duration: 14.940176 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | total | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> duration | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.696096 Full duration: 14.737779 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | keystone_v3.list_users | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885588 Full duration: 14.787451 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.create_users | 5.116 | 5.116 | 5.116 | 5.116 | 5.116 | 5.116 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.116 | 5.116 | 5.116 | 5.116 | 5.116 | 5.116 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 100.0% | 1 | | total | 6.802 | 6.802 | 6.802 | 6.802 | 6.802 | 6.802 | 100.0% | 1 | | -> duration | 6.802 | 6.802 | 6.802 | 6.802 | 6.802 | 6.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.801892 Full duration: 23.695564 HINTS: * To plot HTML graphics with this data, run: rally task report e3405dca-f4d5-4e00-8470-a3f808fd2b96 --out output.html * To generate a JUnit report, run: rally task export e3405dca-f4d5-4e00-8470-a3f808fd2b96 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e3405dca-f4d5-4e00-8470-a3f808fd2b96 --json --out output.json 2018-11-25 09:11:46,624 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e3405dca-f4d5-4e00-8470-a3f808fd2b96', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-11-25 09:11:49,031 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e3405dca-f4d5-4e00-8470-a3f808fd2b96 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-11-25 09:11:48.877 5732 INFO rally.api [-] Building 'json' report for the following task(s): 'e3405dca-f4d5-4e00-8470-a3f808fd2b96'. 2018-11-25 09:11:48.887 5732 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:11:49,031 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e3405dca-f4d5-4e00-8470-a3f808fd2b96', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-11-25 09:11:51,752 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e3405dca-f4d5-4e00-8470-a3f808fd2b96 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-11-25 09:11:51.593 5735 INFO rally.api [-] Building 'html' report for the following task(s): 'e3405dca-f4d5-4e00-8470-a3f808fd2b96'. 2018-11-25 09:11:51.625 5735 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:11:51,765 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-11-25 09:11:51,766 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-11-25 09:11:51,766 - 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-11-25 09:11:51,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:11:51,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:11:51,793 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:17:10,594 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f1497799-67ed-401d-975f-177f7e54f826 2018-11-25 09:17:10,594 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f1497799-67ed-401d-975f-177f7e54f826'] 2018-11-25 09:17:11,732 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f1497799-67ed-401d-975f-177f7e54f826 -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 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.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | neutron.delete_network | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | total | 2.023 | 2.023 | 2.023 | 2.023 | 2.023 | 2.023 | 100.0% | 1 | | -> duration | 2.023 | 2.023 | 2.023 | 2.023 | 2.023 | 2.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.023289 Full duration: 15.15161 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 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.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | neutron.delete_port | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | total | 2.122 | 2.122 | 2.122 | 2.122 | 2.122 | 2.122 | 100.0% | 1 | | -> duration | 2.122 | 2.122 | 2.122 | 2.122 | 2.122 | 2.122 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.121607 Full duration: 28.863334 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 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.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | neutron.create_subnet | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | neutron.create_router | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 100.0% | 1 | | neutron.add_interface_router | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | neutron.remove_interface_router | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | neutron.delete_router | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | total | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 100.0% | 1 | | -> duration | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.459507 Full duration: 38.719751 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 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.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | neutron.delete_subnet | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | total | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 100.0% | 1 | | -> duration | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.872057 Full duration: 29.12091 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 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.098 | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 100.0% | 1 | | neutron.list_networks | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 100.0% | 1 | | total | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | -> duration | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.375111 Full duration: 16.94007 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 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.382 | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 100.0% | 1 | | neutron.list_ports | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | total | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 100.0% | 1 | | -> duration | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.625288 Full duration: 28.251142 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 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.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | neutron.create_subnet | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | neutron.create_router | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | neutron.add_interface_router | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 100.0% | 1 | | neutron.list_routers | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 3.575 | 3.575 | 3.575 | 3.575 | 3.575 | 3.575 | 100.0% | 1 | | -> duration | 3.575 | 3.575 | 3.575 | 3.575 | 3.575 | 3.575 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.57455 Full duration: 39.733492 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 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.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | neutron.create_subnet | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | neutron.list_subnets | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 100.0% | 1 | | -> duration | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.689165 Full duration: 35.395538 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 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.045 | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 100.0% | 1 | | neutron.delete_security_group | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | total | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 100.0% | 1 | | -> duration | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.341094 Full duration: 14.530705 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | neutron.create_security_group_rule | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | neutron.delete_security_group | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 1.981 | 1.981 | 1.981 | 1.981 | 1.981 | 1.981 | 100.0% | 1 | | -> duration | 1.981 | 1.981 | 1.981 | 1.981 | 1.981 | 1.981 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.981321 Full duration: 15.091504 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826 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.007 | 1.007 | 1.007 | 1.007 | 1.007 | 1.007 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_gateway_router | 1.91 | 1.91 | 1.91 | 1.91 | 1.91 | 1.91 | 100.0% | 1 | | neutron.remove_gateway_router | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | total | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 100.0% | 1 | | -> duration | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.203855 Full duration: 24.706711 HINTS: * To plot HTML graphics with this data, run: rally task report f1497799-67ed-401d-975f-177f7e54f826 --out output.html * To generate a JUnit report, run: rally task export f1497799-67ed-401d-975f-177f7e54f826 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f1497799-67ed-401d-975f-177f7e54f826 --json --out output.json 2018-11-25 09:17:11,733 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f1497799-67ed-401d-975f-177f7e54f826', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-11-25 09:17:13,873 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f1497799-67ed-401d-975f-177f7e54f826 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-11-25 09:17:13.759 9030 INFO rally.api [-] Building 'json' report for the following task(s): 'f1497799-67ed-401d-975f-177f7e54f826'. 2018-11-25 09:17:13.769 9030 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:17:13,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f1497799-67ed-401d-975f-177f7e54f826', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-11-25 09:17:16,083 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f1497799-67ed-401d-975f-177f7e54f826 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-11-25 09:17:15.946 9033 INFO rally.api [-] Building 'html' report for the following task(s): 'f1497799-67ed-401d-975f-177f7e54f826'. 2018-11-25 09:17:15.979 9033 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:17:16,097 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-11-25 09:17:16,097 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-11-25 09:17:16,098 - 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-11-25 09:17:16,098 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:17:16,115 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:17:16,125 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:25:12,557 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b6e5ac2a-595e-40e7-8e74-f58635c8418f 2018-11-25 09:25:12,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b6e5ac2a-595e-40e7-8e74-f58635c8418f'] 2018-11-25 09:25:13,605 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b6e5ac2a-595e-40e7-8e74-f58635c8418f -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "block_migration": false, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.429 | 9.429 | 9.429 | 9.429 | 9.429 | 9.429 | 100.0% | 1 | | nova.find_host_to_migrate | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 100.0% | 1 | | nova.live_migrate | 10.87 | 10.87 | 10.87 | 10.87 | 10.87 | 10.87 | 100.0% | 1 | | nova.delete_server | 2.725 | 2.725 | 2.725 | 2.725 | 2.725 | 2.725 | 100.0% | 1 | | total | 24.736 | 24.736 | 24.736 | 24.736 | 24.736 | 24.736 | 100.0% | 1 | | -> duration | 23.736 | 23.736 | 23.736 | 23.736 | 23.736 | 23.736 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.735712 Full duration: 34.371987 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.283 | 9.283 | 9.283 | 9.283 | 9.283 | 9.283 | 100.0% | 1 | | cinder_v2.create_volume | 3.238 | 3.238 | 3.238 | 3.238 | 3.238 | 3.238 | 100.0% | 1 | | nova.attach_volume | 4.289 | 4.289 | 4.289 | 4.289 | 4.289 | 4.289 | 100.0% | 1 | | nova.find_host_to_migrate | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 100.0% | 1 | | nova.live_migrate | 13.72 | 13.72 | 13.72 | 13.72 | 13.72 | 13.72 | 100.0% | 1 | | nova.detach_volume | 3.831 | 3.831 | 3.831 | 3.831 | 3.831 | 3.831 | 100.0% | 1 | | cinder_v2.delete_volume | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 100.0% | 1 | | nova.delete_server | 2.53 | 2.53 | 2.53 | 2.53 | 2.53 | 2.53 | 100.0% | 1 | | total | 40.786 | 40.786 | 40.786 | 40.786 | 40.786 | 40.786 | 100.0% | 1 | | -> duration | 39.786 | 39.786 | 39.786 | 39.786 | 39.786 | 39.786 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.785772 Full duration: 52.707348 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.118 | 9.118 | 9.118 | 9.118 | 9.118 | 9.118 | 100.0% | 1 | | nova.boot_server | 9.979 | 9.979 | 9.979 | 9.979 | 9.979 | 9.979 | 100.0% | 1 | | nova.find_host_to_migrate | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | nova.live_migrate | 17.563 | 17.563 | 17.563 | 17.563 | 17.563 | 17.563 | 100.0% | 1 | | nova.delete_server | 5.639 | 5.639 | 5.639 | 5.639 | 5.639 | 5.639 | 100.0% | 1 | | total | 43.625 | 43.625 | 43.625 | 43.625 | 43.625 | 43.625 | 100.0% | 1 | | -> duration | 42.625 | 42.625 | 42.625 | 42.625 | 42.625 | 42.625 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.625158 Full duration: 56.038599 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "server_kwargs": { "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | nova.boot_server | 10.806 | 10.806 | 10.806 | 10.806 | 10.806 | 10.806 | 100.0% | 1 | | nova.delete_server | 3.675 | 3.675 | 3.675 | 3.675 | 3.675 | 3.675 | 100.0% | 1 | | nova.delete_keypair | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 15.293 | 15.293 | 15.293 | 15.293 | 15.293 | 15.293 | 100.0% | 1 | | -> duration | 14.293 | 14.293 | 14.293 | 14.293 | 14.293 | 14.293 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.293251 Full duration: 45.332805 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "volume_size": 5, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.141 | 9.141 | 9.141 | 9.141 | 9.141 | 9.141 | 100.0% | 1 | | nova.boot_server | 9.455 | 9.455 | 9.455 | 9.455 | 9.455 | 9.455 | 100.0% | 1 | | nova.delete_server | 2.96 | 2.96 | 2.96 | 2.96 | 2.96 | 2.96 | 100.0% | 1 | | total | 21.556 | 21.556 | 21.556 | 21.556 | 21.556 | 21.556 | 100.0% | 1 | | -> duration | 20.556 | 20.556 | 20.556 | 20.556 | 20.556 | 20.556 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.555798 Full duration: 49.630186 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "force_delete": false, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.945 | 9.945 | 9.945 | 9.945 | 9.945 | 9.945 | 100.0% | 1 | | nova.pause_server | 5.499 | 5.499 | 5.499 | 5.499 | 5.499 | 5.499 | 100.0% | 1 | | nova.unpause_server | 3.068 | 3.068 | 3.068 | 3.068 | 3.068 | 3.068 | 100.0% | 1 | | nova.delete_server | 5.293 | 5.293 | 5.293 | 5.293 | 5.293 | 5.293 | 100.0% | 1 | | total | 23.805 | 23.805 | 23.805 | 23.805 | 23.805 | 23.805 | 100.0% | 1 | | -> duration | 18.805 | 18.805 | 18.805 | 18.805 | 18.805 | 18.805 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.804973 Full duration: 49.645904 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 11.097 | 11.097 | 11.097 | 11.097 | 11.097 | 11.097 | 100.0% | 1 | | nova.migrate | 69.865 | 69.865 | 69.865 | 69.865 | 69.865 | 69.865 | 100.0% | 1 | | nova.resize_confirm | 8.164 | 8.164 | 8.164 | 8.164 | 8.164 | 8.164 | 100.0% | 1 | | nova.delete_server | 2.862 | 2.862 | 2.862 | 2.862 | 2.862 | 2.862 | 100.0% | 1 | | total | 91.988 | 91.988 | 91.988 | 91.988 | 91.988 | 91.988 | 100.0% | 1 | | -> duration | 90.988 | 90.988 | 90.988 | 90.988 | 90.988 | 90.988 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 90.988125 Full duration: 101.526939 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.373 | 12.373 | 12.373 | 12.373 | 12.373 | 12.373 | 100.0% | 1 | | nova.list_interfaces | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 100.0% | 1 | | total | 12.803 | 12.803 | 12.803 | 12.803 | 12.803 | 12.803 | 100.0% | 1 | | -> duration | 11.803 | 11.803 | 11.803 | 11.803 | 11.803 | 11.803 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.802548 Full duration: 43.375364 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | nova.delete_server_group | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.889114 Full duration: 9.818419 HINTS: * To plot HTML graphics with this data, run: rally task report b6e5ac2a-595e-40e7-8e74-f58635c8418f --out output.html * To generate a JUnit report, run: rally task export b6e5ac2a-595e-40e7-8e74-f58635c8418f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b6e5ac2a-595e-40e7-8e74-f58635c8418f --json --out output.json 2018-11-25 09:25:13,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b6e5ac2a-595e-40e7-8e74-f58635c8418f', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-11-25 09:25:15,830 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b6e5ac2a-595e-40e7-8e74-f58635c8418f --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-11-25 09:25:15.717 10676 INFO rally.api [-] Building 'json' report for the following task(s): 'b6e5ac2a-595e-40e7-8e74-f58635c8418f'. 2018-11-25 09:25:15.726 10676 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:25:15,830 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b6e5ac2a-595e-40e7-8e74-f58635c8418f', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-11-25 09:25:18,207 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b6e5ac2a-595e-40e7-8e74-f58635c8418f --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-11-25 09:25:18.058 10679 INFO rally.api [-] Building 'html' report for the following task(s): 'b6e5ac2a-595e-40e7-8e74-f58635c8418f'. 2018-11-25 09:25:18.089 10679 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:25:18,219 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-11-25 09:25:18,220 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-11-25 09:25:18,220 - 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-11-25 09:25:18,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:25:18,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:25:18,248 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:26:11,163 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3d743da3-77b5-4705-859e-d79e7b16e84d 2018-11-25 09:26:11,163 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3d743da3-77b5-4705-859e-d79e7b16e84d'] 2018-11-25 09:26:12,176 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3d743da3-77b5-4705-859e-d79e7b16e84d -------------------------------------------------------------------------------- Task 3d743da3-77b5-4705-859e-d79e7b16e84d: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3d743da3-77b5-4705-859e-d79e7b16e84d 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.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | quotas.delete_quotas | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> duration | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.891908 Full duration: 8.707129 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3d743da3-77b5-4705-859e-d79e7b16e84d 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.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724061 Full duration: 8.829324 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3d743da3-77b5-4705-859e-d79e7b16e84d 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.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.711082 Full duration: 8.69721 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3d743da3-77b5-4705-859e-d79e7b16e84d 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.215 | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 100.0% | 1 | | total | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 100.0% | 1 | | -> duration | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.214816 Full duration: 9.302829 HINTS: * To plot HTML graphics with this data, run: rally task report 3d743da3-77b5-4705-859e-d79e7b16e84d --out output.html * To generate a JUnit report, run: rally task export 3d743da3-77b5-4705-859e-d79e7b16e84d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3d743da3-77b5-4705-859e-d79e7b16e84d --json --out output.json 2018-11-25 09:26:12,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3d743da3-77b5-4705-859e-d79e7b16e84d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-11-25 09:26:14,323 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3d743da3-77b5-4705-859e-d79e7b16e84d --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-11-25 09:26:14.214 11192 INFO rally.api [-] Building 'json' report for the following task(s): '3d743da3-77b5-4705-859e-d79e7b16e84d'. 2018-11-25 09:26:14.218 11192 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:26:14,324 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3d743da3-77b5-4705-859e-d79e7b16e84d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-11-25 09:26:16,592 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3d743da3-77b5-4705-859e-d79e7b16e84d --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-11-25 09:26:16.466 11195 INFO rally.api [-] Building 'html' report for the following task(s): '3d743da3-77b5-4705-859e-d79e7b16e84d'. 2018-11-25 09:26:16.487 11195 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:26:16,596 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-11-25 09:26:16,600 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:52 | 10 | 100.00% | | heat | 01:00 | 4 | 100.00% | | keystone | 02:50 | 11 | 100.00% | | neutron | 04:46 | 11 | 100.00% | | nova | 07:22 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:34 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-11-25 09:26:16,600 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-11-25 09:26:16,714 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 09:26:16,715 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:54 | PASS | +----------------------+------------------+------------------+----------------+ 2018-11-25 09:26:16,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 09:26:16,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:17,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26: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-671f3f11-01da-4058-9741-69ebae7b167b x-compute-request-id: req-671f3f11-01da-4058-9741-69ebae7b167b Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/85dfd986-b089-479c-bbb5-9131ca80f97e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/85dfd986-b089-479c-bbb5-9131ca80f97e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "85dfd986-b089-479c-bbb5-9131ca80f97e", "name": "rally_sanity-flavor_alt_e5697f3a-650e-4b61-8c2e-412669bd7621", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c798ebc8-c78d-4585-8f5c-572d3d0a8103", "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 09:26:17,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-671f3f11-01da-4058-9741-69ebae7b167b 2018-11-25 09:26:17,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.569052934647s 2018-11-25 09:26:17,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-671f3f11-01da-4058-9741-69ebae7b167b 2018-11-25 09:26:17,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 09:26:17,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/85dfd986-b089-479c-bbb5-9131ca80f97e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:17,321 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 09:26:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-148f2785-49f3-4708-83c9-2331bd061df3 x-compute-request-id: req-148f2785-49f3-4708-83c9-2331bd061df3 Content-Length: 0 Content-Type: application/json 2018-11-25 09:26:17,321 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/85dfd986-b089-479c-bbb5-9131ca80f97e used request id req-148f2785-49f3-4708-83c9-2331bd061df3 2018-11-25 09:26:17,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0342688560486s 2018-11-25 09:26:17,321 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/85dfd986-b089-479c-bbb5-9131ca80f97e used request id req-148f2785-49f3-4708-83c9-2331bd061df3 2018-11-25 09:26:17,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-25 09:26:17,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6549c390-2a8b-4125-99ba-fa7daebf4a1d/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" -d '{"subnet_id": "9ffa3b04-6d61-41e6-8a7b-f911256969bf"}' 2018-11-25 09:26:18,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3773a270-238c-4a3d-81b7-cdce564edb28 Date: Sun, 25 Nov 2018 09:26:18 GMT RESP BODY: {"network_id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846", "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "subnet_id": "9ffa3b04-6d61-41e6-8a7b-f911256969bf", "subnet_ids": ["9ffa3b04-6d61-41e6-8a7b-f911256969bf"], "port_id": "85a38b1b-6afe-402e-85ee-eb03c0bfb6bc", "id": "6549c390-2a8b-4125-99ba-fa7daebf4a1d"} 2018-11-25 09:26:18,552 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6549c390-2a8b-4125-99ba-fa7daebf4a1d/remove_router_interface.json used request id req-3773a270-238c-4a3d-81b7-cdce564edb28 2018-11-25 09:26:18,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.23045492172s 2018-11-25 09:26:18,553 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6549c390-2a8b-4125-99ba-fa7daebf4a1d/remove_router_interface.json used request id req-3773a270-238c-4a3d-81b7-cdce564edb28 returning object 6549c390-2a8b-4125-99ba-fa7daebf4a1d 2018-11-25 09:26:18,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-25 09:26:18,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:26:18,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11876 X-Openstack-Request-Id: req-aaa66687-69da-46a4-83e4-d961586c82d6 Date: Sun, 25 Nov 2018 09:26:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "57209c9180d842d8bebb2eb54e4cc58d", "created_at": "2018-11-25T09:20:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:20:14Z", "revision_number": 2, "routes": [], "project_id": "57209c9180d842d8bebb2eb54e4cc58d", "id": "2b1e1e25-b3f4-49bf-9d7a-ed06a8d12316", "name": "c_rally_e5318299_zyGGsdy1"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:53Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "3e51911d-d3c3-4521-afea-68d801483b17", "name": "NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "198a24184bc0420f8f8d85c575e8a377", "created_at": "2018-11-25T08:48:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:48:32Z", "revision_number": 2, "routes": [], "project_id": "198a24184bc0420f8f8d85c575e8a377", "id": "449323d5-09fd-46c2-bf39-126d110eb552", "name": "tempest-ServersTestManualDisk-1937537243-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:08Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "4741c3cd-c2fa-4abb-9131-423954b76556", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:46Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "490f213d-761b-493f-8d92-d36c7cb99fdc", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "57209c9180d842d8bebb2eb54e4cc58d", "created_at": "2018-11-25T09:20:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:20:15Z", "revision_number": 2, "routes": [], "project_id": "57209c9180d842d8bebb2eb54e4cc58d", "id": "5c08d0a7-5fb0-43c0-9c28-1093e59c7d66", "name": "c_rally_e5318299_zyGGsdy1"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "349c01b975d94233b079cb265972a052", "created_at": "2018-11-25T08:52:49Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-25T08:52:50Z", "revision_number": 2, "routes": [], "project_id": "349c01b975d94233b079cb265972a052", "id": "5e640603-e1ce-4b81-8b46-2200728e54e1", "name": "tempest-FloatingIPTestJSON-router-638037030"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "created_at": "2018-11-25T09:00:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:26:18Z", "revision_number": 4, "routes": [], "project_id": "1502c2a46ebb471da4c8dbfd655b258b", "id": "6549c390-2a8b-4125-99ba-fa7daebf4a1d", "name": "rally_sanity-router_e5697f3a-650e-4b61-8c2e-412669bd7621"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "fa243bb3288a4177b34e6a60936d0616", "created_at": "2018-11-25T09:15:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:15:40Z", "revision_number": 2, "routes": [], "project_id": "fa243bb3288a4177b34e6a60936d0616", "id": "6803bc4b-41c9-41ed-ab1f-f942e927a3e5", "name": "c_rally_e122ffb4_OlIyh6Be"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "34f1cac373b441299dcf9e8ae076cbb8", "created_at": "2018-11-25T08:47:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:47:59Z", "revision_number": 2, "routes": [], "project_id": "34f1cac373b441299dcf9e8ae076cbb8", "id": "6b183bad-c2f7-4b92-b8e1-1e65e14458c4", "name": "tempest-ServersTestJSON-763735262-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "198a24184bc0420f8f8d85c575e8a377", "created_at": "2018-11-25T08:48:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:48:33Z", "revision_number": 2, "routes": [], "project_id": "198a24184bc0420f8f8d85c575e8a377", "id": "74247978-5c58-4ed2-afad-c5293fa55333", "name": "tempest-ServersTestManualDisk-1937537243-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "638b5f2092e64bdeb3f9b28236bf63c7", "created_at": "2018-11-25T09:24:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:24:23Z", "revision_number": 2, "routes": [], "project_id": "638b5f2092e64bdeb3f9b28236bf63c7", "id": "77ee6cf0-e223-4971-94d9-b9deb361806e", "name": "c_rally_5297872d_04Jen8Ka"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "f7b6c3de83494052968169c1801d030d", "created_at": "2018-11-25T09:21:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:21:50Z", "revision_number": 2, "routes": [], "project_id": "f7b6c3de83494052968169c1801d030d", "id": "8dbbdb52-926d-412d-8d8f-c67b919cf5cf", "name": "c_rally_6088bd95_BGXfk0n2"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f139ef7facf54770ac69fb309c0cbaec", "created_at": "2018-11-25T08:47:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:47:18Z", "revision_number": 2, "routes": [], "project_id": "f139ef7facf54770ac69fb309c0cbaec", "id": "a5f8a1e0-d2ba-428b-8a3d-d7be996163a6", "name": "tempest-ServersTestBootFromVolume-1526886898-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "f1b5471ac128496eadb3b324423b9edf", "created_at": "2018-11-25T08:49:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:49:03Z", "revision_number": 2, "routes": [], "project_id": "f1b5471ac128496eadb3b324423b9edf", "id": "a9d43abf-c4b5-44f1-ac8a-1973c6f9506c", "name": "tempest-ServerActionsTestJSON-1082915413-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "f7b6c3de83494052968169c1801d030d", "created_at": "2018-11-25T09:21:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:21:51Z", "revision_number": 2, "routes": [], "project_id": "f7b6c3de83494052968169c1801d030d", "id": "c1935479-c510-43ee-a178-835bea37cae1", "name": "c_rally_6088bd95_BGXfk0n2"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "f8ee71009c434fd4be49e23d1406d422", "created_at": "2018-11-25T09:14:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:14:29Z", "revision_number": 2, "routes": [], "project_id": "f8ee71009c434fd4be49e23d1406d422", "id": "cdb82a7c-011f-48e5-8668-031abf902d11", "name": "c_rally_febe9b36_oubODCPC"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:07Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "d4bd0261-70a8-424c-b9c8-faf7e34aca57", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:47Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "f80d83b3-4f99-4360-b112-5e1221891199", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}]} 2018-11-25 09:26:18,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-aaa66687-69da-46a4-83e4-d961586c82d6 2018-11-25 09:26:18,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.250272989273s 2018-11-25 09:26:18,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-aaa66687-69da-46a4-83e4-d961586c82d6 2018-11-25 09:26:18,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-25 09:26:18,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/6549c390-2a8b-4125-99ba-fa7daebf4a1d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:26:20,150 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3bcbcd2e-5f13-4324-9ad0-e96d80527ca0 Content-Length: 0 Date: Sun, 25 Nov 2018 09:26:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 09:26:20,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6549c390-2a8b-4125-99ba-fa7daebf4a1d.json used request id req-3bcbcd2e-5f13-4324-9ad0-e96d80527ca0 2018-11-25 09:26:20,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34325695038s 2018-11-25 09:26:20,151 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6549c390-2a8b-4125-99ba-fa7daebf4a1d.json used request id req-3bcbcd2e-5f13-4324-9ad0-e96d80527ca0 2018-11-25 09:26:20,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-25 09:26:20,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:26:20,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-dedb9c7b-383c-47e7-b5b4-4dbc7bd27422 Date: Sun, 25 Nov 2018 09:26:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8ed12e8-8e7c-4dc4-8014-cd7f358a0846","tenant_id":"1502c2a46ebb471da4c8dbfd655b258b","created_at":"2018-11-25T09:00:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-25T09:00: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":"1502c2a46ebb471da4c8dbfd655b258b","id":"9ffa3b04-6d61-41e6-8a7b-f911256969bf","subnetpool_id":null,"name":"rally_sanity-subnet_e5697f3a-650e-4b61-8c2e-412669bd7621"}]} 2018-11-25 09:26:20,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-dedb9c7b-383c-47e7-b5b4-4dbc7bd27422 2018-11-25 09:26:20,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.188153028488s 2018-11-25 09:26:20,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-dedb9c7b-383c-47e7-b5b4-4dbc7bd27422 2018-11-25 09:26:20,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-25 09:26:20,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/9ffa3b04-6d61-41e6-8a7b-f911256969bf.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:26:22,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b0c68624-a193-4b35-b157-dd53d631dc66 Date: Sun, 25 Nov 2018 09:26:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 09:26:22,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/9ffa3b04-6d61-41e6-8a7b-f911256969bf.json used request id req-b0c68624-a193-4b35-b157-dd53d631dc66 2018-11-25 09:26:22,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.33068680763s 2018-11-25 09:26:22,672 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/9ffa3b04-6d61-41e6-8a7b-f911256969bf.json used request id req-b0c68624-a193-4b35-b157-dd53d631dc66 2018-11-25 09:26:22,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 09:26:22,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:26:23,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-48a129b0-8757-4374-995e-b327cb168c4c Date: Sun, 25 Nov 2018 09:26:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e8ed12e8-8e7c-4dc4-8014-cd7f358a0846","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"1502c2a46ebb471da4c8dbfd655b258b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T09:26:22Z","provider:segmentation_id":80,"name":"rally_sanity-net_e5697f3a-650e-4b61-8c2e-412669bd7621","admin_state_up":true,"tenant_id":"1502c2a46ebb471da4c8dbfd655b258b","created_at":"2018-11-25T09:00:22Z","provider:network_type":"vxlan"}]} 2018-11-25 09:26:23,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-48a129b0-8757-4374-995e-b327cb168c4c 2018-11-25 09:26:23,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.363615036011s 2018-11-25 09:26:23,036 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-48a129b0-8757-4374-995e-b327cb168c4c 2018-11-25 09:26:23,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-25 09:26:23,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/e8ed12e8-8e7c-4dc4-8014-cd7f358a0846.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:26:24,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-529a8f23-fa53-4b17-8448-6de7c7024c56 Date: Sun, 25 Nov 2018 09:26:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 09:26:24,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e8ed12e8-8e7c-4dc4-8014-cd7f358a0846.json used request id req-529a8f23-fa53-4b17-8448-6de7c7024c56 2018-11-25 09:26:24,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18884515762s 2018-11-25 09:26:24,226 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e8ed12e8-8e7c-4dc4-8014-cd7f358a0846.json used request id req-529a8f23-fa53-4b17-8448-6de7c7024c56 2018-11-25 09:26:24,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:26:24,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:26:24,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-46d7bf63-ab5f-440f-ae07-f7af139da3c2 Date: Sun, 25 Nov 2018 09:26:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/snap", "metadata": {}}], "file": "/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/file", "owner": "1502c2a46ebb471da4c8dbfd655b258b", "id": "35a6b3c5-28cb-44d5-a476-11f2342b7024", "size": 12716032, "self": "/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:00:29Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:00:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:26:24,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-46d7bf63-ab5f-440f-ae07-f7af139da3c2 2018-11-25 09:26:24,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.582711935043s 2018-11-25 09:26:24,809 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-46d7bf63-ab5f-440f-ae07-f7af139da3c2 2018-11-25 09:26:24,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 09:26:24,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6cd56d5dda212bf87357c450ff121af0698963e" 2018-11-25 09:26:26,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9cfcdebd-bd59-4a27-b9a9-43f5960db6d4 Date: Sun, 25 Nov 2018 09:26:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:26:26,789 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024 used request id req-9cfcdebd-bd59-4a27-b9a9-43f5960db6d4 2018-11-25 09:26:26,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.97824215889s 2018-11-25 09:26:26,789 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024 used request id req-9cfcdebd-bd59-4a27-b9a9-43f5960db6d4 2018-11-25 09:26:26,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 09:26:26,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:26,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebf83309-3d01-4013-adcf-71ee8be2b3fe x-compute-request-id: req-ebf83309-3d01-4013-adcf-71ee8be2b3fe Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c798ebc8-c78d-4585-8f5c-572d3d0a8103", "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 09:26:26,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ebf83309-3d01-4013-adcf-71ee8be2b3fe 2018-11-25 09:26:26,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0334718227386s 2018-11-25 09:26:26,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ebf83309-3d01-4013-adcf-71ee8be2b3fe 2018-11-25 09:26:26,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 09:26:26,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:26,867 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 09:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-10d11e41-dfe1-47b6-af60-dbe3e3c8c902 x-compute-request-id: req-10d11e41-dfe1-47b6-af60-dbe3e3c8c902 Content-Length: 0 Content-Type: application/json 2018-11-25 09:26:26,867 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103 used request id req-10d11e41-dfe1-47b6-af60-dbe3e3c8c902 2018-11-25 09:26:26,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0423138141632s 2018-11-25 09:26:26,867 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c798ebc8-c78d-4585-8f5c-572d3d0a8103 used request id req-10d11e41-dfe1-47b6-af60-dbe3e3c8c902 2018-11-25 09:26:26,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:26:26,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:26,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45f664c3-001f-4c51-8f4b-dd139d13ef3f Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621", "links": {"self": "http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007"}, "domain_id": "default", "enabled": true, "id": "b7d64c68271f4de699dfbccd489f6007", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:26:26,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-45f664c3-001f-4c51-8f4b-dd139d13ef3f 2018-11-25 09:26:26,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934901237488s 2018-11-25 09:26:26,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-45f664c3-001f-4c51-8f4b-dd139d13ef3f 2018-11-25 09:26:26,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:26:26,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:27,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b29d9e6-7047-4878-a394-97920eb7b77e Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007"}, "enabled": true, "id": "b7d64c68271f4de699dfbccd489f6007", "options": {}, "domain_id": "default", "name": "rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621"}} 2018-11-25 09:26:27,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007 used request id req-5b29d9e6-7047-4878-a394-97920eb7b77e 2018-11-25 09:26:27,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0973980426788s 2018-11-25 09:26:27,061 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007 used request id req-5b29d9e6-7047-4878-a394-97920eb7b77e 2018-11-25 09:26:27,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 09:26:27,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:27,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:26:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-072dce5f-b4ba-4900-ad03-2a41feb1677a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:26:27,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007 used request id req-072dce5f-b4ba-4900-ad03-2a41feb1677a 2018-11-25 09:26:27,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.160689115524s 2018-11-25 09:26:27,222 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b7d64c68271f4de699dfbccd489f6007 used request id req-072dce5f-b4ba-4900-ad03-2a41feb1677a 2018-11-25 09:26:27,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:26:27,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:27,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-351e4810-e6d5-4ad9-968c-079b80e0f0c5 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b"}, "enabled": true, "id": "1502c2a46ebb471da4c8dbfd655b258b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 09:26:27,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-351e4810-e6d5-4ad9-968c-079b80e0f0c5 2018-11-25 09:26:27,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804150104523s 2018-11-25 09:26:27,303 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-351e4810-e6d5-4ad9-968c-079b80e0f0c5 2018-11-25 09:26:27,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 09:26:27,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:27,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:26:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83cd7447-ed8c-4679-a4af-4a430727e461 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:26:27,449 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b used request id req-83cd7447-ed8c-4679-a4af-4a430727e461 2018-11-25 09:26:27,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.144203186035s 2018-11-25 09:26:27,449 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1502c2a46ebb471da4c8dbfd655b258b used request id req-83cd7447-ed8c-4679-a4af-4a430727e461 2018-11-25 09:26:27,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:26:27,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:27,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9753db2-31c9-4957-b8ac-a268b497c7f3 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "3d68a5d1513e4d748bf2bf688537d52e", "links": {"self": "http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:26:27,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e9753db2-31c9-4957-b8ac-a268b497c7f3 2018-11-25 09:26:27,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804560184479s 2018-11-25 09:26:27,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 09:26:27,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:27,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:26:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee3843b3-17e2-415d-92dc-941f2f5e9265 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:26:27,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e used request id req-ee3843b3-17e2-415d-92dc-941f2f5e9265 2018-11-25 09:26:27,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.142819166183s 2018-11-25 09:26:27,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 09:26:27,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=1502c2a46ebb471da4c8dbfd655b258b&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:27,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-e331029c-0adf-4491-b094-343109f19e4f Date: Sun, 25 Nov 2018 09:26:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "created_at": "2018-11-25T09:00:22Z", "updated_at": "2018-11-25T09:00:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T09:00:22Z", "revision_number": 0, "id": "6566f0e7-1281-48cb-901a-57f453a59779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T09:00:22Z", "security_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "port_range_min": null, "ethertype": "IPv6", "project_id": "1502c2a46ebb471da4c8dbfd655b258b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T09:00:22Z", "revision_number": 0, "id": "892ab5e0-60d9-42b9-813d-8c15fda75be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T09:00:22Z", "security_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "port_range_min": null, "ethertype": "IPv4", "project_id": "1502c2a46ebb471da4c8dbfd655b258b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T09:00:22Z", "revision_number": 0, "id": "c566626c-234c-4671-a755-9d9ae3c26320", "remote_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "remote_ip_prefix": null, "created_at": "2018-11-25T09:00:22Z", "security_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "port_range_min": null, "ethertype": "IPv6", "project_id": "1502c2a46ebb471da4c8dbfd655b258b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T09:00:22Z", "revision_number": 0, "id": "d713c25d-44f0-48ca-9df1-30bce0ea8808", "remote_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "remote_ip_prefix": null, "created_at": "2018-11-25T09:00:22Z", "security_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "port_range_min": null, "ethertype": "IPv4", "project_id": "1502c2a46ebb471da4c8dbfd655b258b"}], "revision_number": 4, "project_id": "1502c2a46ebb471da4c8dbfd655b258b", "id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "name": "default"}]} 2018-11-25 09:26:27,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=1502c2a46ebb471da4c8dbfd655b258b&name=default used request id req-e331029c-0adf-4491-b094-343109f19e4f 2018-11-25 09:26:27,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194573879242s 2018-11-25 09:26:27,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=1502c2a46ebb471da4c8dbfd655b258b&name=default used request id req-e331029c-0adf-4491-b094-343109f19e4f 2018-11-25 09:26:27,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 09:26:27,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:28,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e431ab0a-9f64-49a6-8d8a-f1dfb29b99e8 Date: Sun, 25 Nov 2018 09:26:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "created_at": "2018-11-25T09:00:22Z", "updated_at": "2018-11-25T09:00:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T09:00:22Z", "revision_number": 0, "id": "d713c25d-44f0-48ca-9df1-30bce0ea8808", "remote_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "remote_ip_prefix": null, "created_at": "2018-11-25T09:00:22Z", "security_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "port_range_min": null, "ethertype": "IPv4", "project_id": "1502c2a46ebb471da4c8dbfd655b258b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T09:00:22Z", "revision_number": 0, "id": "6566f0e7-1281-48cb-901a-57f453a59779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T09:00:22Z", "security_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "port_range_min": null, "ethertype": "IPv6", "project_id": "1502c2a46ebb471da4c8dbfd655b258b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T09:00:22Z", "revision_number": 0, "id": "892ab5e0-60d9-42b9-813d-8c15fda75be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T09:00:22Z", "security_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "port_range_min": null, "ethertype": "IPv4", "project_id": "1502c2a46ebb471da4c8dbfd655b258b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T09:00:22Z", "revision_number": 0, "id": "c566626c-234c-4671-a755-9d9ae3c26320", "remote_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "remote_ip_prefix": null, "created_at": "2018-11-25T09:00:22Z", "security_group_id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "tenant_id": "1502c2a46ebb471da4c8dbfd655b258b", "port_range_min": null, "ethertype": "IPv6", "project_id": "1502c2a46ebb471da4c8dbfd655b258b"}], "revision_number": 4, "project_id": "1502c2a46ebb471da4c8dbfd655b258b", "id": "6b2c0c91-c19d-4cd1-b29f-039f394a40fd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 09:26:28,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e431ab0a-9f64-49a6-8d8a-f1dfb29b99e8 2018-11-25 09:26:28,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198690891266s 2018-11-25 09:26:28,076 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e431ab0a-9f64-49a6-8d8a-f1dfb29b99e8 2018-11-25 09:26:28,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-25 09:26:28,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/6b2c0c91-c19d-4cd1-b29f-039f394a40fd.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8846f9861d864c3c47b7d0fef2d02de0e9219482" 2018-11-25 09:26:28,400 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b19645a1-7c8e-469d-b13c-e3c7339126ed Content-Length: 0 Date: Sun, 25 Nov 2018 09:26:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 09:26:28,400 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/6b2c0c91-c19d-4cd1-b29f-039f394a40fd.json used request id req-b19645a1-7c8e-469d-b13c-e3c7339126ed 2018-11-25 09:26:28,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.319958925247s 2018-11-25 09:26:28,401 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/6b2c0c91-c19d-4cd1-b29f-039f394a40fd.json used request id req-b19645a1-7c8e-469d-b13c-e3c7339126ed 2018-11-25 09:26:28,453 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 09:26:28,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 09:26:28,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 09:26:28,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 09:26:28,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 09:26:28,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 09:26:28,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aaedc83-fe89-4745-a53a-50e2390c96fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 09:26:28,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1aaedc83-fe89-4745-a53a-50e2390c96fd 2018-11-25 09:26:28,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 09:26:28,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T10:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["XUoT5OH9TLmDRgBMKFaLyw"], "issued_at": "2018-11-25T09:26:28.000000Z"}} 2018-11-25 09:26:28,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 09:26:28,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:29,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-681b5571-62b0-4c79-85fe-59118307c864 Date: Sun, 25 Nov 2018 09:26:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 09:26:29,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-681b5571-62b0-4c79-85fe-59118307c864 2018-11-25 09:26:29,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.234796047211s 2018-11-25 09:26:29,132 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-681b5571-62b0-4c79-85fe-59118307c864 2018-11-25 09:26:29,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 09:26:29,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:29,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 09:26:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 09:26:29,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:29,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e800b99f-3df5-4552-aa02-e17a9f718435 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 09:26:29,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e800b99f-3df5-4552-aa02-e17a9f718435 2018-11-25 09:26:29,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.170231819153s 2018-11-25 09:26:29,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 09:26:29,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0"}}' 2018-11-25 09:26:29,412 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 09:26:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eda4c8a3-3a10-426e-991a-5927f6ae9aad Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874"}, "enabled": true, "id": "9524c8b2bd00441cbc710f232196f874", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0"}} 2018-11-25 09:26:29,412 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-eda4c8a3-3a10-426e-991a-5927f6ae9aad 2018-11-25 09:26:29,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.108289003372s 2018-11-25 09:26:29,412 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-eda4c8a3-3a10-426e-991a-5927f6ae9aad 2018-11-25 09:26:29,413 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'id': u'9524c8b2bd00441cbc710f232196f874', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 09:26:29,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 09:26:29,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351119041443s 2018-11-25 09:26:29,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:29,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b802d24-8679-4d91-ac1d-76d42ee215a1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405"}, "enabled": true, "id": "f6c90e6293a44e4c8ebd292d2e8b6405", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0"}} 2018-11-25 09:26:29,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405 used request id req-8b802d24-8679-4d91-ac1d-76d42ee215a1 2018-11-25 09:26:29,863 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f6c90e6293a44e4c8ebd292d2e8b6405', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0'}) 2018-11-25 09:26:29,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:26:29,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:29,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a5133c-ebe6-4b5b-9e81-ef10a2d6cdb8 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:26:29,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c4a5133c-ebe6-4b5b-9e81-ef10a2d6cdb8 2018-11-25 09:26:29,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0764350891113s 2018-11-25 09:26:29,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:26:29,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:30,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd9563cb-1382-4b04-8457-5b065797b3d2 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:26:30,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bd9563cb-1382-4b04-8457-5b065797b3d2 2018-11-25 09:26:30,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783081054688s 2018-11-25 09:26:30,020 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 09:26:30,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 09:26:30,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" -d '{"role": {"name": "Member"}}' 2018-11-25 09:26:30,117 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1505b1a3-0d17-473b-a934-d5211fb949b5 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ebe6c0b9ebfd406fa4b2f0bc5087d100", "links": {"self": "http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100"}, "name": "Member"}} 2018-11-25 09:26:30,117 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-1505b1a3-0d17-473b-a934-d5211fb949b5 2018-11-25 09:26:30,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0968019962311s 2018-11-25 09:26:30,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:30,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08b623d1-e367-450e-a772-de81aab2e04a Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100"}, "domain_id": null, "name": "Member", "id": "ebe6c0b9ebfd406fa4b2f0bc5087d100"}} 2018-11-25 09:26:30,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100 used request id req-08b623d1-e367-450e-a772-de81aab2e04a 2018-11-25 09:26:30,202 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100'}, 'domain_id': None, 'human_id': None, 'id': u'ebe6c0b9ebfd406fa4b2f0bc5087d100', 'HUMAN_ID': False}) 2018-11-25 09:26:30,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:26:30,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:30,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf25383-7357-410b-b58f-14ff8745c9c4 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ebe6c0b9ebfd406fa4b2f0bc5087d100", "links": {"self": "http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100"}, "name": "Member"}]} 2018-11-25 09:26:30,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7cf25383-7357-410b-b58f-14ff8745c9c4 2018-11-25 09:26:30,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0874350070953s 2018-11-25 09:26:30,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 09:26:30,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:30,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b0fa21-6788-41d7-b085-ab4486226d53 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 09:26:30,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e4b0fa21-6788-41d7-b085-ab4486226d53 2018-11-25 09:26:30,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0789520740509s 2018-11-25 09:26:30,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:26:30,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:30,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3005cc4a-f48b-4361-985a-f4a9dff2e5d3 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0", "links": {"self": "http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405"}, "domain_id": "default", "enabled": true, "id": "f6c90e6293a44e4c8ebd292d2e8b6405", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:26:30,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3005cc4a-f48b-4361-985a-f4a9dff2e5d3 2018-11-25 09:26:30,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101556062698s 2018-11-25 09:26:30,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3005cc4a-f48b-4361-985a-f4a9dff2e5d3 2018-11-25 09:26:30,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:26:30,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:30,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d924148-9a21-4e85-b633-9bf6357579fe Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874"}, "enabled": true, "id": "9524c8b2bd00441cbc710f232196f874", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0"}]} 2018-11-25 09:26:30,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-7d924148-9a21-4e85-b633-9bf6357579fe 2018-11-25 09:26:30,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0817739963531s 2018-11-25 09:26:30,564 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-7d924148-9a21-4e85-b633-9bf6357579fe 2018-11-25 09:26:30,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 09:26:30,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=f6c90e6293a44e4c8ebd292d2e8b6405&scope.project.id=9524c8b2bd00441cbc710f232196f874&role.id=ebe6c0b9ebfd406fa4b2f0bc5087d100 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:30,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-336dd736-b099-4b1e-9f86-d23d9018a8f8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=f6c90e6293a44e4c8ebd292d2e8b6405&scope.project.id=9524c8b2bd00441cbc710f232196f874&role.id=ebe6c0b9ebfd406fa4b2f0bc5087d100", "previous": null, "next": null}} 2018-11-25 09:26:30,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=f6c90e6293a44e4c8ebd292d2e8b6405&scope.project.id=9524c8b2bd00441cbc710f232196f874&role.id=ebe6c0b9ebfd406fa4b2f0bc5087d100 used request id req-336dd736-b099-4b1e-9f86-d23d9018a8f8 2018-11-25 09:26:30,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0839521884918s 2018-11-25 09:26:30,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 09:26:30,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874/users/f6c90e6293a44e4c8ebd292d2e8b6405/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:30,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-957897b3-2709-46a1-b9e6-1593dccac3f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:26:30,822 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874/users/f6c90e6293a44e4c8ebd292d2e8b6405/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100 used request id req-957897b3-2709-46a1-b9e6-1593dccac3f9 2018-11-25 09:26:30,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.171072006226s 2018-11-25 09:26:30,823 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '9e0b5926-f8f9-40ce-85f2-afe973b44f7f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'project_id': u'9524c8b2bd00441cbc710f232196f874', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 09:26:30,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 09:26:30,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 09:26:30,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 09:26:30,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 09:26:30,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 09:26:30,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 09:26:30,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 09:26:30,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 09:26:30,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 09:26:30,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 09:26:30,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 09:26:30,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 09:26:30,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 09:26:30,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 09:26:30,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 09:26:30,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 09:26:30,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 09:26:30,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 09:26:30,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 09:26:30,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 09:26:30,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 09:26:30,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 09:26:30,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 09:26:30,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 09:26:30,830 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'password': '9e0b5926-f8f9-40ce-85f2-afe973b44f7f', 'project_name': 'refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9524c8b2bd00441cbc710f232196f874', 'project_domain_name': 'Default'} 2018-11-25 09:26:30,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:26:30,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:30,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53252a5d-33be-45be-8457-a7559f6cba2a Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ebe6c0b9ebfd406fa4b2f0bc5087d100", "links": {"self": "http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100"}, "name": "Member"}]} 2018-11-25 09:26:30,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-53252a5d-33be-45be-8457-a7559f6cba2a 2018-11-25 09:26:30,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791001319885s 2018-11-25 09:26:30,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:26:30,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:30,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ca65bb1-e883-49da-9739-cb071943f713 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ebe6c0b9ebfd406fa4b2f0bc5087d100", "links": {"self": "http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100"}, "name": "Member"}]} 2018-11-25 09:26:30,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5ca65bb1-e883-49da-9739-cb071943f713 2018-11-25 09:26:30,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809810161591s 2018-11-25 09:26:30,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 09:26:30,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:31,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7209df6e-fc55-443b-9cf8-179f3b1bf45d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 09:26:31,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-7209df6e-fc55-443b-9cf8-179f3b1bf45d 2018-11-25 09:26:31,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0808839797974s 2018-11-25 09:26:31,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:26:31,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:31,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a00ddf-4d16-4c71-9e52-1e80ec21078e Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0", "links": {"self": "http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405"}, "domain_id": "default", "enabled": true, "id": "f6c90e6293a44e4c8ebd292d2e8b6405", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:26:31,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c8a00ddf-4d16-4c71-9e52-1e80ec21078e 2018-11-25 09:26:31,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0988421440125s 2018-11-25 09:26:31,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c8a00ddf-4d16-4c71-9e52-1e80ec21078e 2018-11-25 09:26:31,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:26:31,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:31,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7445321c-fd22-481a-be1a-0d78a212e36b Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874"}, "enabled": true, "id": "9524c8b2bd00441cbc710f232196f874", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0"}]} 2018-11-25 09:26:31,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-7445321c-fd22-481a-be1a-0d78a212e36b 2018-11-25 09:26:31,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0792191028595s 2018-11-25 09:26:31,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-7445321c-fd22-481a-be1a-0d78a212e36b 2018-11-25 09:26:31,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 09:26:31,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=f6c90e6293a44e4c8ebd292d2e8b6405&scope.project.id=9524c8b2bd00441cbc710f232196f874&role.id=27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:31,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea489f0-1f21-40a5-8a16-5ac37eadb111 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=f6c90e6293a44e4c8ebd292d2e8b6405&scope.project.id=9524c8b2bd00441cbc710f232196f874&role.id=27bda056e6a9493f8b3efd13960b080f", "previous": null, "next": null}} 2018-11-25 09:26:31,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=f6c90e6293a44e4c8ebd292d2e8b6405&scope.project.id=9524c8b2bd00441cbc710f232196f874&role.id=27bda056e6a9493f8b3efd13960b080f used request id req-fea489f0-1f21-40a5-8a16-5ac37eadb111 2018-11-25 09:26:31,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0736498832703s 2018-11-25 09:26:31,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 09:26:31,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874/users/f6c90e6293a44e4c8ebd292d2e8b6405/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:31,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:26:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b99fa808-577f-49eb-bcc9-938f7030b7e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:26:31,486 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874/users/f6c90e6293a44e4c8ebd292d2e8b6405/roles/27bda056e6a9493f8b3efd13960b080f used request id req-b99fa808-577f-49eb-bcc9-938f7030b7e9 2018-11-25 09:26:31,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.150153875351s 2018-11-25 09:26:31,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:26:31,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:31,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b837be9-544d-4d7d-8e17-93d42e3c4c60 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ebe6c0b9ebfd406fa4b2f0bc5087d100", "links": {"self": "http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100"}, "name": "Member"}]} 2018-11-25 09:26:31,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3b837be9-544d-4d7d-8e17-93d42e3c4c60 2018-11-25 09:26:31,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795269012451s 2018-11-25 09:26:31,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 09:26:31,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:31,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ec224e4-0918-426e-aea3-fcb7adea2c31 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 09:26:31,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6ec224e4-0918-426e-aea3-fcb7adea2c31 2018-11-25 09:26:31,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0782799720764s 2018-11-25 09:26:31,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:26:31,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:31,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d18849-68a1-4fe5-9519-f1dbe837c90b Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0", "links": {"self": "http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405"}, "domain_id": "default", "enabled": true, "id": "f6c90e6293a44e4c8ebd292d2e8b6405", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:26:31,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-08d18849-68a1-4fe5-9519-f1dbe837c90b 2018-11-25 09:26:31,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0908150672913s 2018-11-25 09:26:31,738 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-08d18849-68a1-4fe5-9519-f1dbe837c90b 2018-11-25 09:26:31,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 09:26:31,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=f6c90e6293a44e4c8ebd292d2e8b6405&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:31,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3476a4dc-06ed-4320-99cd-839a76466491 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=f6c90e6293a44e4c8ebd292d2e8b6405&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default", "previous": null, "next": null}} 2018-11-25 09:26:31,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=f6c90e6293a44e4c8ebd292d2e8b6405&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default used request id req-3476a4dc-06ed-4320-99cd-839a76466491 2018-11-25 09:26:31,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.083792924881s 2018-11-25 09:26:31,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 09:26:31,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/f6c90e6293a44e4c8ebd292d2e8b6405/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:26:31,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:26:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c475379-2abe-4aef-b36d-a2fcebb97aad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:26:31,946 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/f6c90e6293a44e4c8ebd292d2e8b6405/roles/27bda056e6a9493f8b3efd13960b080f used request id req-6c475379-2abe-4aef-b36d-a2fcebb97aad 2018-11-25 09:26:31,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118407964706s 2018-11-25 09:26:31,947 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 09:26:34,573 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-25 09:26:34.224 11198 INFO rally.deployment.engine [-] Deployment bc3d6b12-2854-43b8-a76f-a85c79453659 | Starting: Destroy cloud and free allocated resources. 2018-11-25 09:26:34.323 11198 INFO rally.deployment.engine [-] Deployment bc3d6b12-2854-43b8-a76f-a85c79453659 | Completed: Destroy cloud and free allocated resources. 2018-11-25 09:26:34.346 11198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c). 2018-11-25 09:26:34.350 11198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-25 09:26:37,023 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 09:26:36.713 11201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3 | 2018-11-25T09:26:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3 ~/.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-11-25 09:26:40,139 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2018-11-25 09:26:40,139 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 09:26:42,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-25 09:26:42.361 11207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c). 2018-11-25 09:26:42.490 11207 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-25 09:26:46,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 09:26:44.533 11210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 09:26:44.712 11210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 09:26:45.963 11210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9) as the default verifier for the future CLI operations. 2018-11-25 09:26:49,024 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-11-25 09:26:49,025 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 09:26:49,139 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-25 09:26:49,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 09:26:49,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7539e7d0-3198-413e-af2d-6a5480a5862a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 09:26:49,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7539e7d0-3198-413e-af2d-6a5480a5862a 2018-11-25 09:26:49,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 09:26:49,512 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "ebe6c0b9ebfd406fa4b2f0bc5087d100", "name": "Member"}], "expires_at": "2018-11-25T10:26:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9524c8b2bd00441cbc710f232196f874", "name": "refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/9524c8b2bd00441cbc710f232196f874", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/9524c8b2bd00441cbc710f232196f874", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/9524c8b2bd00441cbc710f232196f874", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/9524c8b2bd00441cbc710f232196f874", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/9524c8b2bd00441cbc710f232196f874", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/9524c8b2bd00441cbc710f232196f874", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9524c8b2bd00441cbc710f232196f874", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/9524c8b2bd00441cbc710f232196f874", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/9524c8b2bd00441cbc710f232196f874", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9524c8b2bd00441cbc710f232196f874", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/9524c8b2bd00441cbc710f232196f874", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/9524c8b2bd00441cbc710f232196f874", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0", "id": "f6c90e6293a44e4c8ebd292d2e8b6405"}, "audit_ids": ["YtxrnoJGTR6AJNc7vqmqEw"], "issued_at": "2018-11-25T09:26:49.000000Z"}} 2018-11-25 09:26:49,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:26:49,517 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 25 Nov 2018 09:26:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-11-25 09:26:49,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:26:49,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:26:50,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c1cbcd81-c2af-428e-aba2-d8aae1af3fa5 Date: Sun, 25 Nov 2018 09:26:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:26:50,065 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c1cbcd81-c2af-428e-aba2-d8aae1af3fa5 2018-11-25 09:26:50,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.546043872833s 2018-11-25 09:26:50,065 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c1cbcd81-c2af-428e-aba2-d8aae1af3fa5 2018-11-25 09:26:50,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 09:26:50,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0"}' 2018-11-25 09:26:50,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10 X-Openstack-Request-Id: req-3a5854be-978b-4cd1-ac09-d9a126a43a9a Date: Sun, 25 Nov 2018 09:26:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10/file", "owner": "9524c8b2bd00441cbc710f232196f874", "id": "321a63ab-44d4-4550-9456-1ceda66eeb10", "size": null, "self": "/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:26:50Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "checksum": null, "created_at": "2018-11-25T09:26:50Z", "protected": false} 2018-11-25 09:26:50,282 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3a5854be-978b-4cd1-ac09-d9a126a43a9a 2018-11-25 09:26:50,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.216089963913s 2018-11-25 09:26:50,283 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3a5854be-978b-4cd1-ac09-d9a126a43a9a returning object 321a63ab-44d4-4550-9456-1ceda66eeb10 2018-11-25 09:26:50,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 09:26:50,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" -d '' 2018-11-25 09:26:52,167 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c8f5e68-8b96-4da5-bab7-9df1f95ff2ef Date: Sun, 25 Nov 2018 09:26:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:26:52,167 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10/file used request id req-6c8f5e68-8b96-4da5-bab7-9df1f95ff2ef 2018-11-25 09:26:52,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.88392210007s 2018-11-25 09:26:52,168 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10/file used request id req-6c8f5e68-8b96-4da5-bab7-9df1f95ff2ef 2018-11-25 09:26:52,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:26:52,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:26:52,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-e50e032b-e593-4a7e-b080-44df93779d12 Date: Sun, 25 Nov 2018 09:26:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap", "metadata": {}}], "file": "/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10/file", "owner": "9524c8b2bd00441cbc710f232196f874", "id": "321a63ab-44d4-4550-9456-1ceda66eeb10", "size": 12716032, "self": "/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:26:52Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:26:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:26:52,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e50e032b-e593-4a7e-b080-44df93779d12 2018-11-25 09:26:52,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165314912796s 2018-11-25 09:26:52,334 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e50e032b-e593-4a7e-b080-44df93779d12 2018-11-25 09:26:52,336 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap', u'metadata': Munch({})})], 'file': u'/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10/file', 'owner': u'9524c8b2bd00441cbc710f232196f874', 'id': u'321a63ab-44d4-4550-9456-1ceda66eeb10', 'size': 12716032, u'self': u'/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9524c8b2bd00441cbc710f232196f874', 'name': 'refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T09:26:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T09:26:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'created': u'2018-11-25T09:26:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T09:26:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 09:26:52,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 09:26:52,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_4a4cf923-cca9-49df-bea8-0e16affb16a0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 09:26:52,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26: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-de68c935-69c7-44d3-b5ca-5b83c7809348 x-compute-request-id: req-de68c935-69c7-44d3-b5ca-5b83c7809348 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ccd3a34e-0885-4db6-ab2e-c312ec9b90a0", "name": "refstack_defcore-flavor_4a4cf923-cca9-49df-bea8-0e16affb16a0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 09:26:52,568 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-de68c935-69c7-44d3-b5ca-5b83c7809348 2018-11-25 09:26:52,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.231220960617s 2018-11-25 09:26:52,569 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-de68c935-69c7-44d3-b5ca-5b83c7809348 returning object ccd3a34e-0885-4db6-ab2e-c312ec9b90a0 2018-11-25 09:26:52,570 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_4a4cf923-cca9-49df-bea8-0e16affb16a0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'ccd3a34e-0885-4db6-ab2e-c312ec9b90a0', 'swap': 0}) 2018-11-25 09:26:52,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 09:26:52,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" -d '{"extra_specs": {}}' 2018-11-25 09:26:52,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26: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-3f69d2a2-d58b-4350-9cb2-d7c9a9278897 x-compute-request-id: req-3f69d2a2-d58b-4350-9cb2-d7c9a9278897 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 09:26:52,595 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0/os-extra_specs used request id req-3f69d2a2-d58b-4350-9cb2-d7c9a9278897 2018-11-25 09:26:52,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243759155273s 2018-11-25 09:26:52,595 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0/os-extra_specs used request id req-3f69d2a2-d58b-4350-9cb2-d7c9a9278897 2018-11-25 09:26:52,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:26:52,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:26:52,605 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 09:26:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 09:26:52,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:26:52,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79aa9c82-31c6-4647-8ea4-68d6124a2c37 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ebe6c0b9ebfd406fa4b2f0bc5087d100", "links": {"self": "http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100"}, "name": "Member"}]} 2018-11-25 09:26:52,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-79aa9c82-31c6-4647-8ea4-68d6124a2c37 2018-11-25 09:26:52,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0994789600372s 2018-11-25 09:26:52,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-25 09:26:52,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:26:52,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26: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-d68e22fd-269f-49fe-a868-39fee71317d8 x-compute-request-id: req-d68e22fd-269f-49fe-a868-39fee71317d8 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 09:26:52,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-d68e22fd-269f-49fe-a868-39fee71317d8 2018-11-25 09:26:52,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.18616104126s 2018-11-25 09:26:52,886 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-d68e22fd-269f-49fe-a868-39fee71317d8 2018-11-25 09:26:52,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:26:52,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:26:53,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-58ee3286-e895-4c8c-998a-c7ce0688f4bd Date: Sun, 25 Nov 2018 09:26:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap", "metadata": {}}], "file": "/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10/file", "owner": "9524c8b2bd00441cbc710f232196f874", "id": "321a63ab-44d4-4550-9456-1ceda66eeb10", "size": 12716032, "self": "/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:26:52Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:26:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:26:53,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-58ee3286-e895-4c8c-998a-c7ce0688f4bd 2018-11-25 09:26:53,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168812990189s 2018-11-25 09:26:53,056 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-58ee3286-e895-4c8c-998a-c7ce0688f4bd 2018-11-25 09:26:53,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 09:26:53,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0"}' 2018-11-25 09:26:53,648 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade X-Openstack-Request-Id: req-8e66c263-ed5e-4578-b2ae-046a6dc9a259 Date: Sun, 25 Nov 2018 09:26:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/file", "owner": "9524c8b2bd00441cbc710f232196f874", "id": "dc3dbda1-114d-4a87-8591-f88d5f94aade", "size": null, "self": "/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:26:53Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0", "checksum": null, "created_at": "2018-11-25T09:26:53Z", "protected": false} 2018-11-25 09:26:53,648 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-8e66c263-ed5e-4578-b2ae-046a6dc9a259 2018-11-25 09:26:53,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.589442968369s 2018-11-25 09:26:53,649 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-8e66c263-ed5e-4578-b2ae-046a6dc9a259 returning object dc3dbda1-114d-4a87-8591-f88d5f94aade 2018-11-25 09:26:53,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 09:26:53,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" -d '' 2018-11-25 09:26:55,460 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22b2251e-c20c-46cd-a5d7-647151e76cb5 Date: Sun, 25 Nov 2018 09:26:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:26:55,460 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/file used request id req-22b2251e-c20c-46cd-a5d7-647151e76cb5 2018-11-25 09:26:55,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.81082487106s 2018-11-25 09:26:55,460 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/file used request id req-22b2251e-c20c-46cd-a5d7-647151e76cb5 2018-11-25 09:26:55,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:26:55,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:26:55,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-0c3d4fb8-f918-4cd9-89c8-2fd371c3b8f4 Date: Sun, 25 Nov 2018 09:26:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/snap", "metadata": {}}], "file": "/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/file", "owner": "9524c8b2bd00441cbc710f232196f874", "id": "dc3dbda1-114d-4a87-8591-f88d5f94aade", "size": 12716032, "self": "/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:26:55Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:26:53Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap", "metadata": {}}], "file": "/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10/file", "owner": "9524c8b2bd00441cbc710f232196f874", "id": "321a63ab-44d4-4550-9456-1ceda66eeb10", "size": 12716032, "self": "/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:26:52Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:26:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:26:55,636 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0c3d4fb8-f918-4cd9-89c8-2fd371c3b8f4 2018-11-25 09:26:55,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17488694191s 2018-11-25 09:26:55,636 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0c3d4fb8-f918-4cd9-89c8-2fd371c3b8f4 2018-11-25 09:26:55,639 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/file', 'owner': u'9524c8b2bd00441cbc710f232196f874', 'id': u'dc3dbda1-114d-4a87-8591-f88d5f94aade', 'size': 12716032, u'self': u'/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9524c8b2bd00441cbc710f232196f874', 'name': 'refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T09:26:55Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T09:26:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'created': u'2018-11-25T09:26:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T09:26:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 09:26:55,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 09:26:55,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 09:26:55,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26: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-3e6a2924-bf6f-4731-a446-8b352e28487b x-compute-request-id: req-3e6a2924-bf6f-4731-a446-8b352e28487b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b07a6a69-20d4-474e-8f9c-f8a466734edb", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b07a6a69-20d4-474e-8f9c-f8a466734edb", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b07a6a69-20d4-474e-8f9c-f8a466734edb", "name": "refstack_defcore-flavor_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 09:26:55,684 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3e6a2924-bf6f-4731-a446-8b352e28487b 2018-11-25 09:26:55,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.044025182724s 2018-11-25 09:26:55,684 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3e6a2924-bf6f-4731-a446-8b352e28487b returning object b07a6a69-20d4-474e-8f9c-f8a466734edb 2018-11-25 09:26:55,685 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'b07a6a69-20d4-474e-8f9c-f8a466734edb', 'swap': 0}) 2018-11-25 09:26:55,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 09:26:55,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/b07a6a69-20d4-474e-8f9c-f8a466734edb/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" -d '{"extra_specs": {}}' 2018-11-25 09:26:55,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:26: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-f9b3e859-2261-4f06-9adb-e31ec90aa14c x-compute-request-id: req-f9b3e859-2261-4f06-9adb-e31ec90aa14c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 09:26:55,707 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/b07a6a69-20d4-474e-8f9c-f8a466734edb/os-extra_specs used request id req-f9b3e859-2261-4f06-9adb-e31ec90aa14c 2018-11-25 09:26:55,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206949710846s 2018-11-25 09:26:55,707 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/b07a6a69-20d4-474e-8f9c-f8a466734edb/os-extra_specs used request id req-f9b3e859-2261-4f06-9adb-e31ec90aa14c 2018-11-25 09:26:55,707 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'b07a6a69-20d4-474e-8f9c-f8a466734edb', 'swap': 0}) 2018-11-25 09:26:58,873 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 09:26:57.839 11229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9) for deployment 'opnfv-rally' (UUID=58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3). 2018-11-25 09:26:58.708 11229 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 09:26:58.710 11229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9) has been successfully configured for deployment 'opnfv-rally' (UUID=58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3)! 2018-11-25 09:26:58,873 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-25 09:26:58,874 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-25 09:26:58,876 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-11-25 09:27:04,604 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-11-25 09:27:04,605 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-11-25 09:27:04,606 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-11-25 09:27:04,607 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-11-25 09:27:04,608 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-11-25 09:27:04,609 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-11-25 09:27:04,609 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-11-25 09:27:04,609 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-11-25 09:27:04,609 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-11-25 09:27:04,609 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-11-25 09:27:04,610 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-25 09:27:04,623 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-25 09:27:04,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-11-25 09:27:06,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:06.761 11241 INFO rally.api [-] Starting verification (UUID=f3a6838c-1a73-4268-bc54-2a44a6e8376a) for deployment 'opnfv-rally' (UUID=58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3) by verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9). 2018-11-25 09:27:06,763 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f3a6838c-1a73-4268-bc54-2a44a6e8376a 2018-11-25 09:27:13,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:13.116 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.203s] 2018-11-25 09:27:13,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:13.170 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.055s] 2018-11-25 09:27:14,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:14.859 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.933s] 2018-11-25 09:27:16,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:16.557 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.229s] 2018-11-25 09:27:25,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:25.073 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.155s] 2018-11-25 09:27:31,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:31.032 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.168s] 2018-11-25 09:27:35,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.021 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.073s] 2018-11-25 09:27:35,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.033 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-11-25 09:27:35,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.168 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.135s] 2018-11-25 09:27:35,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.178 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2018-11-25 09:27:35,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.188 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-11-25 09:27:35,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.219 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-11-25 09:27:35,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.285 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.065s] 2018-11-25 09:27:35,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.346 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2018-11-25 09:27:35,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.641 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.295s] 2018-11-25 09:27:35,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.654 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-11-25 09:27:35,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.717 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.063s] 2018-11-25 09:27:36,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:36.555 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.062s] 2018-11-25 09:27:38,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:38.796 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.241s] 2018-11-25 09:27:43,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:43.065 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-11-25 09:27:47,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:47.544 11241 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-11-25 09:27:47,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:47.619 11241 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-11-25 09:27:47,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:47.690 11241 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-11-25 09:27:51,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:51.090 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [20.058s] 2018-11-25 09:27:51,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:51.480 11241 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.141s] 2018-11-25 09:27:52,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:52.019 11241 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.540s] 2018-11-25 09:27:53,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:53.864 11241 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.843s] 2018-11-25 09:27:53,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:53.872 11241 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-11-25 09:27:54,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:54.033 11241 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.160s] 2018-11-25 09:27:54,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:54.040 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [30.994s] 2018-11-25 09:27:55,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:55.441 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.405s] 2018-11-25 09:28:02,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:02.594 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.501s] 2018-11-25 09:28:05,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:05.340 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [1.132s] 2018-11-25 09:28:05,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:05.795 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.455s] 2018-11-25 09:28:06,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:06.774 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.978s] 2018-11-25 09:28:07,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:07.177 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.104s] 2018-11-25 09:28:07,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:07.600 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.825s] 2018-11-25 09:28:08,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.075 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.475s] 2018-11-25 09:28:08,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.146 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-11-25 09:28:08,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.222 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.074s] 2018-11-25 09:28:08,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.292 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-11-25 09:28:08,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.357 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.064s] 2018-11-25 09:28:08,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.425 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.068s] 2018-11-25 09:28:08,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.572 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.147s] 2018-11-25 09:28:11,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:11.495 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.318s] 2018-11-25 09:28:17,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:17.195 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.699s] 2018-11-25 09:28:21,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:21.764 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.568s] 2018-11-25 09:28:27,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:27.521 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.756s] 2018-11-25 09:28:31,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:31.108 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.587s] 2018-11-25 09:28:31,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:31.534 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.415s] 2018-11-25 09:28:31,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:31.601 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-11-25 09:28:32,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:32.329 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.726s] 2018-11-25 09:28:32,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:32.433 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.102s] 2018-11-25 09:28:32,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:32.435 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-11-25 09:28:35,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:35.390 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.281s] 2018-11-25 09:28:38,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:38.975 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-11-25 09:28:43,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:43.974 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.583s] 2018-11-25 09:28:47,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:47.772 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.797s] 2018-11-25 09:28:48,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.017 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.245s] 2018-11-25 09:28:48,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.117 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.100s] 2018-11-25 09:28:48,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.215 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.097s] 2018-11-25 09:28:48,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.265 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.049s] 2018-11-25 09:28:48,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.430 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.165s] 2018-11-25 09:28:48,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.668 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.237s] 2018-11-25 09:28:48,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.921 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.253s] 2018-11-25 09:28:48,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.991 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.069s] 2018-11-25 09:28:51,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:51.850 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.131s] 2018-11-25 09:28:52,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:52.752 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.902s] 2018-11-25 09:28:53,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:53.774 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.021s] 2018-11-25 09:28:54,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:54.950 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.175s] 2018-11-25 09:28:55,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:55.411 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.419s] 2018-11-25 09:28:56,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:56.103 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.152s] 2018-11-25 09:28:56,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:56.980 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.875s] 2018-11-25 09:28:57,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:57.355 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.375s] 2018-11-25 09:28:57,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:57.910 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.554s] 2018-11-25 09:28:58,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:58.440 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.530s] 2018-11-25 09:28:59,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:59.324 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.882s] 2018-11-25 09:29:00,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:00.167 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.843s] 2018-11-25 09:29:00,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:00.885 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.717s] 2018-11-25 09:29:01,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:01.414 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.529s] 2018-11-25 09:29:02,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:02.315 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.899s] 2018-11-25 09:29:02,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:02.824 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.144s] 2018-11-25 09:29:02,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:02.918 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.603s] 2018-11-25 09:29:03,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:03.309 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.391s] 2018-11-25 09:29:03,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:03.707 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.397s] 2018-11-25 09:29:04,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:04.072 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.364s] 2018-11-25 09:29:05,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:05.436 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.610s] 2018-11-25 09:29:06,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:06.379 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.942s] 2018-11-25 09:29:07,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:07.396 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.017s] 2018-11-25 09:29:08,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:08.539 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.141s] 2018-11-25 09:29:11,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:11.153 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.612s] 2018-11-25 09:29:12,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:12.757 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.604s] 2018-11-25 09:29:12,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:12.875 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.119s] 2018-11-25 09:29:13,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.044 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.168s] 2018-11-25 09:29:13,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.061 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.017s] 2018-11-25 09:29:13,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.218 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.157s] 2018-11-25 09:29:13,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.517 11241 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.355s] 2018-11-25 09:29:13,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.617 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [8.158s] 2018-11-25 09:29:13,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.687 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-11-25 09:29:13,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.949 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [71.341s] 2018-11-25 09:29:14,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:14.554 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.867s] 2018-11-25 09:29:14,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:14.653 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-11-25 09:29:14,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:14.655 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-11-25 09:29:18,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:18.253 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.266s] 2018-11-25 09:29:18,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:18.599 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.346s] 2018-11-25 09:29:22,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:22.746 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.478s] 2018-11-25 09:29:24,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:24.480 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.251s] 2018-11-25 09:29:24,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:24.855 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.108s] 2018-11-25 09:29:30,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:30.890 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.410s] 2018-11-25 09:29:32,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:32.903 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.012s] 2018-11-25 09:29:32,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:32.981 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.078s] 2018-11-25 09:29:33,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:33.040 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.058s] 2018-11-25 09:29:33,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:33.230 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.189s] 2018-11-25 09:29:33,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:33.275 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.045s] 2018-11-25 09:29:37,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:37.653 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.417s] 2018-11-25 09:29:37,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:37.901 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.248s] 2018-11-25 09:29:38,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:38.131 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.229s] 2018-11-25 09:29:38,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:38.520 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.388s] 2018-11-25 09:29:38,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:38.931 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.410s] 2018-11-25 09:29:39,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:39.333 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.402s] 2018-11-25 09:29:39,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:39.550 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.558s] 2018-11-25 09:29:40,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:40.309 11241 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.153s] 2018-11-25 09:29:45,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:45.946 11241 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.202s] 2018-11-25 09:29:48,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:48.599 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [9.048s] 2018-11-25 09:29:49,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:49.327 11241 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.380s] 2018-11-25 09:29:52,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:52.235 11241 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.654s] 2018-11-25 09:29:56,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:56.833 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.766s] 2018-11-25 09:29:58,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:58.526 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.693s] 2018-11-25 09:30:02,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:02.032 11241 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.792s] 2018-11-25 09:30:02,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:02.333 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.802s] 2018-11-25 09:30:03,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:03.121 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.791s] 2018-11-25 09:30:05,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:05.184 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.060s] 2018-11-25 09:30:06,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:06.433 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.248s] 2018-11-25 09:30:08,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:08.642 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.205s] 2018-11-25 09:30:08,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:08.691 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.053s] 2018-11-25 09:30:11,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:11.972 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.148s] 2018-11-25 09:30:15,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:15.061 11241 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.026s] 2018-11-25 09:30:18,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:18.271 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.657s] 2018-11-25 09:30:18,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:18.991 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.720s] 2018-11-25 09:30:33,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:33.129 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [65.206s] 2018-11-25 09:30:59,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:59.746 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [40.748s] 2018-11-25 09:31:01,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:01.182 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.043s] 2018-11-25 09:31:13,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:13.726 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.217s] 2018-11-25 09:31:13,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:13.755 11241 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.315s] 2018-11-25 09:31:14,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:14.084 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.358s] 2018-11-25 09:31:24,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:24.303 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.194s] 2018-11-25 09:31:24,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:24.479 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.175s] 2018-11-25 09:31:27,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:27.693 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.152s] 2018-11-25 09:31:28,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:28.222 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.529s] 2018-11-25 09:31:28,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:28.416 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.193s] 2018-11-25 09:31:28,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:28.601 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.185s] 2018-11-25 09:31:28,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:28.633 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.032s] 2018-11-25 09:31:28,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:28.974 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.340s] 2018-11-25 09:31:29,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:29.309 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.335s] 2018-11-25 09:31:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:29.357 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.046s] 2018-11-25 09:31:29,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:29.399 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.043s] 2018-11-25 09:31:29,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:29.585 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.185s] 2018-11-25 09:31:41,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:41.237 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.628s] 2018-11-25 09:31:41,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:41.397 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.159s] 2018-11-25 09:31:45,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:45.989 11241 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.107s] 2018-11-25 09:31:53,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:53.984 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.432s] 2018-11-25 09:31:54,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:54.594 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.610s] 2018-11-25 09:32:06,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:06.448 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.190s] 2018-11-25 09:32:06,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:06.641 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.192s] 2018-11-25 09:32:06,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:06.830 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.189s] 2018-11-25 09:32:07,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:07.382 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.551s] 2018-11-25 09:32:07,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:07.615 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.233s] 2018-11-25 09:32:08,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.256 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.640s] 2018-11-25 09:32:08,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.294 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-11-25 09:32:08,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.343 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.048s] 2018-11-25 09:32:08,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.540 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.196s] 2018-11-25 09:32:08,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.726 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.185s] 2018-11-25 09:32:08,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.767 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.041s] 2018-11-25 09:32:08,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.989 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.220s] 2018-11-25 09:32:09,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:09.064 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.074s] 2018-11-25 09:32:09,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:09.118 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.054s] 2018-11-25 09:32:09,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:09.165 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.047s] 2018-11-25 09:32:16,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.062 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.249s] 2018-11-25 09:32:16,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.237 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.174s] 2018-11-25 09:32:16,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.412 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.175s] 2018-11-25 09:32:16,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.572 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.160s] 2018-11-25 09:32:16,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.726 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.152s] 2018-11-25 09:32:16,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.740 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2018-11-25 09:32:16,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.783 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.042s] 2018-11-25 09:32:16,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.818 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.034s] 2018-11-25 09:32:16,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.963 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.145s] 2018-11-25 09:32:16,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.998 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.035s] 2018-11-25 09:32:17,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.150 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.151s] 2018-11-25 09:32:17,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.356 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.205s] 2018-11-25 09:32:17,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.402 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.046s] 2018-11-25 09:32:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.437 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.034s] 2018-11-25 09:32:17,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.615 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.177s] 2018-11-25 09:32:17,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.769 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.153s] 2018-11-25 09:32:17,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.803 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-11-25 09:32:17,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.983 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.179s] 2018-11-25 09:32:18,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:18.020 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-11-25 09:32:18,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:18.204 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.184s] 2018-11-25 09:32:22,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: f3a6838c-1a73-4268-bc54-2a44a6e8376a 2018-11-25 09:32:22,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f3a6838c-1a73-4268-bc54-2a44a6e8376a']'. 2018-11-25 09:32:23,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 09:32:23,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 09:32:23,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f3a6838c-1a73-4268-bc54-2a44a6e8376a | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 09:27:06 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 09:32:22 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:16 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e14848bf-c2f9-422b-ab00-e42ec935eba9) | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3) | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 307.2 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 196 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 09:32:23,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 4 | 2018-11-25 09:32:23,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:32:23,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 09:32:23,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 09:32:23,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.0% 2018-11-25 09:32:23,855 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 09:32:23,855 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:35 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-11-25 09:32:23,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 09:32:23,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:32:25,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a11be3b7-314d-4274-aa75-29234951ebc7 Date: Sun, 25 Nov 2018 09:32:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:32:25,344 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade used request id req-a11be3b7-314d-4274-aa75-29234951ebc7 2018-11-25 09:32:25,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.48356604576s 2018-11-25 09:32:25,344 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade used request id req-a11be3b7-314d-4274-aa75-29234951ebc7 2018-11-25 09:32:25,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 09:32:25,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:25,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-476feba5-4396-4eef-9906-a6a523ea8d64 x-compute-request-id: req-476feba5-4396-4eef-9906-a6a523ea8d64 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b07a6a69-20d4-474e-8f9c-f8a466734edb", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b07a6a69-20d4-474e-8f9c-f8a466734edb", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b07a6a69-20d4-474e-8f9c-f8a466734edb", "name": "refstack_defcore-flavor_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ccd3a34e-0885-4db6-ab2e-c312ec9b90a0", "name": "refstack_defcore-flavor_4a4cf923-cca9-49df-bea8-0e16affb16a0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 09:32:25,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-476feba5-4396-4eef-9906-a6a523ea8d64 2018-11-25 09:32:25,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.201953887939s 2018-11-25 09:32:25,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-476feba5-4396-4eef-9906-a6a523ea8d64 2018-11-25 09:32:25,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 09:32:25,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/b07a6a69-20d4-474e-8f9c-f8a466734edb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:25,591 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 09:32:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b25987c-0206-48a2-9924-4d94b7b5a60b x-compute-request-id: req-7b25987c-0206-48a2-9924-4d94b7b5a60b Content-Length: 0 Content-Type: application/json 2018-11-25 09:32:25,591 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b07a6a69-20d4-474e-8f9c-f8a466734edb used request id req-7b25987c-0206-48a2-9924-4d94b7b5a60b 2018-11-25 09:32:25,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0422811508179s 2018-11-25 09:32:25,591 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b07a6a69-20d4-474e-8f9c-f8a466734edb used request id req-7b25987c-0206-48a2-9924-4d94b7b5a60b 2018-11-25 09:32:25,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:32:25,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:32:25,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-e48c661c-46dd-411c-894e-486383d665ab Date: Sun, 25 Nov 2018 09:32:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap", "metadata": {}}], "file": "/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10/file", "owner": "9524c8b2bd00441cbc710f232196f874", "id": "321a63ab-44d4-4550-9456-1ceda66eeb10", "size": 12716032, "self": "/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:26:52Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:26:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:32:25,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e48c661c-46dd-411c-894e-486383d665ab 2018-11-25 09:32:25,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179255008698s 2018-11-25 09:32:25,771 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e48c661c-46dd-411c-894e-486383d665ab 2018-11-25 09:32:25,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 09:32:25,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6749ac11fba27cc2b012cd081d726e9d259da1e8" 2018-11-25 09:32:27,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7ba1cdad-1572-4ae7-aa1f-8bbe0e39c080 Date: Sun, 25 Nov 2018 09:32:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:32:27,801 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10 used request id req-7ba1cdad-1572-4ae7-aa1f-8bbe0e39c080 2018-11-25 09:32:27,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.02737212181s 2018-11-25 09:32:27,801 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10 used request id req-7ba1cdad-1572-4ae7-aa1f-8bbe0e39c080 2018-11-25 09:32:27,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 09:32:27,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:27,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc9de13d-6627-4822-9d75-9d018520e915 x-compute-request-id: req-bc9de13d-6627-4822-9d75-9d018520e915 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ccd3a34e-0885-4db6-ab2e-c312ec9b90a0", "name": "refstack_defcore-flavor_4a4cf923-cca9-49df-bea8-0e16affb16a0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 09:32:27,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-bc9de13d-6627-4822-9d75-9d018520e915 2018-11-25 09:32:27,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0321609973907s 2018-11-25 09:32:27,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-bc9de13d-6627-4822-9d75-9d018520e915 2018-11-25 09:32:27,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 09:32:27,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:27,880 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 09:32:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-749f3c0e-cdaa-4761-b5cc-ba18c388a207 x-compute-request-id: req-749f3c0e-cdaa-4761-b5cc-ba18c388a207 Content-Length: 0 Content-Type: application/json 2018-11-25 09:32:27,880 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0 used request id req-749f3c0e-cdaa-4761-b5cc-ba18c388a207 2018-11-25 09:32:27,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0443949699402s 2018-11-25 09:32:27,881 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ccd3a34e-0885-4db6-ab2e-c312ec9b90a0 used request id req-749f3c0e-cdaa-4761-b5cc-ba18c388a207 2018-11-25 09:32:27,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:32:27,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:27,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82375895-6184-4744-87c0-77e4f0cf76d6 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0", "links": {"self": "http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405"}, "domain_id": "default", "enabled": true, "id": "f6c90e6293a44e4c8ebd292d2e8b6405", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:32:27,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-82375895-6184-4744-87c0-77e4f0cf76d6 2018-11-25 09:32:27,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0978579521179s 2018-11-25 09:32:27,980 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-82375895-6184-4744-87c0-77e4f0cf76d6 2018-11-25 09:32:27,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:32:27,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:28,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8a0bdb7-697d-49fa-80f9-6d3e06e694a5 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405"}, "enabled": true, "id": "f6c90e6293a44e4c8ebd292d2e8b6405", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0"}} 2018-11-25 09:32:28,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405 used request id req-a8a0bdb7-697d-49fa-80f9-6d3e06e694a5 2018-11-25 09:32:28,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0911920070648s 2018-11-25 09:32:28,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405 used request id req-a8a0bdb7-697d-49fa-80f9-6d3e06e694a5 2018-11-25 09:32:28,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 09:32:28,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:28,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60a3dc7d-ce45-4e81-8330-cf36b64059e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:32:28,248 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405 used request id req-60a3dc7d-ce45-4e81-8330-cf36b64059e0 2018-11-25 09:32:28,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.16979598999s 2018-11-25 09:32:28,248 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f6c90e6293a44e4c8ebd292d2e8b6405 used request id req-60a3dc7d-ce45-4e81-8330-cf36b64059e0 2018-11-25 09:32:28,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:32:28,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:28,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89e58773-f020-4ae9-8caf-433f227fd17c Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874"}, "enabled": true, "id": "9524c8b2bd00441cbc710f232196f874", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0"}]} 2018-11-25 09:32:28,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-89e58773-f020-4ae9-8caf-433f227fd17c 2018-11-25 09:32:28,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0904099941254s 2018-11-25 09:32:28,339 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-89e58773-f020-4ae9-8caf-433f227fd17c 2018-11-25 09:32:28,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 09:32:28,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:28,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4b1e5e5-ca64-40f7-9a82-ff8d6d7db2b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:32:28,509 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874 used request id req-e4b1e5e5-ca64-40f7-9a82-ff8d6d7db2b8 2018-11-25 09:32:28,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167112112045s 2018-11-25 09:32:28,509 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9524c8b2bd00441cbc710f232196f874 used request id req-e4b1e5e5-ca64-40f7-9a82-ff8d6d7db2b8 2018-11-25 09:32:28,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:32:28,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:28,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6dff2a4-ff3f-4790-8b63-26d77a527574 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ebe6c0b9ebfd406fa4b2f0bc5087d100", "links": {"self": "http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100"}, "name": "Member"}]} 2018-11-25 09:32:28,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d6dff2a4-ff3f-4790-8b63-26d77a527574 2018-11-25 09:32:28,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0784978866577s 2018-11-25 09:32:28,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 09:32:28,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:28,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c64272a1-89ae-4c9a-a889-2640f6717291 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:32:28,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100 used request id req-c64272a1-89ae-4c9a-a889-2640f6717291 2018-11-25 09:32:28,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.126523971558s 2018-11-25 09:32:28,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 09:32:28,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9524c8b2bd00441cbc710f232196f874&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8408c43adf673ceb2a3df6a7f334dbb291b9de87" 2018-11-25 09:32:28,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-314aa2ef-5a70-4f29-988b-51ab4e5c3635 Date: Sun, 25 Nov 2018 09:32:28 GMT RESP BODY: {"security_groups": []} 2018-11-25 09:32:28,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9524c8b2bd00441cbc710f232196f874&name=default used request id req-314aa2ef-5a70-4f29-988b-51ab4e5c3635 2018-11-25 09:32:28,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.170621871948s 2018-11-25 09:32:28,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9524c8b2bd00441cbc710f232196f874&name=default used request id req-314aa2ef-5a70-4f29-988b-51ab4e5c3635 2018-11-25 09:32:28,891 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-11-25 09:32:28,943 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-11-25 09:32:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 09:32:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 09:32:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 09:32:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 09:32:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 09:32:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 09:32:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 09:32:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 09:32:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 09:32:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 09:32:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 09:32:29,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 09:32:29,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 09:32:29,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 09:32:29,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 09:32:29,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 09:32:29,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 09:32:29,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 09:32:29,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 09:32:29,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 09:32:29,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 09:32:29,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 09:32:29,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 09:32:29,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 09:32:29,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 09:32:29,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d0005a-e16b-47ba-80fd-dfa84a1ce822 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 09:32:29,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-33d0005a-e16b-47ba-80fd-dfa84a1ce822 2018-11-25 09:32:29,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 09:32:29,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T10:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["P_PwzIJaQ22LC2S5zmAJJw"], "issued_at": "2018-11-25T09:32:29.000000Z"}} 2018-11-25 09:32:29,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 09:32:29,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:29,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-de1191fe-2be2-4448-b88e-d1c5808d3fab Date: Sun, 25 Nov 2018 09:32:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 09:32:29,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de1191fe-2be2-4448-b88e-d1c5808d3fab 2018-11-25 09:32:29,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241379976273s 2018-11-25 09:32:29,658 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de1191fe-2be2-4448-b88e-d1c5808d3fab 2018-11-25 09:32:29,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 09:32:29,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:29,667 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 09:32:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 09:32:29,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:29,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19c6993-ea62-49f5-9370-2f0191293927 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 09:32:29,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e19c6993-ea62-49f5-9370-2f0191293927 2018-11-25 09:32:29,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0886418819427s 2018-11-25 09:32:29,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 09:32:29,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86"}}' 2018-11-25 09:32:29,848 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 09:32:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-271dabbe-983f-49c4-962a-12d3ab6d0bb2 Content-Length: 348 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2"}, "enabled": true, "id": "3f2fdb65a8b44a488579598973cb01a2", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86"}} 2018-11-25 09:32:29,848 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-271dabbe-983f-49c4-962a-12d3ab6d0bb2 2018-11-25 09:32:29,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0996699333191s 2018-11-25 09:32:29,849 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-271dabbe-983f-49c4-962a-12d3ab6d0bb2 2018-11-25 09:32:29,849 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86', 'id': u'3f2fdb65a8b44a488579598973cb01a2', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 09:32:29,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 09:32:30,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350784063339s 2018-11-25 09:32:30,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:30,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949ad018-c80d-4b1f-922d-f6f5b4841b0b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470"}, "enabled": true, "id": "927469afef064af78c9ebfed7b76e470", "options": {}, "domain_id": "default", "name": "patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86"}} 2018-11-25 09:32:30,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470 used request id req-949ad018-c80d-4b1f-922d-f6f5b4841b0b 2018-11-25 09:32:30,289 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'927469afef064af78c9ebfed7b76e470', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86'}) 2018-11-25 09:32:30,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:32:30,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:30,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0746777c-7229-42bc-86fe-c9f3ef242290 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:32:30,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0746777c-7229-42bc-86fe-c9f3ef242290 2018-11-25 09:32:30,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789251327515s 2018-11-25 09:32:30,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:32:30,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:30,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9f0ecff-aa5a-4f19-85ff-0c26b23e875d Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:32:30,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d9f0ecff-aa5a-4f19-85ff-0c26b23e875d 2018-11-25 09:32:30,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809290409088s 2018-11-25 09:32:30,451 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 09:32:30,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 09:32:30,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" -d '{"role": {"name": "Member"}}' 2018-11-25 09:32:30,549 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35e86ce0-8005-463c-b6e2-ad186de185d8 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5d1d4f829bd84eaca27f830029b43d76", "links": {"self": "http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76"}, "name": "Member"}} 2018-11-25 09:32:30,549 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-35e86ce0-8005-463c-b6e2-ad186de185d8 2018-11-25 09:32:30,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0971620082855s 2018-11-25 09:32:30,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:30,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0da59db9-49c3-4df6-b892-4a3af30eb012 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76"}, "domain_id": null, "name": "Member", "id": "5d1d4f829bd84eaca27f830029b43d76"}} 2018-11-25 09:32:30,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76 used request id req-0da59db9-49c3-4df6-b892-4a3af30eb012 2018-11-25 09:32:30,629 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76'}, 'domain_id': None, 'human_id': None, 'id': u'5d1d4f829bd84eaca27f830029b43d76', 'HUMAN_ID': False}) 2018-11-25 09:32:30,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:32:30,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:30,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b18b4a6-e4a4-486c-ac14-94b2db87bf03 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5d1d4f829bd84eaca27f830029b43d76", "links": {"self": "http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:32:30,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3b18b4a6-e4a4-486c-ac14-94b2db87bf03 2018-11-25 09:32:30,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789821147919s 2018-11-25 09:32:30,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 09:32:30,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:30,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31caa5b9-c85e-4213-a1b3-b13387b11f81 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 09:32:30,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-31caa5b9-c85e-4213-a1b3-b13387b11f81 2018-11-25 09:32:30,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.076544046402s 2018-11-25 09:32:30,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:32:30,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:30,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d12c67-b773-4511-ba36-55423c16b6cf Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86", "links": {"self": "http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470"}, "domain_id": "default", "enabled": true, "id": "927469afef064af78c9ebfed7b76e470", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:32:30,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-20d12c67-b773-4511-ba36-55423c16b6cf 2018-11-25 09:32:30,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0969269275665s 2018-11-25 09:32:30,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-20d12c67-b773-4511-ba36-55423c16b6cf 2018-11-25 09:32:30,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:32:30,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:30,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a36136-a016-45ac-aa09-df1c3f00d5de Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2"}, "enabled": true, "id": "3f2fdb65a8b44a488579598973cb01a2", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 09:32:30,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-01a36136-a016-45ac-aa09-df1c3f00d5de 2018-11-25 09:32:30,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0813601016998s 2018-11-25 09:32:30,973 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-01a36136-a016-45ac-aa09-df1c3f00d5de 2018-11-25 09:32:30,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 09:32:30,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=927469afef064af78c9ebfed7b76e470&scope.project.id=3f2fdb65a8b44a488579598973cb01a2&role.id=5d1d4f829bd84eaca27f830029b43d76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af092123-d052-44af-8014-3820506bb78e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=927469afef064af78c9ebfed7b76e470&scope.project.id=3f2fdb65a8b44a488579598973cb01a2&role.id=5d1d4f829bd84eaca27f830029b43d76", "previous": null, "next": null}} 2018-11-25 09:32:31,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=927469afef064af78c9ebfed7b76e470&scope.project.id=3f2fdb65a8b44a488579598973cb01a2&role.id=5d1d4f829bd84eaca27f830029b43d76 used request id req-af092123-d052-44af-8014-3820506bb78e 2018-11-25 09:32:31,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0858700275421s 2018-11-25 09:32:31,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 09:32:31,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2/users/927469afef064af78c9ebfed7b76e470/roles/5d1d4f829bd84eaca27f830029b43d76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd424905-b411-4326-ba1f-a3aa80bc9cdd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:32:31,174 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2/users/927469afef064af78c9ebfed7b76e470/roles/5d1d4f829bd84eaca27f830029b43d76 used request id req-bd424905-b411-4326-ba1f-a3aa80bc9cdd 2018-11-25 09:32:31,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.112263917923s 2018-11-25 09:32:31,175 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '9f3ff476-b183-48b1-a1a9-6b73f7ca18f1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86', 'project_id': u'3f2fdb65a8b44a488579598973cb01a2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 09:32:31,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 09:32:31,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 09:32:31,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 09:32:31,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 09:32:31,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 09:32:31,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 09:32:31,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 09:32:31,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 09:32:31,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 09:32:31,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 09:32:31,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 09:32:31,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 09:32:31,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 09:32:31,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 09:32:31,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 09:32:31,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 09:32:31,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 09:32:31,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 09:32:31,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 09:32:31,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 09:32:31,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 09:32:31,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 09:32:31,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 09:32:31,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 09:32:31,181 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86', 'password': '9f3ff476-b183-48b1-a1a9-6b73f7ca18f1', 'project_name': 'patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '3f2fdb65a8b44a488579598973cb01a2', 'project_domain_name': 'Default'} 2018-11-25 09:32:31,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:32:31,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1199626d-1979-46dc-a73a-a751ec41a78b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5d1d4f829bd84eaca27f830029b43d76", "links": {"self": "http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:32:31,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1199626d-1979-46dc-a73a-a751ec41a78b 2018-11-25 09:32:31,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0836818218231s 2018-11-25 09:32:31,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:32:31,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-570d8670-2657-47a6-b48d-303f44ddb3fd Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5d1d4f829bd84eaca27f830029b43d76", "links": {"self": "http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:32:31,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-570d8670-2657-47a6-b48d-303f44ddb3fd 2018-11-25 09:32:31,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804400444031s 2018-11-25 09:32:31,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 09:32:31,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be365f73-6f19-4d5b-848e-e01fd09928b2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 09:32:31,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-be365f73-6f19-4d5b-848e-e01fd09928b2 2018-11-25 09:32:31,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0195038318634s 2018-11-25 09:32:31,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:32:31,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcdb7100-a570-4e99-87e3-ed0a1d2e6455 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86", "links": {"self": "http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470"}, "domain_id": "default", "enabled": true, "id": "927469afef064af78c9ebfed7b76e470", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:32:31,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bcdb7100-a570-4e99-87e3-ed0a1d2e6455 2018-11-25 09:32:31,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0969920158386s 2018-11-25 09:32:31,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bcdb7100-a570-4e99-87e3-ed0a1d2e6455 2018-11-25 09:32:31,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:32:31,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf0e940-bae9-4ebc-b0fd-8d0af2980229 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2"}, "enabled": true, "id": "3f2fdb65a8b44a488579598973cb01a2", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 09:32:31,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3bf0e940-bae9-4ebc-b0fd-8d0af2980229 2018-11-25 09:32:31,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0761089324951s 2018-11-25 09:32:31,550 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3bf0e940-bae9-4ebc-b0fd-8d0af2980229 2018-11-25 09:32:31,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 09:32:31,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=927469afef064af78c9ebfed7b76e470&scope.project.id=3f2fdb65a8b44a488579598973cb01a2&role.id=27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91cb9b40-c2e5-473c-aa03-f6b2a1b8908d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=927469afef064af78c9ebfed7b76e470&scope.project.id=3f2fdb65a8b44a488579598973cb01a2&role.id=27bda056e6a9493f8b3efd13960b080f", "previous": null, "next": null}} 2018-11-25 09:32:31,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=927469afef064af78c9ebfed7b76e470&scope.project.id=3f2fdb65a8b44a488579598973cb01a2&role.id=27bda056e6a9493f8b3efd13960b080f used request id req-91cb9b40-c2e5-473c-aa03-f6b2a1b8908d 2018-11-25 09:32:31,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0769991874695s 2018-11-25 09:32:31,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 09:32:31,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2/users/927469afef064af78c9ebfed7b76e470/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,760 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20a68ddc-96a2-4a7b-a449-66d1135ace5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:32:31,761 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2/users/927469afef064af78c9ebfed7b76e470/roles/27bda056e6a9493f8b3efd13960b080f used request id req-20a68ddc-96a2-4a7b-a449-66d1135ace5d 2018-11-25 09:32:31,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.130985021591s 2018-11-25 09:32:31,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:32:31,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c2f8cd-5f26-4302-a0e1-9eb65fbc8e69 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5d1d4f829bd84eaca27f830029b43d76", "links": {"self": "http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:32:31,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c1c2f8cd-5f26-4302-a0e1-9eb65fbc8e69 2018-11-25 09:32:31,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748760700226s 2018-11-25 09:32:31,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 09:32:31,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:31,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1153851f-e28d-4ae9-8c6e-e78e6f2c073e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 09:32:31,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-1153851f-e28d-4ae9-8c6e-e78e6f2c073e 2018-11-25 09:32:31,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0814950466156s 2018-11-25 09:32:31,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:32:31,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:32,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1ff868-63f9-4663-a5af-158b936c0275 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86", "links": {"self": "http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470"}, "domain_id": "default", "enabled": true, "id": "927469afef064af78c9ebfed7b76e470", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:32:32,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bd1ff868-63f9-4663-a5af-158b936c0275 2018-11-25 09:32:32,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0950288772583s 2018-11-25 09:32:32,015 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bd1ff868-63f9-4663-a5af-158b936c0275 2018-11-25 09:32:32,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 09:32:32,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=927469afef064af78c9ebfed7b76e470&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:32,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56ac503-2d14-4f4e-8067-31a855f17206 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=927469afef064af78c9ebfed7b76e470&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default", "previous": null, "next": null}} 2018-11-25 09:32:32,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=927469afef064af78c9ebfed7b76e470&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default used request id req-a56ac503-2d14-4f4e-8067-31a855f17206 2018-11-25 09:32:32,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0827350616455s 2018-11-25 09:32:32,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 09:32:32,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/927469afef064af78c9ebfed7b76e470/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:32:32,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:32:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-115c7d29-74ac-4c67-9d0b-f7d0f8f6dbbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:32:32,223 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/927469afef064af78c9ebfed7b76e470/roles/27bda056e6a9493f8b3efd13960b080f used request id req-115c7d29-74ac-4c67-9d0b-f7d0f8f6dbbf 2018-11-25 09:32:32,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119025945663s 2018-11-25 09:32:32,224 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 09:32:34,724 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-25 09:32:34.353 11285 INFO rally.deployment.engine [-] Deployment 58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3 | Starting: Destroy cloud and free allocated resources. 2018-11-25 09:32:34.425 11285 INFO rally.deployment.engine [-] Deployment 58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3 | Completed: Destroy cloud and free allocated resources. 2018-11-25 09:32:34.474 11285 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9) for deployment 'opnfv-rally'. 2018-11-25 09:32:34.497 11285 INFO rally.api [-] Deleting verification (UUID=f3a6838c-1a73-4268-bc54-2a44a6e8376a). 2018-11-25 09:32:34.539 11285 INFO rally.api [-] Verification has been successfully deleted! 2018-11-25 09:32:34.540 11285 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9). 2018-11-25 09:32:34.547 11285 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-25 09:32:37,042 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 09:32:36.778 11288 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4738b18a-9691-461b-b330-34a24ed1025d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4738b18a-9691-461b-b330-34a24ed1025d | 2018-11-25T09:32:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4738b18a-9691-461b-b330-34a24ed1025d ~/.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-11-25 09:32:40,428 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2018-11-25 09:32:40,429 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 09:32:42,723 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-25 09:32:42.476 11294 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9). 2018-11-25 09:32:42.598 11294 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-25 09:32:46,356 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 09:32:44.782 11297 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 09:32:44.912 11297 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 09:32:46.169 11297 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac) as the default verifier for the future CLI operations. 2018-11-25 09:32:49,403 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-11-25 09:32:49,404 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 09:32:49,476 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-25 09:32:49,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 09:32:49,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43637951-578b-4f1b-9e26-27f5d3d4f8b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 09:32:49,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-43637951-578b-4f1b-9e26-27f5d3d4f8b5 2018-11-25 09:32:49,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 09:32:49,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "5d1d4f829bd84eaca27f830029b43d76", "name": "Member"}], "expires_at": "2018-11-25T10:32:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3f2fdb65a8b44a488579598973cb01a2", "name": "patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/3f2fdb65a8b44a488579598973cb01a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/3f2fdb65a8b44a488579598973cb01a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/3f2fdb65a8b44a488579598973cb01a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/3f2fdb65a8b44a488579598973cb01a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/3f2fdb65a8b44a488579598973cb01a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/3f2fdb65a8b44a488579598973cb01a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/3f2fdb65a8b44a488579598973cb01a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/3f2fdb65a8b44a488579598973cb01a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/3f2fdb65a8b44a488579598973cb01a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/3f2fdb65a8b44a488579598973cb01a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/3f2fdb65a8b44a488579598973cb01a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/3f2fdb65a8b44a488579598973cb01a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86", "id": "927469afef064af78c9ebfed7b76e470"}, "audit_ids": ["TH0P5LhoRKaTdbErVK6JYw"], "issued_at": "2018-11-25T09:32:49.000000Z"}} 2018-11-25 09:32:49,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:32:49,870 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 25 Nov 2018 09:32:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-11-25 09:32:49,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:32:49,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:32:50,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cf3c9f86-0f81-45b6-a0b5-645e4fde1ec3 Date: Sun, 25 Nov 2018 09:32:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:32:50,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cf3c9f86-0f81-45b6-a0b5-645e4fde1ec3 2018-11-25 09:32:50,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16635799408s 2018-11-25 09:32:50,040 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cf3c9f86-0f81-45b6-a0b5-645e4fde1ec3 2018-11-25 09:32:50,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 09:32:50,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86"}' 2018-11-25 09:32:50,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0 X-Openstack-Request-Id: req-89c3afe6-ec3d-4d38-9270-5062744ee18b Date: Sun, 25 Nov 2018 09:32:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/file", "owner": "3f2fdb65a8b44a488579598973cb01a2", "id": "15c3a79a-deef-47fa-984c-6bc63feb76c0", "size": null, "self": "/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:32:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "checksum": null, "created_at": "2018-11-25T09:32:50Z", "protected": false} 2018-11-25 09:32:50,221 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-89c3afe6-ec3d-4d38-9270-5062744ee18b 2018-11-25 09:32:50,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.180207967758s 2018-11-25 09:32:50,222 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-89c3afe6-ec3d-4d38-9270-5062744ee18b returning object 15c3a79a-deef-47fa-984c-6bc63feb76c0 2018-11-25 09:32:50,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 09:32:50,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" -d '' 2018-11-25 09:32:51,435 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b455137e-f051-4807-8769-24c62854d2c8 Date: Sun, 25 Nov 2018 09:32:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:32:51,436 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/file used request id req-b455137e-f051-4807-8769-24c62854d2c8 2018-11-25 09:32:51,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.21304917336s 2018-11-25 09:32:51,436 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/file used request id req-b455137e-f051-4807-8769-24c62854d2c8 2018-11-25 09:32:51,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:32:51,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:32:51,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-f8f44aae-2b51-4aa1-95e0-17d5c3d84832 Date: Sun, 25 Nov 2018 09:32:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap", "metadata": {}}], "file": "/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/file", "owner": "3f2fdb65a8b44a488579598973cb01a2", "id": "15c3a79a-deef-47fa-984c-6bc63feb76c0", "size": 12716032, "self": "/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:32:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:32:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:32:51,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f8f44aae-2b51-4aa1-95e0-17d5c3d84832 2018-11-25 09:32:51,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174514055252s 2018-11-25 09:32:51,612 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f8f44aae-2b51-4aa1-95e0-17d5c3d84832 2018-11-25 09:32:51,614 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/file', 'owner': u'3f2fdb65a8b44a488579598973cb01a2', 'id': u'15c3a79a-deef-47fa-984c-6bc63feb76c0', 'size': 12716032, u'self': u'/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3f2fdb65a8b44a488579598973cb01a2', 'name': 'patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T09:32:51Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T09:32:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86', 'created': u'2018-11-25T09:32:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T09:32:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 09:32:51,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 09:32:51,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_3a18fac4-b3b6-4733-9828-6df117e61c86", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 09:32:51,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-021cfd00-97a1-4127-b171-c6f12e2e58d9 x-compute-request-id: req-021cfd00-97a1-4127-b171-c6f12e2e58d9 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "59b49313-bb6b-400d-bf8c-bc6f3c31979f", "name": "patrole-flavor_3a18fac4-b3b6-4733-9828-6df117e61c86", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 09:32:51,820 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-021cfd00-97a1-4127-b171-c6f12e2e58d9 2018-11-25 09:32:51,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.205160140991s 2018-11-25 09:32:51,820 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-021cfd00-97a1-4127-b171-c6f12e2e58d9 returning object 59b49313-bb6b-400d-bf8c-bc6f3c31979f 2018-11-25 09:32:51,821 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_3a18fac4-b3b6-4733-9828-6df117e61c86', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'59b49313-bb6b-400d-bf8c-bc6f3c31979f', 'swap': 0}) 2018-11-25 09:32:51,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 09:32:51,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" -d '{"extra_specs": {}}' 2018-11-25 09:32:51,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6749b45a-208c-4965-b85b-b37293a85cd2 x-compute-request-id: req-6749b45a-208c-4965-b85b-b37293a85cd2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 09:32:51,846 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f/os-extra_specs used request id req-6749b45a-208c-4965-b85b-b37293a85cd2 2018-11-25 09:32:51,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0239958763123s 2018-11-25 09:32:51,846 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f/os-extra_specs used request id req-6749b45a-208c-4965-b85b-b37293a85cd2 2018-11-25 09:32:51,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:32:51,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:32:51,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 09:32:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 09:32:51,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:32:51,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c170ef-5758-4956-87ac-1e92dcd871e1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5d1d4f829bd84eaca27f830029b43d76", "links": {"self": "http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:32:51,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-55c170ef-5758-4956-87ac-1e92dcd871e1 2018-11-25 09:32:51,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0908291339874s 2018-11-25 09:32:51,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-25 09:32:51,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:32:52,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92fd3b5c-17ca-4fba-91eb-1af608aa8d5a x-compute-request-id: req-92fd3b5c-17ca-4fba-91eb-1af608aa8d5a Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 09:32:52,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-92fd3b5c-17ca-4fba-91eb-1af608aa8d5a 2018-11-25 09:32:52,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.192938089371s 2018-11-25 09:32:52,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-92fd3b5c-17ca-4fba-91eb-1af608aa8d5a 2018-11-25 09:32:52,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:32:52,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:32:52,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-e4981338-dda6-4f52-8fc0-9cb14e0dbeb2 Date: Sun, 25 Nov 2018 09:32:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap", "metadata": {}}], "file": "/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/file", "owner": "3f2fdb65a8b44a488579598973cb01a2", "id": "15c3a79a-deef-47fa-984c-6bc63feb76c0", "size": 12716032, "self": "/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:32:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:32:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:32:52,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e4981338-dda6-4f52-8fc0-9cb14e0dbeb2 2018-11-25 09:32:52,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171880960464s 2018-11-25 09:32:52,309 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e4981338-dda6-4f52-8fc0-9cb14e0dbeb2 2018-11-25 09:32:52,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 09:32:52,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86"}' 2018-11-25 09:32:52,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d X-Openstack-Request-Id: req-ee04cbdd-209f-4fff-96ef-fbcb56e14191 Date: Sun, 25 Nov 2018 09:32:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/file", "owner": "3f2fdb65a8b44a488579598973cb01a2", "id": "b5d91098-bb90-4e77-b75e-a8d3be48577d", "size": null, "self": "/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:32:52Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86", "checksum": null, "created_at": "2018-11-25T09:32:52Z", "protected": false} 2018-11-25 09:32:52,575 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-ee04cbdd-209f-4fff-96ef-fbcb56e14191 2018-11-25 09:32:52,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.263869047165s 2018-11-25 09:32:52,576 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-ee04cbdd-209f-4fff-96ef-fbcb56e14191 returning object b5d91098-bb90-4e77-b75e-a8d3be48577d 2018-11-25 09:32:52,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 09:32:52,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" -d '' 2018-11-25 09:32:54,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1fa3d2ba-7225-4d6b-b3c7-96f6459a7e31 Date: Sun, 25 Nov 2018 09:32:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:32:54,762 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/file used request id req-1fa3d2ba-7225-4d6b-b3c7-96f6459a7e31 2018-11-25 09:32:54,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.18558597565s 2018-11-25 09:32:54,762 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/file used request id req-1fa3d2ba-7225-4d6b-b3c7-96f6459a7e31 2018-11-25 09:32:54,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:32:54,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:32:54,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-70da7445-99ad-4223-bdce-241a4e82f5eb Date: Sun, 25 Nov 2018 09:32:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/snap", "metadata": {}}], "file": "/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/file", "owner": "3f2fdb65a8b44a488579598973cb01a2", "id": "b5d91098-bb90-4e77-b75e-a8d3be48577d", "size": 12716032, "self": "/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:32:54Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:32:52Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap", "metadata": {}}], "file": "/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/file", "owner": "3f2fdb65a8b44a488579598973cb01a2", "id": "15c3a79a-deef-47fa-984c-6bc63feb76c0", "size": 12716032, "self": "/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:32:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:32:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:32:54,948 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-70da7445-99ad-4223-bdce-241a4e82f5eb 2018-11-25 09:32:54,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185221910477s 2018-11-25 09:32:54,949 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-70da7445-99ad-4223-bdce-241a4e82f5eb 2018-11-25 09:32:54,951 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/file', 'owner': u'3f2fdb65a8b44a488579598973cb01a2', 'id': u'b5d91098-bb90-4e77-b75e-a8d3be48577d', 'size': 12716032, u'self': u'/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3f2fdb65a8b44a488579598973cb01a2', 'name': 'patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T09:32:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T09:32:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', 'created': u'2018-11-25T09:32:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T09:32:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 09:32:54,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 09:32:54,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_3a18fac4-b3b6-4733-9828-6df117e61c86", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 09:32:55,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ca9ba24-a174-41ac-a8af-b75d6c8d7595 x-compute-request-id: req-3ca9ba24-a174-41ac-a8af-b75d6c8d7595 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ebbee9dc-ef7d-46de-a6e7-5f8749615f2e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ebbee9dc-ef7d-46de-a6e7-5f8749615f2e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ebbee9dc-ef7d-46de-a6e7-5f8749615f2e", "name": "patrole-flavor_alt_3a18fac4-b3b6-4733-9828-6df117e61c86", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 09:32:55,009 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3ca9ba24-a174-41ac-a8af-b75d6c8d7595 2018-11-25 09:32:55,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0564830303192s 2018-11-25 09:32:55,009 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3ca9ba24-a174-41ac-a8af-b75d6c8d7595 returning object ebbee9dc-ef7d-46de-a6e7-5f8749615f2e 2018-11-25 09:32:55,010 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'ebbee9dc-ef7d-46de-a6e7-5f8749615f2e', 'swap': 0}) 2018-11-25 09:32:55,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 09:32:55,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/ebbee9dc-ef7d-46de-a6e7-5f8749615f2e/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" -d '{"extra_specs": {}}' 2018-11-25 09:32:55,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:32: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-180bc03f-cf6a-4bab-8f6d-9e432a0f0812 x-compute-request-id: req-180bc03f-cf6a-4bab-8f6d-9e432a0f0812 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 09:32:55,031 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/ebbee9dc-ef7d-46de-a6e7-5f8749615f2e/os-extra_specs used request id req-180bc03f-cf6a-4bab-8f6d-9e432a0f0812 2018-11-25 09:32:55,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204951763153s 2018-11-25 09:32:55,032 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/ebbee9dc-ef7d-46de-a6e7-5f8749615f2e/os-extra_specs used request id req-180bc03f-cf6a-4bab-8f6d-9e432a0f0812 2018-11-25 09:32:55,032 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'ebbee9dc-ef7d-46de-a6e7-5f8749615f2e', 'swap': 0}) 2018-11-25 09:32:58,198 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 09:32:57.171 11316 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac) for deployment 'opnfv-rally' (UUID=4738b18a-9691-461b-b330-34a24ed1025d). 2018-11-25 09:32:58.036 11316 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 09:32:58.038 11316 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac) has been successfully configured for deployment 'opnfv-rally' (UUID=4738b18a-9691-461b-b330-34a24ed1025d)! 2018-11-25 09:32:58,199 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-25 09:32:58,199 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-25 09:32:58,202 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-25 09:32:58,225 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-25 09:33:01,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0786c810-a69b-4d50-b665-495ecd4d0dac/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-11-25 09:33:01,403 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-25 09:33:01,431 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-25 09:33:01,432 - 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-11-25 09:33:04,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:33:04.919 11325 INFO rally.api [-] Starting verification (UUID=4eaac018-b1a5-4180-bb74-cca968f5718f) for deployment 'opnfv-rally' (UUID=4738b18a-9691-461b-b330-34a24ed1025d) by verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac). 2018-11-25 09:33:04,921 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4eaac018-b1a5-4180-bb74-cca968f5718f 2018-11-25 09:35:39,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4eaac018-b1a5-4180-bb74-cca968f5718f 2018-11-25 09:35:39,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4eaac018-b1a5-4180-bb74-cca968f5718f']'. 2018-11-25 09:35:40,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 09:35:40,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 09:35:40,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:35:40,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4eaac018-b1a5-4180-bb74-cca968f5718f | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 09:33:03 | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 09:35:39 | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:36 | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0786c810-a69b-4d50-b665-495ecd4d0dac) | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4738b18a-9691-461b-b330-34a24ed1025d) | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.534 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 09:35:41,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-11-25 09:35:41,384 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 09:35:41,385 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-25 09:35:41,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 09:35:41,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:35:43,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-78e176cd-6b93-40a1-b724-99d18bf877a0 Date: Sun, 25 Nov 2018 09:35:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:35:43,035 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d used request id req-78e176cd-6b93-40a1-b724-99d18bf877a0 2018-11-25 09:35:43,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.64425706863s 2018-11-25 09:35:43,036 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d used request id req-78e176cd-6b93-40a1-b724-99d18bf877a0 2018-11-25 09:35:43,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 09:35:43,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:43,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:35: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-7243434f-bcc1-4762-bc7c-8c335963af27 x-compute-request-id: req-7243434f-bcc1-4762-bc7c-8c335963af27 Content-Encoding: gzip Content-Length: 360 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "59b49313-bb6b-400d-bf8c-bc6f3c31979f", "name": "patrole-flavor_3a18fac4-b3b6-4733-9828-6df117e61c86", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ebbee9dc-ef7d-46de-a6e7-5f8749615f2e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ebbee9dc-ef7d-46de-a6e7-5f8749615f2e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ebbee9dc-ef7d-46de-a6e7-5f8749615f2e", "name": "patrole-flavor_alt_3a18fac4-b3b6-4733-9828-6df117e61c86", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 09:35:43,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7243434f-bcc1-4762-bc7c-8c335963af27 2018-11-25 09:35:43,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0369720458984s 2018-11-25 09:35:43,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7243434f-bcc1-4762-bc7c-8c335963af27 2018-11-25 09:35:43,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 09:35:43,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/ebbee9dc-ef7d-46de-a6e7-5f8749615f2e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:43,113 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 09:35: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-7a9af15b-6703-4222-94dc-28a202820401 x-compute-request-id: req-7a9af15b-6703-4222-94dc-28a202820401 Content-Length: 0 Content-Type: application/json 2018-11-25 09:35:43,113 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ebbee9dc-ef7d-46de-a6e7-5f8749615f2e used request id req-7a9af15b-6703-4222-94dc-28a202820401 2018-11-25 09:35:43,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0384910106659s 2018-11-25 09:35:43,114 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ebbee9dc-ef7d-46de-a6e7-5f8749615f2e used request id req-7a9af15b-6703-4222-94dc-28a202820401 2018-11-25 09:35:43,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 09:35:43,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:35:43,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-25ce76aa-1f6f-4021-a0af-b908622ab4d9 Date: Sun, 25 Nov 2018 09:35:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap", "metadata": {}}], "file": "/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/file", "owner": "3f2fdb65a8b44a488579598973cb01a2", "id": "15c3a79a-deef-47fa-984c-6bc63feb76c0", "size": 12716032, "self": "/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T09:32:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T09:32:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 09:35:43,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-25ce76aa-1f6f-4021-a0af-b908622ab4d9 2018-11-25 09:35:43,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178226947784s 2018-11-25 09:35:43,292 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-25ce76aa-1f6f-4021-a0af-b908622ab4d9 2018-11-25 09:35:43,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 09:35:43,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b6297adbe605c56e34590b0d55616a1e532994d7" 2018-11-25 09:35:44,914 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a92b035a-35ee-4966-8198-7c1a7395f21a Date: Sun, 25 Nov 2018 09:35:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 09:35:44,914 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0 used request id req-a92b035a-35ee-4966-8198-7c1a7395f21a 2018-11-25 09:35:44,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.62130212784s 2018-11-25 09:35:44,915 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0 used request id req-a92b035a-35ee-4966-8198-7c1a7395f21a 2018-11-25 09:35:44,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 09:35:44,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:44,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:35:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2470c45b-607d-48fe-bb8f-721049ec8ba2 x-compute-request-id: req-2470c45b-607d-48fe-bb8f-721049ec8ba2 Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "59b49313-bb6b-400d-bf8c-bc6f3c31979f", "name": "patrole-flavor_3a18fac4-b3b6-4733-9828-6df117e61c86", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 09:35:44,949 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-2470c45b-607d-48fe-bb8f-721049ec8ba2 2018-11-25 09:35:44,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0334479808807s 2018-11-25 09:35:44,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-2470c45b-607d-48fe-bb8f-721049ec8ba2 2018-11-25 09:35:44,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 09:35:44,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:44,999 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 09:35: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-1459e260-632f-4877-9b19-8dd7ac5c80fd x-compute-request-id: req-1459e260-632f-4877-9b19-8dd7ac5c80fd Content-Length: 0 Content-Type: application/json 2018-11-25 09:35:44,999 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f used request id req-1459e260-632f-4877-9b19-8dd7ac5c80fd 2018-11-25 09:35:44,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0485639572144s 2018-11-25 09:35:45,000 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/59b49313-bb6b-400d-bf8c-bc6f3c31979f used request id req-1459e260-632f-4877-9b19-8dd7ac5c80fd 2018-11-25 09:35:45,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:35:45,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:45,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2983cf4-3e91-4291-bddf-66e2a3c571ad Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86", "links": {"self": "http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470"}, "domain_id": "default", "enabled": true, "id": "927469afef064af78c9ebfed7b76e470", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 09:35:45,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c2983cf4-3e91-4291-bddf-66e2a3c571ad 2018-11-25 09:35:45,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100503921509s 2018-11-25 09:35:45,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c2983cf4-3e91-4291-bddf-66e2a3c571ad 2018-11-25 09:35:45,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 09:35:45,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:45,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ecdae14-a47b-43c6-938f-e3dc2c66e238 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470"}, "enabled": true, "id": "927469afef064af78c9ebfed7b76e470", "options": {}, "domain_id": "default", "name": "patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86"}} 2018-11-25 09:35:45,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470 used request id req-4ecdae14-a47b-43c6-938f-e3dc2c66e238 2018-11-25 09:35:45,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109038829803s 2018-11-25 09:35:45,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470 used request id req-4ecdae14-a47b-43c6-938f-e3dc2c66e238 2018-11-25 09:35:45,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 09:35:45,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:45,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-365956d7-df2a-44b9-b733-cee3fa3157f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:35:45,421 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470 used request id req-365956d7-df2a-44b9-b733-cee3fa3157f6 2018-11-25 09:35:45,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.204897165298s 2018-11-25 09:35:45,421 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/927469afef064af78c9ebfed7b76e470 used request id req-365956d7-df2a-44b9-b733-cee3fa3157f6 2018-11-25 09:35:45,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 09:35:45,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:45,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a055742-9485-412e-be1f-31aa3eecc896 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2"}, "enabled": true, "id": "3f2fdb65a8b44a488579598973cb01a2", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 09:35:45,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-1a055742-9485-412e-be1f-31aa3eecc896 2018-11-25 09:35:45,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0781559944153s 2018-11-25 09:35:45,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-1a055742-9485-412e-be1f-31aa3eecc896 2018-11-25 09:35:45,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 09:35:45,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:45,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e9ec539-cdbd-4d3a-ab13-e09e2644e72b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:35:45,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2 used request id req-2e9ec539-cdbd-4d3a-ab13-e09e2644e72b 2018-11-25 09:35:45,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.168477058411s 2018-11-25 09:35:45,672 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3f2fdb65a8b44a488579598973cb01a2 used request id req-2e9ec539-cdbd-4d3a-ab13-e09e2644e72b 2018-11-25 09:35:45,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 09:35:45,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:45,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d497a9f0-7309-4173-8ed3-ef1365e96b38 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "5d1d4f829bd84eaca27f830029b43d76", "links": {"self": "http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 09:35:45,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d497a9f0-7309-4173-8ed3-ef1365e96b38 2018-11-25 09:35:45,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0757179260254s 2018-11-25 09:35:45,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 09:35:45,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:45,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e859d2f-8c33-4430-82fe-11697506edd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 09:35:45,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76 used request id req-7e859d2f-8c33-4430-82fe-11697506edd0 2018-11-25 09:35:45,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.176301956177s 2018-11-25 09:35:45,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 09:35:45,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3f2fdb65a8b44a488579598973cb01a2&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a904566e8ea5b6994317413e178f61a4af3d0ef4" 2018-11-25 09:35:46,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-451e0083-cd55-4665-a3d3-63bd9ce24843 Date: Sun, 25 Nov 2018 09:35:46 GMT RESP BODY: {"security_groups": []} 2018-11-25 09:35:46,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3f2fdb65a8b44a488579598973cb01a2&name=default used request id req-451e0083-cd55-4665-a3d3-63bd9ce24843 2018-11-25 09:35:46,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.17515206337s 2018-11-25 09:35:46,104 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3f2fdb65a8b44a488579598973cb01a2&name=default used request id req-451e0083-cd55-4665-a3d3-63bd9ce24843 2018-11-25 09:35:46,154 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-11-25 09:35:46,999 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-11-25 09:35:47,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 09:35:47,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 09:35:47,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 09:35:47,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 09:35:47,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 09:35:47,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 09:35:47,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 09:35:47,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 09:35:47,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 09:35:47,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 09:35:47,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 09:35:47,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 09:35:47,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 09:35:47,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 09:35:47,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 09:35:47,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 09:35:47,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 09:35:47,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 09:35:47,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 09:35:47,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 09:35:47,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 09:35:47,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 09:35:47,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 09:35:47,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 09:35:47,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-11-25 09:35:47,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 09:35:47,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a592ac7-08de-4afd-92ee-418ec0b8917a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 09:35:47,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5a592ac7-08de-4afd-92ee-418ec0b8917a 2018-11-25 09:35:47,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 09:35:47,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T10:35:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["Lz8RbwfcTn69lK6Oefbe9w"], "issued_at": "2018-11-25T09:35:47.000000Z"}} 2018-11-25 09:35:47,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d44421dd540528a371f6562822b75cff6d3721" 2018-11-25 09:35:47,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 09:35:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 09:35:47,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d44421dd540528a371f6562822b75cff6d3721" 2018-11-25 09:35:47,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f67c6eed-0884-498d-aa4b-1a6492a2a9b7 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.23:5000/v3/services/04d9b6a1d9cd48c49fd3b8228e023859"}, "enabled": true, "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.23:5000/v3/services/11049da2e1814dbf80a7d17866d22142"}, "enabled": true, "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.23:5000/v3/services/1a47cbdb5d2e4d68a1685b1b111c1913"}, "enabled": true, "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.23:5000/v3/services/3e6ee693c2c34606b84f70da7a3de833"}, "enabled": true, "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.23:5000/v3/services/454682d88ab3492f9349e14177c05820"}, "enabled": true, "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.23:5000/v3/services/4cc10c351b944cac80ada308f67be9b3"}, "enabled": true, "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.23:5000/v3/services/60c9f36966354af4a49f5135bb520771"}, "enabled": true, "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.23:5000/v3/services/78d19a00809e48c6abbaae0f0d0162d0"}, "enabled": true, "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.23:5000/v3/services/872f0392fe5a4878bc4550ae703c748e"}, "enabled": true, "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.23:5000/v3/services/9dba0304d81b4285b6b3fbae9bfd040a"}, "enabled": true, "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.23:5000/v3/services/9f411fd50466430cbb81fd8e37b8e619"}, "enabled": true, "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.23:5000/v3/services/c4c405d79fbc4e018943f8fab3e1fd43"}, "enabled": true, "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.23:5000/v3/services/e4f1fbc8c8e7478cb8f8e5dab55dd354"}, "enabled": true, "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.23:5000/v3/services/f307a33b22954daca45c66a0f2b40461"}, "enabled": true, "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.23:5000/v3/services/ff10a442eed847588d26ae2502241cf3"}, "enabled": true, "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "links": {"self": "http://172.30.9.23:5000/v3/services", "previous": null, "next": null}} 2018-11-25 09:35:47,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/services used request id req-f67c6eed-0884-498d-aa4b-1a6492a2a9b7 2018-11-25 09:35:47,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.470762014389s 2018-11-25 09:35:47,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-11-25 09:35:47,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d44421dd540528a371f6562822b75cff6d3721" 2018-11-25 09:35:47,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 09:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2883926-8784-4a89-ad08-06c3efb2c8f8 Content-Encoding: gzip Content-Length: 1949 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/00a12789d0524cdfacae3ee80db28ac3"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c4c405d79fbc4e018943f8fab3e1fd43", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0ba20f917bd64361bf8329b2b725c11e"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "04d9b6a1d9cd48c49fd3b8228e023859", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0ee3d80a110b427baf34e694c8d2dff3"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f411fd50466430cbb81fd8e37b8e619", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/120ce9da363d47bf95c33ef313256085"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "872f0392fe5a4878bc4550ae703c748e", "id": "120ce9da363d47bf95c33ef313256085"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/120f34a17e2d4759b2213a41ca3b57d7"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f411fd50466430cbb81fd8e37b8e619", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/14cbf0e6548145da8785552e53d2020d"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "60c9f36966354af4a49f5135bb520771", "id": "14cbf0e6548145da8785552e53d2020d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/16be6fc54cf5421a8983fd7e4cc31162"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3e6ee693c2c34606b84f70da7a3de833", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/218d7158e78741eba80ea910f2e66530"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c4c405d79fbc4e018943f8fab3e1fd43", "id": "218d7158e78741eba80ea910f2e66530"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/228bfbaa3b2f46a485f737514bf5c0a4"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "11049da2e1814dbf80a7d17866d22142", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/26e5ac6f41134edc959941902fcf910e"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ff10a442eed847588d26ae2502241cf3", "id": "26e5ac6f41134edc959941902fcf910e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/28ba78734a67445ab0faa64d32a36a35"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ff10a442eed847588d26ae2502241cf3", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/345b31fcef4f4c4c8a51fbff425c0cf4"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1a47cbdb5d2e4d68a1685b1b111c1913", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3578f854533046b581e9db2a5fe9d316"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "454682d88ab3492f9349e14177c05820", "id": "3578f854533046b581e9db2a5fe9d316"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3b6c5215faf541d984e73367eeed32ff"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "454682d88ab3492f9349e14177c05820", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3b6e716f81e3483092ccd974823a6897"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f307a33b22954daca45c66a0f2b40461", "id": "3b6e716f81e3483092ccd974823a6897"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4af173c89de643969f7b5f886a9b7ba2"}, "url": "http://172.30.9.23:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9dba0304d81b4285b6b3fbae9bfd040a", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5306e2fef10d46ea99d1acbfc9ae675a"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f307a33b22954daca45c66a0f2b40461", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/589d2c9222e84378ac23cd92034f9052"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "60c9f36966354af4a49f5135bb520771", "id": "589d2c9222e84378ac23cd92034f9052"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5db18dddfde546da996b6294f81784ad"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "04d9b6a1d9cd48c49fd3b8228e023859", "id": "5db18dddfde546da996b6294f81784ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6cb182b3d8ca44d18ab65e7f89371bd5"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/769a69b0cfe84771aeba844ad2fbbecd"}, "url": "http://192.30.9.5:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4cc10c351b944cac80ada308f67be9b3", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/79874d5900e14d929197e0613a9895b2"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f307a33b22954daca45c66a0f2b40461", "id": "79874d5900e14d929197e0613a9895b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7b172ef29d1c4a239ea7b3e309fdbf11"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c4c405d79fbc4e018943f8fab3e1fd43", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/87de9e2c82b243ff9a838ad2e148dda8"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1a47cbdb5d2e4d68a1685b1b111c1913", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9168197cf6e049c08092d040e7a0e664"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "04d9b6a1d9cd48c49fd3b8228e023859", "id": "9168197cf6e049c08092d040e7a0e664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/917de21235d34777bade276f17a46822"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "id": "917de21235d34777bade276f17a46822"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9840de794f794d398ec86a4a3c89d49f"}, "url": "http://192.30.9.5:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4cc10c351b944cac80ada308f67be9b3", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9b94a4f759674d9faa8ef9d136ba6be5"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "454682d88ab3492f9349e14177c05820", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a361499597ff42fb8f820ae1ac1e1322"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1a47cbdb5d2e4d68a1685b1b111c1913", "id": "a361499597ff42fb8f820ae1ac1e1322"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b210ecf28d5b415bb68fddcd2f06561a"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "11049da2e1814dbf80a7d17866d22142", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b5a0f265529543a4afe7b2adee03b38c"}, "url": "http://192.30.9.5:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9dba0304d81b4285b6b3fbae9bfd040a", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c088c041ac324035baa0b2861aaf4646"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3e6ee693c2c34606b84f70da7a3de833", "id": "c088c041ac324035baa0b2861aaf4646"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cc52010c426c44ac8fe115590a3bedaa"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f411fd50466430cbb81fd8e37b8e619", "id": "cc52010c426c44ac8fe115590a3bedaa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ccdc3b760df14a0883281577de9f5026"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "11049da2e1814dbf80a7d17866d22142", "id": "ccdc3b760df14a0883281577de9f5026"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d668e0a80f3d40acaa248d3f66d88ea6"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "872f0392fe5a4878bc4550ae703c748e", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d833f6b8ebbe49b5b24883a1fb629ad0"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "872f0392fe5a4878bc4550ae703c748e", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e163090c433e453e90c9c5f7e7ee5bd6"}, "url": "http://192.30.9.5:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9dba0304d81b4285b6b3fbae9bfd040a", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e7af81d96e2e4fe787f42f389779879c"}, "url": "http://172.30.9.23:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4cc10c351b944cac80ada308f67be9b3", "id": "e7af81d96e2e4fe787f42f389779879c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ec0ffdf9d8f14bfdbf1d626bbf38900d"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "60c9f36966354af4a49f5135bb520771", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f43bf4aad88c4166836a9f9c7189f86e"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ff10a442eed847588d26ae2502241cf3", "id": "f43bf4aad88c4166836a9f9c7189f86e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fb2cea452ade48ec80c7a4e67da48ce9"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3e6ee693c2c34606b84f70da7a3de833", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-11-25 09:35:47,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-a2883926-8784-4a89-ad08-06c3efb2c8f8 2018-11-25 09:35:47,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0782911777496s 2018-11-25 09:36:06,818 - 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-11-25 09:36:06,850 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-11-25 09:36:07,087 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-11-25 09:36:07,226 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 09:36:07,226 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-25 09:36:07,283 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-11-25 09:36:08,826 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 09:36:10,875 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-25 09:36:10,876 - openstack_tests - INFO - OS Credentials = > 2018-11-25 09:36:11,700 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-25 09:36:11,700 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-11-25 09:36:13,015 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-b8112f6c-d2ae-40d-proj 2018-11-25 09:36:14,111 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-b8112f6c-d2ae-40d-user 2018-11-25 09:36:14,309 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-b8112f6c-d2ae-40d-proj-role 2018-11-25 09:36:14,401 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-b8112f6c-d2ae-40d-proj-role to project CreateSecurityGroupTests-b8112f6c-d2ae-40d-proj 2018-11-25 09:36:15,320 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-de396d9d-bfc1-49dc-977a-33da8c7af134name... 2018-11-25 09:36:15,321 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-de396d9d-bfc1-49dc-977a-33da8c7af134name 2018-11-25 09:36:15,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:15,859 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:16,033 - neutron_utils - INFO - Retrieving security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:16,236 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:16,413 - neutron_utils - INFO - Retrieving security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:16,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:16,786 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-de396d9d-bfc1-49dc-977a-33da8c7af134name 2018-11-25 09:36:17,005 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:17,411 - neutron_utils - INFO - Retrieving security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:17,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:18,284 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:18,458 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:18,847 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:19,060 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:19,121 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:19,306 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-de396d9d-bfc1-49dc-977a-33da8c7af134name 2018-11-25 09:36:19,432 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:19,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01a8efb5-a46a-49c1-b961-2b2587ffe83a 2018-11-25 09:36:19,816 - neutron_utils - INFO - Deleting security group rule with ID - 2ca62e40-3a13-40cf-a5fa-351b00b856b7 2018-11-25 09:36:19,923 - neutron_utils - INFO - Deleting security group rule with ID - 99acb9d9-9a21-4d56-bb3d-fd4a3a479c05 2018-11-25 09:36:20,191 - neutron_utils - INFO - Deleting security group rule with ID - 4c702359-812b-4600-a444-618a5a39b3df 2018-11-25 09:36:20,321 - neutron_utils - INFO - Deleting security group rule with ID - 5ec3b1ad-01e3-4b81-8b15-f9027e38c1ac 2018-11-25 09:36:20,584 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-de396d9d-bfc1-49dc-977a-33da8c7af134name 2018-11-25 09:36:21,492 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bdb589bb-b57d-4237-88c2-537680cfc014 2018-11-25 09:36:21,665 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:36:22,006 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-b8112f6c-d2ae-40d-proj 2018-11-25 09:36:22,235 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-b8112f6c-d2ae-40d-proj-role 2018-11-25 09:36:22,441 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-b8112f6c-d2ae-40d-user 2018-11-25 09:36:23,841 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-67ff0575-60af-4a0-proj 2018-11-25 09:36:24,932 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-67ff0575-60af-4a0-user 2018-11-25 09:36:25,129 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-67ff0575-60af-4a0-proj-role 2018-11-25 09:36:25,222 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-67ff0575-60af-4a0-proj-role to project CreateSecurityGroupTests-67ff0575-60af-4a0-proj 2018-11-25 09:36:26,134 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3159ad02-ee81-4e98-ae1b-e7d68c63a401name... 2018-11-25 09:36:26,134 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3159ad02-ee81-4e98-ae1b-e7d68c63a401name 2018-11-25 09:36:26,657 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a285c185-7b57-4e41-b574-e21d9ac618cc 2018-11-25 09:36:26,839 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a285c185-7b57-4e41-b574-e21d9ac618cc 2018-11-25 09:36:27,007 - neutron_utils - INFO - Retrieving security group with ID - a285c185-7b57-4e41-b574-e21d9ac618cc 2018-11-25 09:36:27,204 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a285c185-7b57-4e41-b574-e21d9ac618cc 2018-11-25 09:36:27,380 - neutron_utils - INFO - Retrieving security group with ID - a285c185-7b57-4e41-b574-e21d9ac618cc 2018-11-25 09:36:27,572 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a285c185-7b57-4e41-b574-e21d9ac618cc 2018-11-25 09:36:27,601 - neutron_utils - INFO - Retrieving security group with ID - a285c185-7b57-4e41-b574-e21d9ac618cc 2018-11-25 09:36:27,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a285c185-7b57-4e41-b574-e21d9ac618cc 2018-11-25 09:36:27,832 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3159ad02-ee81-4e98-ae1b-e7d68c63a401name 2018-11-25 09:36:28,728 - neutron_utils - INFO - Deleting security group rule with ID - 6afa8ffe-a41d-4f97-8e82-2e43161741d9 2018-11-25 09:36:28,752 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 6afa8ffe-a41d-4f97-8e82-2e43161741d9 does not exist Neutron server returns request_ids: ['req-c2b06877-5c5e-4abd-90d5-644ce66ccb30'] 2018-11-25 09:36:28,752 - neutron_utils - INFO - Deleting security group rule with ID - 243070df-b052-4134-9623-39613bffc294 2018-11-25 09:36:28,778 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 243070df-b052-4134-9623-39613bffc294 does not exist Neutron server returns request_ids: ['req-c3720fcc-b20a-4480-b128-64f3876d70b5'] 2018-11-25 09:36:28,778 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3159ad02-ee81-4e98-ae1b-e7d68c63a401name 2018-11-25 09:36:28,803 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group a285c185-7b57-4e41-b574-e21d9ac618cc does not exist Neutron server returns request_ids: ['req-ebc40552-5005-478b-8ba0-e0d211115776'] 2018-11-25 09:36:29,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b0f4519-4497-43b2-aa4a-d590947d1206 2018-11-25 09:36:29,461 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:36:29,806 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-67ff0575-60af-4a0-proj 2018-11-25 09:36:30,078 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-67ff0575-60af-4a0-proj-role 2018-11-25 09:36:30,280 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-67ff0575-60af-4a0-user 2018-11-25 09:36:31,769 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-502c2052-680c-4ac-proj 2018-11-25 09:36:33,065 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-502c2052-680c-4ac-user 2018-11-25 09:36:33,274 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-502c2052-680c-4ac-proj-role 2018-11-25 09:36:33,358 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-502c2052-680c-4ac-proj-role to project CreateSecurityGroupTests-502c2052-680c-4ac-proj 2018-11-25 09:36:34,095 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3b0ea565-a0fc-4128-b61f-2268bb306471name... 2018-11-25 09:36:34,095 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3b0ea565-a0fc-4128-b61f-2268bb306471name 2018-11-25 09:36:34,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:34,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:34,945 - neutron_utils - INFO - Retrieving security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:35,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:35,326 - neutron_utils - INFO - Retrieving security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:35,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:35,712 - neutron_utils - INFO - Retrieving security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:35,913 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:36,789 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:36,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:37,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:38,087 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:38,265 - neutron_utils - INFO - Retrieving security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:38,452 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1c347b9-7814-4ad4-a1aa-224f2f80c030 2018-11-25 09:36:38,620 - neutron_utils - INFO - Deleting security group rule with ID - 17f914ec-3369-4bc6-a05d-d7b672c8639d 2018-11-25 09:36:38,717 - neutron_utils - INFO - Deleting security group rule with ID - 7a2dafa2-ea1d-4820-b0b2-2320d657c6f6 2018-11-25 09:36:38,969 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3b0ea565-a0fc-4128-b61f-2268bb306471name 2018-11-25 09:36:39,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f98f44c9-17d5-4e34-9d01-86fd4e990d43 2018-11-25 09:36:40,059 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:36:40,370 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-502c2052-680c-4ac-proj 2018-11-25 09:36:40,634 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-502c2052-680c-4ac-proj-role 2018-11-25 09:36:40,908 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-502c2052-680c-4ac-user 2018-11-25 09:36:42,404 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-d9134ebd-c916-44f-proj 2018-11-25 09:36:43,464 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-d9134ebd-c916-44f-user 2018-11-25 09:36:43,662 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-d9134ebd-c916-44f-proj-role 2018-11-25 09:36:43,753 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-d9134ebd-c916-44f-proj-role to project CreateSecurityGroupTests-d9134ebd-c916-44f-proj 2018-11-25 09:36:44,558 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-eb74950b-24b2-48d2-b6df-338f2ac49ee8name... 2018-11-25 09:36:44,558 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-eb74950b-24b2-48d2-b6df-338f2ac49ee8name 2018-11-25 09:36:45,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31def878-9a5b-4b48-9737-370744abf9d0 2018-11-25 09:36:45,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31def878-9a5b-4b48-9737-370744abf9d0 2018-11-25 09:36:45,510 - neutron_utils - INFO - Retrieving security group with ID - 31def878-9a5b-4b48-9737-370744abf9d0 2018-11-25 09:36:45,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31def878-9a5b-4b48-9737-370744abf9d0 2018-11-25 09:36:45,786 - neutron_utils - INFO - Retrieving security group with ID - 31def878-9a5b-4b48-9737-370744abf9d0 2018-11-25 09:36:45,833 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31def878-9a5b-4b48-9737-370744abf9d0 2018-11-25 09:36:46,001 - neutron_utils - INFO - Retrieving security group with ID - 31def878-9a5b-4b48-9737-370744abf9d0 2018-11-25 09:36:46,202 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31def878-9a5b-4b48-9737-370744abf9d0 2018-11-25 09:36:47,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31def878-9a5b-4b48-9737-370744abf9d0 2018-11-25 09:36:47,225 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31def878-9a5b-4b48-9737-370744abf9d0 2018-11-25 09:36:47,416 - neutron_utils - INFO - Deleting security group rule with ID - 9ebd993e-fd2f-4d1a-9595-28b1f90749d6 2018-11-25 09:36:47,742 - neutron_utils - INFO - Deleting security group rule with ID - 915c16d6-9a63-4de0-ae5c-7a1627dee620 2018-11-25 09:36:48,038 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-eb74950b-24b2-48d2-b6df-338f2ac49ee8name 2018-11-25 09:36:48,475 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 00d2e343-d7c4-451a-ac57-9f192707ef5a 2018-11-25 09:36:48,660 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:36:48,977 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-d9134ebd-c916-44f-proj 2018-11-25 09:36:49,204 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-d9134ebd-c916-44f-proj-role 2018-11-25 09:36:49,442 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-d9134ebd-c916-44f-user 2018-11-25 09:36:50,931 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a4367160-1dd2-44c-proj 2018-11-25 09:36:51,895 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a4367160-1dd2-44c-user 2018-11-25 09:36:52,118 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a4367160-1dd2-44c-proj-role 2018-11-25 09:36:52,141 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a4367160-1dd2-44c-proj-role to project CreateSecurityGroupTests-a4367160-1dd2-44c-proj 2018-11-25 09:36:53,145 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-38b9357d-8a56-407e-ba43-a09ab362ea41name... 2018-11-25 09:36:53,145 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-38b9357d-8a56-407e-ba43-a09ab362ea41name 2018-11-25 09:36:53,597 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:53,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:53,793 - neutron_utils - INFO - Retrieving security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:53,989 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:54,190 - neutron_utils - INFO - Retrieving security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:54,393 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:54,421 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-38b9357d-8a56-407e-ba43-a09ab362ea41name 2018-11-25 09:36:54,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:55,261 - neutron_utils - INFO - Retrieving security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:55,315 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:56,067 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:56,235 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:56,470 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:56,858 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04a05571-bd3c-4525-8de3-bfa4013ab8bf 2018-11-25 09:36:57,036 - neutron_utils - INFO - Deleting security group rule with ID - fdaf98ee-04b2-40ce-82d5-d0dbdfb9f094 2018-11-25 09:36:57,296 - neutron_utils - INFO - Deleting security group rule with ID - 7258e329-e6e7-4777-a80a-8df4d778b888 2018-11-25 09:36:57,538 - neutron_utils - INFO - Deleting security group rule with ID - 500a070e-c298-4018-b6bb-a91925dcce5d 2018-11-25 09:36:57,664 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-38b9357d-8a56-407e-ba43-a09ab362ea41name 2018-11-25 09:36:58,723 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d9a1ae75-d4ca-45cc-9d75-18d28835ddc2 2018-11-25 09:36:58,902 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:36:59,225 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a4367160-1dd2-44c-proj 2018-11-25 09:36:59,522 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a4367160-1dd2-44c-proj-role 2018-11-25 09:36:59,728 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a4367160-1dd2-44c-user 2018-11-25 09:37:01,273 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-546fa6bb-f986-43b-proj 2018-11-25 09:37:02,488 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-546fa6bb-f986-43b-user 2018-11-25 09:37:02,608 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-546fa6bb-f986-43b-proj-role 2018-11-25 09:37:02,627 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-546fa6bb-f986-43b-proj-role to project CreateSecurityGroupTests-546fa6bb-f986-43b-proj 2018-11-25 09:37:03,519 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-66219b02-c2cd-4867-bf2e-61c0681a5734name... 2018-11-25 09:37:03,519 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-66219b02-c2cd-4867-bf2e-61c0681a5734name 2018-11-25 09:37:03,926 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:04,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:04,267 - neutron_utils - INFO - Retrieving security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:04,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:04,371 - neutron_utils - INFO - Retrieving security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:04,425 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:04,480 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-66219b02-c2cd-4867-bf2e-61c0681a5734name 2018-11-25 09:37:04,770 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:05,149 - neutron_utils - INFO - Retrieving security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:05,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:05,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:06,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:06,338 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc21655b-9c21-4c4d-b180-105ddd55b22b 2018-11-25 09:37:06,514 - neutron_utils - INFO - Deleting security group rule with ID - 54dd0e3e-a4da-4635-9790-3d5f757dfbcb 2018-11-25 09:37:06,637 - neutron_utils - INFO - Deleting security group rule with ID - e4030d8a-d70c-4f3a-ae8d-00e3a1ce3c8a 2018-11-25 09:37:06,916 - neutron_utils - INFO - Deleting security group rule with ID - b3e1869a-6bfb-4098-aab1-2324e3f6a77b 2018-11-25 09:37:07,033 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-66219b02-c2cd-4867-bf2e-61c0681a5734name 2018-11-25 09:37:07,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3a4421b4-c431-4437-a33e-9d0b15b82931 2018-11-25 09:37:07,926 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:37:08,249 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-546fa6bb-f986-43b-proj 2018-11-25 09:37:08,503 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-546fa6bb-f986-43b-proj-role 2018-11-25 09:37:08,713 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-546fa6bb-f986-43b-user 2018-11-25 09:37:10,099 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-73e2b856-bbfa-4ec-proj 2018-11-25 09:37:11,213 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-73e2b856-bbfa-4ec-user 2018-11-25 09:37:11,404 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-73e2b856-bbfa-4ec-proj-role 2018-11-25 09:37:11,495 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-73e2b856-bbfa-4ec-proj-role to project CreateSecurityGroupTests-73e2b856-bbfa-4ec-proj 2018-11-25 09:37:12,342 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-d13f2b3d-6fcd-4c11-ba06-3ff5047d1e37name... 2018-11-25 09:37:12,342 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-d13f2b3d-6fcd-4c11-ba06-3ff5047d1e37name 2018-11-25 09:37:12,753 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:12,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:13,100 - neutron_utils - INFO - Retrieving security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:13,288 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:13,463 - neutron_utils - INFO - Retrieving security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:13,744 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:13,773 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-d13f2b3d-6fcd-4c11-ba06-3ff5047d1e37name 2018-11-25 09:37:13,986 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:14,489 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-d13f2b3d-6fcd-4c11-ba06-3ff5047d1e37name 2018-11-25 09:37:14,758 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:15,281 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-d13f2b3d-6fcd-4c11-ba06-3ff5047d1e37name 2018-11-25 09:37:15,562 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:15,908 - neutron_utils - INFO - Retrieving security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:16,113 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:16,867 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:17,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:17,601 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:17,974 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:18,069 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:18,300 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:18,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:18,936 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:19,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3011ebeb-9949-4496-8679-81983b6f413b 2018-11-25 09:37:19,347 - neutron_utils - INFO - Deleting security group rule with ID - 5c682e13-d457-4310-b18a-ee9d2c583aff 2018-11-25 09:37:19,475 - neutron_utils - INFO - Deleting security group rule with ID - 6aad8fee-b90a-44b4-b97e-f958a360b01f 2018-11-25 09:37:19,740 - neutron_utils - INFO - Deleting security group rule with ID - d4440628-b64a-46d1-b26b-c4e64178529f 2018-11-25 09:37:20,003 - neutron_utils - INFO - Deleting security group rule with ID - 295febba-28ca-49ed-ba85-4c87a3ca5284 2018-11-25 09:37:20,254 - neutron_utils - INFO - Deleting security group rule with ID - 3fad396f-340d-418d-b20e-02d3ad104ec0 2018-11-25 09:37:20,367 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-d13f2b3d-6fcd-4c11-ba06-3ff5047d1e37name 2018-11-25 09:37:20,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f5eb9e1-7a41-4a8c-8051-37484516ad18 2018-11-25 09:37:21,154 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:37:21,468 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-73e2b856-bbfa-4ec-proj 2018-11-25 09:37:21,761 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-73e2b856-bbfa-4ec-proj-role 2018-11-25 09:37:21,955 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-73e2b856-bbfa-4ec-user 2018-11-25 09:37:23,410 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-34060b08-3d50-49a-proj 2018-11-25 09:37:24,530 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-34060b08-3d50-49a-user 2018-11-25 09:37:24,722 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-34060b08-3d50-49a-proj-role 2018-11-25 09:37:24,812 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-34060b08-3d50-49a-proj-role to project CreateSecurityGroupTests-34060b08-3d50-49a-proj 2018-11-25 09:37:25,796 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-db83706f-8cbf-490e-ab49-4d091c57ad96name... 2018-11-25 09:37:25,796 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-db83706f-8cbf-490e-ab49-4d091c57ad96name 2018-11-25 09:37:26,184 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f18d253-8d9b-4785-8269-8afbc08c67f7 2018-11-25 09:37:26,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f18d253-8d9b-4785-8269-8afbc08c67f7 2018-11-25 09:37:26,532 - neutron_utils - INFO - Retrieving security group with ID - 8f18d253-8d9b-4785-8269-8afbc08c67f7 2018-11-25 09:37:26,803 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f18d253-8d9b-4785-8269-8afbc08c67f7 2018-11-25 09:37:26,978 - neutron_utils - INFO - Retrieving security group with ID - 8f18d253-8d9b-4785-8269-8afbc08c67f7 2018-11-25 09:37:27,032 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f18d253-8d9b-4785-8269-8afbc08c67f7 2018-11-25 09:37:27,059 - neutron_utils - INFO - Retrieving security group with ID - 8f18d253-8d9b-4785-8269-8afbc08c67f7 2018-11-25 09:37:27,109 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f18d253-8d9b-4785-8269-8afbc08c67f7 2018-11-25 09:37:27,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f18d253-8d9b-4785-8269-8afbc08c67f7 2018-11-25 09:37:27,997 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f18d253-8d9b-4785-8269-8afbc08c67f7 2018-11-25 09:37:28,170 - neutron_utils - INFO - Deleting security group rule with ID - e73af4f0-bccc-4857-8521-bb36f1fc4759 2018-11-25 09:37:28,442 - neutron_utils - INFO - Deleting security group rule with ID - 18acbcd5-e67f-4f65-b629-49ce557eb710 2018-11-25 09:37:28,686 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-db83706f-8cbf-490e-ab49-4d091c57ad96name 2018-11-25 09:37:29,390 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dd22e5b-24a6-4d0b-840b-0437e15670d0 2018-11-25 09:37:29,575 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:37:29,870 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-34060b08-3d50-49a-proj 2018-11-25 09:37:30,144 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-34060b08-3d50-49a-proj-role 2018-11-25 09:37:30,351 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-34060b08-3d50-49a-user 2018-11-25 09:37:31,769 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-80563b93-27af-455-proj 2018-11-25 09:37:32,902 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-80563b93-27af-455-user 2018-11-25 09:37:33,093 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-80563b93-27af-455-proj-role 2018-11-25 09:37:33,114 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-80563b93-27af-455-proj-role to project CreateSecurityGroupTests-80563b93-27af-455-proj 2018-11-25 09:37:34,098 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-d52b015b-b413-45d6-aa0d-d4cfa54b0c47name... 2018-11-25 09:37:34,098 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-d52b015b-b413-45d6-aa0d-d4cfa54b0c47name 2018-11-25 09:37:34,645 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:34,815 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:34,993 - neutron_utils - INFO - Retrieving security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:35,196 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:35,370 - neutron_utils - INFO - Retrieving security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:35,568 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:35,742 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-d52b015b-b413-45d6-aa0d-d4cfa54b0c47name 2018-11-25 09:37:35,954 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:36,321 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-d52b015b-b413-45d6-aa0d-d4cfa54b0c47name 2018-11-25 09:37:36,456 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:36,950 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-d52b015b-b413-45d6-aa0d-d4cfa54b0c47name 2018-11-25 09:37:37,237 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:37,747 - neutron_utils - INFO - Retrieving security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:37,942 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:38,559 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:38,737 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:38,966 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:39,193 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:39,434 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:39,663 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:39,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:40,122 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:40,507 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:40,900 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:41,359 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:41,734 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:41,967 - neutron_utils - INFO - Deleting security group rule with ID - 18748fa9-bfee-4fbb-aa50-e5757b10b854 2018-11-25 09:37:42,070 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-11-25 09:37:42,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6778ecd9-90a1-4f87-9dbf-1d2df2abb76b 2018-11-25 09:37:42,105 - neutron_utils - INFO - Deleting security group rule with ID - b44fdab3-d2d6-42c9-ae28-dd39d822697a 2018-11-25 09:37:42,206 - neutron_utils - INFO - Deleting security group rule with ID - 4736a698-22b6-4bbe-a810-18af03118d4c 2018-11-25 09:37:42,323 - neutron_utils - INFO - Deleting security group rule with ID - b04ea370-2a69-4a68-b84f-834c1218fba2 2018-11-25 09:37:42,425 - neutron_utils - INFO - Deleting security group rule with ID - 68cd82a9-97ba-4cf6-a4e4-41de50710e8e 2018-11-25 09:37:42,687 - neutron_utils - INFO - Deleting security group rule with ID - 18748fa9-bfee-4fbb-aa50-e5757b10b854 2018-11-25 09:37:42,851 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 18748fa9-bfee-4fbb-aa50-e5757b10b854 does not exist Neutron server returns request_ids: ['req-a7e34ab0-372c-4825-89c1-9381f90dc06a'] 2018-11-25 09:37:42,851 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-d52b015b-b413-45d6-aa0d-d4cfa54b0c47name 2018-11-25 09:37:43,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7423506a-694d-4684-88d0-cd5a14af32b8 2018-11-25 09:37:43,940 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:37:44,264 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-80563b93-27af-455-proj 2018-11-25 09:37:44,528 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-80563b93-27af-455-proj-role 2018-11-25 09:37:44,724 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-80563b93-27af-455-user 2018-11-25 09:37:46,075 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-6020bd9b-88d9-456-proj 2018-11-25 09:37:47,207 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-6020bd9b-88d9-456-user 2018-11-25 09:37:47,410 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-6020bd9b-88d9-456-proj-role 2018-11-25 09:37:47,496 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-6020bd9b-88d9-456-proj-role to project CreateSecurityGroupTests-6020bd9b-88d9-456-proj 2018-11-25 09:37:48,402 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-9de761c6-11b5-4e4c-9672-757ec273d3cename... 2018-11-25 09:37:48,402 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-9de761c6-11b5-4e4c-9672-757ec273d3cename 2018-11-25 09:37:48,805 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:48,984 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:49,152 - neutron_utils - INFO - Retrieving security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:49,356 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:49,544 - neutron_utils - INFO - Retrieving security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:49,727 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:49,907 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9de761c6-11b5-4e4c-9672-757ec273d3cename 2018-11-25 09:37:50,049 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:50,573 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9de761c6-11b5-4e4c-9672-757ec273d3cename 2018-11-25 09:37:50,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:51,202 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9de761c6-11b5-4e4c-9672-757ec273d3cename 2018-11-25 09:37:51,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:51,842 - neutron_utils - INFO - Retrieving security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:52,039 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:52,798 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:52,983 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:53,219 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:53,458 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:53,719 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:53,946 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:54,177 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:54,557 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:54,799 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:55,176 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:55,641 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:55,831 - neutron_utils - INFO - Deleting security group rule with ID - 8718f0c6-2387-446a-a13f-b604d78d0c4f 2018-11-25 09:37:56,106 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-11-25 09:37:56,106 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9de153-a551-4427-9d83-f52ccf678230 2018-11-25 09:37:56,274 - neutron_utils - INFO - Deleting security group rule with ID - 48ecd4fc-db22-4560-81d7-df8f7c4b4004 2018-11-25 09:37:56,541 - neutron_utils - INFO - Deleting security group rule with ID - a879aca3-c06e-4d28-8624-e407cc5b5566 2018-11-25 09:37:56,650 - neutron_utils - INFO - Deleting security group rule with ID - 80b39ee3-7b2c-4cfd-9977-8905916ab732 2018-11-25 09:37:56,944 - neutron_utils - INFO - Deleting security group rule with ID - f75cba89-241c-4ceb-82bf-ae088a5beba3 2018-11-25 09:37:57,047 - neutron_utils - INFO - Deleting security group rule with ID - 8718f0c6-2387-446a-a13f-b604d78d0c4f 2018-11-25 09:37:57,074 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 8718f0c6-2387-446a-a13f-b604d78d0c4f does not exist Neutron server returns request_ids: ['req-d1a21ed6-0b48-4540-bac3-c13e611d7487'] 2018-11-25 09:37:57,075 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-9de761c6-11b5-4e4c-9672-757ec273d3cename 2018-11-25 09:37:57,637 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04c90bf6-c51f-482d-b71f-8642bd1e0836 2018-11-25 09:37:57,811 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:37:58,143 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-6020bd9b-88d9-456-proj 2018-11-25 09:37:58,371 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-6020bd9b-88d9-456-proj-role 2018-11-25 09:37:58,565 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-6020bd9b-88d9-456-user 2018-11-25 09:37:59,974 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-6c8d317b-a1ee-4a1-proj 2018-11-25 09:38:01,093 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-6c8d317b-a1ee-4a1-user 2018-11-25 09:38:01,315 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-6c8d317b-a1ee-4a1-proj-role 2018-11-25 09:38:01,334 - keystone_utils - INFO - Granting role CreateImageSuccessTests-6c8d317b-a1ee-4a1-proj-role to project CreateImageSuccessTests-6c8d317b-a1ee-4a1-proj 2018-11-25 09:38:04,115 - create_image - INFO - Created image with name - CreateImageSuccessTests-debc46fb-2690-49e2-b207-a9ca35df8a0e 2018-11-25 09:38:04,282 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-debc46fb-2690-49e2-b207-a9ca35df8a0e 2018-11-25 09:38:04,995 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-debc46fb-2690-49e2-b207-a9ca35df8a0e 2018-11-25 09:38:06,285 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-debc46fb-2690-49e2-b207-a9ca35df8a0e 2018-11-25 09:38:07,005 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-6c8d317b-a1ee-4a1-proj 2018-11-25 09:38:07,204 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-6c8d317b-a1ee-4a1-proj-role 2018-11-25 09:38:07,399 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-6c8d317b-a1ee-4a1-user 2018-11-25 09:38:08,740 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-43638945-efa3-4f6-proj 2018-11-25 09:38:09,877 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-43638945-efa3-4f6-user 2018-11-25 09:38:10,099 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-43638945-efa3-4f6-proj-role 2018-11-25 09:38:10,119 - keystone_utils - INFO - Granting role CreateImageSuccessTests-43638945-efa3-4f6-proj-role to project CreateImageSuccessTests-43638945-efa3-4f6-proj 2018-11-25 09:38:12,630 - create_image - INFO - Created image with name - CreateImageSuccessTests-cb9b0078-8942-49e2-964f-ec7ae43607c9 2018-11-25 09:38:12,801 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-cb9b0078-8942-49e2-964f-ec7ae43607c9 2018-11-25 09:38:13,519 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-cb9b0078-8942-49e2-964f-ec7ae43607c9 2018-11-25 09:38:15,399 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-43638945-efa3-4f6-proj 2018-11-25 09:38:15,587 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-43638945-efa3-4f6-proj-role 2018-11-25 09:38:15,787 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-43638945-efa3-4f6-user 2018-11-25 09:38:17,201 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2556caba-5230-4a2-proj 2018-11-25 09:38:18,183 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2556caba-5230-4a2-user 2018-11-25 09:38:18,374 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2556caba-5230-4a2-proj-role 2018-11-25 09:38:18,457 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2556caba-5230-4a2-proj-role to project CreateImageSuccessTests-2556caba-5230-4a2-proj 2018-11-25 09:38:21,607 - create_image - INFO - Created image with name - CreateImageSuccessTests-b331675d-44c8-4ac0-8a3d-6799ba164fca 2018-11-25 09:38:21,628 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-b331675d-44c8-4ac0-8a3d-6799ba164fca 2018-11-25 09:38:22,423 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-b331675d-44c8-4ac0-8a3d-6799ba164fca 2018-11-25 09:38:24,380 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2556caba-5230-4a2-proj 2018-11-25 09:38:24,623 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2556caba-5230-4a2-proj-role 2018-11-25 09:38:24,833 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2556caba-5230-4a2-user 2018-11-25 09:38:26,177 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-e6469245-664c-4f8-proj 2018-11-25 09:38:27,242 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-e6469245-664c-4f8-user 2018-11-25 09:38:27,441 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-e6469245-664c-4f8-proj-role 2018-11-25 09:38:27,461 - keystone_utils - INFO - Granting role CreateImageSuccessTests-e6469245-664c-4f8-proj-role to project CreateImageSuccessTests-e6469245-664c-4f8-proj 2018-11-25 09:38:30,541 - create_image - INFO - Created image with name - CreateImageSuccessTests-bf673a20-d2ce-4025-af0c-7bbb2ac4d5ba 2018-11-25 09:38:30,561 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-bf673a20-d2ce-4025-af0c-7bbb2ac4d5ba 2018-11-25 09:38:31,266 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-bf673a20-d2ce-4025-af0c-7bbb2ac4d5ba 2018-11-25 09:38:33,121 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-e6469245-664c-4f8-proj 2018-11-25 09:38:33,354 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-e6469245-664c-4f8-proj-role 2018-11-25 09:38:33,548 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-e6469245-664c-4f8-user 2018-11-25 09:38:34,979 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-444c8e31-ddeb-4a2-proj 2018-11-25 09:38:36,033 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-444c8e31-ddeb-4a2-user 2018-11-25 09:38:36,255 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-444c8e31-ddeb-4a2-proj-role 2018-11-25 09:38:36,352 - keystone_utils - INFO - Granting role CreateImageSuccessTests-444c8e31-ddeb-4a2-proj-role to project CreateImageSuccessTests-444c8e31-ddeb-4a2-proj 2018-11-25 09:38:39,551 - create_image - INFO - Created image with name - CreateImageSuccessTests-c3a0dbf1-ac61-4352-9ec7-14a40d057c1e 2018-11-25 09:38:39,716 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-c3a0dbf1-ac61-4352-9ec7-14a40d057c1e 2018-11-25 09:38:41,288 - create_image - INFO - Found image with name - CreateImageSuccessTests-c3a0dbf1-ac61-4352-9ec7-14a40d057c1e 2018-11-25 09:38:41,288 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-c3a0dbf1-ac61-4352-9ec7-14a40d057c1e 2018-11-25 09:38:43,286 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-444c8e31-ddeb-4a2-proj 2018-11-25 09:38:43,540 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-444c8e31-ddeb-4a2-proj-role 2018-11-25 09:38:43,738 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-444c8e31-ddeb-4a2-user 2018-11-25 09:38:45,153 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-a65a70eb-0b05-438-proj 2018-11-25 09:38:46,267 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-a65a70eb-0b05-438-user 2018-11-25 09:38:46,458 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-a65a70eb-0b05-438-proj-role 2018-11-25 09:38:46,548 - keystone_utils - INFO - Granting role CreateImageSuccessTests-a65a70eb-0b05-438-proj-role to project CreateImageSuccessTests-a65a70eb-0b05-438-proj 2018-11-25 09:38:49,443 - create_image - INFO - Created image with name - CreateImageSuccessTests-afd7ece5-2cfc-492f-a7e5-4a557fad94c0 2018-11-25 09:38:49,462 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-afd7ece5-2cfc-492f-a7e5-4a557fad94c0 2018-11-25 09:38:50,955 - create_image - INFO - Found image with name - CreateImageSuccessTests-afd7ece5-2cfc-492f-a7e5-4a557fad94c0 2018-11-25 09:38:50,956 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-afd7ece5-2cfc-492f-a7e5-4a557fad94c0 2018-11-25 09:38:53,192 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-a65a70eb-0b05-438-proj 2018-11-25 09:38:53,407 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-a65a70eb-0b05-438-proj-role 2018-11-25 09:38:53,612 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-a65a70eb-0b05-438-user 2018-11-25 09:38:55,027 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-5bea1b18-dc90-4c3-proj 2018-11-25 09:38:56,082 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-5bea1b18-dc90-4c3-user 2018-11-25 09:38:56,278 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-5bea1b18-dc90-4c3-proj-role 2018-11-25 09:38:56,299 - keystone_utils - INFO - Granting role CreateImageNegativeTests-5bea1b18-dc90-4c3-proj-role to project CreateImageNegativeTests-5bea1b18-dc90-4c3-proj 2018-11-25 09:38:57,517 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-11-25 09:38:57,517 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-2bf38405-c6ff-4c06-8639-610551b45237 2018-11-25 09:38:58,143 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-5bea1b18-dc90-4c3-proj 2018-11-25 09:38:58,341 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-5bea1b18-dc90-4c3-proj-role 2018-11-25 09:38:58,529 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-5bea1b18-dc90-4c3-user 2018-11-25 09:38:59,872 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-0ecc20bb-6324-4f7-proj 2018-11-25 09:39:01,099 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-0ecc20bb-6324-4f7-user 2018-11-25 09:39:01,284 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-0ecc20bb-6324-4f7-proj-role 2018-11-25 09:39:01,372 - keystone_utils - INFO - Granting role CreateImageNegativeTests-0ecc20bb-6324-4f7-proj-role to project CreateImageNegativeTests-0ecc20bb-6324-4f7-proj 2018-11-25 09:39:02,537 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-11-25 09:39:02,537 - glance_utils - INFO - Removing file ./tmp/dc943e41-a63f-40f4-824e-872fcf1c1dd7 2018-11-25 09:39:03,012 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-0ecc20bb-6324-4f7-proj 2018-11-25 09:39:03,258 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-0ecc20bb-6324-4f7-proj-role 2018-11-25 09:39:03,453 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-0ecc20bb-6324-4f7-user 2018-11-25 09:39:04,871 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-1a99b25d-1b06-450-proj 2018-11-25 09:39:05,925 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-1a99b25d-1b06-450-user 2018-11-25 09:39:06,117 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-1a99b25d-1b06-450-proj-role 2018-11-25 09:39:06,208 - keystone_utils - INFO - Granting role CreateImageNegativeTests-1a99b25d-1b06-450-proj-role to project CreateImageNegativeTests-1a99b25d-1b06-450-proj 2018-11-25 09:39:07,432 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-1a99b25d-1b06-450-proj 2018-11-25 09:39:07,700 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-1a99b25d-1b06-450-proj-role 2018-11-25 09:39:07,900 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-1a99b25d-1b06-450-user 2018-11-25 09:39:09,476 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-71e67d90-2229-4b5-proj 2018-11-25 09:39:10,584 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-71e67d90-2229-4b5-user 2018-11-25 09:39:10,781 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-71e67d90-2229-4b5-proj-role 2018-11-25 09:39:10,950 - keystone_utils - INFO - Granting role CreateImageNegativeTests-71e67d90-2229-4b5-proj-role to project CreateImageNegativeTests-71e67d90-2229-4b5-proj 2018-11-25 09:39:12,158 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-71e67d90-2229-4b5-proj 2018-11-25 09:39:12,354 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-71e67d90-2229-4b5-proj-role 2018-11-25 09:39:12,549 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-71e67d90-2229-4b5-user 2018-11-25 09:39:13,962 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-146039aa-5e1b-4f1-proj 2018-11-25 09:39:15,087 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-146039aa-5e1b-4f1-user 2018-11-25 09:39:15,284 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-146039aa-5e1b-4f1-proj-role 2018-11-25 09:39:15,371 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-146039aa-5e1b-4f1-proj-role to project CreateMultiPartImageTests-146039aa-5e1b-4f1-proj 2018-11-25 09:39:15,503 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-11-25 09:39:15,987 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-146039aa-5e1b-4f1-proj 2018-11-25 09:39:16,197 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-146039aa-5e1b-4f1-proj-role 2018-11-25 09:39:16,398 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-146039aa-5e1b-4f1-user 2018-11-25 09:39:17,799 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-0df4441a-3dd0-45e-proj 2018-11-25 09:39:18,835 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-0df4441a-3dd0-45e-user 2018-11-25 09:39:19,033 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-0df4441a-3dd0-45e-proj-role 2018-11-25 09:39:19,119 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-0df4441a-3dd0-45e-proj-role to project CreateMultiPartImageTests-0df4441a-3dd0-45e-proj 2018-11-25 09:39:19,342 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-25 09:39:19,759 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-0df4441a-3dd0-45e-proj 2018-11-25 09:39:19,976 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-0df4441a-3dd0-45e-proj-role 2018-11-25 09:39:20,180 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-0df4441a-3dd0-45e-user 2018-11-25 09:39:21,578 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-10be5cfd-82b6-4d0-proj 2018-11-25 09:39:22,638 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-10be5cfd-82b6-4d0-user 2018-11-25 09:39:22,770 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-10be5cfd-82b6-4d0-proj-role 2018-11-25 09:39:22,790 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-10be5cfd-82b6-4d0-proj-role to project CreateMultiPartImageTests-10be5cfd-82b6-4d0-proj 2018-11-25 09:39:22,852 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-25 09:39:23,414 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-10be5cfd-82b6-4d0-proj 2018-11-25 09:39:23,606 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-10be5cfd-82b6-4d0-proj-role 2018-11-25 09:39:23,811 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-10be5cfd-82b6-4d0-user 2018-11-25 09:39:25,231 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-21ea8330-50dd-49b-proj 2018-11-25 09:39:26,350 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-21ea8330-50dd-49b-user 2018-11-25 09:39:26,542 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-21ea8330-50dd-49b-proj-role 2018-11-25 09:39:26,634 - keystone_utils - INFO - Granting role CreateKeypairsTests-21ea8330-50dd-49b-proj-role to project CreateKeypairsTests-21ea8330-50dd-49b-proj 2018-11-25 09:39:27,502 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-38611517-d1ea-4ec9-a4a6-f3a7a4956006... 2018-11-25 09:39:27,502 - OpenStackKeypair - INFO - Creating new keypair 2018-11-25 09:39:27,540 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-38611517-d1ea-4ec9-a4a6-f3a7a4956006 2018-11-25 09:39:28,687 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-21ea8330-50dd-49b-proj 2018-11-25 09:39:28,868 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-21ea8330-50dd-49b-proj-role 2018-11-25 09:39:29,064 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-21ea8330-50dd-49b-user 2018-11-25 09:39:30,470 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-f2ce5119-9659-4e4-proj 2018-11-25 09:39:31,512 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-f2ce5119-9659-4e4-user 2018-11-25 09:39:31,709 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-f2ce5119-9659-4e4-proj-role 2018-11-25 09:39:31,793 - keystone_utils - INFO - Granting role CreateKeypairsTests-f2ce5119-9659-4e4-proj-role to project CreateKeypairsTests-f2ce5119-9659-4e4-proj 2018-11-25 09:39:32,200 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-fd902186-3dc2-40b3-b5e5-b5a15ee62042.pub 2018-11-25 09:39:32,830 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-fd902186-3dc2-40b3-b5e5-b5a15ee62042... 2018-11-25 09:39:32,830 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-25 09:39:32,830 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-fd902186-3dc2-40b3-b5e5-b5a15ee62042.pub 2018-11-25 09:39:32,830 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-fd902186-3dc2-40b3-b5e5-b5a15ee62042 2018-11-25 09:39:33,967 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-f2ce5119-9659-4e4-proj 2018-11-25 09:39:34,175 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-f2ce5119-9659-4e4-proj-role 2018-11-25 09:39:34,302 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-f2ce5119-9659-4e4-user 2018-11-25 09:39:35,781 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-147fa1c1-a36c-468-proj 2018-11-25 09:39:36,788 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-147fa1c1-a36c-468-user 2018-11-25 09:39:36,991 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-147fa1c1-a36c-468-proj-role 2018-11-25 09:39:37,084 - keystone_utils - INFO - Granting role CreateKeypairsTests-147fa1c1-a36c-468-proj-role to project CreateKeypairsTests-147fa1c1-a36c-468-proj 2018-11-25 09:39:37,916 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-eb44a054-e409-40e7-8b23-725f50bcc3f6... 2018-11-25 09:39:37,916 - OpenStackKeypair - INFO - Creating new keypair 2018-11-25 09:39:44,354 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-eb44a054-e409-40e7-8b23-725f50bcc3f6 2018-11-25 09:39:45,510 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-147fa1c1-a36c-468-proj 2018-11-25 09:39:45,743 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-147fa1c1-a36c-468-proj-role 2018-11-25 09:39:46,070 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-147fa1c1-a36c-468-user 2018-11-25 09:39:47,494 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-57657930-3a71-474-proj 2018-11-25 09:39:48,650 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-57657930-3a71-474-user 2018-11-25 09:39:48,860 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-57657930-3a71-474-proj-role 2018-11-25 09:39:48,951 - keystone_utils - INFO - Granting role CreateKeypairsTests-57657930-3a71-474-proj-role to project CreateKeypairsTests-57657930-3a71-474-proj 2018-11-25 09:39:49,706 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-5074b346-b682-4d89-92e7-3b4b97362eea... 2018-11-25 09:39:49,706 - OpenStackKeypair - INFO - Creating new keypair 2018-11-25 09:39:49,714 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-5074b346-b682-4d89-92e7-3b4b97362eea 2018-11-25 09:39:50,782 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-57657930-3a71-474-proj 2018-11-25 09:39:51,114 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-57657930-3a71-474-proj-role 2018-11-25 09:39:51,348 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-57657930-3a71-474-user 2018-11-25 09:39:52,668 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-5cf207f1-f1e3-470-proj 2018-11-25 09:39:53,765 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-5cf207f1-f1e3-470-user 2018-11-25 09:39:53,967 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-5cf207f1-f1e3-470-proj-role 2018-11-25 09:39:54,051 - keystone_utils - INFO - Granting role CreateKeypairsTests-5cf207f1-f1e3-470-proj-role to project CreateKeypairsTests-5cf207f1-f1e3-470-proj 2018-11-25 09:39:54,814 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-05a4c834-5828-477b-925e-31a3dafc8e15... 2018-11-25 09:39:54,814 - OpenStackKeypair - INFO - Creating new keypair 2018-11-25 09:39:54,844 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-05a4c834-5828-477b-925e-31a3dafc8e15 2018-11-25 09:39:54,903 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-05a4c834-5828-477b-925e-31a3dafc8e15.pub 2018-11-25 09:39:54,904 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-05a4c834-5828-477b-925e-31a3dafc8e15 2018-11-25 09:39:55,501 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-05a4c834-5828-477b-925e-31a3dafc8e15.pub] 2018-11-25 09:39:55,501 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-05a4c834-5828-477b-925e-31a3dafc8e15] 2018-11-25 09:39:55,917 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-5cf207f1-f1e3-470-proj 2018-11-25 09:39:56,132 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-5cf207f1-f1e3-470-proj-role 2018-11-25 09:39:56,266 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-5cf207f1-f1e3-470-user 2018-11-25 09:39:57,710 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-bd39d881-67b6-41d-proj 2018-11-25 09:39:58,734 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-bd39d881-67b6-41d-user 2018-11-25 09:39:58,925 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-bd39d881-67b6-41d-proj-role 2018-11-25 09:39:59,018 - keystone_utils - INFO - Granting role CreateKeypairsTests-bd39d881-67b6-41d-proj-role to project CreateKeypairsTests-bd39d881-67b6-41d-proj 2018-11-25 09:39:59,868 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-41cab73e-befb-4288-b7c6-38cd4a7ebcb4... 2018-11-25 09:39:59,868 - OpenStackKeypair - INFO - Creating new keypair 2018-11-25 09:39:59,931 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-41cab73e-befb-4288-b7c6-38cd4a7ebcb4 2018-11-25 09:40:00,020 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-41cab73e-befb-4288-b7c6-38cd4a7ebcb4.pub 2018-11-25 09:40:00,584 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-41cab73e-befb-4288-b7c6-38cd4a7ebcb4.pub] 2018-11-25 09:40:01,063 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-bd39d881-67b6-41d-proj 2018-11-25 09:40:01,276 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-bd39d881-67b6-41d-proj-role 2018-11-25 09:40:01,479 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-bd39d881-67b6-41d-user 2018-11-25 09:40:02,926 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-47ab13e8-37d1-401-proj 2018-11-25 09:40:04,039 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-47ab13e8-37d1-401-user 2018-11-25 09:40:04,231 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-47ab13e8-37d1-401-proj-role 2018-11-25 09:40:04,322 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-47ab13e8-37d1-401-proj-role to project CreateKeypairsCleanupTests-47ab13e8-37d1-401-proj 2018-11-25 09:40:04,558 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-90738d4c-4ce8-4189-86b6-b5abb83da817.pub 2018-11-25 09:40:04,558 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-90738d4c-4ce8-4189-86b6-b5abb83da817 2018-11-25 09:40:05,173 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-90738d4c-4ce8-4189-86b6-b5abb83da817... 2018-11-25 09:40:05,174 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-25 09:40:05,174 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-90738d4c-4ce8-4189-86b6-b5abb83da817.pub 2018-11-25 09:40:05,174 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-90738d4c-4ce8-4189-86b6-b5abb83da817 2018-11-25 09:40:05,267 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-90738d4c-4ce8-4189-86b6-b5abb83da817.pub] 2018-11-25 09:40:05,267 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-90738d4c-4ce8-4189-86b6-b5abb83da817] 2018-11-25 09:40:05,753 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-47ab13e8-37d1-401-proj 2018-11-25 09:40:05,977 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-47ab13e8-37d1-401-proj-role 2018-11-25 09:40:06,099 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-47ab13e8-37d1-401-user 2018-11-25 09:40:07,512 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-f8041cf7-9efe-4af-proj 2018-11-25 09:40:08,626 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-f8041cf7-9efe-4af-user 2018-11-25 09:40:08,812 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-f8041cf7-9efe-4af-proj-role 2018-11-25 09:40:08,906 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-f8041cf7-9efe-4af-proj-role to project CreateKeypairsCleanupTests-f8041cf7-9efe-4af-proj 2018-11-25 09:40:09,287 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-a00d510c-b42a-45a6-b13f-a064505acb56.pub 2018-11-25 09:40:09,287 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-a00d510c-b42a-45a6-b13f-a064505acb56 2018-11-25 09:40:09,915 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-a00d510c-b42a-45a6-b13f-a064505acb56... 2018-11-25 09:40:09,915 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-25 09:40:09,915 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-a00d510c-b42a-45a6-b13f-a064505acb56.pub 2018-11-25 09:40:09,915 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-a00d510c-b42a-45a6-b13f-a064505acb56 2018-11-25 09:40:10,490 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-f8041cf7-9efe-4af-proj 2018-11-25 09:40:10,688 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-f8041cf7-9efe-4af-proj-role 2018-11-25 09:40:10,893 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-f8041cf7-9efe-4af-user 2018-11-25 09:40:12,285 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-f267f9da-7dc1-44d-proj 2018-11-25 09:40:13,404 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-f267f9da-7dc1-44d-user 2018-11-25 09:40:13,608 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-f267f9da-7dc1-44d-proj-role 2018-11-25 09:40:13,627 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-f267f9da-7dc1-44d-proj-role to project CreateKeypairsCleanupTests-f267f9da-7dc1-44d-proj 2018-11-25 09:40:14,366 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-3558b7d2-fe2c-46dd-a52f-d656a9e15221... 2018-11-25 09:40:14,367 - OpenStackKeypair - INFO - Creating new keypair 2018-11-25 09:40:14,412 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-3558b7d2-fe2c-46dd-a52f-d656a9e15221 2018-11-25 09:40:14,479 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-3558b7d2-fe2c-46dd-a52f-d656a9e15221.pub 2018-11-25 09:40:14,479 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-3558b7d2-fe2c-46dd-a52f-d656a9e15221 2018-11-25 09:40:14,506 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-3558b7d2-fe2c-46dd-a52f-d656a9e15221.pub] 2018-11-25 09:40:14,506 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-3558b7d2-fe2c-46dd-a52f-d656a9e15221] 2018-11-25 09:40:14,981 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-f267f9da-7dc1-44d-proj 2018-11-25 09:40:15,197 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-f267f9da-7dc1-44d-proj-role 2018-11-25 09:40:15,386 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-f267f9da-7dc1-44d-user 2018-11-25 09:40:16,770 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-c5ee7086-cecb-4ac-proj 2018-11-25 09:40:17,817 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-c5ee7086-cecb-4ac-user 2018-11-25 09:40:18,027 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-c5ee7086-cecb-4ac-proj-role 2018-11-25 09:40:18,046 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-c5ee7086-cecb-4ac-proj-role to project CreateKeypairsCleanupTests-c5ee7086-cecb-4ac-proj 2018-11-25 09:40:18,792 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-db61832c-e023-40d3-84eb-162226cf2c76... 2018-11-25 09:40:18,793 - OpenStackKeypair - INFO - Creating new keypair 2018-11-25 09:40:18,819 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-db61832c-e023-40d3-84eb-162226cf2c76 2018-11-25 09:40:18,892 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-db61832c-e023-40d3-84eb-162226cf2c76.pub 2018-11-25 09:40:18,892 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-db61832c-e023-40d3-84eb-162226cf2c76 2018-11-25 09:40:18,931 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-db61832c-e023-40d3-84eb-162226cf2c76.pub] 2018-11-25 09:40:18,932 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-db61832c-e023-40d3-84eb-162226cf2c76] 2018-11-25 09:40:19,424 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-c5ee7086-cecb-4ac-proj 2018-11-25 09:40:19,659 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-c5ee7086-cecb-4ac-proj-role 2018-11-25 09:40:19,866 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-c5ee7086-cecb-4ac-user 2018-11-25 09:40:21,273 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-1cecb44a-30de-46e-proj 2018-11-25 09:40:22,326 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-1cecb44a-30de-46e-user 2018-11-25 09:40:22,518 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-1cecb44a-30de-46e-proj-role 2018-11-25 09:40:22,609 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-1cecb44a-30de-46e-proj-role to project CreateKeypairsCleanupTests-1cecb44a-30de-46e-proj 2018-11-25 09:40:23,364 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-8e545475-3a35-467b-8005-e5f92e793cbc... 2018-11-25 09:40:23,365 - OpenStackKeypair - INFO - Creating new keypair 2018-11-25 09:40:23,387 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-8e545475-3a35-467b-8005-e5f92e793cbc 2018-11-25 09:40:23,461 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-8e545475-3a35-467b-8005-e5f92e793cbc.pub 2018-11-25 09:40:23,461 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-8e545475-3a35-467b-8005-e5f92e793cbc 2018-11-25 09:40:23,969 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-1cecb44a-30de-46e-proj 2018-11-25 09:40:24,161 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-1cecb44a-30de-46e-proj-role 2018-11-25 09:40:24,377 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-1cecb44a-30de-46e-user 2018-11-25 09:40:25,787 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-eca7adc8-9431-468-proj 2018-11-25 09:40:26,913 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-eca7adc8-9431-468-user 2018-11-25 09:40:27,117 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-eca7adc8-9431-468-proj-role 2018-11-25 09:40:27,213 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-eca7adc8-9431-468-proj-role to project CreateNetworkSuccessTests-eca7adc8-9431-468-proj 2018-11-25 09:40:27,962 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-61dc703a-4273-48f2-9abb-4b52e4cbb08a-pub-net 2018-11-25 09:40:29,085 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-61dc703a-4273-48f2-9abb-4b52e4cbb08a-pub-subnet 2018-11-25 09:40:31,209 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-61dc703a-4273-48f2-9abb-4b52e4cbb08a-pub-subnet 2018-11-25 09:40:31,209 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-61dc703a-4273-48f2-9abb-4b52e4cbb08a-pub-subnet 2018-11-25 09:40:33,566 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-61dc703a-4273-48f2-9abb-4b52e4cbb08a-pub-net 2018-11-25 09:40:35,085 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-61dc703a-4273-48f2-9abb-4b52e4cbb08a-pub-subnet 2018-11-25 09:40:35,085 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-61dc703a-4273-48f2-9abb-4b52e4cbb08a-pub-subnet 2018-11-25 09:40:35,123 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-61dc703a-4273-48f2-9abb-4b52e4cbb08a-pub-net 2018-11-25 09:40:35,790 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62a06626-9e3d-4695-b33a-64025a1319cd 2018-11-25 09:40:35,959 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:40:36,377 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-eca7adc8-9431-468-proj 2018-11-25 09:40:36,636 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-eca7adc8-9431-468-proj-role 2018-11-25 09:40:36,834 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-eca7adc8-9431-468-user 2018-11-25 09:40:38,261 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-cd359056-205e-4ab-proj 2018-11-25 09:40:39,404 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-cd359056-205e-4ab-user 2018-11-25 09:40:39,620 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-cd359056-205e-4ab-proj-role 2018-11-25 09:40:39,708 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-cd359056-205e-4ab-proj-role to project CreateNetworkSuccessTests-cd359056-205e-4ab-proj 2018-11-25 09:40:40,413 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-net 2018-11-25 09:40:42,497 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-subnet 2018-11-25 09:40:47,296 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-router 2018-11-25 09:40:49,429 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-router 2018-11-25 09:40:52,430 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-router and subnet CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-subnet 2018-11-25 09:40:52,430 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-router 2018-11-25 09:40:53,490 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-router 2018-11-25 09:40:53,490 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-router 2018-11-25 09:40:54,617 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-subnet 2018-11-25 09:40:54,617 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-subnet 2018-11-25 09:40:56,901 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-cbe02fe3-b443-4342-8c0e-1114848314e0-pub-net 2018-11-25 09:40:58,707 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e2d816c0-b5c5-4905-8074-ccf0c436bf10 2018-11-25 09:40:58,882 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:40:59,232 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-cd359056-205e-4ab-proj 2018-11-25 09:40:59,460 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-cd359056-205e-4ab-proj-role 2018-11-25 09:40:59,677 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-cd359056-205e-4ab-user 2018-11-25 09:41:01,123 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-ddb61aa9-0a7c-4df-proj 2018-11-25 09:41:02,279 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-ddb61aa9-0a7c-4df-user 2018-11-25 09:41:02,489 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-ddb61aa9-0a7c-4df-proj-role 2018-11-25 09:41:02,574 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-ddb61aa9-0a7c-4df-proj-role to project CreateNetworkSuccessTests-ddb61aa9-0a7c-4df-proj 2018-11-25 09:41:03,370 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-net 2018-11-25 09:41:05,506 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-subnet 2018-11-25 09:41:09,227 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-router 2018-11-25 09:41:11,248 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-router 2018-11-25 09:41:14,519 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-router and subnet CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-subnet 2018-11-25 09:41:14,519 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-router 2018-11-25 09:41:15,724 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-router 2018-11-25 09:41:15,724 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-router 2018-11-25 09:41:17,063 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-subnet 2018-11-25 09:41:17,063 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-subnet 2018-11-25 09:41:19,248 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-f8573a7c-3264-4d99-8c1a-ca98725bf944-pub-net 2018-11-25 09:41:21,186 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dae1c498-681a-4584-aab4-816f35bf1163 2018-11-25 09:41:21,371 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:41:21,688 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-ddb61aa9-0a7c-4df-proj 2018-11-25 09:41:21,875 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-ddb61aa9-0a7c-4df-proj-role 2018-11-25 09:41:22,071 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-ddb61aa9-0a7c-4df-user 2018-11-25 09:41:23,488 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-395db981-f3e6-4f1-proj 2018-11-25 09:41:24,506 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-395db981-f3e6-4f1-user 2018-11-25 09:41:24,698 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-395db981-f3e6-4f1-proj-role 2018-11-25 09:41:24,787 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-395db981-f3e6-4f1-proj-role to project CreateNetworkSuccessTests-395db981-f3e6-4f1-proj 2018-11-25 09:41:25,528 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-net 2018-11-25 09:41:26,665 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-subnet 2018-11-25 09:41:29,772 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-router 2018-11-25 09:41:31,777 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-router 2018-11-25 09:41:35,999 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-router and subnet CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-subnet 2018-11-25 09:41:35,999 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-router 2018-11-25 09:41:37,218 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-router 2018-11-25 09:41:37,218 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-router 2018-11-25 09:41:38,489 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-subnet 2018-11-25 09:41:38,489 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-subnet 2018-11-25 09:41:40,977 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-d35b67f3-f23d-407c-9e32-9cccf147a418-pub-net 2018-11-25 09:41:42,861 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cdcfb01-04c7-49f8-9ace-ce9acadaf5e7 2018-11-25 09:41:43,053 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:41:43,387 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-395db981-f3e6-4f1-proj 2018-11-25 09:41:43,616 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-395db981-f3e6-4f1-proj-role 2018-11-25 09:41:43,816 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-395db981-f3e6-4f1-user 2018-11-25 09:41:45,291 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-38642b1e-c97c-4bf-proj 2018-11-25 09:41:46,350 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-38642b1e-c97c-4bf-user 2018-11-25 09:41:46,548 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-38642b1e-c97c-4bf-proj-role 2018-11-25 09:41:46,635 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-38642b1e-c97c-4bf-proj-role to project CreateNetworkSuccessTests-38642b1e-c97c-4bf-proj 2018-11-25 09:41:47,392 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-19611c4e-1449-477e-872b-1c67908b0c62-pub-net 2018-11-25 09:41:48,255 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-19611c4e-1449-477e-872b-1c67908b0c62-pub-subnet 2018-11-25 09:41:50,510 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-19611c4e-1449-477e-872b-1c67908b0c62-pub-subnet 2018-11-25 09:41:50,511 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-19611c4e-1449-477e-872b-1c67908b0c62-pub-subnet 2018-11-25 09:41:52,865 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-19611c4e-1449-477e-872b-1c67908b0c62-pub-net 2018-11-25 09:41:54,815 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbc2491a-069f-4e10-a3c5-043cf12ce569 2018-11-25 09:41:54,998 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:41:55,339 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-38642b1e-c97c-4bf-proj 2018-11-25 09:41:55,539 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-38642b1e-c97c-4bf-proj-role 2018-11-25 09:41:55,742 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-38642b1e-c97c-4bf-user 2018-11-25 09:41:57,249 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-e2f63f36-5aac-4a7-proj 2018-11-25 09:41:58,404 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-e2f63f36-5aac-4a7-user 2018-11-25 09:41:58,536 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-e2f63f36-5aac-4a7-proj-role 2018-11-25 09:41:58,623 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-e2f63f36-5aac-4a7-proj-role to project CreateNetworkSuccessTests-e2f63f36-5aac-4a7-proj 2018-11-25 09:41:59,366 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-e08db50d-89f5-43b0-818b-da9c8509d24f-pub-net 2018-11-25 09:42:00,367 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-e08db50d-89f5-43b0-818b-da9c8509d24f-pub-subnet 2018-11-25 09:42:02,505 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e08db50d-89f5-43b0-818b-da9c8509d24f-pub-subnet 2018-11-25 09:42:02,505 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e08db50d-89f5-43b0-818b-da9c8509d24f-pub-subnet 2018-11-25 09:42:04,247 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-e08db50d-89f5-43b0-818b-da9c8509d24f-pub-net 2018-11-25 09:42:06,031 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5009d2f3-60f3-4566-a889-a0f028e70d64 2018-11-25 09:42:06,216 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:42:06,546 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-e2f63f36-5aac-4a7-proj 2018-11-25 09:42:06,809 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-e2f63f36-5aac-4a7-proj-role 2018-11-25 09:42:07,009 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-e2f63f36-5aac-4a7-user 2018-11-25 09:42:08,464 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b965c84b-0c98-4f8-proj 2018-11-25 09:42:09,787 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b965c84b-0c98-4f8-user 2018-11-25 09:42:09,979 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b965c84b-0c98-4f8-proj-role 2018-11-25 09:42:10,001 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b965c84b-0c98-4f8-proj-role to project CreateRouterSuccessTests-b965c84b-0c98-4f8-proj 2018-11-25 09:42:11,666 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-1e60ac91-913f-413e-890d-3dcb435b9b8e-pub-router 2018-11-25 09:42:15,303 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b965c84b-0c98-4f8-proj 2018-11-25 09:42:15,527 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b965c84b-0c98-4f8-proj-role 2018-11-25 09:42:15,726 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b965c84b-0c98-4f8-user 2018-11-25 09:42:17,177 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-0ff815c6-f35b-409-proj 2018-11-25 09:42:18,177 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-0ff815c6-f35b-409-user 2018-11-25 09:42:18,380 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-0ff815c6-f35b-409-proj-role 2018-11-25 09:42:18,400 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-0ff815c6-f35b-409-proj-role to project CreateRouterSuccessTests-0ff815c6-f35b-409-proj 2018-11-25 09:42:19,648 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c6d01c0a-c25d-46c7-bb7e-934aaf43d324-pub-router 2018-11-25 09:42:21,563 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c6d01c0a-c25d-46c7-bb7e-934aaf43d324-pub-router 2018-11-25 09:42:21,563 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c6d01c0a-c25d-46c7-bb7e-934aaf43d324-pub-router 2018-11-25 09:42:22,318 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-0ff815c6-f35b-409-proj 2018-11-25 09:42:22,520 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-0ff815c6-f35b-409-proj-role 2018-11-25 09:42:22,722 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-0ff815c6-f35b-409-user 2018-11-25 09:42:24,135 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-26baf5c4-1c94-4be-proj 2018-11-25 09:42:25,183 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-26baf5c4-1c94-4be-user 2018-11-25 09:42:25,387 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-26baf5c4-1c94-4be-proj-role 2018-11-25 09:42:25,471 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-26baf5c4-1c94-4be-proj-role to project CreateRouterSuccessTests-26baf5c4-1c94-4be-proj 2018-11-25 09:42:26,704 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b3623b03-701e-4b78-8804-76c0fbb57e77-pub-router 2018-11-25 09:42:28,658 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-b3623b03-701e-4b78-8804-76c0fbb57e77-pub-router 2018-11-25 09:42:28,658 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-b3623b03-701e-4b78-8804-76c0fbb57e77-pub-router 2018-11-25 09:42:29,411 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-26baf5c4-1c94-4be-proj 2018-11-25 09:42:29,640 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-26baf5c4-1c94-4be-proj-role 2018-11-25 09:42:29,846 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-26baf5c4-1c94-4be-user 2018-11-25 09:42:31,369 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-1f51306b-a4a5-450-proj 2018-11-25 09:42:32,424 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-1f51306b-a4a5-450-user 2018-11-25 09:42:32,614 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-1f51306b-a4a5-450-proj-role 2018-11-25 09:42:32,633 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-1f51306b-a4a5-450-proj-role to project CreateRouterSuccessTests-1f51306b-a4a5-450-proj 2018-11-25 09:42:34,448 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-681ffd3d-aeae-4759-8a69-9fe835aaeffe-pub-router 2018-11-25 09:42:35,853 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-1f51306b-a4a5-450-proj 2018-11-25 09:42:35,976 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-1f51306b-a4a5-450-proj-role 2018-11-25 09:42:36,180 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-1f51306b-a4a5-450-user 2018-11-25 09:42:37,614 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2ee07227-f463-47f-proj 2018-11-25 09:42:38,729 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2ee07227-f463-47f-user 2018-11-25 09:42:38,931 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2ee07227-f463-47f-proj-role 2018-11-25 09:42:39,013 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2ee07227-f463-47f-proj-role to project CreateRouterSuccessTests-2ee07227-f463-47f-proj 2018-11-25 09:42:39,724 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-77341e4d-63b9-4fe0-a940-2c419702f2ae-pub-net1 2018-11-25 09:42:40,543 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-77341e4d-63b9-4fe0-a940-2c419702f2ae-pub-subnet1 2018-11-25 09:42:43,382 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-77341e4d-63b9-4fe0-a940-2c419702f2ae-pub-router 2018-11-25 09:42:44,451 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-77341e4d-63b9-4fe0-a940-2c419702f2ae-pub-subnet1 2018-11-25 09:42:44,452 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-77341e4d-63b9-4fe0-a940-2c419702f2ae-pub-subnet1 2018-11-25 09:42:46,879 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-77341e4d-63b9-4fe0-a940-2c419702f2ae-pub-net1 2018-11-25 09:42:49,055 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 72176504-1041-489a-b88c-1a44b2847dbe 2018-11-25 09:42:49,224 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:42:49,579 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2ee07227-f463-47f-proj 2018-11-25 09:42:49,893 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2ee07227-f463-47f-proj-role 2018-11-25 09:42:50,096 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2ee07227-f463-47f-user 2018-11-25 09:42:51,435 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-be07cb7e-c34a-40e-proj 2018-11-25 09:42:52,548 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-be07cb7e-c34a-40e-user 2018-11-25 09:42:52,734 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-be07cb7e-c34a-40e-proj-role 2018-11-25 09:42:52,821 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-be07cb7e-c34a-40e-proj-role to project CreateRouterSuccessTests-be07cb7e-c34a-40e-proj 2018-11-25 09:42:54,605 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-63e1bb40-50ab-496c-bad4-a94f7ed755b4-pub-router 2018-11-25 09:42:55,987 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-be07cb7e-c34a-40e-proj 2018-11-25 09:42:56,180 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-be07cb7e-c34a-40e-proj-role 2018-11-25 09:42:56,374 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-be07cb7e-c34a-40e-user 2018-11-25 09:42:57,890 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-ac4cb9fd-62fe-4cf-proj 2018-11-25 09:42:58,944 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-ac4cb9fd-62fe-4cf-user 2018-11-25 09:42:59,147 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-ac4cb9fd-62fe-4cf-proj-role 2018-11-25 09:42:59,166 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-ac4cb9fd-62fe-4cf-proj-role to project CreateRouterSuccessTests-ac4cb9fd-62fe-4cf-proj 2018-11-25 09:42:59,905 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-net1 2018-11-25 09:43:01,119 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-subnet1 2018-11-25 09:43:02,828 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-net2 2018-11-25 09:43:03,545 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-subnet2 2018-11-25 09:43:06,147 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:07,267 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-port1 for router - CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:09,163 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-net1 2018-11-25 09:43:10,115 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-port1 for router - CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:10,116 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:12,432 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-port2 for router - CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:13,837 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-net2 2018-11-25 09:43:14,984 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-port2 for router - CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:14,984 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:24,282 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router and port CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-port1 2018-11-25 09:43:24,282 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:25,273 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router and port CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-port2 2018-11-25 09:43:25,274 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:26,307 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:26,307 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-router 2018-11-25 09:43:26,764 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-subnet1 2018-11-25 09:43:26,765 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-subnet1 2018-11-25 09:43:29,049 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-net1 2018-11-25 09:43:30,443 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-subnet2 2018-11-25 09:43:30,443 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-subnet2 2018-11-25 09:43:32,950 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-21327e38-df58-4038-be16-3e3bd1817e77-pub-net2 2018-11-25 09:43:35,264 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be9eb3ac-62f8-4346-908f-fd0812b59d16 2018-11-25 09:43:35,434 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:43:35,759 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-ac4cb9fd-62fe-4cf-proj 2018-11-25 09:43:35,976 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-ac4cb9fd-62fe-4cf-proj-role 2018-11-25 09:43:36,172 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-ac4cb9fd-62fe-4cf-user 2018-11-25 09:43:37,530 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-c0f41cd0-01f9-4b9-proj 2018-11-25 09:43:38,584 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-c0f41cd0-01f9-4b9-user 2018-11-25 09:43:38,781 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-c0f41cd0-01f9-4b9-proj-role 2018-11-25 09:43:38,862 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-c0f41cd0-01f9-4b9-proj-role to project CreateRouterSuccessTests-c0f41cd0-01f9-4b9-proj 2018-11-25 09:43:40,687 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e8075203-3214-4e6f-ac9b-4b5db7416263-pub-router 2018-11-25 09:43:42,163 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-c0f41cd0-01f9-4b9-proj 2018-11-25 09:43:42,365 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-c0f41cd0-01f9-4b9-proj-role 2018-11-25 09:43:42,569 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-c0f41cd0-01f9-4b9-user 2018-11-25 09:43:44,003 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2789c58c-74b7-498-proj 2018-11-25 09:43:45,129 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2789c58c-74b7-498-user 2018-11-25 09:43:45,326 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2789c58c-74b7-498-proj-role 2018-11-25 09:43:45,415 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2789c58c-74b7-498-proj-role to project CreateRouterSuccessTests-2789c58c-74b7-498-proj 2018-11-25 09:43:46,713 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-bc65b93d-4405-4ae5-a952-921deec4ae54-pub-router 2018-11-25 09:43:47,764 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-bc65b93d-4405-4ae5-a952-921deec4ae54-port1 for router - CreateRouterSuccessTests-bc65b93d-4405-4ae5-a952-921deec4ae54-pub-router 2018-11-25 09:43:48,699 - neutron_utils - INFO - Creating port for network with name - external 2018-11-25 09:43:48,960 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-bc65b93d-4405-4ae5-a952-921deec4ae54-pub-router 2018-11-25 09:43:48,960 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-bc65b93d-4405-4ae5-a952-921deec4ae54-pub-router 2018-11-25 09:43:50,004 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2789c58c-74b7-498-proj 2018-11-25 09:43:50,233 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2789c58c-74b7-498-proj-role 2018-11-25 09:43:50,432 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2789c58c-74b7-498-user 2018-11-25 09:43:51,853 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a5daade9-5b81-49c-proj 2018-11-25 09:43:52,865 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a5daade9-5b81-49c-user 2018-11-25 09:43:53,063 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a5daade9-5b81-49c-proj-role 2018-11-25 09:43:53,083 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a5daade9-5b81-49c-proj-role to project CreateRouterSuccessTests-a5daade9-5b81-49c-proj 2018-11-25 09:43:53,811 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-bb3214f2-8a3d-4468-9f76-e4d8ce60e30e-pub-net1 2018-11-25 09:43:54,798 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-bb3214f2-8a3d-4468-9f76-e4d8ce60e30e-pub-subnet1 2018-11-25 09:43:57,650 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-bb3214f2-8a3d-4468-9f76-e4d8ce60e30e-pub-router 2018-11-25 09:43:58,685 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-bb3214f2-8a3d-4468-9f76-e4d8ce60e30e-pub-subnet1 2018-11-25 09:43:58,685 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-bb3214f2-8a3d-4468-9f76-e4d8ce60e30e-pub-subnet1 2018-11-25 09:44:01,131 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-bb3214f2-8a3d-4468-9f76-e4d8ce60e30e-pub-net1 2018-11-25 09:44:03,186 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6728238b-62fe-4745-a78d-c6d1c51f8362 2018-11-25 09:44:03,354 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:44:03,667 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a5daade9-5b81-49c-proj 2018-11-25 09:44:03,898 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a5daade9-5b81-49c-proj-role 2018-11-25 09:44:04,115 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a5daade9-5b81-49c-user 2018-11-25 09:44:05,548 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f264b486-4a80-4fa-proj 2018-11-25 09:44:06,620 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f264b486-4a80-4fa-user 2018-11-25 09:44:06,835 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f264b486-4a80-4fa-proj-role 2018-11-25 09:44:06,920 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f264b486-4a80-4fa-proj-role to project CreateRouterSuccessTests-f264b486-4a80-4fa-proj 2018-11-25 09:44:07,704 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-21cd0511-63aa-4ae1-b340-edff7d059b64-pub-net1 2018-11-25 09:44:08,509 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-21cd0511-63aa-4ae1-b340-edff7d059b64-pub-subnet1 2018-11-25 09:44:11,306 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-21cd0511-63aa-4ae1-b340-edff7d059b64-pub-router 2018-11-25 09:44:12,380 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-21cd0511-63aa-4ae1-b340-edff7d059b64-pub-subnet1 2018-11-25 09:44:12,380 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-21cd0511-63aa-4ae1-b340-edff7d059b64-pub-subnet1 2018-11-25 09:44:14,784 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-21cd0511-63aa-4ae1-b340-edff7d059b64-pub-net1 2018-11-25 09:44:16,646 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f264b486-4a80-4fa-proj 2018-11-25 09:44:16,850 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f264b486-4a80-4fa-proj-role 2018-11-25 09:44:17,048 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f264b486-4a80-4fa-user 2018-11-25 09:44:18,489 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-dc669ae4-a27d-4cc-proj 2018-11-25 09:44:19,781 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-dc669ae4-a27d-4cc-user 2018-11-25 09:44:19,987 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-dc669ae4-a27d-4cc-proj-role 2018-11-25 09:44:20,080 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-dc669ae4-a27d-4cc-proj-role to project CreateRouterNegativeTests-dc669ae4-a27d-4cc-proj 2018-11-25 09:44:20,901 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-0a948f93-407a-423e-8aac-5b3066aa308b-pub-net1 2018-11-25 09:44:21,925 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-0a948f93-407a-423e-8aac-5b3066aa308b-pub-subnet1 2018-11-25 09:44:24,604 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-0a948f93-407a-423e-8aac-5b3066aa308b-pub-router 2018-11-25 09:44:25,673 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-0a948f93-407a-423e-8aac-5b3066aa308b-pub-subnet1 2018-11-25 09:44:25,674 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-0a948f93-407a-423e-8aac-5b3066aa308b-pub-subnet1 2018-11-25 09:44:27,878 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-0a948f93-407a-423e-8aac-5b3066aa308b-pub-net1 2018-11-25 09:44:29,525 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-dc669ae4-a27d-4cc-proj 2018-11-25 09:44:29,731 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-dc669ae4-a27d-4cc-proj-role 2018-11-25 09:44:29,941 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-dc669ae4-a27d-4cc-user 2018-11-25 09:44:31,548 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-1edcab13-a170-472-proj 2018-11-25 09:44:32,538 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-1edcab13-a170-472-user 2018-11-25 09:44:32,727 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-1edcab13-a170-472-proj-role 2018-11-25 09:44:32,822 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-1edcab13-a170-472-proj-role to project CreateRouterNegativeTests-1edcab13-a170-472-proj 2018-11-25 09:44:34,694 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-1edcab13-a170-472-proj 2018-11-25 09:44:34,905 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-1edcab13-a170-472-proj-role 2018-11-25 09:44:35,099 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-1edcab13-a170-472-user 2018-11-25 09:44:36,596 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-77aeb9d7-0b03-41b-proj 2018-11-25 09:44:37,715 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-77aeb9d7-0b03-41b-user 2018-11-25 09:44:37,907 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-77aeb9d7-0b03-41b-proj-role 2018-11-25 09:44:37,928 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-77aeb9d7-0b03-41b-proj-role to project CreateRouterNegativeTests-77aeb9d7-0b03-41b-proj 2018-11-25 09:44:38,543 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-77aeb9d7-0b03-41b-proj 2018-11-25 09:44:38,730 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-77aeb9d7-0b03-41b-proj-role 2018-11-25 09:44:38,938 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-77aeb9d7-0b03-41b-user 2018-11-25 09:44:40,356 - keystone_utils - INFO - Created project with name - CreateQoSTests-bc47c284-1dd5-4d7-proj 2018-11-25 09:44:41,470 - keystone_utils - INFO - Created user with name - CreateQoSTests-bc47c284-1dd5-4d7-user 2018-11-25 09:44:41,655 - keystone_utils - INFO - Created role with name - CreateQoSTests-bc47c284-1dd5-4d7-proj-role 2018-11-25 09:44:41,674 - keystone_utils - INFO - Granting role CreateQoSTests-bc47c284-1dd5-4d7-proj-role to project CreateQoSTests-bc47c284-1dd5-4d7-proj 2018-11-25 09:44:42,608 - create_qos - INFO - Created qos with name - CreateQoSTests-8c1b5426-0945-4602-8684-0167d20890cf 2018-11-25 09:44:42,784 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-8c1b5426-0945-4602-8684-0167d20890cf 2018-11-25 09:44:43,166 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-8c1b5426-0945-4602-8684-0167d20890cf 2018-11-25 09:44:43,824 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-bc47c284-1dd5-4d7-proj 2018-11-25 09:44:44,024 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-bc47c284-1dd5-4d7-proj-role 2018-11-25 09:44:44,250 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-bc47c284-1dd5-4d7-user 2018-11-25 09:44:45,596 - keystone_utils - INFO - Created project with name - CreateQoSTests-6b80e3a6-03e7-486-proj 2018-11-25 09:44:46,883 - keystone_utils - INFO - Created user with name - CreateQoSTests-6b80e3a6-03e7-486-user 2018-11-25 09:44:47,081 - keystone_utils - INFO - Created role with name - CreateQoSTests-6b80e3a6-03e7-486-proj-role 2018-11-25 09:44:47,172 - keystone_utils - INFO - Granting role CreateQoSTests-6b80e3a6-03e7-486-proj-role to project CreateQoSTests-6b80e3a6-03e7-486-proj 2018-11-25 09:44:48,148 - create_qos - INFO - Created qos with name - CreateQoSTests-3b111327-f626-4a61-a7e9-64d81d64b5a7 2018-11-25 09:44:48,334 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-3b111327-f626-4a61-a7e9-64d81d64b5a7 2018-11-25 09:44:49,409 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-6b80e3a6-03e7-486-proj 2018-11-25 09:44:49,653 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-6b80e3a6-03e7-486-proj-role 2018-11-25 09:44:49,850 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-6b80e3a6-03e7-486-user 2018-11-25 09:44:51,272 - keystone_utils - INFO - Created project with name - CreateQoSTests-5320d039-0701-4e0-proj 2018-11-25 09:44:52,416 - keystone_utils - INFO - Created user with name - CreateQoSTests-5320d039-0701-4e0-user 2018-11-25 09:44:52,608 - keystone_utils - INFO - Created role with name - CreateQoSTests-5320d039-0701-4e0-proj-role 2018-11-25 09:44:52,692 - keystone_utils - INFO - Granting role CreateQoSTests-5320d039-0701-4e0-proj-role to project CreateQoSTests-5320d039-0701-4e0-proj 2018-11-25 09:44:53,795 - create_qos - INFO - Created qos with name - CreateQoSTests-bf377fdd-cad5-4f6c-aac9-6bc4d742f99c 2018-11-25 09:44:54,984 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-bf377fdd-cad5-4f6c-aac9-6bc4d742f99c 2018-11-25 09:44:55,770 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-5320d039-0701-4e0-proj 2018-11-25 09:44:55,982 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-5320d039-0701-4e0-proj-role 2018-11-25 09:44:56,190 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-5320d039-0701-4e0-user 2018-11-25 09:44:57,602 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-be82ceca-099f-4c7-proj 2018-11-25 09:44:58,650 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-be82ceca-099f-4c7-user 2018-11-25 09:44:58,776 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-be82ceca-099f-4c7-proj-role 2018-11-25 09:44:58,795 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-be82ceca-099f-4c7-proj-role to project CreateSimpleVolumeTypeSuccessTests-be82ceca-099f-4c7-proj 2018-11-25 09:44:59,786 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-438fc90f-62e0-4b9e-a45e-2bc362582e99 2018-11-25 09:45:00,692 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-438fc90f-62e0-4b9e-a45e-2bc362582e99 2018-11-25 09:45:01,080 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-438fc90f-62e0-4b9e-a45e-2bc362582e99 2018-11-25 09:45:01,721 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-be82ceca-099f-4c7-proj 2018-11-25 09:45:01,922 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-be82ceca-099f-4c7-proj-role 2018-11-25 09:45:02,132 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-be82ceca-099f-4c7-user 2018-11-25 09:45:03,555 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-aca75030-7a91-4db-proj 2018-11-25 09:45:04,680 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-aca75030-7a91-4db-user 2018-11-25 09:45:04,895 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-aca75030-7a91-4db-proj-role 2018-11-25 09:45:04,980 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-aca75030-7a91-4db-proj-role to project CreateSimpleVolumeTypeSuccessTests-aca75030-7a91-4db-proj 2018-11-25 09:45:05,943 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-9c9f06d3-3cf4-4962-803a-51040619a38f 2018-11-25 09:45:07,493 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-9c9f06d3-3cf4-4962-803a-51040619a38f 2018-11-25 09:45:08,199 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-aca75030-7a91-4db-proj 2018-11-25 09:45:08,425 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-aca75030-7a91-4db-proj-role 2018-11-25 09:45:08,636 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-aca75030-7a91-4db-user 2018-11-25 09:45:10,057 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-d14eb1cf-78c3-474-proj 2018-11-25 09:45:11,154 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-d14eb1cf-78c3-474-user 2018-11-25 09:45:11,356 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-d14eb1cf-78c3-474-proj-role 2018-11-25 09:45:11,440 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-d14eb1cf-78c3-474-proj-role to project CreateSimpleVolumeTypeSuccessTests-d14eb1cf-78c3-474-proj 2018-11-25 09:45:12,434 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-7cbe62cb-1f72-40fa-aa2f-3491bfdcc8a3 2018-11-25 09:45:13,485 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-7cbe62cb-1f72-40fa-aa2f-3491bfdcc8a3 2018-11-25 09:45:14,202 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-d14eb1cf-78c3-474-proj 2018-11-25 09:45:14,426 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-d14eb1cf-78c3-474-proj-role 2018-11-25 09:45:14,554 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-d14eb1cf-78c3-474-user 2018-11-25 09:45:15,985 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-41af29ea-12b7-49c-proj 2018-11-25 09:45:17,195 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-41af29ea-12b7-49c-user 2018-11-25 09:45:17,392 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-41af29ea-12b7-49c-proj-role 2018-11-25 09:45:17,481 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-41af29ea-12b7-49c-proj-role to project CreateVolumeTypeComplexTests-41af29ea-12b7-49c-proj 2018-11-25 09:45:18,464 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-464ef6a0-88b0-4e7d-951a-3b2db29abf07-qos-spec 2018-11-25 09:45:19,531 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-464ef6a0-88b0-4e7d-951a-3b2db29abf07-vol_type 2018-11-25 09:45:20,068 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-464ef6a0-88b0-4e7d-951a-3b2db29abf07-vol_type 2018-11-25 09:45:20,286 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-464ef6a0-88b0-4e7d-951a-3b2db29abf07-qos-spec 2018-11-25 09:45:21,050 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-41af29ea-12b7-49c-proj 2018-11-25 09:45:21,300 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-41af29ea-12b7-49c-proj-role 2018-11-25 09:45:21,435 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-41af29ea-12b7-49c-user 2018-11-25 09:45:22,770 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-581af52b-518e-4f6-proj 2018-11-25 09:45:23,811 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-581af52b-518e-4f6-user 2018-11-25 09:45:23,997 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-581af52b-518e-4f6-proj-role 2018-11-25 09:45:24,087 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-581af52b-518e-4f6-proj-role to project CreateVolumeTypeComplexTests-581af52b-518e-4f6-proj 2018-11-25 09:45:25,124 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-291f53b7-71dc-48a7-b878-ad53a52999a9-qos-spec 2018-11-25 09:45:26,388 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-291f53b7-71dc-48a7-b878-ad53a52999a9-vol_type 2018-11-25 09:45:27,081 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-291f53b7-71dc-48a7-b878-ad53a52999a9-vol_type 2018-11-25 09:45:27,142 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-291f53b7-71dc-48a7-b878-ad53a52999a9-qos-spec 2018-11-25 09:45:27,838 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-581af52b-518e-4f6-proj 2018-11-25 09:45:28,055 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-581af52b-518e-4f6-proj-role 2018-11-25 09:45:28,248 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-581af52b-518e-4f6-user 2018-11-25 09:45:29,518 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-f1808c8d-0a5a-473-proj 2018-11-25 09:45:30,638 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-f1808c8d-0a5a-473-user 2018-11-25 09:45:30,842 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-f1808c8d-0a5a-473-proj-role 2018-11-25 09:45:30,863 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-f1808c8d-0a5a-473-proj-role to project CreateVolumeTypeComplexTests-f1808c8d-0a5a-473-proj 2018-11-25 09:45:31,813 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-979d74b6-6286-4d56-a548-78f1ad28b3bd-qos-spec 2018-11-25 09:45:33,308 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-979d74b6-6286-4d56-a548-78f1ad28b3bd-vol_type 2018-11-25 09:45:33,997 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-979d74b6-6286-4d56-a548-78f1ad28b3bd-vol_type 2018-11-25 09:45:34,333 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-979d74b6-6286-4d56-a548-78f1ad28b3bd-qos-spec 2018-11-25 09:45:35,003 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-f1808c8d-0a5a-473-proj 2018-11-25 09:45:35,264 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-f1808c8d-0a5a-473-proj-role 2018-11-25 09:45:35,464 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-f1808c8d-0a5a-473-user 2018-11-25 09:45:36,872 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-a93000ec-0930-4f4-proj 2018-11-25 09:45:38,087 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-a93000ec-0930-4f4-user 2018-11-25 09:45:38,207 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-a93000ec-0930-4f4-proj-role 2018-11-25 09:45:38,297 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-a93000ec-0930-4f4-proj-role to project CreateSimpleVolumeSuccessTests-a93000ec-0930-4f4-proj 2018-11-25 09:45:40,080 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-6375bf0a-2145-4ff7-9922-ae2d7a0ee88e 2018-11-25 09:45:40,276 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-6375bf0a-2145-4ff7-9922-ae2d7a0ee88e 2018-11-25 09:45:40,762 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-6375bf0a-2145-4ff7-9922-ae2d7a0ee88e 2018-11-25 09:45:44,377 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-6375bf0a-2145-4ff7-9922-ae2d7a0ee88e 2018-11-25 09:45:45,045 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-a93000ec-0930-4f4-proj 2018-11-25 09:45:45,265 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-a93000ec-0930-4f4-proj-role 2018-11-25 09:45:45,476 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-a93000ec-0930-4f4-user 2018-11-25 09:45:46,890 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-f314f5df-46ab-480-proj 2018-11-25 09:45:47,991 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-f314f5df-46ab-480-user 2018-11-25 09:45:48,190 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-f314f5df-46ab-480-proj-role 2018-11-25 09:45:48,209 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-f314f5df-46ab-480-proj-role to project CreateSimpleVolumeSuccessTests-f314f5df-46ab-480-proj 2018-11-25 09:45:49,973 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-2a65c5d9-9158-4757-a5c6-0e44ca9762b3 2018-11-25 09:45:50,156 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-2a65c5d9-9158-4757-a5c6-0e44ca9762b3 2018-11-25 09:45:51,102 - create_volume - INFO - Did not create volume due to cleanup mode 2018-11-25 09:45:51,387 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-2a65c5d9-9158-4757-a5c6-0e44ca9762b3 2018-11-25 09:45:54,986 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-2a65c5d9-9158-4757-a5c6-0e44ca9762b3 2018-11-25 09:45:55,455 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-f314f5df-46ab-480-proj 2018-11-25 09:45:55,628 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-f314f5df-46ab-480-proj-role 2018-11-25 09:45:55,832 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-f314f5df-46ab-480-user 2018-11-25 09:45:57,231 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-95f6c44f-1a41-4c2-proj 2018-11-25 09:45:58,266 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-95f6c44f-1a41-4c2-user 2018-11-25 09:45:58,464 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-95f6c44f-1a41-4c2-proj-role 2018-11-25 09:45:58,558 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-95f6c44f-1a41-4c2-proj-role to project CreateSimpleVolumeSuccessTests-95f6c44f-1a41-4c2-proj 2018-11-25 09:46:00,391 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-916e24d3-a650-4aa7-aa57-b6f963c3d943 2018-11-25 09:46:03,770 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-916e24d3-a650-4aa7-aa57-b6f963c3d943 2018-11-25 09:46:04,278 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-916e24d3-a650-4aa7-aa57-b6f963c3d943 2018-11-25 09:46:07,883 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-916e24d3-a650-4aa7-aa57-b6f963c3d943 2018-11-25 09:46:08,289 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-95f6c44f-1a41-4c2-proj 2018-11-25 09:46:08,485 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-95f6c44f-1a41-4c2-proj-role 2018-11-25 09:46:08,687 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-95f6c44f-1a41-4c2-user 2018-11-25 09:46:10,100 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-e81b089f-2aaa-42d-proj 2018-11-25 09:46:11,159 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-e81b089f-2aaa-42d-user 2018-11-25 09:46:11,350 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-e81b089f-2aaa-42d-proj-role 2018-11-25 09:46:11,438 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-e81b089f-2aaa-42d-proj-role to project CreateSimpleVolumeFailureTests-e81b089f-2aaa-42d-proj 2018-11-25 09:46:13,080 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-e81b089f-2aaa-42d-proj 2018-11-25 09:46:13,281 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-e81b089f-2aaa-42d-proj-role 2018-11-25 09:46:13,485 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-e81b089f-2aaa-42d-user 2018-11-25 09:46:14,890 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-58f6362e-8af8-4a4-proj 2018-11-25 09:46:16,021 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-58f6362e-8af8-4a4-user 2018-11-25 09:46:16,224 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-58f6362e-8af8-4a4-proj-role 2018-11-25 09:46:16,308 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-58f6362e-8af8-4a4-proj-role to project CreateSimpleVolumeFailureTests-58f6362e-8af8-4a4-proj 2018-11-25 09:46:17,728 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-58f6362e-8af8-4a4-proj 2018-11-25 09:46:17,951 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-58f6362e-8af8-4a4-proj-role 2018-11-25 09:46:18,133 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-58f6362e-8af8-4a4-user 2018-11-25 09:46:19,542 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-834be322-9331-4f8-proj 2018-11-25 09:46:20,668 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-834be322-9331-4f8-user 2018-11-25 09:46:20,866 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-834be322-9331-4f8-proj-role 2018-11-25 09:46:20,954 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-834be322-9331-4f8-proj-role to project CreateSimpleVolumeFailureTests-834be322-9331-4f8-proj 2018-11-25 09:46:22,388 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-834be322-9331-4f8-proj 2018-11-25 09:46:22,599 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-834be322-9331-4f8-proj-role 2018-11-25 09:46:22,789 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-834be322-9331-4f8-user 2018-11-25 09:46:24,230 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-5c97e6e5-765d-47b-proj 2018-11-25 09:46:25,219 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-5c97e6e5-765d-47b-user 2018-11-25 09:46:25,410 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-5c97e6e5-765d-47b-proj-role 2018-11-25 09:46:25,501 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-5c97e6e5-765d-47b-proj-role to project CreateVolumeWithTypeTests-5c97e6e5-765d-47b-proj 2018-11-25 09:46:26,493 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-c5373efd-ec4c-4f21-aa2e-fd185b7edd9a-vol-type 2018-11-25 09:46:27,303 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-c5373efd-ec4c-4f21-aa2e-fd185b7edd9a-vol-type 2018-11-25 09:46:28,010 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-5c97e6e5-765d-47b-proj 2018-11-25 09:46:28,180 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-5c97e6e5-765d-47b-proj-role 2018-11-25 09:46:28,380 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-5c97e6e5-765d-47b-user 2018-11-25 09:46:29,788 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-81dc1431-1c26-47c-proj 2018-11-25 09:46:30,769 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-81dc1431-1c26-47c-user 2018-11-25 09:46:30,961 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-81dc1431-1c26-47c-proj-role 2018-11-25 09:46:31,058 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-81dc1431-1c26-47c-proj-role to project CreateVolumeWithTypeTests-81dc1431-1c26-47c-proj 2018-11-25 09:46:31,966 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-826a010d-7754-4985-b68a-64fd083b9a50-vol-type 2018-11-25 09:46:33,263 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-826a010d-7754-4985-b68a-64fd083b9a50-vol 2018-11-25 09:46:33,469 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-826a010d-7754-4985-b68a-64fd083b9a50-vol 2018-11-25 09:46:33,675 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-826a010d-7754-4985-b68a-64fd083b9a50-vol 2018-11-25 09:46:37,160 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-826a010d-7754-4985-b68a-64fd083b9a50-vol 2018-11-25 09:46:37,161 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-826a010d-7754-4985-b68a-64fd083b9a50-vol-type 2018-11-25 09:46:37,940 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-81dc1431-1c26-47c-proj 2018-11-25 09:46:38,156 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-81dc1431-1c26-47c-proj-role 2018-11-25 09:46:38,346 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-81dc1431-1c26-47c-user 2018-11-25 09:46:39,758 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-a9c6ab93-6522-41f-proj 2018-11-25 09:46:40,877 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-a9c6ab93-6522-41f-user 2018-11-25 09:46:41,069 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-a9c6ab93-6522-41f-proj-role 2018-11-25 09:46:41,155 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-a9c6ab93-6522-41f-proj-role to project CreateVolumeWithImageTests-a9c6ab93-6522-41f-proj 2018-11-25 09:46:43,472 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-762ab554-2326-4ffa-8baa-b10e3a70e2ce-image 2018-11-25 09:46:43,636 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-762ab554-2326-4ffa-8baa-b10e3a70e2ce-image 2018-11-25 09:46:44,562 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-762ab554-2326-4ffa-8baa-b10e3a70e2ce-image 2018-11-25 09:46:46,400 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-a9c6ab93-6522-41f-proj 2018-11-25 09:46:46,605 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-a9c6ab93-6522-41f-proj-role 2018-11-25 09:46:46,807 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-a9c6ab93-6522-41f-user 2018-11-25 09:46:48,189 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-2b2bad18-3393-4c0-proj 2018-11-25 09:46:49,303 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-2b2bad18-3393-4c0-user 2018-11-25 09:46:49,494 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-2b2bad18-3393-4c0-proj-role 2018-11-25 09:46:49,583 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-2b2bad18-3393-4c0-proj-role to project CreateVolumeWithImageTests-2b2bad18-3393-4c0-proj 2018-11-25 09:46:52,539 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-d80fa27d-4412-46cc-9d0f-17c1cd1e36e4-image 2018-11-25 09:46:52,563 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-d80fa27d-4412-46cc-9d0f-17c1cd1e36e4-image 2018-11-25 09:46:55,024 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-d80fa27d-4412-46cc-9d0f-17c1cd1e36e4-vol 2018-11-25 09:47:01,482 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-d80fa27d-4412-46cc-9d0f-17c1cd1e36e4-vol 2018-11-25 09:47:02,605 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-d80fa27d-4412-46cc-9d0f-17c1cd1e36e4-vol 2018-11-25 09:47:05,762 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-d80fa27d-4412-46cc-9d0f-17c1cd1e36e4-vol 2018-11-25 09:47:05,763 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-d80fa27d-4412-46cc-9d0f-17c1cd1e36e4-image 2018-11-25 09:47:07,277 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-2b2bad18-3393-4c0-proj 2018-11-25 09:47:07,485 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-2b2bad18-3393-4c0-proj-role 2018-11-25 09:47:07,695 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-2b2bad18-3393-4c0-user 2018-11-25 09:47:09,195 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-99523ca0-bb55-4c2-proj 2018-11-25 09:47:10,344 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-99523ca0-bb55-4c2-user 2018-11-25 09:47:10,554 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-99523ca0-bb55-4c2-proj-role 2018-11-25 09:47:10,642 - keystone_utils - INFO - Granting role SimpleHealthCheck-99523ca0-bb55-4c2-proj-role to project SimpleHealthCheck-99523ca0-bb55-4c2-proj 2018-11-25 09:47:13,627 - create_image - INFO - Created image with name - SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-image 2018-11-25 09:47:13,647 - create_image - INFO - Image is now active with name - SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-image 2018-11-25 09:47:14,350 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-priv-net 2018-11-25 09:47:15,638 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-priv-subnet 2018-11-25 09:47:21,315 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-priv-net 2018-11-25 09:47:22,901 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-inst 2018-11-25 09:47:25,290 - create_instance - INFO - Created instance with name - SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-inst 2018-11-25 09:47:32,435 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:47:33,420 - create_instance_tests - INFO - Looking for IP 10.55.0.5 in the console log 2018-11-25 09:47:35,112 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-25 09:47:35,113 - create_instance - INFO - Deleting Port with ID - 07140d90-a93c-4565-9258-adcb16758ac8 2018-11-25 09:47:35,113 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97port-1 2018-11-25 09:47:35,735 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-inst 2018-11-25 09:47:35,903 - create_instance - INFO - Checking deletion status 2018-11-25 09:47:42,733 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-inst 2018-11-25 09:47:42,734 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-priv-subnet 2018-11-25 09:47:42,734 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-priv-subnet 2018-11-25 09:47:45,383 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-priv-net 2018-11-25 09:47:47,125 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-f899eb7f-90fd-4e89-a6f3-8964f5840c97-image 2018-11-25 09:47:48,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55687a58-8fd5-4872-a700-2eeb6866cf37 2018-11-25 09:47:49,004 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:47:49,334 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-99523ca0-bb55-4c2-proj 2018-11-25 09:47:49,562 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-99523ca0-bb55-4c2-proj-role 2018-11-25 09:47:49,762 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-99523ca0-bb55-4c2-user 2018-11-25 09:47:51,195 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-d4a00ece-24b4-49e-proj 2018-11-25 09:47:52,183 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-d4a00ece-24b4-49e-user 2018-11-25 09:47:52,392 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-d4a00ece-24b4-49e-proj-role 2018-11-25 09:47:52,484 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-d4a00ece-24b4-49e-proj-role to project CreateInstanceTwoNetTests-d4a00ece-24b4-49e-proj 2018-11-25 09:47:55,128 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-38ec68bc-627e-4992-83a5-bf29842e0768 2018-11-25 09:47:55,147 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-38ec68bc-627e-4992-83a5-bf29842e0768 2018-11-25 09:47:55,789 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-net1 2018-11-25 09:47:57,161 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-subnet1 2018-11-25 09:47:58,790 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-net2 2018-11-25 09:47:59,622 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-subnet2 2018-11-25 09:48:01,901 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:48:02,896 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-router-port1 for router - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:48:04,276 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-net1 2018-11-25 09:48:05,223 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-router-port1 for router - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:48:05,223 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:48:07,419 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-router-port2 for router - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:48:08,945 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-net2 2018-11-25 09:48:10,037 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-router-port2 for router - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:48:10,038 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:48:13,663 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-sec-grp... 2018-11-25 09:48:13,663 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-sec-grp 2018-11-25 09:48:14,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf892c70-14bb-473b-b781-9a29fa9f391f 2018-11-25 09:48:14,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf892c70-14bb-473b-b781-9a29fa9f391f 2018-11-25 09:48:14,435 - neutron_utils - INFO - Retrieving security group with ID - bf892c70-14bb-473b-b781-9a29fa9f391f 2018-11-25 09:48:14,634 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf892c70-14bb-473b-b781-9a29fa9f391f 2018-11-25 09:48:14,816 - neutron_utils - INFO - Retrieving security group with ID - bf892c70-14bb-473b-b781-9a29fa9f391f 2018-11-25 09:48:15,005 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf892c70-14bb-473b-b781-9a29fa9f391f 2018-11-25 09:48:15,182 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-sec-grp 2018-11-25 09:48:15,323 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf892c70-14bb-473b-b781-9a29fa9f391f 2018-11-25 09:48:15,683 - neutron_utils - INFO - Retrieving security group with ID - bf892c70-14bb-473b-b781-9a29fa9f391f 2018-11-25 09:48:15,879 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf892c70-14bb-473b-b781-9a29fa9f391f 2018-11-25 09:48:19,757 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-net1 2018-11-25 09:48:21,613 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-inst1 2018-11-25 09:48:23,842 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-inst1 2018-11-25 09:48:31,472 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:48:36,077 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-net2 2018-11-25 09:48:38,035 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-inst2 2018-11-25 09:48:40,183 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-inst2 2018-11-25 09:48:50,910 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:48:51,715 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-11-25 09:48:53,411 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-25 09:48:53,412 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-11-25 09:48:55,376 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-25 09:49:13,811 - create_instance - INFO - Deleting Port with ID - 2ec2ed9e-c311-4d95-88cc-113132752d0c 2018-11-25 09:49:13,811 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-vm1-port 2018-11-25 09:49:14,444 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-inst1 2018-11-25 09:49:14,586 - create_instance - INFO - Checking deletion status 2018-11-25 09:49:27,782 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-inst1 2018-11-25 09:49:27,783 - create_instance - INFO - Deleting Port with ID - 9ed52323-65f5-4101-86d4-ed0c38b32ed0 2018-11-25 09:49:27,783 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-vm2-port 2018-11-25 09:49:28,399 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-inst2 2018-11-25 09:49:28,557 - create_instance - INFO - Checking deletion status 2018-11-25 09:49:38,512 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-inst2 2018-11-25 09:49:38,562 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router and port CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-router-port1 2018-11-25 09:49:38,562 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:49:39,516 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router and port CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-router-port2 2018-11-25 09:49:39,516 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:49:40,768 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:49:40,768 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-pub-router 2018-11-25 09:49:41,306 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-subnet1 2018-11-25 09:49:41,306 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-subnet1 2018-11-25 09:49:43,618 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-net1 2018-11-25 09:49:45,475 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-subnet2 2018-11-25 09:49:45,475 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-subnet2 2018-11-25 09:49:47,708 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-net2 2018-11-25 09:49:48,934 - neutron_utils - INFO - Deleting security group rule with ID - 59b8832c-5131-4bd7-9667-247ac3762365 2018-11-25 09:49:49,207 - neutron_utils - INFO - Deleting security group rule with ID - 0eee9a28-8d49-4227-957e-3da9c82bc5d2 2018-11-25 09:49:49,478 - neutron_utils - INFO - Deleting security group rule with ID - 82799147-b8d3-40fe-a186-7f9dfbfbbd24 2018-11-25 09:49:49,832 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-bb8904e5-4be8-4240-9f63-6de97da317bf-sec-grp 2018-11-25 09:49:50,172 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-38ec68bc-627e-4992-83a5-bf29842e0768 2018-11-25 09:49:52,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e994ce7-fbc6-4602-919e-78fddc124bef 2018-11-25 09:49:52,387 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:49:52,717 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-d4a00ece-24b4-49e-proj 2018-11-25 09:49:52,953 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-d4a00ece-24b4-49e-proj-role 2018-11-25 09:49:53,173 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-d4a00ece-24b4-49e-user 2018-11-25 09:49:54,771 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-e4c30437-a72e-461-proj 2018-11-25 09:49:55,835 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-e4c30437-a72e-461-user 2018-11-25 09:49:56,034 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-e4c30437-a72e-461-proj-role 2018-11-25 09:49:56,052 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-e4c30437-a72e-461-proj-role to project CreateInstanceSimpleTests-e4c30437-a72e-461-proj 2018-11-25 09:49:59,468 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-image 2018-11-25 09:49:59,631 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-image 2018-11-25 09:50:01,006 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-pub-net 2018-11-25 09:50:01,864 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-pub-subnet 2018-11-25 09:50:07,065 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-pub-net 2018-11-25 09:50:08,916 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-inst 2018-11-25 09:50:11,462 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-inst 2018-11-25 09:50:19,205 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:50:24,974 - create_instance - INFO - Deleting Port with ID - d36abf10-aee7-4858-a9f7-fb9edaeb61f1 2018-11-25 09:50:24,974 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-port 2018-11-25 09:50:25,636 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-inst 2018-11-25 09:50:25,778 - create_instance - INFO - Checking deletion status 2018-11-25 09:50:32,338 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-inst 2018-11-25 09:50:32,389 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-pub-subnet 2018-11-25 09:50:32,389 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-pub-subnet 2018-11-25 09:50:34,768 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-pub-net 2018-11-25 09:50:36,834 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-47b47af6-dff4-4e11-980c-779556a75291-image 2018-11-25 09:50:38,572 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-e4c30437-a72e-461-proj 2018-11-25 09:50:38,791 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-e4c30437-a72e-461-proj-role 2018-11-25 09:50:39,048 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-e4c30437-a72e-461-user 2018-11-25 09:50:40,488 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-89245329-58e1-499-proj 2018-11-25 09:50:41,507 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-89245329-58e1-499-user 2018-11-25 09:50:41,710 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-89245329-58e1-499-proj-role 2018-11-25 09:50:41,799 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-89245329-58e1-499-proj-role to project CreateInstanceSimpleTests-89245329-58e1-499-proj 2018-11-25 09:50:45,531 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-image 2018-11-25 09:50:45,550 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-image 2018-11-25 09:50:46,883 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-pub-net 2018-11-25 09:50:47,927 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-pub-subnet 2018-11-25 09:50:53,046 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-pub-net 2018-11-25 09:50:54,945 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-inst 2018-11-25 09:50:57,596 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-inst 2018-11-25 09:51:05,000 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:51:21,291 - create_instance - INFO - Deleting Port with ID - c134e778-5905-4ca5-af6e-791b57d0a3a3 2018-11-25 09:51:21,291 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-port 2018-11-25 09:51:21,989 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-inst 2018-11-25 09:51:22,034 - create_instance - WARNING - Instance already deleted - Instance 9830e2c2-54c3-41b1-a209-47bfc18cd6c1 could not be found. (HTTP 404) (Request-ID: req-581ee0c7-067c-43a2-b06c-74d0f55dba4a) 2018-11-25 09:51:22,034 - create_instance - INFO - Checking deletion status 2018-11-25 09:51:22,084 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-inst 2018-11-25 09:51:22,132 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-pub-subnet 2018-11-25 09:51:22,132 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-pub-subnet 2018-11-25 09:51:24,674 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-pub-net 2018-11-25 09:51:26,519 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-722c8107-b71e-46cb-8065-882369bc1929-image 2018-11-25 09:51:28,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1416ba9-8940-41ff-8dee-30577ef865bd 2018-11-25 09:51:28,897 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:51:29,391 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-89245329-58e1-499-proj 2018-11-25 09:51:29,604 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-89245329-58e1-499-proj-role 2018-11-25 09:51:29,803 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-89245329-58e1-499-user 2018-11-25 09:51:31,326 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-9ca034e1-ec3c-4b7-proj 2018-11-25 09:51:32,470 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-9ca034e1-ec3c-4b7-user 2018-11-25 09:51:32,668 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-9ca034e1-ec3c-4b7-proj-role 2018-11-25 09:51:32,752 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-9ca034e1-ec3c-4b7-proj-role to project CreateInstancePortManipulationTests-9ca034e1-ec3c-4b7-proj 2018-11-25 09:51:36,028 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-image 2018-11-25 09:51:36,192 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-image 2018-11-25 09:51:36,810 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-pub-net 2018-11-25 09:51:38,047 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-pub-subnet 2018-11-25 09:51:43,075 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-pub-net 2018-11-25 09:51:44,901 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-inst 2018-11-25 09:51:47,398 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-inst 2018-11-25 09:51:54,714 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:51:55,788 - create_instance - INFO - Deleting Port with ID - 2f9e48c2-af79-4ae8-b87f-721d0fc3c7e1 2018-11-25 09:51:55,788 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23edaport-1 2018-11-25 09:51:56,418 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-inst 2018-11-25 09:51:56,598 - create_instance - INFO - Checking deletion status 2018-11-25 09:51:59,994 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-inst 2018-11-25 09:52:00,047 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-pub-subnet 2018-11-25 09:52:00,047 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-pub-subnet 2018-11-25 09:52:02,381 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-pub-net 2018-11-25 09:52:03,762 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-591b78b9-0395-45ae-b902-97492ee23eda-image 2018-11-25 09:52:05,908 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6493dad6-d749-4029-a4a4-101209c6bae0 2018-11-25 09:52:06,085 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:52:06,454 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-9ca034e1-ec3c-4b7-proj 2018-11-25 09:52:06,700 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-9ca034e1-ec3c-4b7-proj-role 2018-11-25 09:52:06,903 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-9ca034e1-ec3c-4b7-user 2018-11-25 09:52:08,302 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c2bbf213-2d28-402-proj 2018-11-25 09:52:09,338 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c2bbf213-2d28-402-user 2018-11-25 09:52:09,524 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c2bbf213-2d28-402-proj-role 2018-11-25 09:52:09,605 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c2bbf213-2d28-402-proj-role to project CreateInstancePortManipulationTests-c2bbf213-2d28-402-proj 2018-11-25 09:52:13,160 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-7b83ad10-47a5-4239-931d-cacaf098dc91-image 2018-11-25 09:52:13,333 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-7b83ad10-47a5-4239-931d-cacaf098dc91-image 2018-11-25 09:52:13,965 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-7b83ad10-47a5-4239-931d-cacaf098dc91-pub-net 2018-11-25 09:52:14,942 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-7b83ad10-47a5-4239-931d-cacaf098dc91-pub-subnet 2018-11-25 09:52:20,964 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-7b83ad10-47a5-4239-931d-cacaf098dc91-pub-net 2018-11-25 09:52:21,167 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7b83ad10-47a5-4239-931d-cacaf098dc91-pub-subnet 2018-11-25 09:52:21,167 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7b83ad10-47a5-4239-931d-cacaf098dc91-pub-subnet 2018-11-25 09:52:23,465 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-7b83ad10-47a5-4239-931d-cacaf098dc91-pub-net 2018-11-25 09:52:25,325 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-7b83ad10-47a5-4239-931d-cacaf098dc91-image 2018-11-25 09:52:27,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db9752a6-03fb-4846-823e-5a3e16d8e642 2018-11-25 09:52:27,281 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:52:27,604 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c2bbf213-2d28-402-proj 2018-11-25 09:52:27,874 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c2bbf213-2d28-402-proj-role 2018-11-25 09:52:28,080 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c2bbf213-2d28-402-user 2018-11-25 09:52:29,602 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-aa31e6bb-51e2-475-proj 2018-11-25 09:52:30,650 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-aa31e6bb-51e2-475-user 2018-11-25 09:52:30,841 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-aa31e6bb-51e2-475-proj-role 2018-11-25 09:52:30,931 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-aa31e6bb-51e2-475-proj-role to project CreateInstancePortManipulationTests-aa31e6bb-51e2-475-proj 2018-11-25 09:52:34,400 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-fd2081f5-931a-4e66-b6ba-08ad64a76a22-image 2018-11-25 09:52:34,573 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-fd2081f5-931a-4e66-b6ba-08ad64a76a22-image 2018-11-25 09:52:35,201 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-fd2081f5-931a-4e66-b6ba-08ad64a76a22-pub-net 2018-11-25 09:52:36,257 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-fd2081f5-931a-4e66-b6ba-08ad64a76a22-pub-subnet 2018-11-25 09:52:42,358 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-fd2081f5-931a-4e66-b6ba-08ad64a76a22-pub-net 2018-11-25 09:52:42,437 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fd2081f5-931a-4e66-b6ba-08ad64a76a22-pub-subnet 2018-11-25 09:52:42,437 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fd2081f5-931a-4e66-b6ba-08ad64a76a22-pub-subnet 2018-11-25 09:52:44,755 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-fd2081f5-931a-4e66-b6ba-08ad64a76a22-pub-net 2018-11-25 09:52:46,126 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-fd2081f5-931a-4e66-b6ba-08ad64a76a22-image 2018-11-25 09:52:47,983 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f053694b-df93-49ab-a574-9a5379f31510 2018-11-25 09:52:48,173 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:52:48,489 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-aa31e6bb-51e2-475-proj 2018-11-25 09:52:48,737 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-aa31e6bb-51e2-475-proj-role 2018-11-25 09:52:48,931 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-aa31e6bb-51e2-475-user 2018-11-25 09:52:50,434 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c05846cc-321d-44c-proj 2018-11-25 09:52:51,434 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c05846cc-321d-44c-user 2018-11-25 09:52:51,638 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c05846cc-321d-44c-proj-role 2018-11-25 09:52:51,657 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c05846cc-321d-44c-proj-role to project CreateInstancePortManipulationTests-c05846cc-321d-44c-proj 2018-11-25 09:52:55,096 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-7ea517d3-28f5-4b9f-ab13-c6fd9d994af1-image 2018-11-25 09:52:55,249 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-7ea517d3-28f5-4b9f-ab13-c6fd9d994af1-image 2018-11-25 09:52:55,935 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-7ea517d3-28f5-4b9f-ab13-c6fd9d994af1-pub-net 2018-11-25 09:52:56,993 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-7ea517d3-28f5-4b9f-ab13-c6fd9d994af1-pub-subnet 2018-11-25 09:53:02,374 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-7ea517d3-28f5-4b9f-ab13-c6fd9d994af1-pub-net 2018-11-25 09:53:02,988 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7ea517d3-28f5-4b9f-ab13-c6fd9d994af1-pub-subnet 2018-11-25 09:53:02,988 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7ea517d3-28f5-4b9f-ab13-c6fd9d994af1-pub-subnet 2018-11-25 09:53:05,517 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-7ea517d3-28f5-4b9f-ab13-c6fd9d994af1-pub-net 2018-11-25 09:53:07,090 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-7ea517d3-28f5-4b9f-ab13-c6fd9d994af1-image 2018-11-25 09:53:08,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4cb686b8-586c-4d02-9e77-207267b48b40 2018-11-25 09:53:09,040 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:53:09,369 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c05846cc-321d-44c-proj 2018-11-25 09:53:09,695 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c05846cc-321d-44c-proj-role 2018-11-25 09:53:09,918 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c05846cc-321d-44c-user 2018-11-25 09:53:11,363 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-169832cb-4909-420-proj 2018-11-25 09:53:12,428 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-169832cb-4909-420-user 2018-11-25 09:53:12,644 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-169832cb-4909-420-proj-role 2018-11-25 09:53:12,731 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-169832cb-4909-420-proj-role to project CreateInstancePortManipulationTests-169832cb-4909-420-proj 2018-11-25 09:53:16,102 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-8bb8ea33-cd87-46d3-a87b-8c24e87732fe-image 2018-11-25 09:53:16,266 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-8bb8ea33-cd87-46d3-a87b-8c24e87732fe-image 2018-11-25 09:53:16,975 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-8bb8ea33-cd87-46d3-a87b-8c24e87732fe-pub-net 2018-11-25 09:53:18,042 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-8bb8ea33-cd87-46d3-a87b-8c24e87732fe-pub-subnet 2018-11-25 09:53:23,573 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-8bb8ea33-cd87-46d3-a87b-8c24e87732fe-pub-net 2018-11-25 09:53:23,772 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8bb8ea33-cd87-46d3-a87b-8c24e87732fe-pub-subnet 2018-11-25 09:53:23,773 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8bb8ea33-cd87-46d3-a87b-8c24e87732fe-pub-subnet 2018-11-25 09:53:25,974 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-8bb8ea33-cd87-46d3-a87b-8c24e87732fe-pub-net 2018-11-25 09:53:27,642 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-8bb8ea33-cd87-46d3-a87b-8c24e87732fe-image 2018-11-25 09:53:29,912 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02a32859-a1cf-4652-97ed-be781048be7f 2018-11-25 09:53:30,090 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:53:30,404 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-169832cb-4909-420-proj 2018-11-25 09:53:30,629 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-169832cb-4909-420-proj-role 2018-11-25 09:53:30,834 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-169832cb-4909-420-user 2018-11-25 09:53:32,171 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-85edc156-0c6c-45a-proj 2018-11-25 09:53:33,339 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-85edc156-0c6c-45a-user 2018-11-25 09:53:33,548 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-85edc156-0c6c-45a-proj-role 2018-11-25 09:53:33,640 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-85edc156-0c6c-45a-proj-role to project CreateInstancePortManipulationTests-85edc156-0c6c-45a-proj 2018-11-25 09:53:37,248 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-image 2018-11-25 09:53:37,410 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-image 2018-11-25 09:53:37,971 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-pub-net 2018-11-25 09:53:39,093 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-pub-subnet 2018-11-25 09:53:45,193 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-pub-net 2018-11-25 09:53:46,978 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-inst 2018-11-25 09:53:49,346 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-inst 2018-11-25 09:53:56,845 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:53:57,987 - create_instance - INFO - Deleting Port with ID - 93bea57b-b42e-4f46-a15c-028838ebf86d 2018-11-25 09:53:57,987 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aaport-1 2018-11-25 09:53:58,730 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-inst 2018-11-25 09:53:58,921 - create_instance - INFO - Checking deletion status 2018-11-25 09:54:05,344 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-inst 2018-11-25 09:54:05,395 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-pub-subnet 2018-11-25 09:54:05,395 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-pub-subnet 2018-11-25 09:54:07,745 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-pub-net 2018-11-25 09:54:09,293 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-a8431ae2-9e4d-46cf-8188-15dc033548aa-image 2018-11-25 09:54:11,167 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf2450d7-e34a-4fd0-81a8-83a11bf8ed9d 2018-11-25 09:54:11,337 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:54:11,679 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-85edc156-0c6c-45a-proj 2018-11-25 09:54:11,982 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-85edc156-0c6c-45a-proj-role 2018-11-25 09:54:12,182 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-85edc156-0c6c-45a-user 2018-11-25 09:54:13,710 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-86842b5e-b668-48b-proj 2018-11-25 09:54:14,787 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-86842b5e-b668-48b-user 2018-11-25 09:54:14,943 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-86842b5e-b668-48b-proj-role 2018-11-25 09:54:14,963 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-86842b5e-b668-48b-proj-role to project CreateInstancePortManipulationTests-86842b5e-b668-48b-proj 2018-11-25 09:54:18,542 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-image 2018-11-25 09:54:18,564 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-image 2018-11-25 09:54:19,174 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-pub-net 2018-11-25 09:54:20,231 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-pub-subnet 2018-11-25 09:54:26,198 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-pub-net 2018-11-25 09:54:28,016 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-inst 2018-11-25 09:54:30,144 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-inst 2018-11-25 09:54:37,710 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:54:39,271 - create_instance - INFO - Deleting Port with ID - a3e2a088-84c8-4edb-9d9b-582418c0ba9b 2018-11-25 09:54:39,271 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5port-1 2018-11-25 09:54:39,711 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-inst 2018-11-25 09:54:40,269 - create_instance - INFO - Checking deletion status 2018-11-25 09:54:46,755 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-inst 2018-11-25 09:54:46,808 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-pub-subnet 2018-11-25 09:54:46,808 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-pub-subnet 2018-11-25 09:54:49,084 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-pub-net 2018-11-25 09:54:50,798 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-d6ad4572-fc49-45b6-aea8-1151d1c155f5-image 2018-11-25 09:54:52,522 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3bb6763e-73aa-48ec-ad4b-03c6491d306f 2018-11-25 09:54:52,705 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:54:53,091 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-86842b5e-b668-48b-proj 2018-11-25 09:54:53,335 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-86842b5e-b668-48b-proj-role 2018-11-25 09:54:53,562 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-86842b5e-b668-48b-user 2018-11-25 09:54:54,961 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e5fce3d8-f257-40f-proj 2018-11-25 09:54:56,087 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e5fce3d8-f257-40f-user 2018-11-25 09:54:56,290 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e5fce3d8-f257-40f-proj-role 2018-11-25 09:54:56,309 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e5fce3d8-f257-40f-proj-role to project CreateInstancePortManipulationTests-e5fce3d8-f257-40f-proj 2018-11-25 09:55:00,189 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-image 2018-11-25 09:55:00,395 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-image 2018-11-25 09:55:01,026 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-pub-net 2018-11-25 09:55:02,082 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-pub-subnet 2018-11-25 09:55:07,498 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-pub-net 2018-11-25 09:55:09,330 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-inst 2018-11-25 09:55:11,434 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-inst 2018-11-25 09:55:18,956 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:55:19,747 - create_instance - INFO - Deleting Port with ID - ebe0d8b9-0e42-42d5-b69d-8c85c83b4617 2018-11-25 09:55:19,747 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49port-1 2018-11-25 09:55:20,177 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-inst 2018-11-25 09:55:20,371 - create_instance - INFO - Checking deletion status 2018-11-25 09:55:23,530 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-inst 2018-11-25 09:55:23,568 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-pub-subnet 2018-11-25 09:55:23,568 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-pub-subnet 2018-11-25 09:55:26,052 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-pub-net 2018-11-25 09:55:27,677 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-c55a33d9-0608-4c68-b0a0-07345bf11b49-image 2018-11-25 09:55:30,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56f6e514-328b-41e1-8152-342648911384 2018-11-25 09:55:30,271 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:55:30,586 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e5fce3d8-f257-40f-proj 2018-11-25 09:55:30,808 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e5fce3d8-f257-40f-proj-role 2018-11-25 09:55:31,021 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e5fce3d8-f257-40f-user 2018-11-25 09:55:32,506 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-de70b4b4-b842-4e1-proj 2018-11-25 09:55:33,650 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-de70b4b4-b842-4e1-user 2018-11-25 09:55:33,865 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-de70b4b4-b842-4e1-proj-role 2018-11-25 09:55:33,883 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-de70b4b4-b842-4e1-proj-role to project CreateInstancePortManipulationTests-de70b4b4-b842-4e1-proj 2018-11-25 09:55:37,459 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-image 2018-11-25 09:55:37,620 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-image 2018-11-25 09:55:38,334 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-pub-net 2018-11-25 09:55:39,351 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-pub-subnet 2018-11-25 09:55:45,641 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-pub-net 2018-11-25 09:55:47,500 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-inst 2018-11-25 09:55:49,694 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-inst 2018-11-25 09:55:57,369 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:55:58,465 - create_instance - INFO - Deleting Port with ID - 63002fe2-0bf3-4cf0-b1b5-bed417faf0d7 2018-11-25 09:55:58,465 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33port-1 2018-11-25 09:55:59,093 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-inst 2018-11-25 09:55:59,250 - create_instance - INFO - Checking deletion status 2018-11-25 09:56:02,544 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-inst 2018-11-25 09:56:02,592 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-pub-subnet 2018-11-25 09:56:02,592 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-pub-subnet 2018-11-25 09:56:05,157 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-pub-net 2018-11-25 09:56:06,551 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-17ccfef0-2ff3-4906-a23a-762f0b98aa33-image 2018-11-25 09:56:08,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 673344cb-bc48-42f4-83a9-91f95e87d252 2018-11-25 09:56:09,126 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:56:09,454 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-de70b4b4-b842-4e1-proj 2018-11-25 09:56:09,694 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-de70b4b4-b842-4e1-proj-role 2018-11-25 09:56:09,897 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-de70b4b4-b842-4e1-user 2018-11-25 09:56:11,315 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-ea48825c-911e-4bb-proj 2018-11-25 09:56:12,434 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-ea48825c-911e-4bb-user 2018-11-25 09:56:12,650 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-ea48825c-911e-4bb-proj-role 2018-11-25 09:56:12,670 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-ea48825c-911e-4bb-proj-role to project CreateInstancePortManipulationTests-ea48825c-911e-4bb-proj 2018-11-25 09:56:16,262 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-image 2018-11-25 09:56:16,429 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-image 2018-11-25 09:56:17,143 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-pub-net 2018-11-25 09:56:18,325 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-pub-subnet 2018-11-25 09:56:21,541 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53cnet2 2018-11-25 09:56:22,349 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-subnet1 2018-11-25 09:56:22,989 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-subnet2 2018-11-25 09:56:28,297 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53cnet2 2018-11-25 09:56:30,086 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-inst 2018-11-25 09:56:31,972 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-inst 2018-11-25 09:56:39,385 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:56:40,283 - create_instance - INFO - Deleting Port with ID - 270e1cb5-f9e4-4dd6-ad4a-48c30186de42 2018-11-25 09:56:40,283 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53cport-1 2018-11-25 09:56:40,782 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-inst 2018-11-25 09:56:40,969 - create_instance - INFO - Checking deletion status 2018-11-25 09:56:44,118 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-inst 2018-11-25 09:56:44,198 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-pub-subnet 2018-11-25 09:56:44,199 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-pub-subnet 2018-11-25 09:56:46,586 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-pub-net 2018-11-25 09:56:47,933 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-subnet1 2018-11-25 09:56:47,934 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-subnet1 2018-11-25 09:56:50,596 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-subnet2 2018-11-25 09:56:50,596 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-subnet2 2018-11-25 09:56:52,855 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53cnet2 2018-11-25 09:56:54,821 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-31b58c43-e8ba-4b4e-96c3-af410db8a53c-image 2018-11-25 09:56:57,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 860555ad-ce6c-4e3f-838c-47b3ef243338 2018-11-25 09:56:57,423 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:56:57,746 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-ea48825c-911e-4bb-proj 2018-11-25 09:56:57,983 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-ea48825c-911e-4bb-proj-role 2018-11-25 09:56:58,199 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-ea48825c-911e-4bb-user 2018-11-25 09:56:59,662 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-281893b8-5e46-450-proj 2018-11-25 09:57:00,673 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-281893b8-5e46-450-user 2018-11-25 09:57:00,885 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-281893b8-5e46-450-proj-role 2018-11-25 09:57:00,978 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-281893b8-5e46-450-proj-role to project InstanceSecurityGroupTests-281893b8-5e46-450-proj 2018-11-25 09:57:04,571 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-image 2018-11-25 09:57:04,590 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-image 2018-11-25 09:57:05,219 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-pub-net 2018-11-25 09:57:06,198 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-pub-subnet 2018-11-25 09:57:11,750 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-pub-net 2018-11-25 09:57:13,049 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-inst 2018-11-25 09:57:15,297 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-inst 2018-11-25 09:57:22,569 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:57:24,298 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-name... 2018-11-25 09:57:24,298 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-name 2018-11-25 09:57:24,705 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ffa01f4-92d2-42d8-8adc-424f16456ba0 2018-11-25 09:57:24,814 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ffa01f4-92d2-42d8-8adc-424f16456ba0 2018-11-25 09:57:24,992 - neutron_utils - INFO - Retrieving security group with ID - 3ffa01f4-92d2-42d8-8adc-424f16456ba0 2018-11-25 09:57:25,187 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ffa01f4-92d2-42d8-8adc-424f16456ba0 2018-11-25 09:57:25,358 - neutron_utils - INFO - Retrieving security group with ID - 3ffa01f4-92d2-42d8-8adc-424f16456ba0 2018-11-25 09:57:25,559 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ffa01f4-92d2-42d8-8adc-424f16456ba0 2018-11-25 09:57:25,756 - neutron_utils - INFO - Retrieving security group with ID - 3ffa01f4-92d2-42d8-8adc-424f16456ba0 2018-11-25 09:57:25,956 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ffa01f4-92d2-42d8-8adc-424f16456ba0 2018-11-25 09:57:26,121 - neutron_utils - INFO - Deleting security group rule with ID - 5b2bc14e-8d36-442c-9fb0-2a50af3c13de 2018-11-25 09:57:26,430 - neutron_utils - INFO - Deleting security group rule with ID - d31a025d-9760-4055-bfb7-b926543936f3 2018-11-25 09:57:26,679 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-name 2018-11-25 09:57:30,435 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:57:32,957 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-name] - Security group InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-name is not found for project 96796e519e8c4a808120183dfe6fda68 (HTTP 404) (Request-ID: req-314dcf59-b3ca-4805-ac33-e87f8f521109) 2018-11-25 09:57:32,957 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-name is not found for project 96796e519e8c4a808120183dfe6fda68 (HTTP 404) (Request-ID: req-314dcf59-b3ca-4805-ac33-e87f8f521109) 2018-11-25 09:57:34,658 - create_instance - INFO - Deleting Port with ID - 7881248e-3a3f-4059-9dfd-531a0d9e9af0 2018-11-25 09:57:34,658 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-port 2018-11-25 09:57:35,306 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-inst 2018-11-25 09:57:35,453 - create_instance - INFO - Checking deletion status 2018-11-25 09:57:45,106 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-inst 2018-11-25 09:57:45,150 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-pub-subnet 2018-11-25 09:57:45,150 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-pub-subnet 2018-11-25 09:57:47,712 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-pub-net 2018-11-25 09:57:49,307 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-d2da416d-48a3-425f-89c2-af6bd189ddb8-image 2018-11-25 09:57:51,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2fcc302f-90f3-4201-b8a1-7e65a704f21d 2018-11-25 09:57:52,021 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:57:52,522 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-281893b8-5e46-450-proj 2018-11-25 09:57:52,737 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-281893b8-5e46-450-proj-role 2018-11-25 09:57:52,940 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-281893b8-5e46-450-user 2018-11-25 09:57:54,411 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-1c122645-3907-41f-proj 2018-11-25 09:57:55,638 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-1c122645-3907-41f-user 2018-11-25 09:57:55,829 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-1c122645-3907-41f-proj-role 2018-11-25 09:57:55,922 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-1c122645-3907-41f-proj-role to project InstanceSecurityGroupTests-1c122645-3907-41f-proj 2018-11-25 09:57:59,423 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-image 2018-11-25 09:57:59,590 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-image 2018-11-25 09:58:00,217 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-pub-net 2018-11-25 09:58:01,056 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-pub-subnet 2018-11-25 09:58:03,633 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-name... 2018-11-25 09:58:03,633 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-name 2018-11-25 09:58:04,052 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f86691d-170c-442e-8850-14a28156aa73 2018-11-25 09:58:04,228 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f86691d-170c-442e-8850-14a28156aa73 2018-11-25 09:58:04,256 - neutron_utils - INFO - Retrieving security group with ID - 4f86691d-170c-442e-8850-14a28156aa73 2018-11-25 09:58:04,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f86691d-170c-442e-8850-14a28156aa73 2018-11-25 09:58:04,561 - neutron_utils - INFO - Retrieving security group with ID - 4f86691d-170c-442e-8850-14a28156aa73 2018-11-25 09:58:04,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f86691d-170c-442e-8850-14a28156aa73 2018-11-25 09:58:04,798 - neutron_utils - INFO - Retrieving security group with ID - 4f86691d-170c-442e-8850-14a28156aa73 2018-11-25 09:58:04,999 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f86691d-170c-442e-8850-14a28156aa73 2018-11-25 09:58:08,738 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-pub-net 2018-11-25 09:58:10,188 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-inst 2018-11-25 09:58:12,603 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-inst 2018-11-25 09:58:19,962 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:58:21,470 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:58:27,076 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:58:30,198 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-name] already added to VM [InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-inst] 2018-11-25 09:58:31,335 - create_instance - INFO - Deleting Port with ID - ff996b32-9c9c-48b5-9563-cb9989cbb269 2018-11-25 09:58:31,336 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-port 2018-11-25 09:58:32,151 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-inst 2018-11-25 09:58:32,328 - create_instance - INFO - Checking deletion status 2018-11-25 09:58:38,732 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-inst 2018-11-25 09:58:38,733 - neutron_utils - INFO - Deleting security group rule with ID - 707b2b50-af83-40a8-b27d-80ef900b3658 2018-11-25 09:58:39,001 - neutron_utils - INFO - Deleting security group rule with ID - b002b7e6-9a2a-4a55-8f8b-4585162c57a9 2018-11-25 09:58:39,247 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-name 2018-11-25 09:58:39,587 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-pub-subnet 2018-11-25 09:58:39,587 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-pub-subnet 2018-11-25 09:58:41,876 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-pub-net 2018-11-25 09:58:43,439 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-ac688c6c-f11a-49c7-ad27-5d585e31a86e-image 2018-11-25 09:58:44,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d979e627-dae3-4f23-a117-ed3367b73c71 2018-11-25 09:58:45,106 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:58:45,485 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-1c122645-3907-41f-proj 2018-11-25 09:58:45,809 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-1c122645-3907-41f-proj-role 2018-11-25 09:58:46,003 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-1c122645-3907-41f-user 2018-11-25 09:58:47,464 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-1dc2bf41-b903-4ad-proj 2018-11-25 09:58:48,530 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-1dc2bf41-b903-4ad-user 2018-11-25 09:58:48,728 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-1dc2bf41-b903-4ad-proj-role 2018-11-25 09:58:48,748 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-1dc2bf41-b903-4ad-proj-role to project InstanceSecurityGroupTests-1dc2bf41-b903-4ad-proj 2018-11-25 09:58:52,274 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-image 2018-11-25 09:58:52,430 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-image 2018-11-25 09:58:53,004 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-pub-net 2018-11-25 09:58:54,013 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-pub-subnet 2018-11-25 09:59:00,112 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-pub-net 2018-11-25 09:59:01,770 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-inst 2018-11-25 09:59:04,104 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-inst 2018-11-25 09:59:11,568 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:59:13,462 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-name... 2018-11-25 09:59:13,462 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-name 2018-11-25 09:59:14,172 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfee3ddb-5988-413e-a0c2-b289fe30f563 2018-11-25 09:59:14,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfee3ddb-5988-413e-a0c2-b289fe30f563 2018-11-25 09:59:14,363 - neutron_utils - INFO - Retrieving security group with ID - dfee3ddb-5988-413e-a0c2-b289fe30f563 2018-11-25 09:59:14,456 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfee3ddb-5988-413e-a0c2-b289fe30f563 2018-11-25 09:59:14,484 - neutron_utils - INFO - Retrieving security group with ID - dfee3ddb-5988-413e-a0c2-b289fe30f563 2018-11-25 09:59:14,535 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfee3ddb-5988-413e-a0c2-b289fe30f563 2018-11-25 09:59:14,734 - neutron_utils - INFO - Retrieving security group with ID - dfee3ddb-5988-413e-a0c2-b289fe30f563 2018-11-25 09:59:14,918 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfee3ddb-5988-413e-a0c2-b289fe30f563 2018-11-25 09:59:17,827 - create_instance - INFO - VM is - ACTIVE 2018-11-25 09:59:23,021 - create_instance - INFO - Deleting Port with ID - 90feb823-b30f-4e53-81b6-7028957c7ae6 2018-11-25 09:59:23,022 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-port 2018-11-25 09:59:23,601 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-inst 2018-11-25 09:59:23,772 - create_instance - INFO - Checking deletion status 2018-11-25 09:59:30,304 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-inst 2018-11-25 09:59:30,305 - neutron_utils - INFO - Deleting security group rule with ID - dd8b2e0b-9266-4fed-82e7-d47bb413c130 2018-11-25 09:59:30,565 - neutron_utils - INFO - Deleting security group rule with ID - 7dc5520b-20f3-41b5-9145-1e1faad4126b 2018-11-25 09:59:30,850 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-name 2018-11-25 09:59:31,191 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-pub-subnet 2018-11-25 09:59:31,191 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-pub-subnet 2018-11-25 09:59:33,684 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-pub-net 2018-11-25 09:59:35,613 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-5274e95b-a3f2-4b8e-af26-1ee84da52213-image 2018-11-25 09:59:37,848 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9968957c-7be4-473d-adef-b2bf10622ff3 2018-11-25 09:59:38,017 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 09:59:38,343 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-1dc2bf41-b903-4ad-proj 2018-11-25 09:59:38,611 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-1dc2bf41-b903-4ad-proj-role 2018-11-25 09:59:38,806 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-1dc2bf41-b903-4ad-user 2018-11-25 09:59:40,219 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-21b6d35b-6248-496-proj 2018-11-25 09:59:41,344 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-21b6d35b-6248-496-user 2018-11-25 09:59:41,548 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-21b6d35b-6248-496-proj-role 2018-11-25 09:59:41,637 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-21b6d35b-6248-496-proj-role to project InstanceSecurityGroupTests-21b6d35b-6248-496-proj 2018-11-25 09:59:44,137 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-image 2018-11-25 09:59:44,303 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-image 2018-11-25 09:59:44,938 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-pub-net 2018-11-25 09:59:45,933 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-pub-subnet 2018-11-25 09:59:48,863 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-name... 2018-11-25 09:59:48,863 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-name 2018-11-25 09:59:49,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2299a8ef-7f0f-4fcf-a279-06a5ea170a4f 2018-11-25 09:59:49,442 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2299a8ef-7f0f-4fcf-a279-06a5ea170a4f 2018-11-25 09:59:49,620 - neutron_utils - INFO - Retrieving security group with ID - 2299a8ef-7f0f-4fcf-a279-06a5ea170a4f 2018-11-25 09:59:49,815 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2299a8ef-7f0f-4fcf-a279-06a5ea170a4f 2018-11-25 09:59:49,998 - neutron_utils - INFO - Retrieving security group with ID - 2299a8ef-7f0f-4fcf-a279-06a5ea170a4f 2018-11-25 09:59:50,199 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2299a8ef-7f0f-4fcf-a279-06a5ea170a4f 2018-11-25 09:59:50,227 - neutron_utils - INFO - Retrieving security group with ID - 2299a8ef-7f0f-4fcf-a279-06a5ea170a4f 2018-11-25 09:59:50,276 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2299a8ef-7f0f-4fcf-a279-06a5ea170a4f 2018-11-25 09:59:53,564 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-pub-net 2018-11-25 09:59:55,454 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-inst 2018-11-25 09:59:58,039 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-inst 2018-11-25 10:00:05,824 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:00:07,225 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:00:10,704 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:00:15,278 - create_instance - INFO - Deleting Port with ID - 69ce9f02-9eb8-42d5-b0e8-f7a7816ad328 2018-11-25 10:00:15,278 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-port 2018-11-25 10:00:15,935 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-inst 2018-11-25 10:00:16,091 - create_instance - INFO - Checking deletion status 2018-11-25 10:00:19,248 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-inst 2018-11-25 10:00:19,249 - neutron_utils - INFO - Deleting security group rule with ID - 5955f9f5-d932-4f04-824d-a1cd10394639 2018-11-25 10:00:19,525 - neutron_utils - INFO - Deleting security group rule with ID - 8de2bc0e-b138-4623-ae5b-042f6907e3a7 2018-11-25 10:00:19,799 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-name 2018-11-25 10:00:20,149 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-pub-subnet 2018-11-25 10:00:20,149 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-pub-subnet 2018-11-25 10:00:22,593 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-pub-net 2018-11-25 10:00:24,420 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e1984541-03ec-4278-8a5b-1655b2410fcf-image 2018-11-25 10:00:27,227 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 248a42d9-e8b5-4a27-9582-c168e022bea7 2018-11-25 10:00:27,401 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:00:27,791 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-21b6d35b-6248-496-proj 2018-11-25 10:00:28,163 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-21b6d35b-6248-496-proj-role 2018-11-25 10:00:28,717 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-21b6d35b-6248-496-user 2018-11-25 10:00:30,212 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-06601b98-d89f-433-proj 2018-11-25 10:00:31,453 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-06601b98-d89f-433-user 2018-11-25 10:00:31,649 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-06601b98-d89f-433-proj-role 2018-11-25 10:00:31,740 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-06601b98-d89f-433-proj-role to project InstanceSecurityGroupTests-06601b98-d89f-433-proj 2018-11-25 10:00:35,198 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-image 2018-11-25 10:00:35,366 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-image 2018-11-25 10:00:36,117 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-pub-net 2018-11-25 10:00:37,181 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-pub-subnet 2018-11-25 10:00:39,840 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-name... 2018-11-25 10:00:39,841 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-name 2018-11-25 10:00:40,200 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b9e7763-92b6-4227-bd3c-f2b1c2c52974 2018-11-25 10:00:40,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b9e7763-92b6-4227-bd3c-f2b1c2c52974 2018-11-25 10:00:40,548 - neutron_utils - INFO - Retrieving security group with ID - 4b9e7763-92b6-4227-bd3c-f2b1c2c52974 2018-11-25 10:00:40,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b9e7763-92b6-4227-bd3c-f2b1c2c52974 2018-11-25 10:00:40,909 - neutron_utils - INFO - Retrieving security group with ID - 4b9e7763-92b6-4227-bd3c-f2b1c2c52974 2018-11-25 10:00:41,102 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b9e7763-92b6-4227-bd3c-f2b1c2c52974 2018-11-25 10:00:41,131 - neutron_utils - INFO - Retrieving security group with ID - 4b9e7763-92b6-4227-bd3c-f2b1c2c52974 2018-11-25 10:00:41,189 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b9e7763-92b6-4227-bd3c-f2b1c2c52974 2018-11-25 10:00:45,144 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-pub-net 2018-11-25 10:00:46,748 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-inst 2018-11-25 10:00:48,789 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-inst 2018-11-25 10:00:56,105 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:01:00,515 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:01:02,990 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-name not associated with the instance 619db1dd-bcd2-4a9f-aa4b-2a3099c0d321 (HTTP 404) (Request-ID: req-95ff2e32-b1e5-44e2-bd7a-90c423e084d0) 2018-11-25 10:01:04,952 - create_instance - INFO - Deleting Port with ID - fff08899-f43b-4041-aa8d-792bdd89da38 2018-11-25 10:01:04,952 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-port 2018-11-25 10:01:05,630 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-inst 2018-11-25 10:01:06,448 - create_instance - INFO - Checking deletion status 2018-11-25 10:01:13,060 - create_instance - INFO - VM is - DELETED 2018-11-25 10:01:13,060 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-inst 2018-11-25 10:01:13,061 - neutron_utils - INFO - Deleting security group rule with ID - d2866527-8236-4bc2-99d6-ae637e878655 2018-11-25 10:01:13,351 - neutron_utils - INFO - Deleting security group rule with ID - 9c15c750-ce18-4347-b4b8-999696478d86 2018-11-25 10:01:13,628 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-name 2018-11-25 10:01:14,000 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-pub-subnet 2018-11-25 10:01:14,000 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-pub-subnet 2018-11-25 10:01:16,348 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-pub-net 2018-11-25 10:01:18,450 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e28bdcee-b134-432e-b651-716b67b072a8-image 2018-11-25 10:01:19,977 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ebc9f692-9d10-425b-9482-3c32ca8fb8c0 2018-11-25 10:01:20,160 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:01:20,471 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-06601b98-d89f-433-proj 2018-11-25 10:01:20,827 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-06601b98-d89f-433-proj-role 2018-11-25 10:01:21,037 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-06601b98-d89f-433-user 2018-11-25 10:01:22,476 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-26c45037-f5c2-40d-proj 2018-11-25 10:01:23,542 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-26c45037-f5c2-40d-user 2018-11-25 10:01:23,764 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-26c45037-f5c2-40d-proj-role 2018-11-25 10:01:23,782 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-26c45037-f5c2-40d-proj-role to project CreateInstanceOnComputeHost-26c45037-f5c2-40d-proj 2018-11-25 10:01:24,588 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-priv-net 2018-11-25 10:01:25,711 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-priv-subnet 2018-11-25 10:01:29,921 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-image 2018-11-25 10:01:30,078 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-image 2018-11-25 10:01:33,906 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-priv-net 2018-11-25 10:01:35,648 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-25 10:01:38,010 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-25 10:01:45,378 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:01:51,637 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-priv-net 2018-11-25 10:01:53,414 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-25 10:01:55,791 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-25 10:02:03,326 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:02:06,310 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:02:08,257 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:02:09,795 - create_instance - INFO - Deleting Port with ID - fa8ca22f-a692-4d9f-b805-d6470202b4be 2018-11-25 10:02:09,795 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11eport-1 2018-11-25 10:02:10,228 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-25 10:02:10,382 - create_instance - INFO - Checking deletion status 2018-11-25 10:02:13,685 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-25 10:02:13,686 - create_instance - INFO - Deleting Port with ID - 3453e674-a9a6-486e-a691-954e4e56b541 2018-11-25 10:02:13,686 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11eport-2 2018-11-25 10:02:14,266 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-25 10:02:14,436 - create_instance - INFO - Checking deletion status 2018-11-25 10:02:17,732 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-25 10:02:17,790 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-priv-subnet 2018-11-25 10:02:17,791 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-priv-subnet 2018-11-25 10:02:20,013 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-priv-net 2018-11-25 10:02:21,456 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-d1ac4d38-c11e-4666-b8f0-197a9ea8b11e-image 2018-11-25 10:02:23,774 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-26c45037-f5c2-40d-proj 2018-11-25 10:02:24,012 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-26c45037-f5c2-40d-proj-role 2018-11-25 10:02:24,212 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-26c45037-f5c2-40d-user 2018-11-25 10:02:25,764 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-78bd1969-885d-499-proj 2018-11-25 10:02:26,776 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-78bd1969-885d-499-user 2018-11-25 10:02:26,967 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-78bd1969-885d-499-proj-role 2018-11-25 10:02:27,065 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-78bd1969-885d-499-proj-role to project CreateInstanceFromThreePartImage-78bd1969-885d-499-proj 2018-11-25 10:02:27,199 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-11-25 10:02:30,146 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3 2018-11-25 10:02:30,309 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3 2018-11-25 10:02:31,653 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-pub-net 2018-11-25 10:02:32,705 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-pub-subnet 2018-11-25 10:02:37,453 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-pub-net 2018-11-25 10:02:39,318 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-inst 2018-11-25 10:02:41,330 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-inst 2018-11-25 10:02:48,775 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:02:49,778 - create_instance - INFO - Deleting Port with ID - 14648db5-d3de-4569-88ee-a7a8412a2970 2018-11-25 10:02:49,778 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-port 2018-11-25 10:02:50,438 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-inst 2018-11-25 10:02:50,592 - create_instance - INFO - Checking deletion status 2018-11-25 10:02:53,889 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-inst 2018-11-25 10:02:53,933 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-pub-subnet 2018-11-25 10:02:53,934 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-pub-subnet 2018-11-25 10:02:56,276 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3-pub-net 2018-11-25 10:02:57,613 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-8504267e-64c1-40cf-b648-46d4e4bf64e3 2018-11-25 10:02:58,999 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2f8f990d-29af-4f20-ab91-3b1b77be696e 2018-11-25 10:02:59,181 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:02:59,691 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-78bd1969-885d-499-proj 2018-11-25 10:02:59,935 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-78bd1969-885d-499-proj-role 2018-11-25 10:03:00,154 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-78bd1969-885d-499-user 2018-11-25 10:03:01,578 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-eb5290c5-589f-4b2-proj 2018-11-25 10:03:02,692 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-eb5290c5-589f-4b2-user 2018-11-25 10:03:02,896 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-eb5290c5-589f-4b2-proj-role 2018-11-25 10:03:02,917 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-eb5290c5-589f-4b2-proj-role to project CreateInstanceVolumeTests-eb5290c5-589f-4b2-proj 2018-11-25 10:03:06,648 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-image 2018-11-25 10:03:06,801 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-image 2018-11-25 10:03:08,236 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-pub-net 2018-11-25 10:03:09,254 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-pub-subnet 2018-11-25 10:03:11,654 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-1 2018-11-25 10:03:15,080 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-1 2018-11-25 10:03:16,257 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-2 2018-11-25 10:03:16,456 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-2 2018-11-25 10:03:20,406 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-pub-net 2018-11-25 10:03:22,150 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-inst 2018-11-25 10:03:24,288 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-inst 2018-11-25 10:03:31,598 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:03:33,652 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:03:39,530 - create_instance - INFO - Deleting Port with ID - 9809eac0-c9d6-4abd-9e54-f66f81d703aa 2018-11-25 10:03:39,530 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-port 2018-11-25 10:03:45,230 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-inst 2018-11-25 10:03:45,382 - create_instance - INFO - Checking deletion status 2018-11-25 10:03:48,834 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-inst 2018-11-25 10:03:48,880 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-pub-subnet 2018-11-25 10:03:48,880 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-pub-subnet 2018-11-25 10:03:51,199 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-pub-net 2018-11-25 10:03:52,878 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-2 2018-11-25 10:03:56,515 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-2 2018-11-25 10:03:56,744 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-1 2018-11-25 10:03:57,720 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-1 2018-11-25 10:03:57,721 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-d6f44e91-b3f0-4300-87f0-3141ca55fded-image 2018-11-25 10:03:59,154 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 520dc50a-347c-4b91-8d42-f52e0f73af35 2018-11-25 10:03:59,331 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:03:59,717 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-eb5290c5-589f-4b2-proj 2018-11-25 10:03:59,988 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-eb5290c5-589f-4b2-proj-role 2018-11-25 10:04:00,195 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-eb5290c5-589f-4b2-user 2018-11-25 10:04:01,728 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-3bbe0878-3c26-4f3-proj 2018-11-25 10:04:02,793 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-3bbe0878-3c26-4f3-user 2018-11-25 10:04:03,009 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-3bbe0878-3c26-4f3-proj-role 2018-11-25 10:04:03,102 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-3bbe0878-3c26-4f3-proj-role to project CreateInstanceVolumeTests-3bbe0878-3c26-4f3-proj 2018-11-25 10:04:05,854 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-image 2018-11-25 10:04:05,873 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-image 2018-11-25 10:04:07,203 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-pub-net 2018-11-25 10:04:08,230 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-pub-subnet 2018-11-25 10:04:10,732 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-1 2018-11-25 10:04:10,940 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-1 2018-11-25 10:04:12,116 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-2 2018-11-25 10:04:15,522 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-2 2018-11-25 10:04:18,855 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-pub-net 2018-11-25 10:04:20,318 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-inst 2018-11-25 10:04:22,431 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-inst 2018-11-25 10:04:29,919 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:04:32,084 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:04:36,496 - create_instance - INFO - VM is - ACTIVE 2018-11-25 10:04:41,447 - create_instance - INFO - Deleting Port with ID - aaa1296f-79aa-483d-a6ea-cd79b3059754 2018-11-25 10:04:41,447 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-port 2018-11-25 10:04:51,312 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-inst 2018-11-25 10:04:51,694 - create_instance - INFO - Checking deletion status 2018-11-25 10:04:55,003 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-inst 2018-11-25 10:04:55,059 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-pub-subnet 2018-11-25 10:04:55,059 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-pub-subnet 2018-11-25 10:04:57,507 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-pub-net 2018-11-25 10:04:59,064 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-2 2018-11-25 10:05:02,766 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-2 2018-11-25 10:05:02,974 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-1 2018-11-25 10:05:06,626 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-1 2018-11-25 10:05:06,627 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-5ea5a26e-04fb-4450-88f0-5aa7c53b7745-image 2018-11-25 10:05:08,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08c69dec-87f2-4b90-851c-ebb73e5e8a3c 2018-11-25 10:05:08,474 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:05:08,813 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-3bbe0878-3c26-4f3-proj 2018-11-25 10:05:09,066 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-3bbe0878-3c26-4f3-proj-role 2018-11-25 10:05:09,254 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-3bbe0878-3c26-4f3-user 2018-11-25 10:05:10,760 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-9c52d314-317e-4ff-proj 2018-11-25 10:05:12,284 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-9c52d314-317e-4ff-proj 2018-11-25 10:05:12,437 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-9c52d314-317e-4ff-user 2018-11-25 10:05:12,632 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-9c52d314-317e-4ff-proj-role 2018-11-25 10:05:12,724 - keystone_utils - INFO - Granting role CreateStackSuccessTests-9c52d314-317e-4ff-proj-role to project CreateStackSuccessTests-9c52d314-317e-4ff-proj 2018-11-25 10:05:15,694 - create_image - INFO - Created image with name - CreateStackSuccessTests-82a0df35-59cb-40c2-bfac-32458362d297-image 2018-11-25 10:05:15,714 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-82a0df35-59cb-40c2-bfac-32458362d297-image 2018-11-25 10:05:21,327 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-82a0df35-59cb-40c2-bfac-32458362d297-stack 2018-11-25 10:05:34,453 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-82a0df35-59cb-40c2-bfac-32458362d297-stack 2018-11-25 10:05:49,339 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-82a0df35-59cb-40c2-bfac-32458362d297-stack 2018-11-25 10:05:49,686 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-82a0df35-59cb-40c2-bfac-32458362d297-image 2018-11-25 10:05:51,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 267de8b3-f1cf-49b8-87c4-f806f28da104 2018-11-25 10:05:51,585 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:05:51,944 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-9c52d314-317e-4ff-proj 2018-11-25 10:05:52,384 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-9c52d314-317e-4ff-proj-role 2018-11-25 10:05:52,585 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-9c52d314-317e-4ff-user 2018-11-25 10:05:54,015 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-8f149c00-766e-4c3-proj 2018-11-25 10:05:55,570 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-8f149c00-766e-4c3-proj 2018-11-25 10:05:55,635 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-8f149c00-766e-4c3-user 2018-11-25 10:05:55,835 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-8f149c00-766e-4c3-proj-role 2018-11-25 10:05:55,923 - keystone_utils - INFO - Granting role CreateStackSuccessTests-8f149c00-766e-4c3-proj-role to project CreateStackSuccessTests-8f149c00-766e-4c3-proj 2018-11-25 10:05:58,882 - create_image - INFO - Created image with name - CreateStackSuccessTests-b91ffbee-61c3-4f31-8a5d-e6d5d50f8f21-image 2018-11-25 10:05:59,062 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-b91ffbee-61c3-4f31-8a5d-e6d5d50f8f21-image 2018-11-25 10:06:03,227 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-b91ffbee-61c3-4f31-8a5d-e6d5d50f8f21-stack 2018-11-25 10:06:20,022 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-b91ffbee-61c3-4f31-8a5d-e6d5d50f8f21-stack 2018-11-25 10:06:22,011 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-b91ffbee-61c3-4f31-8a5d-e6d5d50f8f21-stack 2018-11-25 10:06:22,011 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-b91ffbee-61c3-4f31-8a5d-e6d5d50f8f21-stack 2018-11-25 10:06:22,012 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-b91ffbee-61c3-4f31-8a5d-e6d5d50f8f21-stack 2018-11-25 10:06:35,214 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-b91ffbee-61c3-4f31-8a5d-e6d5d50f8f21-stack 2018-11-25 10:06:35,451 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-b91ffbee-61c3-4f31-8a5d-e6d5d50f8f21-image 2018-11-25 10:06:37,664 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7acac5c2-8183-47dc-8f9d-5d22643c7ea6 2018-11-25 10:06:37,858 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:06:38,200 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-8f149c00-766e-4c3-proj 2018-11-25 10:06:38,467 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-8f149c00-766e-4c3-proj-role 2018-11-25 10:06:38,664 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-8f149c00-766e-4c3-user 2018-11-25 10:06:40,075 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-94c5a434-4476-41b-proj 2018-11-25 10:06:41,636 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-94c5a434-4476-41b-proj 2018-11-25 10:06:41,779 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-94c5a434-4476-41b-user 2018-11-25 10:06:41,913 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-94c5a434-4476-41b-proj-role 2018-11-25 10:06:41,934 - keystone_utils - INFO - Granting role CreateStackSuccessTests-94c5a434-4476-41b-proj-role to project CreateStackSuccessTests-94c5a434-4476-41b-proj 2018-11-25 10:06:44,718 - create_image - INFO - Created image with name - CreateStackSuccessTests-62557250-286e-457a-82f7-0f3f6fab5b60-image 2018-11-25 10:06:44,893 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-62557250-286e-457a-82f7-0f3f6fab5b60-image 2018-11-25 10:06:48,991 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-62557250-286e-457a-82f7-0f3f6fab5b60-stack 2018-11-25 10:06:48,991 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-11-25 10:06:50,107 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-11-25 10:06:50,107 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-62557250-286e-457a-82f7-0f3f6fab5b60-stack 2018-11-25 10:07:03,518 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-62557250-286e-457a-82f7-0f3f6fab5b60-stack 2018-11-25 10:07:03,889 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-62557250-286e-457a-82f7-0f3f6fab5b60-image 2018-11-25 10:07:05,492 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96a99825-e2df-4f1b-8632-d297e785ff30 2018-11-25 10:07:05,655 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:07:06,006 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-94c5a434-4476-41b-proj 2018-11-25 10:07:06,276 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-94c5a434-4476-41b-proj-role 2018-11-25 10:07:06,482 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-94c5a434-4476-41b-user 2018-11-25 10:07:07,943 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-68382c83-8a11-425-proj 2018-11-25 10:07:09,495 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-68382c83-8a11-425-proj 2018-11-25 10:07:09,634 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-68382c83-8a11-425-user 2018-11-25 10:07:09,835 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-68382c83-8a11-425-proj-role 2018-11-25 10:07:09,929 - keystone_utils - INFO - Granting role CreateStackSuccessTests-68382c83-8a11-425-proj-role to project CreateStackSuccessTests-68382c83-8a11-425-proj 2018-11-25 10:07:12,898 - create_image - INFO - Created image with name - CreateStackSuccessTests-cb8ab283-bc92-4d14-8b00-cd412940b1fa-image 2018-11-25 10:07:13,057 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-cb8ab283-bc92-4d14-8b00-cd412940b1fa-image 2018-11-25 10:07:17,263 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-cb8ab283-bc92-4d14-8b00-cd412940b1fa-stack 2018-11-25 10:07:33,732 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-cb8ab283-bc92-4d14-8b00-cd412940b1fa-stack 2018-11-25 10:07:34,843 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-cb8ab283-bc92-4d14-8b00-cd412940b1fa-stack 2018-11-25 10:07:48,144 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-cb8ab283-bc92-4d14-8b00-cd412940b1fa-stack 2018-11-25 10:07:48,491 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-cb8ab283-bc92-4d14-8b00-cd412940b1fa-image 2018-11-25 10:07:50,835 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f43313f3-da55-4c79-b8b2-1cad8b0816e4 2018-11-25 10:07:51,007 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:07:51,412 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-68382c83-8a11-425-proj 2018-11-25 10:07:51,767 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-68382c83-8a11-425-proj-role 2018-11-25 10:07:51,969 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-68382c83-8a11-425-user 2018-11-25 10:07:53,410 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-bf995b0b-3e04-4c3-proj 2018-11-25 10:07:54,905 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-bf995b0b-3e04-4c3-proj 2018-11-25 10:07:55,047 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-bf995b0b-3e04-4c3-user 2018-11-25 10:07:55,255 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-bf995b0b-3e04-4c3-proj-role 2018-11-25 10:07:55,345 - keystone_utils - INFO - Granting role CreateStackSuccessTests-bf995b0b-3e04-4c3-proj-role to project CreateStackSuccessTests-bf995b0b-3e04-4c3-proj 2018-11-25 10:07:58,205 - create_image - INFO - Created image with name - CreateStackSuccessTests-d99b405b-11cf-4172-8267-9bd09dff5f1a-image 2018-11-25 10:07:58,367 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-d99b405b-11cf-4172-8267-9bd09dff5f1a-image 2018-11-25 10:08:02,600 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d99b405b-11cf-4172-8267-9bd09dff5f1a-stack 2018-11-25 10:08:18,816 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-d99b405b-11cf-4172-8267-9bd09dff5f1a-stack 2018-11-25 10:08:20,445 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d99b405b-11cf-4172-8267-9bd09dff5f1a-stack 2018-11-25 10:08:20,808 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-d99b405b-11cf-4172-8267-9bd09dff5f1a-stack 2018-11-25 10:08:34,183 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-d99b405b-11cf-4172-8267-9bd09dff5f1a-stack 2018-11-25 10:08:34,912 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-d99b405b-11cf-4172-8267-9bd09dff5f1a-image 2018-11-25 10:08:36,957 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28dd927b-515d-4ed8-9ef1-2c2d4683fe3b 2018-11-25 10:08:37,118 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:08:37,501 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-bf995b0b-3e04-4c3-proj 2018-11-25 10:08:37,803 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-bf995b0b-3e04-4c3-proj-role 2018-11-25 10:08:38,010 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-bf995b0b-3e04-4c3-user 2018-11-25 10:08:39,452 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-bea1e606-2caf-442-proj 2018-11-25 10:08:41,073 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-bea1e606-2caf-442-proj 2018-11-25 10:08:41,203 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-bea1e606-2caf-442-user 2018-11-25 10:08:41,398 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-bea1e606-2caf-442-proj-role 2018-11-25 10:08:41,595 - keystone_utils - INFO - Granting role CreateStackSuccessTests-bea1e606-2caf-442-proj-role to project CreateStackSuccessTests-bea1e606-2caf-442-proj 2018-11-25 10:08:44,563 - create_image - INFO - Created image with name - CreateStackSuccessTests-c0f36dc1-93ef-4393-977f-cc1f1a66de56-image 2018-11-25 10:08:44,737 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-c0f36dc1-93ef-4393-977f-cc1f1a66de56-image 2018-11-25 10:08:48,946 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-c0f36dc1-93ef-4393-977f-cc1f1a66de56-stack 2018-11-25 10:09:05,578 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-c0f36dc1-93ef-4393-977f-cc1f1a66de56-stack 2018-11-25 10:09:09,102 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-c0f36dc1-93ef-4393-977f-cc1f1a66de56-stack 2018-11-25 10:09:19,014 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-c0f36dc1-93ef-4393-977f-cc1f1a66de56-stack 2018-11-25 10:09:19,366 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-c0f36dc1-93ef-4393-977f-cc1f1a66de56-image 2018-11-25 10:09:21,423 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3de28a7b-75d9-416f-8975-85faa57da96e 2018-11-25 10:09:21,604 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:09:21,952 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-bea1e606-2caf-442-proj 2018-11-25 10:09:22,204 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-bea1e606-2caf-442-proj-role 2018-11-25 10:09:22,482 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-bea1e606-2caf-442-user 2018-11-25 10:09:23,817 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-2d3b6428-25b5-454-proj 2018-11-25 10:09:25,488 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-2d3b6428-25b5-454-proj 2018-11-25 10:09:25,635 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-2d3b6428-25b5-454-user 2018-11-25 10:09:25,836 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-2d3b6428-25b5-454-proj-role 2018-11-25 10:09:25,922 - keystone_utils - INFO - Granting role CreateStackSuccessTests-2d3b6428-25b5-454-proj-role to project CreateStackSuccessTests-2d3b6428-25b5-454-proj 2018-11-25 10:09:28,862 - create_image - INFO - Created image with name - CreateStackSuccessTests-a57168be-ed4a-4dcf-943b-47e8f5f5637e-image 2018-11-25 10:09:29,036 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a57168be-ed4a-4dcf-943b-47e8f5f5637e-image 2018-11-25 10:09:32,905 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a57168be-ed4a-4dcf-943b-47e8f5f5637e-stack 2018-11-25 10:09:50,432 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-a57168be-ed4a-4dcf-943b-47e8f5f5637e-stack 2018-11-25 10:09:56,249 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-a57168be-ed4a-4dcf-943b-47e8f5f5637e-inst 2018-11-25 10:10:04,153 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a57168be-ed4a-4dcf-943b-47e8f5f5637e-stack 2018-11-25 10:10:20,343 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-a57168be-ed4a-4dcf-943b-47e8f5f5637e-stack 2018-11-25 10:10:20,545 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a57168be-ed4a-4dcf-943b-47e8f5f5637e-image 2018-11-25 10:10:23,097 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8a70479-b5c7-4e9e-b439-9585caaec2bf 2018-11-25 10:10:23,269 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:10:23,617 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-2d3b6428-25b5-454-proj 2018-11-25 10:10:23,934 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-2d3b6428-25b5-454-proj-role 2018-11-25 10:10:24,145 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-2d3b6428-25b5-454-user 2018-11-25 10:10:25,590 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-16e64acf-a35e-4b6-proj 2018-11-25 10:10:27,209 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-16e64acf-a35e-4b6-proj 2018-11-25 10:10:27,792 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-16e64acf-a35e-4b6-proj 2018-11-25 10:10:27,929 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-16e64acf-a35e-4b6-user 2018-11-25 10:10:28,051 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-16e64acf-a35e-4b6-proj-role 2018-11-25 10:10:28,142 - keystone_utils - INFO - Granting role CreateStackVolumeTests-16e64acf-a35e-4b6-proj-role to project CreateStackVolumeTests-16e64acf-a35e-4b6-proj 2018-11-25 10:10:30,966 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-fd9f7388-4f65-4ec2-ba6c-a080940eff70-stack 2018-11-25 10:10:34,411 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-fd9f7388-4f65-4ec2-ba6c-a080940eff70-stack 2018-11-25 10:10:35,813 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-fd9f7388-4f65-4ec2-ba6c-a080940eff70-stack 2018-11-25 10:10:39,310 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-fd9f7388-4f65-4ec2-ba6c-a080940eff70-stack 2018-11-25 10:10:40,078 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-16e64acf-a35e-4b6-proj 2018-11-25 10:10:40,318 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-16e64acf-a35e-4b6-proj-role 2018-11-25 10:10:40,517 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-16e64acf-a35e-4b6-user 2018-11-25 10:10:41,931 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-1221eae5-715b-4db-proj 2018-11-25 10:10:43,475 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-1221eae5-715b-4db-proj 2018-11-25 10:10:43,910 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-1221eae5-715b-4db-proj 2018-11-25 10:10:44,029 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-1221eae5-715b-4db-user 2018-11-25 10:10:44,224 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-1221eae5-715b-4db-proj-role 2018-11-25 10:10:44,318 - keystone_utils - INFO - Granting role CreateStackVolumeTests-1221eae5-715b-4db-proj-role to project CreateStackVolumeTests-1221eae5-715b-4db-proj 2018-11-25 10:10:46,861 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-f7d8b6e1-d171-4f8f-9848-a6e3923896cc-stack 2018-11-25 10:10:50,604 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-f7d8b6e1-d171-4f8f-9848-a6e3923896cc-stack 2018-11-25 10:10:52,534 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-f7d8b6e1-d171-4f8f-9848-a6e3923896cc-stack 2018-11-25 10:10:56,518 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-f7d8b6e1-d171-4f8f-9848-a6e3923896cc-stack 2018-11-25 10:10:57,196 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-1221eae5-715b-4db-proj 2018-11-25 10:10:57,401 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-1221eae5-715b-4db-proj-role 2018-11-25 10:10:57,604 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-1221eae5-715b-4db-user 2018-11-25 10:10:59,003 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-49003490-4c73-410-proj 2018-11-25 10:11:00,452 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-49003490-4c73-410-proj 2018-11-25 10:11:00,928 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-49003490-4c73-410-proj 2018-11-25 10:11:01,053 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-49003490-4c73-410-user 2018-11-25 10:11:01,171 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-49003490-4c73-410-proj-role 2018-11-25 10:11:01,267 - keystone_utils - INFO - Granting role CreateStackFlavorTests-49003490-4c73-410-proj-role to project CreateStackFlavorTests-49003490-4c73-410-proj 2018-11-25 10:11:03,987 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-7fa63798-6a5f-4068-854e-4a7836c55877-stack 2018-11-25 10:11:04,205 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-7fa63798-6a5f-4068-854e-4a7836c55877-stack 2018-11-25 10:11:05,279 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-7fa63798-6a5f-4068-854e-4a7836c55877-stack-flavor-y6jbcgppwcmv 2018-11-25 10:11:05,279 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-7fa63798-6a5f-4068-854e-4a7836c55877-stack 2018-11-25 10:11:08,695 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-7fa63798-6a5f-4068-854e-4a7836c55877-stack 2018-11-25 10:11:09,529 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-49003490-4c73-410-proj 2018-11-25 10:11:09,779 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-49003490-4c73-410-proj-role 2018-11-25 10:11:09,976 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-49003490-4c73-410-user 2018-11-25 10:11:11,368 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-8bff4178-e96b-483-proj 2018-11-25 10:11:12,821 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-8bff4178-e96b-483-proj 2018-11-25 10:11:12,886 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-8bff4178-e96b-483-user 2018-11-25 10:11:13,075 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-8bff4178-e96b-483-proj-role 2018-11-25 10:11:13,168 - keystone_utils - INFO - Granting role CreateStackKeypairTests-8bff4178-e96b-483-proj-role to project CreateStackKeypairTests-8bff4178-e96b-483-proj 2018-11-25 10:11:15,847 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-2edaf8ad-7438-4000-88f0-3c90c0426315-stack 2018-11-25 10:11:16,305 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-2edaf8ad-7438-4000-88f0-3c90c0426315-stack 2018-11-25 10:11:18,184 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-2edaf8ad-7438-4000-88f0-3c90c0426315-stack 2018-11-25 10:11:21,862 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-2edaf8ad-7438-4000-88f0-3c90c0426315-stack 2018-11-25 10:11:22,758 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-8bff4178-e96b-483-proj 2018-11-25 10:11:22,993 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-8bff4178-e96b-483-proj-role 2018-11-25 10:11:23,217 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-8bff4178-e96b-483-user 2018-11-25 10:11:24,590 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-041aac41-cba1-450-proj 2018-11-25 10:11:26,230 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-041aac41-cba1-450-proj 2018-11-25 10:11:26,352 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-041aac41-cba1-450-user 2018-11-25 10:11:26,548 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-041aac41-cba1-450-proj-role 2018-11-25 10:11:26,629 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-041aac41-cba1-450-proj-role to project CreateStackSecurityGroupTests-041aac41-cba1-450-proj 2018-11-25 10:11:29,055 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-da7c3774-acf8-4507-b143-c0aa82f5c7b0-stack 2018-11-25 10:11:32,660 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-da7c3774-acf8-4507-b143-c0aa82f5c7b0-stack 2018-11-25 10:11:33,022 - neutron_utils - INFO - Retrieving security group with ID - 07389f3b-13bb-4f3b-b882-271302f1ad06 2018-11-25 10:11:33,072 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 07389f3b-13bb-4f3b-b882-271302f1ad06 2018-11-25 10:11:33,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 07389f3b-13bb-4f3b-b882-271302f1ad06 2018-11-25 10:11:34,279 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 07389f3b-13bb-4f3b-b882-271302f1ad06 2018-11-25 10:11:34,459 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 07389f3b-13bb-4f3b-b882-271302f1ad06 2018-11-25 10:11:34,638 - neutron_utils - INFO - Retrieving security group with ID - 07389f3b-13bb-4f3b-b882-271302f1ad06 2018-11-25 10:11:34,847 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 07389f3b-13bb-4f3b-b882-271302f1ad06 2018-11-25 10:11:35,025 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-da7c3774-acf8-4507-b143-c0aa82f5c7b0-stack 2018-11-25 10:11:38,686 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-da7c3774-acf8-4507-b143-c0aa82f5c7b0-stack 2018-11-25 10:11:39,213 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3a87d0cf-b9f9-41eb-b573-426d3d23a971 2018-11-25 10:11:39,385 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:11:39,702 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-041aac41-cba1-450-proj 2018-11-25 10:11:40,001 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-041aac41-cba1-450-proj-role 2018-11-25 10:11:40,221 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-041aac41-cba1-450-user 2018-11-25 10:11:41,651 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-47a538c1-1be6-4c8-proj 2018-11-25 10:11:43,116 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-47a538c1-1be6-4c8-proj 2018-11-25 10:11:43,317 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-47a538c1-1be6-4c8-user 2018-11-25 10:11:43,530 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-47a538c1-1be6-4c8-proj-role 2018-11-25 10:11:43,616 - keystone_utils - INFO - Granting role CreateStackNegativeTests-47a538c1-1be6-4c8-proj-role to project CreateStackNegativeTests-47a538c1-1be6-4c8-proj 2018-11-25 10:11:44,883 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-47a538c1-1be6-4c8-proj 2018-11-25 10:11:45,029 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-47a538c1-1be6-4c8-proj-role 2018-11-25 10:11:45,225 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-47a538c1-1be6-4c8-user 2018-11-25 10:11:46,572 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-b155752a-eea7-4f5-proj 2018-11-25 10:11:48,039 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-b155752a-eea7-4f5-proj 2018-11-25 10:11:48,173 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-b155752a-eea7-4f5-user 2018-11-25 10:11:48,368 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-b155752a-eea7-4f5-proj-role 2018-11-25 10:11:48,465 - keystone_utils - INFO - Granting role CreateStackNegativeTests-b155752a-eea7-4f5-proj-role to project CreateStackNegativeTests-b155752a-eea7-4f5-proj 2018-11-25 10:11:50,173 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-b155752a-eea7-4f5-proj 2018-11-25 10:11:50,389 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-b155752a-eea7-4f5-proj-role 2018-11-25 10:11:50,582 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-b155752a-eea7-4f5-user 2018-11-25 10:11:52,074 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-260be682-bec1-4d7-proj 2018-11-25 10:11:53,141 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-260be682-bec1-4d7-user 2018-11-25 10:11:53,338 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-260be682-bec1-4d7-proj-role 2018-11-25 10:11:53,431 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-260be682-bec1-4d7-proj-role to project CreateInstanceSingleNetworkTests-260be682-bec1-4d7-proj 2018-11-25 10:11:55,624 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-eb962719-d9b6-451f-a1f0-b75e06cfdab6-image 2018-11-25 10:11:55,642 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-eb962719-d9b6-451f-a1f0-b75e06cfdab6-image 2018-11-25 10:11:56,349 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-eb962719-d9b6-451f-a1f0-b75e06cfdab6-pub-net 2018-11-25 10:11:57,346 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-eb962719-d9b6-451f-a1f0-b75e06cfdab6-pub-subnet 2018-11-25 10:12:00,016 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-eb962719-d9b6-451f-a1f0-b75e06cfdab6-pub-router 2018-11-25 10:12:01,014 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-eb962719-d9b6-451f-a1f0-b75e06cfdab6-pub-subnet 2018-11-25 10:12:01,014 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-eb962719-d9b6-451f-a1f0-b75e06cfdab6-pub-subnet 2018-11-25 10:12:03,407 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-eb962719-d9b6-451f-a1f0-b75e06cfdab6-pub-net 2018-11-25 10:12:04,814 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-eb962719-d9b6-451f-a1f0-b75e06cfdab6-image 2018-11-25 10:12:05,973 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 645d4e82-3c4e-49ba-991d-9a6f59e3ddfa 2018-11-25 10:12:06,142 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:12:06,460 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-260be682-bec1-4d7-proj 2018-11-25 10:12:06,677 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-260be682-bec1-4d7-proj-role 2018-11-25 10:12:06,876 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-260be682-bec1-4d7-user 2018-11-25 10:12:08,302 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-c6c52292-5ae6-461-proj 2018-11-25 10:12:09,278 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-c6c52292-5ae6-461-user 2018-11-25 10:12:09,494 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-c6c52292-5ae6-461-proj-role 2018-11-25 10:12:09,576 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-c6c52292-5ae6-461-proj-role to project CreateInstanceSingleNetworkTests-c6c52292-5ae6-461-proj 2018-11-25 10:12:12,499 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-7392a928-1801-45df-8173-59723e428cb3-image 2018-11-25 10:12:12,663 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-7392a928-1801-45df-8173-59723e428cb3-image 2018-11-25 10:12:13,231 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-7392a928-1801-45df-8173-59723e428cb3-pub-net 2018-11-25 10:12:14,450 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-7392a928-1801-45df-8173-59723e428cb3-pub-subnet 2018-11-25 10:12:17,149 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-7392a928-1801-45df-8173-59723e428cb3-pub-router 2018-11-25 10:12:18,086 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-7392a928-1801-45df-8173-59723e428cb3-pub-subnet 2018-11-25 10:12:18,086 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-7392a928-1801-45df-8173-59723e428cb3-pub-subnet 2018-11-25 10:12:20,534 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-7392a928-1801-45df-8173-59723e428cb3-pub-net 2018-11-25 10:12:21,922 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-7392a928-1801-45df-8173-59723e428cb3-image 2018-11-25 10:12:23,677 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e30bd02-2381-4eec-8716-53ff9995a2d7 2018-11-25 10:12:23,854 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:12:24,306 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-c6c52292-5ae6-461-proj 2018-11-25 10:12:24,546 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-c6c52292-5ae6-461-proj-role 2018-11-25 10:12:24,734 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-c6c52292-5ae6-461-user 2018-11-25 10:12:26,176 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-3a6866eb-33cf-4d0-proj 2018-11-25 10:12:27,219 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-3a6866eb-33cf-4d0-user 2018-11-25 10:12:27,410 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-3a6866eb-33cf-4d0-proj-role 2018-11-25 10:12:27,502 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-3a6866eb-33cf-4d0-proj-role to project CreateInstanceSingleNetworkTests-3a6866eb-33cf-4d0-proj 2018-11-25 10:12:30,158 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-af8b2e84-270f-4050-8a3d-ced3b911fa56-image 2018-11-25 10:12:30,317 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-af8b2e84-270f-4050-8a3d-ced3b911fa56-image 2018-11-25 10:12:30,877 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-af8b2e84-270f-4050-8a3d-ced3b911fa56-pub-net 2018-11-25 10:12:31,899 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-af8b2e84-270f-4050-8a3d-ced3b911fa56-pub-subnet 2018-11-25 10:12:34,688 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-af8b2e84-270f-4050-8a3d-ced3b911fa56-pub-router 2018-11-25 10:12:35,727 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-af8b2e84-270f-4050-8a3d-ced3b911fa56-pub-subnet 2018-11-25 10:12:35,728 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-af8b2e84-270f-4050-8a3d-ced3b911fa56-pub-subnet 2018-11-25 10:12:38,213 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-af8b2e84-270f-4050-8a3d-ced3b911fa56-pub-net 2018-11-25 10:12:39,665 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-af8b2e84-270f-4050-8a3d-ced3b911fa56-image 2018-11-25 10:12:41,204 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09d414c4-3dbe-405d-bff5-394c06346fe0 2018-11-25 10:12:41,373 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:12:41,770 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-3a6866eb-33cf-4d0-proj 2018-11-25 10:12:42,096 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-3a6866eb-33cf-4d0-proj-role 2018-11-25 10:12:42,302 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-3a6866eb-33cf-4d0-user 2018-11-25 10:12:43,752 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-49870274-f0c9-431-proj 2018-11-25 10:12:44,824 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-49870274-f0c9-431-user 2018-11-25 10:12:45,037 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-49870274-f0c9-431-proj-role 2018-11-25 10:12:45,128 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-49870274-f0c9-431-proj-role to project CreateInstanceSingleNetworkTests-49870274-f0c9-431-proj 2018-11-25 10:12:47,642 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-39810e43-e427-472f-8847-847d24fdcbb3-image 2018-11-25 10:12:47,797 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-39810e43-e427-472f-8847-847d24fdcbb3-image 2018-11-25 10:12:48,373 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-39810e43-e427-472f-8847-847d24fdcbb3-pub-net 2018-11-25 10:12:49,682 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-39810e43-e427-472f-8847-847d24fdcbb3-pub-subnet 2018-11-25 10:12:52,380 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-39810e43-e427-472f-8847-847d24fdcbb3-pub-router 2018-11-25 10:12:53,559 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-39810e43-e427-472f-8847-847d24fdcbb3-pub-subnet 2018-11-25 10:12:53,559 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-39810e43-e427-472f-8847-847d24fdcbb3-pub-subnet 2018-11-25 10:12:55,987 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-39810e43-e427-472f-8847-847d24fdcbb3-pub-net 2018-11-25 10:12:57,313 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-39810e43-e427-472f-8847-847d24fdcbb3-image 2018-11-25 10:12:59,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cc908708-8636-4910-9201-02104ae9c827 2018-11-25 10:12:59,243 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:12:59,578 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-49870274-f0c9-431-proj 2018-11-25 10:12:59,832 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-49870274-f0c9-431-proj-role 2018-11-25 10:13:00,062 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-49870274-f0c9-431-user 2018-11-25 10:13:01,470 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-f6e2397b-4812-4bf-proj 2018-11-25 10:13:02,602 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-f6e2397b-4812-4bf-user 2018-11-25 10:13:02,800 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-f6e2397b-4812-4bf-proj-role 2018-11-25 10:13:02,885 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-f6e2397b-4812-4bf-proj-role to project CreateInstanceSingleNetworkTests-f6e2397b-4812-4bf-proj 2018-11-25 10:13:06,149 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-6c093b03-5cbb-4e31-8997-8a9a15e005d5-image 2018-11-25 10:13:06,300 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-6c093b03-5cbb-4e31-8997-8a9a15e005d5-image 2018-11-25 10:13:06,964 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-6c093b03-5cbb-4e31-8997-8a9a15e005d5-pub-net 2018-11-25 10:13:08,166 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-6c093b03-5cbb-4e31-8997-8a9a15e005d5-pub-subnet 2018-11-25 10:13:11,128 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-6c093b03-5cbb-4e31-8997-8a9a15e005d5-pub-router 2018-11-25 10:13:12,026 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-6c093b03-5cbb-4e31-8997-8a9a15e005d5-pub-subnet 2018-11-25 10:13:12,026 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-6c093b03-5cbb-4e31-8997-8a9a15e005d5-pub-subnet 2018-11-25 10:13:14,512 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-6c093b03-5cbb-4e31-8997-8a9a15e005d5-pub-net 2018-11-25 10:13:15,813 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-6c093b03-5cbb-4e31-8997-8a9a15e005d5-image 2018-11-25 10:13:17,551 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f0ad7fba-cc78-4e92-b66f-12be2f3e9238 2018-11-25 10:13:17,736 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:13:18,028 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-f6e2397b-4812-4bf-proj 2018-11-25 10:13:18,282 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-f6e2397b-4812-4bf-proj-role 2018-11-25 10:13:18,492 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-f6e2397b-4812-4bf-user 2018-11-25 10:13:19,883 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-1ba7abc4-f991-4e6-proj 2018-11-25 10:13:20,955 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-1ba7abc4-f991-4e6-user 2018-11-25 10:13:21,140 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-1ba7abc4-f991-4e6-proj-role 2018-11-25 10:13:21,232 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-1ba7abc4-f991-4e6-proj-role to project CreateInstanceSingleNetworkTests-1ba7abc4-f991-4e6-proj 2018-11-25 10:13:24,103 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-918d3165-7318-4681-8fa9-8976ea6a8015-image 2018-11-25 10:13:24,262 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-918d3165-7318-4681-8fa9-8976ea6a8015-image 2018-11-25 10:13:24,871 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-918d3165-7318-4681-8fa9-8976ea6a8015-pub-net 2018-11-25 10:13:26,090 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-918d3165-7318-4681-8fa9-8976ea6a8015-pub-subnet 2018-11-25 10:13:29,006 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-918d3165-7318-4681-8fa9-8976ea6a8015-pub-router 2018-11-25 10:13:30,056 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-918d3165-7318-4681-8fa9-8976ea6a8015-pub-subnet 2018-11-25 10:13:30,056 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-918d3165-7318-4681-8fa9-8976ea6a8015-pub-subnet 2018-11-25 10:13:32,324 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-918d3165-7318-4681-8fa9-8976ea6a8015-pub-net 2018-11-25 10:13:33,606 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-918d3165-7318-4681-8fa9-8976ea6a8015-image 2018-11-25 10:13:35,135 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 181811f2-7005-44a3-aa13-89135ae1ccd5 2018-11-25 10:13:35,305 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:13:35,620 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-1ba7abc4-f991-4e6-proj 2018-11-25 10:13:35,959 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-1ba7abc4-f991-4e6-proj-role 2018-11-25 10:13:36,169 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-1ba7abc4-f991-4e6-user 2018-11-25 10:13:37,572 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-7f46da77-0f7b-4dd-proj 2018-11-25 10:13:38,693 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-7f46da77-0f7b-4dd-user 2018-11-25 10:13:38,890 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-7f46da77-0f7b-4dd-proj-role 2018-11-25 10:13:38,979 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-7f46da77-0f7b-4dd-proj-role to project CreateInstanceSingleNetworkTests-7f46da77-0f7b-4dd-proj 2018-11-25 10:13:41,723 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-018c41cd-4fe6-46ea-b57c-cd3560e25953-image 2018-11-25 10:13:41,898 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-018c41cd-4fe6-46ea-b57c-cd3560e25953-image 2018-11-25 10:13:42,462 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-018c41cd-4fe6-46ea-b57c-cd3560e25953-pub-net 2018-11-25 10:13:43,445 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-018c41cd-4fe6-46ea-b57c-cd3560e25953-pub-subnet 2018-11-25 10:13:46,386 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-018c41cd-4fe6-46ea-b57c-cd3560e25953-pub-router 2018-11-25 10:13:47,308 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-018c41cd-4fe6-46ea-b57c-cd3560e25953-pub-subnet 2018-11-25 10:13:47,308 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-018c41cd-4fe6-46ea-b57c-cd3560e25953-pub-subnet 2018-11-25 10:13:49,546 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-018c41cd-4fe6-46ea-b57c-cd3560e25953-pub-net 2018-11-25 10:13:51,239 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-018c41cd-4fe6-46ea-b57c-cd3560e25953-image 2018-11-25 10:13:53,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc23c5b0-0e21-4796-bab7-27c129cc6f5b 2018-11-25 10:13:53,405 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:13:53,731 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-7f46da77-0f7b-4dd-proj 2018-11-25 10:13:53,989 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-7f46da77-0f7b-4dd-proj-role 2018-11-25 10:13:54,207 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-7f46da77-0f7b-4dd-user 2018-11-25 10:13:55,638 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-f7751cbe-0bec-494-proj 2018-11-25 10:13:57,239 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-f7751cbe-0bec-494-proj 2018-11-25 10:13:57,812 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-f7751cbe-0bec-494-proj 2018-11-25 10:13:57,947 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-f7751cbe-0bec-494-user 2018-11-25 10:13:58,081 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-f7751cbe-0bec-494-proj-role 2018-11-25 10:13:58,177 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-f7751cbe-0bec-494-proj-role to project CreateStackFloatingIpTests-f7751cbe-0bec-494-proj 2018-11-25 10:14:01,666 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-8f1736b1-6171-4987-97ba-496e548ec20f-image 2018-11-25 10:14:01,835 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-8f1736b1-6171-4987-97ba-496e548ec20f-image 2018-11-25 10:14:06,395 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8f1736b1-6171-4987-97ba-496e548ec20f-stack 2018-11-25 10:14:13,892 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-8f1736b1-6171-4987-97ba-496e548ec20f-stack failed 2018-11-25 10:14:13,892 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:13,892 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:13,892 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:13,892 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 5c9b0ac2-19de-49fd-9d11-79e1dddc84a4. Neutron server returns request_ids: ['req-b56798ee-bd67-4cd0-ae53-16eed70bf1c7']] 2018-11-25 10:14:13,892 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:13,892 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:13,892 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:13,921 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8f1736b1-6171-4987-97ba-496e548ec20f-stack 2018-11-25 10:14:27,269 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8f1736b1-6171-4987-97ba-496e548ec20f-stack 2018-11-25 10:14:27,629 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-8f1736b1-6171-4987-97ba-496e548ec20f-image 2018-11-25 10:14:29,197 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ff831ee-6541-44b8-a618-ec73a0e2079d 2018-11-25 10:14:29,371 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:14:29,726 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-f7751cbe-0bec-494-proj 2018-11-25 10:14:30,061 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-f7751cbe-0bec-494-proj-role 2018-11-25 10:14:30,269 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-f7751cbe-0bec-494-user 2018-11-25 10:14:31,596 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-2e6b4336-4cee-45d-proj 2018-11-25 10:14:33,119 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-2e6b4336-4cee-45d-proj 2018-11-25 10:14:33,556 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-2e6b4336-4cee-45d-proj 2018-11-25 10:14:33,688 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-2e6b4336-4cee-45d-user 2018-11-25 10:14:33,895 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-2e6b4336-4cee-45d-proj-role 2018-11-25 10:14:33,986 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-2e6b4336-4cee-45d-proj-role to project CreateStackFloatingIpTests-2e6b4336-4cee-45d-proj 2018-11-25 10:14:36,842 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-671a1b22-e3c4-4394-85ab-6c825b9cbe37-image 2018-11-25 10:14:37,007 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-671a1b22-e3c4-4394-85ab-6c825b9cbe37-image 2018-11-25 10:14:41,272 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-671a1b22-e3c4-4394-85ab-6c825b9cbe37-stack 2018-11-25 10:14:49,072 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-671a1b22-e3c4-4394-85ab-6c825b9cbe37-stack failed 2018-11-25 10:14:49,072 - create_stack - ERROR - Resource: [flavor2] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:49,072 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:49,072 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:49,072 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:49,072 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 5c9b0ac2-19de-49fd-9d11-79e1dddc84a4. Neutron server returns request_ids: ['req-45f41ef3-1b6a-47f1-8216-fb2dea7c811e']] 2018-11-25 10:14:49,073 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:49,073 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:49,073 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-11-25 10:14:49,073 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-671a1b22-e3c4-4394-85ab-6c825b9cbe37-stack 2018-11-25 10:15:02,103 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-671a1b22-e3c4-4394-85ab-6c825b9cbe37-stack 2018-11-25 10:15:02,157 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-671a1b22-e3c4-4394-85ab-6c825b9cbe37-image 2018-11-25 10:15:03,455 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5435bcf-99cf-4a99-8c76-4434fe9686be 2018-11-25 10:15:03,633 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:15:03,944 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-2e6b4336-4cee-45d-proj 2018-11-25 10:15:04,276 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-2e6b4336-4cee-45d-proj-role 2018-11-25 10:15:04,521 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-2e6b4336-4cee-45d-user 2018-11-25 10:15:05,992 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-1f315c8c-4570-425-proj 2018-11-25 10:15:07,183 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-1f315c8c-4570-425-user 2018-11-25 10:15:07,398 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-1f315c8c-4570-425-proj-role 2018-11-25 10:15:07,484 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-1f315c8c-4570-425-proj-role to project AnsibleProvisioningTests-1f315c8c-4570-425-proj 2018-11-25 10:15:14,732 - create_image - INFO - Created image with name - AnsibleProvisioningTests-0d71b138-09ae-429e-93c2-5586616c94bc--image 2018-11-25 10:15:14,891 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-0d71b138-09ae-429e-93c2-5586616c94bc--image 2018-11-25 10:15:15,530 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-0d71b138-09ae-429e-93c2-5586616c94bc-pub-net 2018-11-25 10:15:16,617 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-0d71b138-09ae-429e-93c2-5586616c94bc-pub-subnet 2018-11-25 10:15:19,332 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-0d71b138-09ae-429e-93c2-5586616c94bc-pub-router 2018-11-25 10:15:20,439 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-0d71b138-09ae-429e-93c2-5586616c94bc-pub-subnet 2018-11-25 10:15:20,440 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-0d71b138-09ae-429e-93c2-5586616c94bc-pub-subnet 2018-11-25 10:15:22,782 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-0d71b138-09ae-429e-93c2-5586616c94bc-pub-net 2018-11-25 10:15:24,605 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-0d71b138-09ae-429e-93c2-5586616c94bc--image 2018-11-25 10:15:26,860 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f0d13928-94f9-45ac-9efa-aad1315198e4 2018-11-25 10:15:27,049 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:15:27,389 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-1f315c8c-4570-425-proj 2018-11-25 10:15:27,629 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-1f315c8c-4570-425-proj-role 2018-11-25 10:15:27,835 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-1f315c8c-4570-425-user 2018-11-25 10:15:29,255 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-35b15e13-6700-423-proj 2018-11-25 10:15:30,315 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-35b15e13-6700-423-user 2018-11-25 10:15:30,506 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-35b15e13-6700-423-proj-role 2018-11-25 10:15:30,526 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-35b15e13-6700-423-proj-role to project AnsibleProvisioningTests-35b15e13-6700-423-proj 2018-11-25 10:15:38,544 - create_image - INFO - Created image with name - AnsibleProvisioningTests-b64ed999-9b30-45b5-82f1-035c20d89f65--image 2018-11-25 10:15:38,704 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-b64ed999-9b30-45b5-82f1-035c20d89f65--image 2018-11-25 10:15:39,339 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-b64ed999-9b30-45b5-82f1-035c20d89f65-pub-net 2018-11-25 10:15:40,410 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-b64ed999-9b30-45b5-82f1-035c20d89f65-pub-subnet 2018-11-25 10:15:43,131 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-b64ed999-9b30-45b5-82f1-035c20d89f65-pub-router 2018-11-25 10:15:44,158 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b64ed999-9b30-45b5-82f1-035c20d89f65-pub-subnet 2018-11-25 10:15:44,158 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b64ed999-9b30-45b5-82f1-035c20d89f65-pub-subnet 2018-11-25 10:15:46,453 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-b64ed999-9b30-45b5-82f1-035c20d89f65-pub-net 2018-11-25 10:15:47,705 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-b64ed999-9b30-45b5-82f1-035c20d89f65--image 2018-11-25 10:15:50,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 743494f0-513d-4b10-9db2-2bed5fd93c17 2018-11-25 10:15:50,420 - neutron_utils - INFO - Deleting security group with name - default 2018-11-25 10:15:50,741 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-35b15e13-6700-423-proj 2018-11-25 10:15:51,012 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-35b15e13-6700-423-proj-role 2018-11-25 10:15:51,214 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-35b15e13-6700-423-user 2018-11-25 10:15:51,544 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 10:15:51,545 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 39:40 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-11-25 10:15:53,357 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-11-25 10:15:53,412 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-11-25 10:15:54,998 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 10:15:56,796 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 10:15:59,346 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-25 10:15:58.928 11415 INFO rally.deployment.engine [-] Deployment 4738b18a-9691-461b-b330-34a24ed1025d | Starting: Destroy cloud and free allocated resources. 2018-11-25 10:15:59.005 11415 INFO rally.deployment.engine [-] Deployment 4738b18a-9691-461b-b330-34a24ed1025d | Completed: Destroy cloud and free allocated resources. 2018-11-25 10:15:59.062 11415 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac) for deployment 'opnfv-rally'. 2018-11-25 10:15:59.094 11415 INFO rally.api [-] Deleting verification (UUID=4eaac018-b1a5-4180-bb74-cca968f5718f). 2018-11-25 10:15:59.143 11415 INFO rally.api [-] Verification has been successfully deleted! 2018-11-25 10:15:59.143 11415 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac). 2018-11-25 10:15:59.149 11415 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-25 10:16:01,854 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 10:16:01.564 11418 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e2657418-a061-4def-a2f2-5961c33e9021) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e2657418-a061-4def-a2f2-5961c33e9021 | 2018-11-25T10:16:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e2657418-a061-4def-a2f2-5961c33e9021 ~/.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-11-25 10:16:05,174 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2018-11-25 10:16:05,174 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 10:16:07,549 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-25 10:16:07.309 11424 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac). 2018-11-25 10:16:07.423 11424 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-25 10:16:11,748 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 10:16:09.635 11427 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 10:16:09.760 11427 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 10:16:11.544 11427 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=31f12770-45f4-45a3-9df6-6c755f240343) has been successfully created! Using verifier 'opnfv-tempest' (UUID=31f12770-45f4-45a3-9df6-6c755f240343) as the default verifier for the future CLI operations. 2018-11-25 10:16:14,837 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-11-25 10:16:23,101 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 10:16:22.045 11446 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=31f12770-45f4-45a3-9df6-6c755f240343) for deployment 'opnfv-rally' (UUID=e2657418-a061-4def-a2f2-5961c33e9021). 2018-11-25 10:16:22.934 11446 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 10:16:22.937 11446 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=31f12770-45f4-45a3-9df6-6c755f240343) has been successfully configured for deployment 'opnfv-rally' (UUID=e2657418-a061-4def-a2f2-5961c33e9021)! 2018-11-25 10:16:26,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-31f12770-45f4-45a3-9df6-6c755f240343/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-11-25 10:16:26,348 - 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-11-25 10:16:28,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 10:16:28.508 11455 INFO rally.api [-] Starting verification (UUID=e2a8cb8b-ee82-4568-b08c-a55b6d48dbe8) for deployment 'opnfv-rally' (UUID=e2657418-a061-4def-a2f2-5961c33e9021) by verifier 'opnfv-tempest' (UUID=31f12770-45f4-45a3-9df6-6c755f240343). 2018-11-25 10:18:18,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: e2a8cb8b-ee82-4568-b08c-a55b6d48dbe8 2018-11-25 10:18:18,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e2a8cb8b-ee82-4568-b08c-a55b6d48dbe8']'. 2018-11-25 10:18:19,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 10:18:19,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 10:18:19,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 10:18:19,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e2a8cb8b-ee82-4568-b08c-a55b6d48dbe8 | 2018-11-25 10:18:19,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 10:16:28 | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 10:18:18 | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 31f12770-45f4-45a3-9df6-6c755f240343) | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e2657418-a061-4def-a2f2-5961c33e9021) | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.176 | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 10:18:19,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-11-25 10:18:19,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 10:18:19,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 10:18:19,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 10:18:19,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-11-25 10:18:19,863 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 10:18:19,864 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:05 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-11-25 10:18:24,165 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-11-25 10:18:24,167 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:49 | FAIL | | vping_userdata | functest | smoke | 09:16 | FAIL | | tempest_smoke_serial | functest | smoke | 14:10 | PASS | | rally_sanity | functest | smoke | 25:54 | PASS | | refstack_defcore | functest | smoke | 05:35 | FAIL | | patrole | functest | smoke | 02:52 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 39:40 | FAIL | | neutron_trunk | functest | smoke | 02:05 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-11-25 10:18:24,179 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-11-25 10:18:29,952 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-25 10:18:29,959 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-11-25 10:18:29,959 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-25 10:18:29,961 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-11-25 10:18:29,986 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-11-25 10:18:30,023 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-11-25 10:23:06,577 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-11-25 10:23:06,705 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 10:23:06,705 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:37 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-11-25 10:23:06,738 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-11-25 10:23:08,636 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-11-25 10:23:10,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:23:10,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:23:10,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:23:10,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:23:10,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:23:10,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:23:10,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:23:10,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:23:10,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:23:10,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:23:10,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:23:10,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:23:10,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:23:10,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:23:10,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:23:10,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:23:10,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:23:10,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:23:10,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:23:10,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:23:10,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:23:10,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:23:10,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:23:10,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:23:10,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:23:10,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:23:10,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:23:10,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:23:10,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:23:10,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:23:10,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:23:10,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:23:10,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:23:10,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:23:10,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:23:10,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:23:10,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-25 10:23:10,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:23:10,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:23:10,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:23:10,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:23:10,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:23:10,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:23:10,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:23:10,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:23:10,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:23:10,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:23:10,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:23:10,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:23:10,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:23:10,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:23:10,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:23:10,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:23:10,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:23:10,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:23:10,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:23:10,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:23:10,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:23:10,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:23:10,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:23:10,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:23:10,274 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-11-25 10:23:10,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:23:10,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bc82fab-bb55-44c9-a8ea-cd15dc7a9346 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:23:10,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5bc82fab-bb55-44c9-a8ea-cd15dc7a9346 2018-11-25 10:23:10,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:23:10,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:23:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["6DQYtn5nTTaXGXf-T4D17Q"], "issued_at": "2018-11-25T10:23:10.000000Z"}} 2018-11-25 10:23:10,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a11af986210a37bff41c8743b0a3845e0a8d8a" 2018-11-25 10:23:10,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1d3083-e382-4159-9bc4-d77cc4693ba2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:23:10,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1d1d3083-e382-4159-9bc4-d77cc4693ba2 2018-11-25 10:23:10,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:23:10,747 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 10:23:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://192.30.9.5:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.5:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 10:23:10,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a11af986210a37bff41c8743b0a3845e0a8d8a" 2018-11-25 10:23:10,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f077bad5-7461-4c52-98cf-b267fad5b0a6 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.5:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.5:35357/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.5:35357/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 10:23:10,826 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/projects used request id req-f077bad5-7461-4c52-98cf-b267fad5b0a6 2018-11-25 10:23:10,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:23:10,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad77124-239c-4b99-8fef-38e391e15e74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:23:10,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dad77124-239c-4b99-8fef-38e391e15e74 2018-11-25 10:23:10,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:23:11,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["0K9J3Iz5QyylyKpwoXSJlw"], "issued_at": "2018-11-25T10:23:11.000000Z"}} 2018-11-25 10:23:11,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/quotas/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:11,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-33090e1f-4ecd-433b-8190-2ee902e1d142 Date: Sun, 25 Nov 2018 10:23:11 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-11-25 10:23:11,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/6398f91c7f9a4cc9becafd672cd3c763 used request id req-33090e1f-4ecd-433b-8190-2ee902e1d142 2018-11-25 10:23:11,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:23:11,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e3e982-6e85-47d2-9a59-e20bed9062a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:23:11,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-00e3e982-6e85-47d2-9a59-e20bed9062a5 2018-11-25 10:23:11,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:23:11,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["dpbagLwaTJOBSpajxNiqDg"], "issued_at": "2018-11-25T10:23:11.000000Z"}} 2018-11-25 10:23:11,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1492b9ce4301175a61f7f7be489c1bb07c714522" 2018-11-25 10:23:11,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:23: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-56e0f1ca-c2d2-42de-b910-304ecb755d0a x-compute-request-id: req-56e0f1ca-c2d2-42de-b910-304ecb755d0a Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "default", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-25 10:23:11,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-56e0f1ca-c2d2-42de-b910-304ecb755d0a 2018-11-25 10:23:11,926 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-11-25 10:23:11,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-11-25 10:23:12,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-0da0b0fc-5c8f-482c-b857-6535cadf8b3f Date: Sun, 25 Nov 2018 10:23:12 GMT RESP BODY: {"quota": {"subnet": -1, "network": -1, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": -1, "rbac_policy": 10, "port": -1, "bgpvpn": -1}} 2018-11-25 10:23:12,178 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/6398f91c7f9a4cc9becafd672cd3c763 used request id req-0da0b0fc-5c8f-482c-b857-6535cadf8b3f 2018-11-25 10:23:12,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:23:12,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:23:12,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:23:12,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:23:12,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:23:12,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:23:12,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:23:12,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:23:12,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:23:12,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:23:12,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:23:12,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:23:12,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:23:12,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:23:12,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:23:12,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:23:12,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:23:12,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:23:12,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:23:12,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:23:12,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:23:12,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:23:12,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:23:12,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:23:12,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:23:12,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-326a656c-2650-46f6-a83f-82bfe4d55e16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:23:12,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-326a656c-2650-46f6-a83f-82bfe4d55e16 2018-11-25 10:23:12,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:23:12,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:23:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["9r0KDLk1R-2Daoack9i-RA"], "issued_at": "2018-11-25T10:23:12.000000Z"}} 2018-11-25 10:23:12,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1bac963b7860f01470701cbb535d5b7e728a70" 2018-11-25 10:23:12,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:23:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc34642a-0e3f-422b-b309-969e82cc63e5 x-compute-request-id: req-bc34642a-0e3f-422b-b309-969e82cc63e5 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 10:23:12,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-bc34642a-0e3f-422b-b309-969e82cc63e5 2018-11-25 10:23:12,770 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-11-25 10:23:12,770 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-11-25 10:23:12,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1492b9ce4301175a61f7f7be489c1bb07c714522" -d '{"quota_class_set": {"instances": -1}}' 2018-11-25 10:23:12,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:23:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3ebad43-ef4d-492e-9f9f-957c974fae04 x-compute-request-id: req-b3ebad43-ef4d-492e-9f9f-957c974fae04 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "instances": -1, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-25 10:23:12,814 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-b3ebad43-ef4d-492e-9f9f-957c974fae04 2018-11-25 10:23:12,815 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-11-25 10:23:12,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:12,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d8734a7f-757f-4c46-9602-aedb46f94dd9 Date: Sun, 25 Nov 2018 10:23:13 GMT RESP BODY: {"floatingips": []} 2018-11-25 10:23:12,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-d8734a7f-757f-4c46-9602-aedb46f94dd9 2018-11-25 10:23:12,973 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-11-25 10:23:12,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:13,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15551 X-Openstack-Request-Id: req-9cf043af-5841-4a9f-b842-c1f963b8d73e Date: Sun, 25 Nov 2018 10:23:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:47:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.206"}],"id":"1fb1fa4b-e004-41fa-aef3-ebdfe5699d39","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:51:1c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a5f8a1e0-d2ba-428b-8a3d-d7be996163a6","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:47:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:48:31Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.214"}],"id":"20f34c4c-9654-4f9a-ba53-b3a175d0b5f1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5e:e2:da","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"449323d5-09fd-46c2-bf39-126d110eb552","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:48:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T09:14:28Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.217"}],"id":"244414f4-9162-4e83-b9e3-498f47ab1154","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:9a:18","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cdb82a7c-011f-48e5-8668-031abf902d11","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T09:14:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:07Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.200"}],"id":"34684973-3469-472d-8158-7c948f95ae1c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d5:9b:f1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d4bd0261-70a8-424c-b9c8-faf7e34aca57","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:48:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.207"}],"id":"38be79e4-81df-41b8-b67d-46ee45a46e97","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7d:5c:7f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"74247978-5c58-4ed2-afad-c5293fa55333","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:48:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T09:20:13Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.219"}],"id":"4adb6a59-e2a7-4070-a65c-70944c8bcc6a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:b8:82","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2b1e1e25-b3f4-49bf-9d7a-ed06a8d12316","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T09:20:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T09:21:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.212"}],"id":"4e38df39-20a9-43a4-aabe-b666213672b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:05:8d:96","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c1935479-c510-43ee-a178-835bea37cae1","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T09:21:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.209"}],"id":"4f70e59f-9730-43aa-b7db-70146f161729","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:a1:18","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"490f213d-761b-493f-8d92-d36c7cb99fdc","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:24:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:46Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.204"}],"id":"52fc6bbb-a910-4cdd-a768-7e63e9c70580","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:fa:f8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f80d83b3-4f99-4360-b112-5e1221891199","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:24:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T09:28:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.216"}],"id":"61ec597d-c775-4feb-ac92-1f025c820cac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:26:fb:5a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c96120f5-11eb-4d78-926a-13283ad680bd","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T09:28:04Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:49:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.203"}],"id":"646e4ec2-6e03-4d7d-a571-40238a27d22a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:f7:e6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a9d43abf-c4b5-44f1-ac8a-1973c6f9506c","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:49:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:24:53Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.201"}],"id":"67e32477-6d62-4617-86e4-3da1cd2e9993","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:9a:87","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3e51911d-d3c3-4521-afea-68d801483b17","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:24:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T09:15:40Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.202"}],"id":"68eeefac-f0a3-4599-84ba-9458b320e03a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d4:cf:31","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6803bc4b-41c9-41ed-ab1f-f942e927a3e5","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T09:15:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:23:08Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.210"}],"id":"6cc5ecef-5bba-4212-b40b-1400b1538c72","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7b:b4:ce","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4741c3cd-c2fa-4abb-9131-423954b76556","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:23:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:52:49Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.215"}],"id":"8f526aed-5d7a-409e-951b-fc7b8dcb4684","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:26:2c:8e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5e640603-e1ce-4b81-8b46-2200728e54e1","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:52:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T09:24:22Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.208"}],"id":"af8fbe73-daed-431d-979a-d41a4058df51","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f3:c9:0a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"77ee6cf0-e223-4971-94d9-b9deb361806e","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T09:24:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T09:42:13Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.205"}],"id":"b48a1f02-4253-47cd-9555-23a1bd1e07c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7a:5c:ec","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"96e536e0-8bc7-4814-9280-07601f3dc17a","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T09:42:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T08:47:59Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.213"}],"id":"bc48af7f-4a70-4d30-8cd7-dbefabe6f86f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9d:1a:a0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6b183bad-c2f7-4b92-b8e1-1e65e14458c4","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T08:47:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T09:21:50Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.218"}],"id":"d6b52b02-9112-419a-b7ec-c231f68970e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:dd:57:4d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8dbbdb52-926d-412d-8d8f-c67b919cf5cf","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T09:21:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T09:42:12Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.220"}],"id":"d80d4af5-05dc-465d-98b2-867f708ea582","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:11:ef:62","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"75523e0a-ac84-4842-be2a-efd0d2c4c872","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T09:42:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T09:20:14Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.211"}],"id":"ee20b1f0-3e21-430f-982f-d0c270653df4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:d0:2e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5c08d0a7-5fb0-43c0-9c28-1093e59c7d66","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T09:20:14Z","binding:vnic_type":"normal"}]} 2018-11-25 10:23:13,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-9cf043af-5841-4a9f-b842-c1f963b8d73e 2018-11-25 10:23:13,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:13,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13162 X-Openstack-Request-Id: req-920400e3-471d-4f6d-96f0-07e3183d72f9 Date: Sun, 25 Nov 2018 10:23:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "57209c9180d842d8bebb2eb54e4cc58d", "created_at": "2018-11-25T09:20:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:20:14Z", "revision_number": 2, "routes": [], "project_id": "57209c9180d842d8bebb2eb54e4cc58d", "id": "2b1e1e25-b3f4-49bf-9d7a-ed06a8d12316", "name": "c_rally_e5318299_zyGGsdy1"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:53Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "3e51911d-d3c3-4521-afea-68d801483b17", "name": "NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "198a24184bc0420f8f8d85c575e8a377", "created_at": "2018-11-25T08:48:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:48:32Z", "revision_number": 2, "routes": [], "project_id": "198a24184bc0420f8f8d85c575e8a377", "id": "449323d5-09fd-46c2-bf39-126d110eb552", "name": "tempest-ServersTestManualDisk-1937537243-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:08Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "4741c3cd-c2fa-4abb-9131-423954b76556", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:46Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "490f213d-761b-493f-8d92-d36c7cb99fdc", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "57209c9180d842d8bebb2eb54e4cc58d", "created_at": "2018-11-25T09:20:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:20:15Z", "revision_number": 2, "routes": [], "project_id": "57209c9180d842d8bebb2eb54e4cc58d", "id": "5c08d0a7-5fb0-43c0-9c28-1093e59c7d66", "name": "c_rally_e5318299_zyGGsdy1"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "349c01b975d94233b079cb265972a052", "created_at": "2018-11-25T08:52:49Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-25T08:52:50Z", "revision_number": 2, "routes": [], "project_id": "349c01b975d94233b079cb265972a052", "id": "5e640603-e1ce-4b81-8b46-2200728e54e1", "name": "tempest-FloatingIPTestJSON-router-638037030"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "fa243bb3288a4177b34e6a60936d0616", "created_at": "2018-11-25T09:15:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:15:40Z", "revision_number": 2, "routes": [], "project_id": "fa243bb3288a4177b34e6a60936d0616", "id": "6803bc4b-41c9-41ed-ab1f-f942e927a3e5", "name": "c_rally_e122ffb4_OlIyh6Be"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "34f1cac373b441299dcf9e8ae076cbb8", "created_at": "2018-11-25T08:47:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:47:59Z", "revision_number": 2, "routes": [], "project_id": "34f1cac373b441299dcf9e8ae076cbb8", "id": "6b183bad-c2f7-4b92-b8e1-1e65e14458c4", "name": "tempest-ServersTestJSON-763735262-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "198a24184bc0420f8f8d85c575e8a377", "created_at": "2018-11-25T08:48:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:48:33Z", "revision_number": 2, "routes": [], "project_id": "198a24184bc0420f8f8d85c575e8a377", "id": "74247978-5c58-4ed2-afad-c5293fa55333", "name": "tempest-ServersTestManualDisk-1937537243-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "e7c3b39824944711a90b28720db3daa5", "created_at": "2018-11-25T09:42:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:42:12Z", "revision_number": 2, "routes": [], "project_id": "e7c3b39824944711a90b28720db3daa5", "id": "75523e0a-ac84-4842-be2a-efd0d2c4c872", "name": "CreateRouterSuccessTests-1e60ac91-913f-413e-890d-3dcb435b9b8e-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "638b5f2092e64bdeb3f9b28236bf63c7", "created_at": "2018-11-25T09:24:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:24:23Z", "revision_number": 2, "routes": [], "project_id": "638b5f2092e64bdeb3f9b28236bf63c7", "id": "77ee6cf0-e223-4971-94d9-b9deb361806e", "name": "c_rally_5297872d_04Jen8Ka"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "f7b6c3de83494052968169c1801d030d", "created_at": "2018-11-25T09:21:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:21:50Z", "revision_number": 2, "routes": [], "project_id": "f7b6c3de83494052968169c1801d030d", "id": "8dbbdb52-926d-412d-8d8f-c67b919cf5cf", "name": "c_rally_6088bd95_BGXfk0n2"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "e7c3b39824944711a90b28720db3daa5", "created_at": "2018-11-25T09:42:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:42:13Z", "revision_number": 2, "routes": [], "project_id": "e7c3b39824944711a90b28720db3daa5", "id": "96e536e0-8bc7-4814-9280-07601f3dc17a", "name": "CreateRouterSuccessTests-1e60ac91-913f-413e-890d-3dcb435b9b8e-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f139ef7facf54770ac69fb309c0cbaec", "created_at": "2018-11-25T08:47:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:47:18Z", "revision_number": 2, "routes": [], "project_id": "f139ef7facf54770ac69fb309c0cbaec", "id": "a5f8a1e0-d2ba-428b-8a3d-d7be996163a6", "name": "tempest-ServersTestBootFromVolume-1526886898-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "f1b5471ac128496eadb3b324423b9edf", "created_at": "2018-11-25T08:49:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:49:03Z", "revision_number": 2, "routes": [], "project_id": "f1b5471ac128496eadb3b324423b9edf", "id": "a9d43abf-c4b5-44f1-ac8a-1973c6f9506c", "name": "tempest-ServerActionsTestJSON-1082915413-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "f7b6c3de83494052968169c1801d030d", "created_at": "2018-11-25T09:21:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:21:51Z", "revision_number": 2, "routes": [], "project_id": "f7b6c3de83494052968169c1801d030d", "id": "c1935479-c510-43ee-a178-835bea37cae1", "name": "c_rally_6088bd95_BGXfk0n2"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "8d730d3326c741218e07b2327261c97b", "created_at": "2018-11-25T09:28:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:28:05Z", "revision_number": 2, "routes": [], "project_id": "8d730d3326c741218e07b2327261c97b", "id": "c96120f5-11eb-4d78-926a-13283ad680bd", "name": "tempest-ServersTestJSON-739602940-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "f8ee71009c434fd4be49e23d1406d422", "created_at": "2018-11-25T09:14:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T09:14:29Z", "revision_number": 2, "routes": [], "project_id": "f8ee71009c434fd4be49e23d1406d422", "id": "cdb82a7c-011f-48e5-8668-031abf902d11", "name": "c_rally_febe9b36_oubODCPC"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:23:07Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "d4bd0261-70a8-424c-b9c8-faf7e34aca57", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T08:24:47Z", "revision_number": 2, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "f80d83b3-4f99-4360-b112-5e1221891199", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}]} 2018-11-25 10:23:13,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-920400e3-471d-4f6d-96f0-07e3183d72f9 2018-11-25 10:23:13,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/2b1e1e25-b3f4-49bf-9d7a-ed06a8d12316 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:14,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-0522fd17-b8db-4518-acab-ec50d05e3dfa Date: Sun, 25 Nov 2018 10:23:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "57209c9180d842d8bebb2eb54e4cc58d", "created_at": "2018-11-25T09:20:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:14Z", "revision_number": 5, "routes": [], "project_id": "57209c9180d842d8bebb2eb54e4cc58d", "id": "2b1e1e25-b3f4-49bf-9d7a-ed06a8d12316", "name": "c_rally_e5318299_zyGGsdy1"}} 2018-11-25 10:23:14,284 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2b1e1e25-b3f4-49bf-9d7a-ed06a8d12316 used request id req-0522fd17-b8db-4518-acab-ec50d05e3dfa 2018-11-25 10:23:14,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/2b1e1e25-b3f4-49bf-9d7a-ed06a8d12316 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:14,712 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a84c446f-7771-483d-90c9-b399eb0baaf6 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:14,712 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/2b1e1e25-b3f4-49bf-9d7a-ed06a8d12316 used request id req-a84c446f-7771-483d-90c9-b399eb0baaf6 2018-11-25 10:23:14,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/3e51911d-d3c3-4521-afea-68d801483b17 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:15,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-4a844e21-624d-42ea-93fe-1b3faabe9c1f Date: Sun, 25 Nov 2018 10:23:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:15Z", "revision_number": 5, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "3e51911d-d3c3-4521-afea-68d801483b17", "name": "NeutronUtilsRouterTests-1ccdec20-57e1-4ae8-b180-581264e4c727-pub-router"}} 2018-11-25 10:23:15,817 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3e51911d-d3c3-4521-afea-68d801483b17 used request id req-4a844e21-624d-42ea-93fe-1b3faabe9c1f 2018-11-25 10:23:15,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/3e51911d-d3c3-4521-afea-68d801483b17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:16,325 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-23c5e319-00a2-4aff-bc1e-255375970f16 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:16,325 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/3e51911d-d3c3-4521-afea-68d801483b17 used request id req-23c5e319-00a2-4aff-bc1e-255375970f16 2018-11-25 10:23:16,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/449323d5-09fd-46c2-bf39-126d110eb552 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:17,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-6ad852e7-8dd2-491a-9b6b-8617304fd186 Date: Sun, 25 Nov 2018 10:23:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "198a24184bc0420f8f8d85c575e8a377", "created_at": "2018-11-25T08:48:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:17Z", "revision_number": 5, "routes": [], "project_id": "198a24184bc0420f8f8d85c575e8a377", "id": "449323d5-09fd-46c2-bf39-126d110eb552", "name": "tempest-ServersTestManualDisk-1937537243-router"}} 2018-11-25 10:23:17,309 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/449323d5-09fd-46c2-bf39-126d110eb552 used request id req-6ad852e7-8dd2-491a-9b6b-8617304fd186 2018-11-25 10:23:17,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/449323d5-09fd-46c2-bf39-126d110eb552 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:17,639 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-785ee379-b1c6-47a9-b25c-9961625384e5 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:17,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/449323d5-09fd-46c2-bf39-126d110eb552 used request id req-785ee379-b1c6-47a9-b25c-9961625384e5 2018-11-25 10:23:17,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4741c3cd-c2fa-4abb-9131-423954b76556 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:18,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-92d8c304-bb73-46c8-a2c0-aaa208f7cd89 Date: Sun, 25 Nov 2018 10:23:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:18Z", "revision_number": 5, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "4741c3cd-c2fa-4abb-9131-423954b76556", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}} 2018-11-25 10:23:18,718 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4741c3cd-c2fa-4abb-9131-423954b76556 used request id req-92d8c304-bb73-46c8-a2c0-aaa208f7cd89 2018-11-25 10:23:18,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/4741c3cd-c2fa-4abb-9131-423954b76556 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:19,296 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-645a416d-dd22-4ac1-acb2-3cc75fd7765a Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:19,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4741c3cd-c2fa-4abb-9131-423954b76556 used request id req-645a416d-dd22-4ac1-acb2-3cc75fd7765a 2018-11-25 10:23:19,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/490f213d-761b-493f-8d92-d36c7cb99fdc -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:20,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-e1140ff0-c312-4fe3-8d67-ec7c616d5f34 Date: Sun, 25 Nov 2018 10:23:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:19Z", "revision_number": 5, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "490f213d-761b-493f-8d92-d36c7cb99fdc", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}} 2018-11-25 10:23:20,189 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/490f213d-761b-493f-8d92-d36c7cb99fdc used request id req-e1140ff0-c312-4fe3-8d67-ec7c616d5f34 2018-11-25 10:23:20,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/490f213d-761b-493f-8d92-d36c7cb99fdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:20,620 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63c075a9-a7a8-47b8-ab6e-f0f93afd1655 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:20,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/490f213d-761b-493f-8d92-d36c7cb99fdc used request id req-63c075a9-a7a8-47b8-ab6e-f0f93afd1655 2018-11-25 10:23:20,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/5c08d0a7-5fb0-43c0-9c28-1093e59c7d66 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:21,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-92d86b91-efc4-4f7e-b0e8-02a2e9eff79d Date: Sun, 25 Nov 2018 10:23:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "57209c9180d842d8bebb2eb54e4cc58d", "created_at": "2018-11-25T09:20:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:21Z", "revision_number": 5, "routes": [], "project_id": "57209c9180d842d8bebb2eb54e4cc58d", "id": "5c08d0a7-5fb0-43c0-9c28-1093e59c7d66", "name": "c_rally_e5318299_zyGGsdy1"}} 2018-11-25 10:23:21,589 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5c08d0a7-5fb0-43c0-9c28-1093e59c7d66 used request id req-92d86b91-efc4-4f7e-b0e8-02a2e9eff79d 2018-11-25 10:23:21,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/5c08d0a7-5fb0-43c0-9c28-1093e59c7d66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:22,055 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe8b077d-00aa-4e07-bfb2-1fc5a54e5904 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:22,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5c08d0a7-5fb0-43c0-9c28-1093e59c7d66 used request id req-fe8b077d-00aa-4e07-bfb2-1fc5a54e5904 2018-11-25 10:23:22,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/5e640603-e1ce-4b81-8b46-2200728e54e1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:23,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-a9619739-09f1-4671-8569-e600a0bb660a Date: Sun, 25 Nov 2018 10:23:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "349c01b975d94233b079cb265972a052", "created_at": "2018-11-25T08:52:49Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-11-25T10:23:22Z", "revision_number": 5, "routes": [], "project_id": "349c01b975d94233b079cb265972a052", "id": "5e640603-e1ce-4b81-8b46-2200728e54e1", "name": "tempest-FloatingIPTestJSON-router-638037030"}} 2018-11-25 10:23:23,165 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5e640603-e1ce-4b81-8b46-2200728e54e1 used request id req-a9619739-09f1-4671-8569-e600a0bb660a 2018-11-25 10:23:23,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/5e640603-e1ce-4b81-8b46-2200728e54e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:23,572 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b34d1593-7312-434c-81e4-0f9d6f237e51 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:23,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5e640603-e1ce-4b81-8b46-2200728e54e1 used request id req-b34d1593-7312-434c-81e4-0f9d6f237e51 2018-11-25 10:23:23,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6803bc4b-41c9-41ed-ab1f-f942e927a3e5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:24,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-c6b43b9f-84a1-4ad1-bc84-b2fc82a40900 Date: Sun, 25 Nov 2018 10:23:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fa243bb3288a4177b34e6a60936d0616", "created_at": "2018-11-25T09:15:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:24Z", "revision_number": 5, "routes": [], "project_id": "fa243bb3288a4177b34e6a60936d0616", "id": "6803bc4b-41c9-41ed-ab1f-f942e927a3e5", "name": "c_rally_e122ffb4_OlIyh6Be"}} 2018-11-25 10:23:24,415 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6803bc4b-41c9-41ed-ab1f-f942e927a3e5 used request id req-c6b43b9f-84a1-4ad1-bc84-b2fc82a40900 2018-11-25 10:23:24,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/6803bc4b-41c9-41ed-ab1f-f942e927a3e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:24,859 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62d1b21e-f9eb-4486-9a8d-ec8b18938692 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:24,859 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6803bc4b-41c9-41ed-ab1f-f942e927a3e5 used request id req-62d1b21e-f9eb-4486-9a8d-ec8b18938692 2018-11-25 10:23:24,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6b183bad-c2f7-4b92-b8e1-1e65e14458c4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:25,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 449 X-Openstack-Request-Id: req-06790afc-cc00-4331-aa65-cf70ab30c980 Date: Sun, 25 Nov 2018 10:23:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "34f1cac373b441299dcf9e8ae076cbb8", "created_at": "2018-11-25T08:47:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:25Z", "revision_number": 5, "routes": [], "project_id": "34f1cac373b441299dcf9e8ae076cbb8", "id": "6b183bad-c2f7-4b92-b8e1-1e65e14458c4", "name": "tempest-ServersTestJSON-763735262-router"}} 2018-11-25 10:23:25,564 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6b183bad-c2f7-4b92-b8e1-1e65e14458c4 used request id req-06790afc-cc00-4331-aa65-cf70ab30c980 2018-11-25 10:23:25,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/6b183bad-c2f7-4b92-b8e1-1e65e14458c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:25,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb1370d4-5cc6-4e14-b858-8fb909c71ddb Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:25,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6b183bad-c2f7-4b92-b8e1-1e65e14458c4 used request id req-fb1370d4-5cc6-4e14-b858-8fb909c71ddb 2018-11-25 10:23:25,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/74247978-5c58-4ed2-afad-c5293fa55333 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:26,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-ac2322b4-2001-47e5-aecc-596083e31d1a Date: Sun, 25 Nov 2018 10:23:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "198a24184bc0420f8f8d85c575e8a377", "created_at": "2018-11-25T08:48:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:26Z", "revision_number": 5, "routes": [], "project_id": "198a24184bc0420f8f8d85c575e8a377", "id": "74247978-5c58-4ed2-afad-c5293fa55333", "name": "tempest-ServersTestManualDisk-1937537243-router"}} 2018-11-25 10:23:26,845 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/74247978-5c58-4ed2-afad-c5293fa55333 used request id req-ac2322b4-2001-47e5-aecc-596083e31d1a 2018-11-25 10:23:26,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/74247978-5c58-4ed2-afad-c5293fa55333 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:27,272 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19f4ed53-059f-4d2c-bdad-b67c842c0c52 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:27,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/74247978-5c58-4ed2-afad-c5293fa55333 used request id req-19f4ed53-059f-4d2c-bdad-b67c842c0c52 2018-11-25 10:23:27,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/75523e0a-ac84-4842-be2a-efd0d2c4c872 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:28,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-521799e0-1bc0-4458-bc6a-2a6ffe8745d3 Date: Sun, 25 Nov 2018 10:23:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "e7c3b39824944711a90b28720db3daa5", "created_at": "2018-11-25T09:42:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:27Z", "revision_number": 5, "routes": [], "project_id": "e7c3b39824944711a90b28720db3daa5", "id": "75523e0a-ac84-4842-be2a-efd0d2c4c872", "name": "CreateRouterSuccessTests-1e60ac91-913f-413e-890d-3dcb435b9b8e-pub-router"}} 2018-11-25 10:23:28,065 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/75523e0a-ac84-4842-be2a-efd0d2c4c872 used request id req-521799e0-1bc0-4458-bc6a-2a6ffe8745d3 2018-11-25 10:23:28,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/75523e0a-ac84-4842-be2a-efd0d2c4c872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:28,344 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4243754-f7c0-4fc3-836a-9208854e9d60 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:28,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/75523e0a-ac84-4842-be2a-efd0d2c4c872 used request id req-b4243754-f7c0-4fc3-836a-9208854e9d60 2018-11-25 10:23:28,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/77ee6cf0-e223-4971-94d9-b9deb361806e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:29,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-d3b47957-8670-4ba5-9722-6f8bc6daeec6 Date: Sun, 25 Nov 2018 10:23:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "638b5f2092e64bdeb3f9b28236bf63c7", "created_at": "2018-11-25T09:24:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:29Z", "revision_number": 5, "routes": [], "project_id": "638b5f2092e64bdeb3f9b28236bf63c7", "id": "77ee6cf0-e223-4971-94d9-b9deb361806e", "name": "c_rally_5297872d_04Jen8Ka"}} 2018-11-25 10:23:29,343 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/77ee6cf0-e223-4971-94d9-b9deb361806e used request id req-d3b47957-8670-4ba5-9722-6f8bc6daeec6 2018-11-25 10:23:29,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/77ee6cf0-e223-4971-94d9-b9deb361806e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:29,626 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dbbf651c-0bd4-442a-9655-2afdaaeebd29 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:29,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/77ee6cf0-e223-4971-94d9-b9deb361806e used request id req-dbbf651c-0bd4-442a-9655-2afdaaeebd29 2018-11-25 10:23:29,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/8dbbdb52-926d-412d-8d8f-c67b919cf5cf -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:30,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-4945084d-81b7-4201-b682-71ec364124a8 Date: Sun, 25 Nov 2018 10:23:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f7b6c3de83494052968169c1801d030d", "created_at": "2018-11-25T09:21:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:30Z", "revision_number": 5, "routes": [], "project_id": "f7b6c3de83494052968169c1801d030d", "id": "8dbbdb52-926d-412d-8d8f-c67b919cf5cf", "name": "c_rally_6088bd95_BGXfk0n2"}} 2018-11-25 10:23:30,475 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8dbbdb52-926d-412d-8d8f-c67b919cf5cf used request id req-4945084d-81b7-4201-b682-71ec364124a8 2018-11-25 10:23:30,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/8dbbdb52-926d-412d-8d8f-c67b919cf5cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:30,769 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8be2306a-bc85-43cf-916a-582aec3b5c7c Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:30,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8dbbdb52-926d-412d-8d8f-c67b919cf5cf used request id req-8be2306a-bc85-43cf-916a-582aec3b5c7c 2018-11-25 10:23:30,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/96e536e0-8bc7-4814-9280-07601f3dc17a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:31,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-9050acb4-8bdc-484b-8c0e-bf98970d91cb Date: Sun, 25 Nov 2018 10:23:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "e7c3b39824944711a90b28720db3daa5", "created_at": "2018-11-25T09:42:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:31Z", "revision_number": 5, "routes": [], "project_id": "e7c3b39824944711a90b28720db3daa5", "id": "96e536e0-8bc7-4814-9280-07601f3dc17a", "name": "CreateRouterSuccessTests-1e60ac91-913f-413e-890d-3dcb435b9b8e-pub-router"}} 2018-11-25 10:23:31,759 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/96e536e0-8bc7-4814-9280-07601f3dc17a used request id req-9050acb4-8bdc-484b-8c0e-bf98970d91cb 2018-11-25 10:23:31,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/96e536e0-8bc7-4814-9280-07601f3dc17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:32,039 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e026e6d8-bfa5-4a7f-8d1a-8eb49d005bb7 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:32,039 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/96e536e0-8bc7-4814-9280-07601f3dc17a used request id req-e026e6d8-bfa5-4a7f-8d1a-8eb49d005bb7 2018-11-25 10:23:32,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a5f8a1e0-d2ba-428b-8a3d-d7be996163a6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:32,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-aeaac7b6-8556-47ae-94f9-63a450c6ea99 Date: Sun, 25 Nov 2018 10:23:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f139ef7facf54770ac69fb309c0cbaec", "created_at": "2018-11-25T08:47:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:32Z", "revision_number": 5, "routes": [], "project_id": "f139ef7facf54770ac69fb309c0cbaec", "id": "a5f8a1e0-d2ba-428b-8a3d-d7be996163a6", "name": "tempest-ServersTestBootFromVolume-1526886898-router"}} 2018-11-25 10:23:32,852 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a5f8a1e0-d2ba-428b-8a3d-d7be996163a6 used request id req-aeaac7b6-8556-47ae-94f9-63a450c6ea99 2018-11-25 10:23:32,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/a5f8a1e0-d2ba-428b-8a3d-d7be996163a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:33,137 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5faf4ecc-7b57-4d1b-99e5-9bec23122073 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:33,137 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a5f8a1e0-d2ba-428b-8a3d-d7be996163a6 used request id req-5faf4ecc-7b57-4d1b-99e5-9bec23122073 2018-11-25 10:23:33,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a9d43abf-c4b5-44f1-ac8a-1973c6f9506c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:33,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-22fb1ac9-5435-409d-8f9d-b6d7770c9b48 Date: Sun, 25 Nov 2018 10:23:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f1b5471ac128496eadb3b324423b9edf", "created_at": "2018-11-25T08:49:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:33Z", "revision_number": 5, "routes": [], "project_id": "f1b5471ac128496eadb3b324423b9edf", "id": "a9d43abf-c4b5-44f1-ac8a-1973c6f9506c", "name": "tempest-ServerActionsTestJSON-1082915413-router"}} 2018-11-25 10:23:33,988 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a9d43abf-c4b5-44f1-ac8a-1973c6f9506c used request id req-22fb1ac9-5435-409d-8f9d-b6d7770c9b48 2018-11-25 10:23:33,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/a9d43abf-c4b5-44f1-ac8a-1973c6f9506c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:34,272 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ffc2003f-d5b3-4b01-a4b6-9449a0fa765b Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:34,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a9d43abf-c4b5-44f1-ac8a-1973c6f9506c used request id req-ffc2003f-d5b3-4b01-a4b6-9449a0fa765b 2018-11-25 10:23:34,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c1935479-c510-43ee-a178-835bea37cae1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:35,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-a068d348-f94d-4d13-becb-20edea8fda42 Date: Sun, 25 Nov 2018 10:23:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f7b6c3de83494052968169c1801d030d", "created_at": "2018-11-25T09:21:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:35Z", "revision_number": 5, "routes": [], "project_id": "f7b6c3de83494052968169c1801d030d", "id": "c1935479-c510-43ee-a178-835bea37cae1", "name": "c_rally_6088bd95_BGXfk0n2"}} 2018-11-25 10:23:35,534 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c1935479-c510-43ee-a178-835bea37cae1 used request id req-a068d348-f94d-4d13-becb-20edea8fda42 2018-11-25 10:23:35,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/c1935479-c510-43ee-a178-835bea37cae1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:35,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c0c9c580-1042-4793-903b-c0fb8c530c28 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:35,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/c1935479-c510-43ee-a178-835bea37cae1 used request id req-c0c9c580-1042-4793-903b-c0fb8c530c28 2018-11-25 10:23:35,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c96120f5-11eb-4d78-926a-13283ad680bd -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:36,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 449 X-Openstack-Request-Id: req-d891e5ed-09ad-4edc-86c9-222209dbfe7e Date: Sun, 25 Nov 2018 10:23:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8d730d3326c741218e07b2327261c97b", "created_at": "2018-11-25T09:28:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:36Z", "revision_number": 5, "routes": [], "project_id": "8d730d3326c741218e07b2327261c97b", "id": "c96120f5-11eb-4d78-926a-13283ad680bd", "name": "tempest-ServersTestJSON-739602940-router"}} 2018-11-25 10:23:36,805 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c96120f5-11eb-4d78-926a-13283ad680bd used request id req-d891e5ed-09ad-4edc-86c9-222209dbfe7e 2018-11-25 10:23:36,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/c96120f5-11eb-4d78-926a-13283ad680bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:37,095 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9d7f8565-2c8b-4065-8d41-61dac8512f1b Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:37,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/c96120f5-11eb-4d78-926a-13283ad680bd used request id req-9d7f8565-2c8b-4065-8d41-61dac8512f1b 2018-11-25 10:23:37,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/cdb82a7c-011f-48e5-8668-031abf902d11 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:37,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-b36f609c-ca5f-4769-857f-4a15cfc5e83e Date: Sun, 25 Nov 2018 10:23:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f8ee71009c434fd4be49e23d1406d422", "created_at": "2018-11-25T09:14:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:37Z", "revision_number": 5, "routes": [], "project_id": "f8ee71009c434fd4be49e23d1406d422", "id": "cdb82a7c-011f-48e5-8668-031abf902d11", "name": "c_rally_febe9b36_oubODCPC"}} 2018-11-25 10:23:37,932 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/cdb82a7c-011f-48e5-8668-031abf902d11 used request id req-b36f609c-ca5f-4769-857f-4a15cfc5e83e 2018-11-25 10:23:37,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/cdb82a7c-011f-48e5-8668-031abf902d11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:38,274 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2a50af1-82fa-459c-9142-99cbbf246f00 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:38,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/cdb82a7c-011f-48e5-8668-031abf902d11 used request id req-e2a50af1-82fa-459c-9142-99cbbf246f00 2018-11-25 10:23:38,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d4bd0261-70a8-424c-b9c8-faf7e34aca57 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:39,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-719fd256-8667-4507-bf55-6c81d1c9c37e Date: Sun, 25 Nov 2018 10:23:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:23:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:38Z", "revision_number": 5, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "d4bd0261-70a8-424c-b9c8-faf7e34aca57", "name": "NeutronUtilsRouterTests-3f478b40-f539-4005-95b2-2dba96345431-pub-router"}} 2018-11-25 10:23:39,113 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d4bd0261-70a8-424c-b9c8-faf7e34aca57 used request id req-719fd256-8667-4507-bf55-6c81d1c9c37e 2018-11-25 10:23:39,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/d4bd0261-70a8-424c-b9c8-faf7e34aca57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:39,692 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-489362cb-5e01-4cdb-9467-65d74ac57db0 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:39,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d4bd0261-70a8-424c-b9c8-faf7e34aca57 used request id req-489362cb-5e01-4cdb-9467-65d74ac57db0 2018-11-25 10:23:39,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f80d83b3-4f99-4360-b112-5e1221891199 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:23:40,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-fbb78a50-2cf1-4b45-8f16-1f8ac88c8adc Date: Sun, 25 Nov 2018 10:23:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9b3bbac25fe5465591e37f96f5a8bedc", "created_at": "2018-11-25T08:24:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:23:40Z", "revision_number": 5, "routes": [], "project_id": "9b3bbac25fe5465591e37f96f5a8bedc", "id": "f80d83b3-4f99-4360-b112-5e1221891199", "name": "NeutronUtilsRouterTests-de41ce8e-bebc-4b85-b2e6-b0b31e22fcf1-pub-router"}} 2018-11-25 10:23:40,701 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f80d83b3-4f99-4360-b112-5e1221891199 used request id req-fbb78a50-2cf1-4b45-8f16-1f8ac88c8adc 2018-11-25 10:23:40,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/f80d83b3-4f99-4360-b112-5e1221891199 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" 2018-11-25 10:23:40,967 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e850142-dcb8-40b4-a9b0-6adde6093041 Content-Length: 0 Date: Sun, 25 Nov 2018 10:23:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:23:40,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f80d83b3-4f99-4360-b112-5e1221891199 used request id req-0e850142-dcb8-40b4-a9b0-6adde6093041 2018-11-25 10:23:41,042 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.' 2018-11-25 10:23:41,042 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-11-25 10:23:41,042 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-11-25 10:23:41,116 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-11-25 10:23:41,119 - paramiko.transport - DEBUG - starting thread (client mode): 0x75eefb90L 2018-11-25 10:23:41,119 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:41,153 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:41,153 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:41,158 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:41,158 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:41,158 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:41,158 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:41,158 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:41,159 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:41,168 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:41,169 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:41,183 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.182: 739eb584ba2ebd793d4b100ee3a9bf26 2018-11-25 10:23:41,184 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:41,208 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:41,245 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:41,248 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:41,535 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:41,535 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:41,574 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:41,575 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:41,598 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:47,162 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:47,164 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:47,166 - paramiko.transport - DEBUG - starting thread (client mode): 0x72c50ed0L 2018-11-25 10:23:47,166 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:47,171 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:47,172 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:47,174 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:47,174 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:47,174 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:47,174 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:47,175 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:47,175 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:47,179 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:47,180 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:47,182 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 10:23:47,182 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:47,220 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:47,231 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:47,246 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:47,310 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:47,311 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:47,350 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:47,351 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:47,359 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:47,389 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:47,390 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:47,391 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:47,392 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:47,392 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:47,434 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:47,475 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:47,476 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:23:47,477 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:47,478 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:23:47,478 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:23:47,519 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:23:47,550 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:23:47,552 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:23:47,554 - paramiko.transport - DEBUG - starting thread (client mode): 0x72c9f490L 2018-11-25 10:23:47,554 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:47,560 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:47,560 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:47,563 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:47,563 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:47,563 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:47,563 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:47,564 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:47,564 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:47,568 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:47,569 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:47,570 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 10:23:47,570 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:47,608 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:47,621 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:47,635 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:47,711 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:47,711 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:47,750 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:47,751 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:47,771 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:47,807 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:47,808 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:47,809 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:47,809 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:47,810 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:47,851 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:47,901 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:47,903 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:23:47,904 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:47,905 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:23:47,905 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:23:47,946 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:23:47,980 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:23:47,982 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:23:47,983 - paramiko.transport - DEBUG - starting thread (client mode): 0x72c91850L 2018-11-25 10:23:47,984 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:47,990 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:47,990 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:47,993 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:47,993 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:47,993 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:47,993 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:47,993 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:47,994 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:47,998 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:47,999 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:48,015 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 10:23:48,016 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:48,038 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:48,050 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:48,081 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:48,152 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:48,152 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:48,191 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:48,192 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:48,200 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:48,238 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:48,240 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:48,240 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:48,241 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:48,241 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:48,282 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:48,331 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:48,332 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:23:48,333 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:48,334 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:23:48,334 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:23:48,375 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:23:48,406 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:23:48,408 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:23:48,409 - paramiko.transport - DEBUG - starting thread (client mode): 0x72bc46d0L 2018-11-25 10:23:48,410 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:48,414 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:48,414 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:48,417 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:48,417 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:48,417 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:48,417 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:48,418 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:48,418 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:48,422 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:48,423 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:48,425 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 10:23:48,426 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:48,462 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:48,473 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:48,491 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:48,557 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:48,558 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:48,597 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:48,597 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:48,601 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:48,660 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:48,661 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:48,661 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:48,662 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:48,663 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:48,703 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:48,755 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:48,756 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:48,757 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:23:48,758 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:23:48,758 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:23:48,799 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:23:48,827 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:23:48,828 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:23:48,830 - paramiko.transport - DEBUG - starting thread (client mode): 0x72c16690L 2018-11-25 10:23:48,831 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:48,835 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:48,836 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:48,838 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:48,838 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:48,838 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:48,838 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:48,838 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:48,839 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:48,843 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:48,843 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:48,846 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 10:23:48,847 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:48,883 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:48,894 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:48,911 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:48,972 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:48,972 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:49,012 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:49,013 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:49,017 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:49,046 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:49,048 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:49,048 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:49,049 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:49,049 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:49,089 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:49,131 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:49,133 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:23:49,133 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:49,134 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:23:49,134 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:23:49,175 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:23:49,205 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:23:49,206 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:23:49,206 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:49,208 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:49,208 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:49,215 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:54,839 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:54,840 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:54,842 - paramiko.transport - DEBUG - starting thread (client mode): 0x72c50d90L 2018-11-25 10:23:54,842 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:54,849 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:54,849 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:54,852 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:54,853 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:54,853 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:54,853 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:54,853 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:54,853 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:54,859 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:54,859 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:54,874 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 10:23:54,875 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:54,899 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:54,911 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:54,939 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:55,011 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:55,011 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:55,050 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:55,051 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:55,059 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:55,095 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:55,096 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:55,097 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:55,097 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:55,098 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:55,138 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:55,174 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:55,176 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:23:55,176 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:55,177 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:23:55,177 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:23:55,218 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:23:55,250 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:23:55,252 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:23:55,253 - paramiko.transport - DEBUG - starting thread (client mode): 0x72c28150L 2018-11-25 10:23:55,253 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:55,259 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:55,259 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:55,262 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:55,263 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:55,263 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:55,263 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:55,263 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:55,263 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:55,268 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:55,268 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:55,269 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 10:23:55,270 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:55,308 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:55,319 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:55,334 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:55,423 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:55,423 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:55,462 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:55,463 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:55,470 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:55,507 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:55,508 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:55,508 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:55,509 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:55,509 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:55,550 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:55,589 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:55,591 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:23:55,591 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:55,592 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:23:55,592 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:23:55,633 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:23:55,667 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:23:55,668 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:23:55,670 - paramiko.transport - DEBUG - starting thread (client mode): 0x72c28c90L 2018-11-25 10:23:55,670 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:55,676 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:55,677 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:55,680 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:55,680 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:55,680 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:55,680 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:55,681 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:55,681 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:55,685 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:55,686 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:55,702 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 10:23:55,702 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:55,726 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:55,738 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:55,766 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:55,843 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:55,843 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:55,882 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:55,883 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:55,902 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:55,938 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:55,939 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:55,939 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:55,940 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:55,940 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:55,981 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:56,020 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:56,021 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:23:56,022 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:56,023 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:23:56,023 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:23:56,064 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:23:56,098 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:23:56,099 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:23:56,101 - paramiko.transport - DEBUG - starting thread (client mode): 0x72c25dd0L 2018-11-25 10:23:56,101 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:56,105 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:56,106 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:56,108 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:56,108 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:56,108 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:56,108 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:56,108 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:56,109 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:56,113 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:56,114 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:56,117 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 10:23:56,118 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:56,153 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:56,163 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:56,182 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:56,236 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:56,236 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:56,275 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:56,276 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:56,285 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:56,314 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:56,315 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:56,315 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:56,316 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:56,316 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:56,357 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:56,387 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:56,389 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:56,389 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:23:56,390 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:23:56,390 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:23:56,431 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:23:56,458 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:23:56,460 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:23:56,461 - paramiko.transport - DEBUG - starting thread (client mode): 0x72baa410L 2018-11-25 10:23:56,461 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:56,466 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:56,466 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:56,467 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:56,467 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:56,467 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:56,468 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:56,468 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:56,468 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:56,472 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:56,473 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:56,477 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 10:23:56,478 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:56,512 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:56,523 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:56,542 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:56,594 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:56,594 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:56,634 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:56,634 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:56,645 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:23:56,674 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:23:56,675 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:23:56,676 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:23:56,676 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:23:56,677 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:23:56,717 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:23:56,748 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:23:56,750 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:23:56,750 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:23:56,751 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:23:56,751 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:23:56,792 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:23:56,819 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:23:56,820 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:23:56,821 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:23:56,821 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:23:56,822 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:23:56,826 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:23:56,878 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:23:56,879 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:23:56,880 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:23:56,881 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:23:56,881 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:23:56,884 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:23:56,937 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:23:56,938 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:23:56,939 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:23:56,939 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:23:56,940 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:23:56,944 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:23:57,001 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:23:57,002 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:23:57,002 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:23:57,003 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:23:57,004 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:23:57,008 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:23:57,093 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:23:57,093 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:23:57,094 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:23:57,095 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:23:57,095 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:23:57,099 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:23:57,192 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:23:57,192 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-11-25 10:23:57,192 - __name__ - INFO - Controller (ODL) list is ready 2018-11-25 10:23:57,193 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:23:57,195 - paramiko.transport - DEBUG - starting thread (client mode): 0x72c287d0L 2018-11-25 10:23:57,195 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:23:57,225 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:23:57,225 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:23:57,231 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:23:57,232 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:23:57,232 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:23:57,232 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:23:57,232 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:23:57,232 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:23:57,240 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:23:57,240 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:23:57,259 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.182: 739eb584ba2ebd793d4b100ee3a9bf26 2018-11-25 10:23:57,260 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:23:57,280 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:23:57,321 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:23:57,324 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:23:57,545 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:23:57,546 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:23:57,585 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:23:57,586 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:23:57,595 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:02,318 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:02,319 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:02,321 - paramiko.transport - DEBUG - starting thread (client mode): 0x72bb3d90L 2018-11-25 10:24:02,321 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:24:02,328 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:24:02,328 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:24:02,331 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:24:02,332 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:24:02,332 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:24:02,332 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:24:02,332 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:24:02,332 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:24:02,337 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:24:02,337 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:24:02,353 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 10:24:02,353 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:24:02,377 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:24:02,389 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:24:02,418 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:24:02,477 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:24:02,478 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:24:02,517 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:24:02,518 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:24:02,523 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:02,558 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:02,559 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:02,559 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:02,560 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:02,560 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:02,601 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:02,638 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:02,640 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:24:02,641 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:02,641 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:24:02,642 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:24:02,683 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:24:02,713 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:24:02,714 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:24:02,716 - paramiko.transport - DEBUG - starting thread (client mode): 0x72bbf4d0L 2018-11-25 10:24:02,717 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:24:02,722 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:24:02,722 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:24:02,725 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:24:02,725 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:24:02,725 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:24:02,725 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:24:02,725 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:24:02,726 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:24:02,730 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:24:02,731 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:24:02,732 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 10:24:02,733 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:24:02,769 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:24:02,780 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:24:02,797 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:24:02,864 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:24:02,864 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:24:02,903 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:24:02,904 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:24:02,909 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:02,943 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:02,944 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:02,945 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:02,946 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:02,946 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:02,987 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:03,023 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:03,024 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:24:03,025 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:03,026 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:24:03,026 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:24:03,067 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:24:03,099 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:24:03,101 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:24:03,103 - paramiko.transport - DEBUG - starting thread (client mode): 0x72bc5bd0L 2018-11-25 10:24:03,103 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:24:03,108 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:24:03,108 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:24:03,111 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:24:03,111 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:24:03,112 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:24:03,112 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:24:03,112 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:24:03,112 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:24:03,116 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:24:03,117 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:24:03,119 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 10:24:03,119 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:24:03,157 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:24:03,169 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:24:03,184 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:24:03,266 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:24:03,266 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:24:03,306 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:24:03,307 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:24:03,321 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:03,361 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:03,361 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:03,362 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:03,363 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:03,363 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:03,404 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:03,442 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:03,444 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:24:03,445 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:03,446 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:24:03,446 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:24:03,487 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:24:03,517 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:24:03,518 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:24:03,520 - paramiko.transport - DEBUG - starting thread (client mode): 0x72bce6d0L 2018-11-25 10:24:03,521 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:24:03,525 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:24:03,525 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:24:03,527 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:24:03,527 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:24:03,527 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:24:03,528 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:24:03,528 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:24:03,528 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:24:03,532 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:24:03,533 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:24:03,536 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 10:24:03,537 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:24:03,572 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:24:03,583 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:24:03,601 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:24:03,655 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:24:03,655 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:24:03,694 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:24:03,695 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:24:03,704 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:03,732 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:03,733 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:03,734 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:03,735 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:03,735 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:03,775 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:03,806 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:03,806 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:24:03,807 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:03,808 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:24:03,808 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:24:03,849 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:24:03,877 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:24:03,879 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:24:03,880 - paramiko.transport - DEBUG - starting thread (client mode): 0x72be6410L 2018-11-25 10:24:03,881 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:24:03,886 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:24:03,886 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:24:03,887 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:24:03,888 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:24:03,888 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:24:03,888 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:24:03,888 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:24:03,888 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:24:03,893 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:24:03,893 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:24:03,896 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 10:24:03,897 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:24:03,932 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:24:03,944 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:24:03,961 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:24:04,032 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:24:04,033 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:24:04,072 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:24:04,073 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:24:04,080 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:04,111 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:04,112 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:04,113 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:04,113 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:04,114 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:04,155 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:04,188 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:04,190 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:04,190 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:24:04,191 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:24:04,191 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:24:04,231 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:24:04,263 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:24:04,265 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:04,265 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:24:04,266 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:04,266 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:04,274 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:09,611 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:09,612 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:09,614 - paramiko.transport - DEBUG - starting thread (client mode): 0x72bb3a50L 2018-11-25 10:24:09,615 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:24:09,621 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:24:09,621 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:24:09,624 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:24:09,625 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:24:09,625 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:24:09,625 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:24:09,625 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:24:09,625 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:24:09,631 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:24:09,631 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:24:09,646 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 10:24:09,647 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:24:09,671 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:24:09,682 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:24:09,712 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:24:09,777 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:24:09,777 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:24:09,817 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:24:09,818 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:24:09,824 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:09,860 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:09,861 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:09,861 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:09,862 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:09,862 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:09,903 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:09,942 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:09,943 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:24:09,944 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:09,945 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:24:09,945 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:24:09,986 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:24:10,021 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:24:10,022 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:24:10,024 - paramiko.transport - DEBUG - starting thread (client mode): 0x71b3efd0L 2018-11-25 10:24:10,024 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:24:10,030 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:24:10,031 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:24:10,034 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:24:10,034 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:24:10,034 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:24:10,034 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:24:10,034 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:24:10,034 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:24:10,039 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:24:10,040 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:24:10,056 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 10:24:10,056 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:24:10,080 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:24:10,092 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:24:10,121 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:24:10,199 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:24:10,199 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:24:10,238 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:24:10,239 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:24:10,257 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:10,293 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:10,294 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:10,295 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:10,296 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:10,296 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:10,337 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:10,374 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:10,375 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:24:10,376 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:10,377 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:24:10,377 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:24:10,418 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:24:10,452 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:24:10,453 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:24:10,455 - paramiko.transport - DEBUG - starting thread (client mode): 0x71b49f50L 2018-11-25 10:24:10,455 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:24:10,462 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:24:10,462 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:24:10,465 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:24:10,466 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:24:10,466 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:24:10,466 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:24:10,466 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:24:10,466 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:24:10,471 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:24:10,471 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:24:10,487 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 10:24:10,488 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:24:10,511 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:24:10,523 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:24:10,552 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:24:10,632 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:24:10,632 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:24:10,671 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:24:10,672 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:24:10,687 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:10,724 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:10,725 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:10,726 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:10,726 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:10,727 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:10,768 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:10,806 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:10,808 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:24:10,808 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:10,809 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:24:10,809 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:24:10,850 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:24:10,883 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:24:10,884 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:24:10,886 - paramiko.transport - DEBUG - starting thread (client mode): 0x71b52e50L 2018-11-25 10:24:10,887 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:24:10,891 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:24:10,892 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:24:10,893 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:24:10,894 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:24:10,894 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:24:10,894 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:24:10,894 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:24:10,895 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:24:10,899 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:24:10,899 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:24:10,902 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 10:24:10,903 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:24:10,939 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:24:10,950 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:24:10,967 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:24:11,023 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:24:11,023 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:24:11,062 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:24:11,063 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:24:11,070 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:11,099 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:11,099 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:11,100 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:11,101 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:11,101 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:11,141 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:11,171 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:11,172 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:11,173 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:24:11,212 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:24:11,213 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:24:11,238 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:24:11,266 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:24:11,267 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:24:11,269 - paramiko.transport - DEBUG - starting thread (client mode): 0x71b5a9d0L 2018-11-25 10:24:11,269 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:24:11,274 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:24:11,275 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:24:11,276 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:24:11,277 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:24:11,277 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:24:11,277 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:24:11,277 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:24:11,277 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:24:11,282 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:24:11,282 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:24:11,285 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 10:24:11,286 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:24:11,321 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:24:11,332 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:24:11,350 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:24:11,405 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:24:11,406 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:24:11,445 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:24:11,446 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:24:11,453 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:24:11,482 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:24:11,483 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:24:11,484 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:24:11,485 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:24:11,485 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:24:11,526 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:24:11,559 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:24:11,561 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:24:11,562 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:24:11,562 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:24:11,563 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:24:11,603 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:24:11,632 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:24:11,633 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:24:11,633 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:24:11,635 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:24:11,635 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:24:11,639 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:24:11,682 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:24:11,683 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:24:11,684 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:24:11,685 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:24:11,685 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:24:11,726 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:24:11,765 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:24:11,765 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:24:11,766 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:24:11,767 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:24:11,767 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:24:11,772 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:24:11,819 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:24:11,820 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:24:11,820 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:24:11,821 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:24:11,821 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:24:11,862 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:24:11,902 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:24:11,903 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:24:11,904 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:24:11,905 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:24:11,905 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:24:11,909 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:24:11,961 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:24:11,962 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:24:11,963 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:24:11,964 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:24:11,964 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:24:12,005 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:24:12,048 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:24:12,049 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:24:12,051 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:24:12,051 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:24:12,051 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:24:12,055 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:24:12,093 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:24:12,094 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:24:12,095 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:24:12,134 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:24:12,134 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:24:12,160 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:24:12,193 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:24:12,194 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:24:12,194 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:24:12,195 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:24:12,196 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:24:12,198 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:24:12,236 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:24:12,237 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:24:12,238 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:24:12,238 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:24:12,238 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:24:12,279 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:24:12,312 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:24:12,313 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Verify that all OpenStack nodes OVS br-int have fail_mode set to secure | +----------------------------------------------------------------------------------------+ | PASS | Controller (ODL) list is ready | | PASS | Node overcloud-novacompute-1 br-int is fail_mode secure | | PASS | Node overcloud-novacompute-0 br-int is fail_mode secure | | PASS | Node overcloud-controller-2 br-int is fail_mode secure | | PASS | Node overcloud-controller-1 br-int is fail_mode secure | | PASS | Node overcloud-controller-0 br-int is fail_mode secure | +========================================================================================+ 2018-11-25 10:24:12,313 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-25 10:24:12,314 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-11-25 10:24:12,314 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:24:12,314 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'Node overcloud-novacompute-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-novacompute-0 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-2 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-0 br-int is fail_mode secure': 'PASS'}]} 2018-11-25 10:24:12,315 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-11-25 10:24:12,315 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-11-25 10:24:12,315 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-11-25 10:24:12,390 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:24:12,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:24:12,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:24:12,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:24:12,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:24:12,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:24:12,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:24:12,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:24:12,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:24:12,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:24:12,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:24:12,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:24:12,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:24:12,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:24:12,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-25 10:24:12,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:24:12,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:24:12,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:24:12,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:24:12,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:24:12,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:24:12,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:24:12,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:24:12,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:24:12,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:24:12,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:24:12,399 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:24:12,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:24:12,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f7ac87-9080-4a1e-8928-7d7a937bda99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:24:12,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c5f7ac87-9080-4a1e-8928-7d7a937bda99 2018-11-25 10:24:12,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:24:12,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["zKEYpleUSUyBR6Wk_tf3Dg"], "issued_at": "2018-11-25T10:24:12.000000Z"}} 2018-11-25 10:24:12,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e3ef648d580b198f20c767d76beffe740a6a316" 2018-11-25 10:24:13,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-36f3cd44-1261-44a3-aa06-de581fa16905 Date: Sun, 25 Nov 2018 10:24:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-25 10:24:13,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-36f3cd44-1261-44a3-aa06-de581fa16905 2018-11-25 10:24:13,035 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:24:13,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e3ef648d580b198f20c767d76beffe740a6a316" 2018-11-25 10:24:13,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d6bace4b-fb98-4c4a-9972-a8a044a483a1 Date: Sun, 25 Nov 2018 10:24:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 10:24:13,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d6bace4b-fb98-4c4a-9972-a8a044a483a1 2018-11-25 10:24:13,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7e3ef648d580b198f20c767d76beffe740a6a316" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-25 10:24:13,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59 X-Openstack-Request-Id: req-5e072dd5-2afd-41a0-86d0-72fc73df7f93 Date: Sun, 25 Nov 2018 10:24:13 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T10:24:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T10:24:13Z", "visibility": "public", "locations": [], "self": "/v2/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "min_disk": 0, "protected": false, "id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "file": "/v2/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59/file", "checksum": null, "owner": "6398f91c7f9a4cc9becafd672cd3c763", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 10:24:13,464 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-5e072dd5-2afd-41a0-86d0-72fc73df7f93 2018-11-25 10:24:13,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e3ef648d580b198f20c767d76beffe740a6a316" -d '' 2018-11-25 10:24:14,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-766421bd-8539-414e-858d-dd4d91b92063 Date: Sun, 25 Nov 2018 10:24:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:24:14,837 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59/file used request id req-766421bd-8539-414e-858d-dd4d91b92063 2018-11-25 10:24:14,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:24:14,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eab91e06-74c9-4b9d-b5bf-a5c24ca9d125 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:24:14,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eab91e06-74c9-4b9d-b5bf-a5c24ca9d125 2018-11-25 10:24:14,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:24:15,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:24:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["tSvt75wSTnmofzOOZkQqQQ"], "issued_at": "2018-11-25T10:24:15.000000Z"}} 2018-11-25 10:24:15,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:15,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5c4c04ee-b0ae-4b8f-af9c-d0b3ca029871 Date: Sun, 25 Nov 2018 10:24:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 10:24:15,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5c4c04ee-b0ae-4b8f-af9c-d0b3ca029871 2018-11-25 10:24:15,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:15,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d1c4e62a-646c-4a66-88d3-987292e017d7 Date: Sun, 25 Nov 2018 10:24:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 10:24:15,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d1c4e62a-646c-4a66-88d3-987292e017d7 2018-11-25 10:24:15,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:16,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a6feedf8-c91c-4d88-ad02-c3a84356800a Date: Sun, 25 Nov 2018 10:24:16 GMT RESP BODY: {"routers": []} 2018-11-25 10:24:16,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-a6feedf8-c91c-4d88-ad02-c3a84356800a 2018-11-25 10:24:16,073 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-11-25 10:24:16,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-11-25 10:24:16,474 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-2608dc2a-7566-4e45-bfe1-0c74023390db Date: Sun, 25 Nov 2018 10:24:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c41cd54e-9560-4c44-b4cd-0164b7821377","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:24:16Z","is_default":false,"provider:segmentation_id":48,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:16Z","mtu":1450}} 2018-11-25 10:24:16,474 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-2608dc2a-7566-4e45-bfe1-0c74023390db 2018-11-25 10:24:16,475 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c41cd54e-9560-4c44-b4cd-0164b7821377' created successfully 2018-11-25 10:24:16,475 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 10:24:16,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"subnets": [{"ip_version": 4, "network_id": "c41cd54e-9560-4c44-b4cd-0164b7821377", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-11-25 10:24:17,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ee2f62b7-b067-4758-9547-30976afd7f73 Date: Sun, 25 Nov 2018 10:24:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c41cd54e-9560-4c44-b4cd-0164b7821377","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:16Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:24:16Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"0262b6bd-09e7-4833-bae9-19edd2b17ea1","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-11-25 10:24:17,187 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ee2f62b7-b067-4758-9547-30976afd7f73 2018-11-25 10:24:17,187 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '0262b6bd-09e7-4833-bae9-19edd2b17ea1' created successfully 2018-11-25 10:24:17,187 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 10:24:17,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-11-25 10:24:17,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-fd524f20-0948-4cd3-a36d-04dc8c4baf82 Date: Sun, 25 Nov 2018 10:24:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:24:17Z", "revision_number": 0, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "b363b272-a89e-4b37-a2b8-558942189941", "name": "sdnvpn-8-1-router"}} 2018-11-25 10:24:17,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-fd524f20-0948-4cd3-a36d-04dc8c4baf82 2018-11-25 10:24:17,496 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b363b272-a89e-4b37-a2b8-558942189941' created successfully 2018-11-25 10:24:17,496 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 10:24:17,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"subnet_id": "0262b6bd-09e7-4833-bae9-19edd2b17ea1"}' 2018-11-25 10:24:19,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b030a50f-b742-4d71-8982-f721835cda4e Date: Sun, 25 Nov 2018 10:24:19 GMT RESP BODY: {"network_id": "c41cd54e-9560-4c44-b4cd-0164b7821377", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "0262b6bd-09e7-4833-bae9-19edd2b17ea1", "subnet_ids": ["0262b6bd-09e7-4833-bae9-19edd2b17ea1"], "port_id": "f3bb70ae-e2e6-4364-b940-62822f275dba", "id": "b363b272-a89e-4b37-a2b8-558942189941"} 2018-11-25 10:24:19,139 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941/add_router_interface used request id req-b030a50f-b742-4d71-8982-f721835cda4e 2018-11-25 10:24:19,139 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 10:24:19,140 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 10:24:19,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:19,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-e5571bcf-95ea-445f-912b-b24d9d3673c5 Date: Sun, 25 Nov 2018 10:24:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c41cd54e-9560-4c44-b4cd-0164b7821377","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["0262b6bd-09e7-4833-bae9-19edd2b17ea1"],"description":"","tags":[],"updated_at":"2018-11-25T10:24:16Z","provider:segmentation_id":48,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:16Z","provider:network_type":"vxlan"}]} 2018-11-25 10:24:19,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e5571bcf-95ea-445f-912b-b24d9d3673c5 2018-11-25 10:24:19,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}}}' 2018-11-25 10:24:21,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-7b184e01-d8ba-4fda-b605-766402fd42c7 Date: Sun, 25 Nov 2018 10:24:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:24:21Z", "revision_number": 4, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "b363b272-a89e-4b37-a2b8-558942189941", "name": "sdnvpn-8-1-router"}} 2018-11-25 10:24:21,410 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941 used request id req-7b184e01-d8ba-4fda-b605-766402fd42c7 2018-11-25 10:24:21,411 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 10:24:21,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:21,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-7d1d3eb5-b814-40e4-a6aa-3d4d9f5a3519 Date: Sun, 25 Nov 2018 10:24:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c41cd54e-9560-4c44-b4cd-0164b7821377","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["0262b6bd-09e7-4833-bae9-19edd2b17ea1"],"description":"","tags":[],"updated_at":"2018-11-25T10:24:16Z","provider:segmentation_id":48,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:16Z","provider:network_type":"vxlan"}]} 2018-11-25 10:24:21,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7d1d3eb5-b814-40e4-a6aa-3d4d9f5a3519 2018-11-25 10:24:21,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:21,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-b0b21004-5491-4005-ba59-413ebccdf0d3 Date: Sun, 25 Nov 2018 10:24:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c41cd54e-9560-4c44-b4cd-0164b7821377","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:16Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:24:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"0262b6bd-09e7-4833-bae9-19edd2b17ea1","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 10:24:21,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b0b21004-5491-4005-ba59-413ebccdf0d3 2018-11-25 10:24:21,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:22,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-74f8e476-9e47-456f-bddb-41bc311fe263 Date: Sun, 25 Nov 2018 10:24:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:24:21Z", "revision_number": 4, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "b363b272-a89e-4b37-a2b8-558942189941", "name": "sdnvpn-8-1-router"}]} 2018-11-25 10:24:22,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-74f8e476-9e47-456f-bddb-41bc311fe263 2018-11-25 10:24:22,055 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-11-25 10:24:22,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-11-25 10:24:22,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-dc85ff39-bad8-4bfb-9390-5d6270dd896d Date: Sun, 25 Nov 2018 10:24:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"826f7084-06c2-4b21-b11f-3ecbc4087b69","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:24:22Z","is_default":false,"provider:segmentation_id":39,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:22Z","mtu":1450}} 2018-11-25 10:24:22,457 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-dc85ff39-bad8-4bfb-9390-5d6270dd896d 2018-11-25 10:24:22,457 - sdnvpn.lib.openstack_utils - DEBUG - Network '826f7084-06c2-4b21-b11f-3ecbc4087b69' created successfully 2018-11-25 10:24:22,457 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 10:24:22,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"subnets": [{"ip_version": 4, "network_id": "826f7084-06c2-4b21-b11f-3ecbc4087b69", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-11-25 10:24:22,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-2bcaec2e-f299-411f-b45e-32e9b99f5bde Date: Sun, 25 Nov 2018 10:24:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"826f7084-06c2-4b21-b11f-3ecbc4087b69","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:22Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:24:22Z","gateway_ip":"10.10.20.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.20.2","end":"10.10.20.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.20.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"449d022d-9dab-45b3-bda1-edc0a159376a","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-11-25 10:24:22,875 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-2bcaec2e-f299-411f-b45e-32e9b99f5bde 2018-11-25 10:24:22,876 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '449d022d-9dab-45b3-bda1-edc0a159376a' created successfully 2018-11-25 10:24:22,876 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 10:24:22,876 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b363b272-a89e-4b37-a2b8-558942189941' created successfully 2018-11-25 10:24:22,876 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 10:24:22,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"subnet_id": "449d022d-9dab-45b3-bda1-edc0a159376a"}' 2018-11-25 10:24:25,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1f31185a-a178-4070-87ab-b2195481eee9 Date: Sun, 25 Nov 2018 10:24:25 GMT RESP BODY: {"network_id": "826f7084-06c2-4b21-b11f-3ecbc4087b69", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "449d022d-9dab-45b3-bda1-edc0a159376a", "subnet_ids": ["449d022d-9dab-45b3-bda1-edc0a159376a"], "port_id": "1b404f01-c934-458c-b442-6d9a98bf39d2", "id": "b363b272-a89e-4b37-a2b8-558942189941"} 2018-11-25 10:24:25,007 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941/add_router_interface used request id req-1f31185a-a178-4070-87ab-b2195481eee9 2018-11-25 10:24:25,007 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 10:24:25,007 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 10:24:25,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:25,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-641891fd-6e32-4887-9da1-8fcf4d38f5c8 Date: Sun, 25 Nov 2018 10:24:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"826f7084-06c2-4b21-b11f-3ecbc4087b69","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["449d022d-9dab-45b3-bda1-edc0a159376a"],"description":"","tags":[],"updated_at":"2018-11-25T10:24:22Z","provider:segmentation_id":39,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c41cd54e-9560-4c44-b4cd-0164b7821377","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["0262b6bd-09e7-4833-bae9-19edd2b17ea1"],"description":"","tags":[],"updated_at":"2018-11-25T10:24:16Z","provider:segmentation_id":48,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:16Z","provider:network_type":"vxlan"}]} 2018-11-25 10:24:25,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-641891fd-6e32-4887-9da1-8fcf4d38f5c8 2018-11-25 10:24:25,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}}}' 2018-11-25 10:24:26,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-f5c2955f-856f-4aba-90f1-9af8569daffd Date: Sun, 25 Nov 2018 10:24:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:24:25Z", "revision_number": 6, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "b363b272-a89e-4b37-a2b8-558942189941", "name": "sdnvpn-8-1-router"}} 2018-11-25 10:24:26,041 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941 used request id req-f5c2955f-856f-4aba-90f1-9af8569daffd 2018-11-25 10:24:26,041 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 10:24:26,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:26,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9e5a2256-807d-4e16-a376-ed25dc04549d Date: Sun, 25 Nov 2018 10:24:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "updated_at": "2018-11-25T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "be60c331-bec8-4f83-b795-2cee1d41747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}], "revision_number": 4, "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8b709bbc-7260-46b7-88dc-54f09751360e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}]} 2018-11-25 10:24:26,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-9e5a2256-807d-4e16-a376-ed25dc04549d 2018-11-25 10:24:26,245 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-11-25 10:24:26,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-11-25 10:24:26,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-c6553a4e-5108-4592-a5c8-2c1c28c0d602 Date: Sun, 25 Nov 2018 10:24:26 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "updated_at": "2018-11-25T10:24:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "70416a38-6876-4fff-9847-564e75ee3305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 2, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "name": "sdnvpn-sg"}} 2018-11-25 10:24:26,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-c6553a4e-5108-4592-a5c8-2c1c28c0d602 2018-11-25 10:24:26,611 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=d406dab4-56c0-4b44-beb9-7b7fa32aad50 created successfully. 2018-11-25 10:24:26,612 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-11-25 10:24:26,612 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-11-25 10:24:26,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:24:26,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0e4cb8b4-5563-43e0-9d76-1d4a5fe1c6af Date: Sun, 25 Nov 2018 10:24:26 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-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4"}} 2018-11-25 10:24:26,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-0e4cb8b4-5563-43e0-9d76-1d4a5fe1c6af 2018-11-25 10:24:26,962 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-11-25 10:24:26,963 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-25 10:24:26,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:24:27,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-dba515a4-4a2a-4e99-90eb-20f0a29e6dfc Date: Sun, 25 Nov 2018 10:24:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5"}} 2018-11-25 10:24:27,483 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-dba515a4-4a2a-4e99-90eb-20f0a29e6dfc 2018-11-25 10:24:27,483 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-25 10:24:27,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:24:27,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-e026ebf6-35e8-4b8c-86df-db876f78cdbc Date: Sun, 25 Nov 2018 10:24:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164"}} 2018-11-25 10:24:27,640 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-e026ebf6-35e8-4b8c-86df-db876f78cdbc 2018-11-25 10:24:27,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:27,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-8306be4f-8060-4873-8412-6100c2d84de4 Date: Sun, 25 Nov 2018 10:24:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "02431603-7a1a-4f49-831b-ab36508abf87"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5"}, {"remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164"}, {"remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "67715c5c-22c5-45c1-adce-277f34cefcd2"}, {"remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "70416a38-6876-4fff-9847-564e75ee3305"}, {"remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "71ab91a3-cd06-4099-9c1a-216eefbda076"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4"}, {"remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "b5987cc7-5a4d-482e-a39b-88055715ad56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "be60c331-bec8-4f83-b795-2cee1d41747a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "ca7892dd-098c-4861-80bc-380608b0e35f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd"}, {"remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7"}, {"remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "ed5dd529-7544-4677-9590-2dbffafad56b"}, {"remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc"}]} 2018-11-25 10:24:27,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-8306be4f-8060-4873-8412-6100c2d84de4 2018-11-25 10:24:27,672 - sdnvpn_test_utils - INFO - This rule exists for security group: d406dab4-56c0-4b44-beb9-7b7fa32aad50 2018-11-25 10:24:27,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:24:27,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-2518ae2d-5564-47ed-98bf-5141eb2433c1 Date: Sun, 25 Nov 2018 10:24:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "02431603-7a1a-4f49-831b-ab36508abf87"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5"}, {"remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164"}, {"remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "67715c5c-22c5-45c1-adce-277f34cefcd2"}, {"remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "70416a38-6876-4fff-9847-564e75ee3305"}, {"remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "71ab91a3-cd06-4099-9c1a-216eefbda076"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4"}, {"remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "b5987cc7-5a4d-482e-a39b-88055715ad56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "be60c331-bec8-4f83-b795-2cee1d41747a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "ca7892dd-098c-4861-80bc-380608b0e35f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd"}, {"remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7"}, {"remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "ed5dd529-7544-4677-9590-2dbffafad56b"}, {"remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc"}]} 2018-11-25 10:24:27,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-2518ae2d-5564-47ed-98bf-5141eb2433c1 2018-11-25 10:24:27,702 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-25 10:24:27,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:24:27,998 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-bad57915-f66b-4548-90fb-c61fa2222696 Date: Sun, 25 Nov 2018 10:24: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": 80, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 80, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452"}} 2018-11-25 10:24:27,998 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-bad57915-f66b-4548-90fb-c61fa2222696 2018-11-25 10:24:27,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:24:28,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25ceb23-cc5e-4d42-b328-c2e6c82e37f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:24:28,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e25ceb23-cc5e-4d42-b328-c2e6c82e37f0 2018-11-25 10:24:28,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:24:28,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:24:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["ZNyWUd2fSLma5SOvESSAhQ"], "issued_at": "2018-11-25T10:24:28.000000Z"}} 2018-11-25 10:24:28,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" 2018-11-25 10:24:28,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-e4b29f13-977b-4c45-b7fd-a393c5ef007f x-compute-request-id: req-e4b29f13-977b-4c45-b7fd-a393c5ef007f Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 10:24:28,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-e4b29f13-977b-4c45-b7fd-a393c5ef007f 2018-11-25 10:24:28,941 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-11-25 10:24:28,941 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-11-25 10:24:28,942 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59 network=826f7084-06c2-4b21-b11f-3ecbc4087b69 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:24:28,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:24:28,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:24:28,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:24:28,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:24:28,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:24:28,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:24:28,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:24:28,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:24:28,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:24:28,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:24:28,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:24:28,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:24:28,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:24:28,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:24:28,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:24:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:24:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:24:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:24:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:24:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:24:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:24:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:24:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:24:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:24:28,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:24:28,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:24:28,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:24:28,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:24:28,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:24:28,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:24:28,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:24:28,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:24:28,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:24:28,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:24:28,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:24:28,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:24:28,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:24:28,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:24:28,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:24:28,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:24:28,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:24:28,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:24:28,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:24:28,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:24:28,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:24:28,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:24:28,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:24:28,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:24:28,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:24:28,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-252343a0-a8c2-4d28-abec-01a6da23266a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:24:28,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-252343a0-a8c2-4d28-abec-01a6da23266a 2018-11-25 10:24:28,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:24:29,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:24:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["R3fW5xxxTC673vpfELxEjg"], "issued_at": "2018-11-25T10:24:29.000000Z"}} 2018-11-25 10:24:29,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" 2018-11-25 10:24:29,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-7d865109-e272-4333-802e-c0a8669f2f17 x-compute-request-id: req-7d865109-e272-4333-802e-c0a8669f2f17 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:24:29,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7d865109-e272-4333-802e-c0a8669f2f17 2018-11-25 10:24:29,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" 2018-11-25 10:24:29,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-33123d68-5c53-461a-94a3-2efa8e232834 x-compute-request-id: req-33123d68-5c53-461a-94a3-2efa8e232834 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:24:29,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-33123d68-5c53-461a-94a3-2efa8e232834 2018-11-25 10:24:29,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "826f7084-06c2-4b21-b11f-3ecbc4087b69"}]}}' 2018-11-25 10:24:30,999 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:24: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-412612d3-c853-4281-b448-e8b63d765b93 x-compute-request-id: req-412612d3-c853-4281-b448-e8b63d765b93 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c09658d4-4974-457a-9b85-408d72467acd", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "bookmark"}], "adminPass": "vmJThBWF27oj"}} 2018-11-25 10:24:30,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-412612d3-c853-4281-b448-e8b63d765b93 2018-11-25 10:24:31,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:24:31,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28850a57-43a6-471c-9705-2886c2544c1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:24:31,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-28850a57-43a6-471c-9705-2886c2544c1c 2018-11-25 10:24:31,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:24:31,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:24:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["3_GONHYiSIiNDiI5mRHsxA"], "issued_at": "2018-11-25T10:24:31.000000Z"}} 2018-11-25 10:24:31,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d369deed8f4a1b1082722cd97d8c729c555761c" 2018-11-25 10:24:31,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-69960605-6c18-4a6d-a3d3-a05c7006f538 x-compute-request-id: req-69960605-6c18-4a6d-a3d3-a05c7006f538 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "c09658d4-4974-457a-9b85-408d72467acd", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:24:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-2", "created": "2018-11-25T10:24:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:24:31,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd used request id req-69960605-6c18-4a6d-a3d3-a05c7006f538 2018-11-25 10:24:34,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d369deed8f4a1b1082722cd97d8c729c555761c" 2018-11-25 10:24:35,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-f41c74db-ad80-4c48-9328-e31cd942f79a x-compute-request-id: req-f41c74db-ad80-4c48-9328-e31cd942f79a Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "c09658d4-4974-457a-9b85-408d72467acd", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:24:32Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-25T10:24:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:24:35,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd used request id req-f41c74db-ad80-4c48-9328-e31cd942f79a 2018-11-25 10:24:38,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d369deed8f4a1b1082722cd97d8c729c555761c" 2018-11-25 10:24:39,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-9b86f1de-95ca-4f24-8cb5-2cb4921f6198 x-compute-request-id: req-9b86f1de-95ca-4f24-8cb5-2cb4921f6198 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:cd:5d", "version": 4, "addr": "10.10.20.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-11-25T10:24:36.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "c09658d4-4974-457a-9b85-408d72467acd", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:24:36Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-25T10:24:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:24:39,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd used request id req-9b86f1de-95ca-4f24-8cb5-2cb4921f6198 2018-11-25 10:24:39,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" 2018-11-25 10:24:40,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-54f921eb-f83d-4712-858d-ae9b7dff0451 x-compute-request-id: req-54f921eb-f83d-4712-858d-ae9b7dff0451 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:cd:5d", "version": 4, "addr": "10.10.20.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-11-25T10:24:36.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "c09658d4-4974-457a-9b85-408d72467acd", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:24:36Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-25T10:24:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:24:40,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd used request id req-54f921eb-f83d-4712-858d-ae9b7dff0451 2018-11-25 10:24:40,235 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.12'. 2018-11-25 10:24:40,236 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-11-25 10:24:40,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:24:41,669 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:24: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-db51a91c-50e3-42d8-9efd-e41479c0dd49 x-compute-request-id: req-db51a91c-50e3-42d8-9efd-e41479c0dd49 Content-Length: 0 Content-Type: application/json 2018-11-25 10:24:41,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-db51a91c-50e3-42d8-9efd-e41479c0dd49 2018-11-25 10:24:41,670 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-11-25 10:24:41,670 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59 network=c41cd54e-9560-4c44-b4cd-0164b7821377 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-25 10:24:41,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:24:41,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:24:41,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:24:41,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:24:41,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:24:41,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:24:41,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:24:41,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:24:41,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:24:41,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:24:41,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:24:41,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:24:41,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:24:41,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:24:41,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:24:41,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:24:41,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:24:41,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:24:41,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:24:41,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:24:41,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:24:41,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:24:41,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:24:41,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:24:41,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:24:41,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:24:41,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:24:41,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:24:41,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:24:41,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:24:41,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:24:41,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:24:41,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:24:41,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:24:41,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:24:41,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:24:41,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:24:41,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:24:41,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:24:41,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:24:41,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:24:41,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:24:41,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:24:41,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:24:41,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:24:41,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:24:41,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:24:41,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:24:41,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:24:41,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b51670-2bd7-47c9-85db-1316a97eeca6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:24:41,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-09b51670-2bd7-47c9-85db-1316a97eeca6 2018-11-25 10:24:41,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:24:42,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:24:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["8t21NZB-R7GF6Z-Zj3WGjA"], "issued_at": "2018-11-25T10:24:42.000000Z"}} 2018-11-25 10:24:42,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8086713ba6646498237f7c723ea2df372aba83c" 2018-11-25 10:24:42,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb0b669d-4324-4aae-8494-d4c38e500838 x-compute-request-id: req-cb0b669d-4324-4aae-8494-d4c38e500838 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:24:42,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cb0b669d-4324-4aae-8494-d4c38e500838 2018-11-25 10:24:42,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8086713ba6646498237f7c723ea2df372aba83c" 2018-11-25 10:24:42,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8d4e5d6-a595-4419-8796-35c72930f4eb x-compute-request-id: req-a8d4e5d6-a595-4419-8796-35c72930f4eb Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:24:42,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-a8d4e5d6-a595-4419-8796-35c72930f4eb 2018-11-25 10:24:42,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8086713ba6646498237f7c723ea2df372aba83c" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c41cd54e-9560-4c44-b4cd-0164b7821377"}], "config_drive": true}}' 2018-11-25 10:24:43,818 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:24:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41f68dd0-6491-4247-8ea5-d221e1c56680 x-compute-request-id: req-41f68dd0-6491-4247-8ea5-d221e1c56680 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "bookmark"}], "adminPass": "HmWtEAd4LZ3d"}} 2018-11-25 10:24:43,818 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-41f68dd0-6491-4247-8ea5-d221e1c56680 2018-11-25 10:24:43,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:24:43,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f442c7a-1a4f-4a98-8236-65d2961c81e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:24:43,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4f442c7a-1a4f-4a98-8236-65d2961c81e2 2018-11-25 10:24:43,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:24:44,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:24:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["zp0m5hrJT9iif94EQUy8pg"], "issued_at": "2018-11-25T10:24:44.000000Z"}} 2018-11-25 10:24:44,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87934e6ecf3c770ad2c768a9b2d70d4cacfaecdb" 2018-11-25 10:24:44,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-35a848e1-2fd0-4442-9282-1bd8f35ed261 x-compute-request-id: req-35a848e1-2fd0-4442-9282-1bd8f35ed261 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:24:44Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-1", "created": "2018-11-25T10:24:43Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:24:44,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d used request id req-35a848e1-2fd0-4442-9282-1bd8f35ed261 2018-11-25 10:24:47,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87934e6ecf3c770ad2c768a9b2d70d4cacfaecdb" 2018-11-25 10:24:48,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-178f6b09-1ac3-45e1-8072-fcdcead927c3 x-compute-request-id: req-178f6b09-1ac3-45e1-8072-fcdcead927c3 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:24:45Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-11-25T10:24:43Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:24:48,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d used request id req-178f6b09-1ac3-45e1-8072-fcdcead927c3 2018-11-25 10:24:51,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87934e6ecf3c770ad2c768a9b2d70d4cacfaecdb" 2018-11-25 10:24:51,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-65ff90da-50c1-42ab-87ae-d071887121be x-compute-request-id: req-65ff90da-50c1-42ab-87ae-d071887121be Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:a5:6d", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-11-25T10:24:49.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:24:49Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-11-25T10:24:43Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:24:51,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d used request id req-65ff90da-50c1-42ab-87ae-d071887121be 2018-11-25 10:24:51,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8086713ba6646498237f7c723ea2df372aba83c" 2018-11-25 10:24:52,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-467f66b2-2d63-4dcc-ab63-5d7b8b72d810 x-compute-request-id: req-467f66b2-2d63-4dcc-ab63-5d7b8b72d810 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:a5:6d", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-11-25T10:24:49.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:24:49Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-11-25T10:24:43Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:24:52,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d used request id req-467f66b2-2d63-4dcc-ab63-5d7b8b72d810 2018-11-25 10:24:52,669 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.10'. 2018-11-25 10:24:52,670 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-11-25 10:24:52,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:24:54,140 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:24: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-d7b9267c-113d-4e66-a888-eba9ce229ea7 x-compute-request-id: req-d7b9267c-113d-4e66-a888-eba9ce229ea7 Content-Length: 0 Content-Type: application/json 2018-11-25 10:24:54,140 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action used request id req-d7b9267c-113d-4e66-a888-eba9ce229ea7 2018-11-25 10:24:54,140 - sdnvpn_test_utils - INFO - Waiting for instance c09658d4-4974-457a-9b85-408d72467acd to boot up 2018-11-25 10:24:54,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:24:55,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-759989fe-dc13-4414-8f01-bc5d789a3c72 x-compute-request-id: req-759989fe-dc13-4414-8f01-bc5d789a3c72 Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:24:55,218 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-759989fe-dc13-4414-8f01-bc5d789a3c72 2018-11-25 10:24:57,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:24:58,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:24: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-6a44389c-baf0-4649-adb1-3e4f7d5fb15c x-compute-request-id: req-6a44389c-baf0-4649-adb1-3e4f7d5fb15c Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:24:58,313 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-6a44389c-baf0-4649-adb1-3e4f7d5fb15c 2018-11-25 10:25:00,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:01,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25: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-400dff79-6c2e-4632-83ba-608ec7d874fa x-compute-request-id: req-400dff79-6c2e-4632-83ba-608ec7d874fa Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:01,407 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-400dff79-6c2e-4632-83ba-608ec7d874fa 2018-11-25 10:25:03,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:04,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-062c6e50-63a9-4e64-9d9b-1bc9de70a723 x-compute-request-id: req-062c6e50-63a9-4e64-9d9b-1bc9de70a723 Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:04,505 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-062c6e50-63a9-4e64-9d9b-1bc9de70a723 2018-11-25 10:25:06,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:07,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82b602cb-a857-4b1e-8679-c4f0da3d0843 x-compute-request-id: req-82b602cb-a857-4b1e-8679-c4f0da3d0843 Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:07,603 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-82b602cb-a857-4b1e-8679-c4f0da3d0843 2018-11-25 10:25:09,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:10,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25: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-4c4a26bd-a28a-4107-a9d0-cf73a35ca20b x-compute-request-id: req-4c4a26bd-a28a-4107-a9d0-cf73a35ca20b Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:10,703 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-4c4a26bd-a28a-4107-a9d0-cf73a35ca20b 2018-11-25 10:25:12,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:13,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25: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-abea61d8-b3d1-4941-914f-1aad5dfb4614 x-compute-request-id: req-abea61d8-b3d1-4941-914f-1aad5dfb4614 Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:13,789 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-abea61d8-b3d1-4941-914f-1aad5dfb4614 2018-11-25 10:25:15,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:16,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2335319-ef6d-4005-a868-6c4e291f08c2 x-compute-request-id: req-f2335319-ef6d-4005-a868-6c4e291f08c2 Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:16,874 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-f2335319-ef6d-4005-a868-6c4e291f08c2 2018-11-25 10:25:18,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:19,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65f80b5a-c7b7-4004-a88a-9ac0958f9bd9 x-compute-request-id: req-65f80b5a-c7b7-4004-a88a-9ac0958f9bd9 Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:19,963 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-65f80b5a-c7b7-4004-a88a-9ac0958f9bd9 2018-11-25 10:25:21,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:23,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ea23286-9f1d-4d4e-8499-6d887395d965 x-compute-request-id: req-5ea23286-9f1d-4d4e-8499-6d887395d965 Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:23,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-5ea23286-9f1d-4d4e-8499-6d887395d965 2018-11-25 10:25:25,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:26,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25: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-05e4d3e3-8431-4463-85cf-79b269556a0e x-compute-request-id: req-05e4d3e3-8431-4463-85cf-79b269556a0e Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:26,145 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-05e4d3e3-8431-4463-85cf-79b269556a0e 2018-11-25 10:25:28,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:29,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25: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-d4ab028c-fa2e-46cf-935e-c87aded6a6ca x-compute-request-id: req-d4ab028c-fa2e-46cf-935e-c87aded6a6ca Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:29,234 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-d4ab028c-fa2e-46cf-935e-c87aded6a6ca 2018-11-25 10:25:31,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:32,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25: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-dcead758-498a-4865-af41-4fca177582df x-compute-request-id: req-dcead758-498a-4865-af41-4fca177582df Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:32,326 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-dcead758-498a-4865-af41-4fca177582df 2018-11-25 10:25:34,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:35,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe12dedf-b12b-4721-b1ca-5e04c420986d x-compute-request-id: req-fe12dedf-b12b-4721-b1ca-5e04c420986d Content-Encoding: gzip Content-Length: 7682 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:35,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-fe12dedf-b12b-4721-b1ca-5e04c420986d 2018-11-25 10:25:37,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:38,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e223e89f-c243-4906-b6ba-6158a253fd78 x-compute-request-id: req-e223e89f-c243-4906-b6ba-6158a253fd78 Content-Encoding: gzip Content-Length: 7819 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.20.12...\nLease of 10.10.20.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-11-25 10:25:38,506 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-e223e89f-c243-4906-b6ba-6158a253fd78 2018-11-25 10:25:40,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873816fc6858893930356276c72fd1d779075198" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:41,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd7f272c-98ae-49f7-9992-11b51b607e32 x-compute-request-id: req-dd7f272c-98ae-49f7-9992-11b51b607e32 Content-Encoding: gzip Content-Length: 9514 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 490687280 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.127965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129593] pid_max: default: 32768 minimum: 301\n[ 0.130471] ACPI: Core revision 20150930\n[ 0.131838] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133120] Security Framework initialized\n[ 0.133916] Yama: becoming mindful.\n[ 0.134630] AppArmor: AppArmor initialized\n[ 0.135483] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136782] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139227] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140591] Initializing cgroup subsys io\n[ 0.141389] Initializing cgroup subsys memory\n[ 0.142227] Initializing cgroup subsys devices\n[ 0.143088] Initializing cgroup subsys freezer\n[ 0.143933] Initializing cgroup subsys net_cls\n[ 0.144781] Initializing cgroup subsys perf_event\n[ 0.145668] Initializing cgroup subsys net_prio\n[ 0.146530] Initializing cgroup subsys hugetlb\n[ 0.147386] Initializing cgroup subsys pids\n[ 0.148244] CPU: Physical Processor ID: 0\n[ 0.149721] mce: CPU supports 10 MCE banks\n[ 0.150553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151536] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169080] ftrace: allocating 31920 entries in 125 pages\n[ 0.195558] smpboot: Max logical packages: 1\n[ 0.196404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197727] x2apic enabled\n[ 0.198528] Switched APIC routing to physical x2apic.\n[ 0.200272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203337] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205091] KVM setup paravirtual spinlock\n[ 0.206367] x86: Booted up 1 node, 1 CPUs\n[ 0.207159] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208516] devtmpfs: initialized\n[ 0.210219] evm: security.selinux\n[ 0.210905] evm: security.SMACK64\n[ 0.211584] evm: security.SMACK64EXEC\n[ 0.212314] evm: security.SMACK64TRANSMUTE\n[ 0.213106] evm: security.SMACK64MMAP\n[ 0.213829] evm: security.ima\n[ 0.214466] evm: security.capability\n[ 0.215258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217080] pinctrl core: initialized pinctrl subsystem\n[ 0.218155] RTC time: 10:24:36, date: 11/25/18\n[ 0.219103] NET: Registered protocol family 16\n[ 0.220053] cpuidle: using governor ladder\n[ 0.220854] cpuidle: using governor menu\n[ 0.221627] PCCT header not found.\n[ 0.222362] ACPI: bus type PCI registered\n[ 0.223153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224367] PCI: Using configuration type 1 for base access\n[ 0.226102] ACPI: Added _OSI(Module Device)\n[ 0.226923] ACPI: Added _OSI(Processor Device)\n[ 0.227772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228655] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230741] ACPI: Interpreter enabled\n[ 0.231497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238731] ACPI: (supports S0 S5)\n[ 0.239426] ACPI: Using IOAPIC for interrupt routing\n[ 0.240447] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243514] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245843] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249203] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250776] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252347] acpiphp: Slot [7] registered\n[ 0.253138] acpiphp: Slot [8] registered\n[ 0.253922] acpiphp: Slot [9] registered\n[ 0.254709] acpiphp: Slot [10] registered\n[ 0.255506] acpiphp: Slot [11] registered\n[ 0.256304] acpiphp: Slot [12] registered\n[ 0.257106] acpiphp: Slot [13] registered\n[ 0.257904] acpiphp: Slot [14] registered\n[ 0.258703] acpiphp: Slot [15] registered\n[ 0.269559] acpiphp: Slot [16] registered\n[ 0.270364] acpiphp: Slot [17] registered\n[ 0.271160] acpiphp: Slot [18] registered\n[ 0.271952] acpiphp: Slot [19] registered\n[ 0.272744] acpiphp: Slot [20] registered\n[ 0.273540] acpiphp: Slot [21] registered\n[ 0.274339] acpiphp: Slot [22] registered\n[ 0.275137] acpiphp: Slot [23] registered\n[ 0.275932] acpiphp: Slot [24] registered\n[ 0.276729] acpiphp: Slot [25] registered\n[ 0.277524] acpiphp: Slot [26] registered\n[ 0.278322] acpiphp: Slot [27] registered\n[ 0.279125] acpiphp: Slot [28] registered\n[ 0.279924] acpiphp: Slot [29] registered\n[ 0.280717] acpiphp: Slot [30] registered\n[ 0.281515] acpiphp: Slot [31] registered\n[ 0.282311] PCI host bridge to bus 0000:00\n[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288330] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295694] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296856] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351425] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354283] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357039] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358273] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359405] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360505] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362029] vgaarb: loaded\n[ 0.362622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363747] SCSI subsystem initialized\n[ 0.364558] ACPI: bus type USB registered\n[ 0.365363] usbcore: registered new interface driver usbfs\n[ 0.366375] usbcore: registered new interface driver hub\n[ 0.367361] usbcore: registered new device driver usb\n[ 0.368402] PCI: Using ACPI for IRQ routing\n[ 0.369411] NetLabel: Initializing\n[ 0.370117] NetLabel: domain hash size = 128\n[ 0.370951] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371886] NetLabel: unlabeled traffic allowed by default\n[ 0.372964] clocksource: Switched to clocksource kvm-clock\n[ 0.378355] AppArmor: AppArmor Filesystem Enabled\n[ 0.379295] pnp: PnP ACPI init\n[ 0.380198] pnp: PnP ACPI: found 5 devices\n[ 0.386548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388229] NET: Registered protocol family 2\n[ 0.389176] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390427] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395010] NET: Registered protocol family 1\n[ 0.395876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398048] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426280] Trying to unpack rootfs image as initramfs...\n[ 0.476119] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489971] Scanning for low memory corruption every 60 seconds\n[ 0.491330] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492464] audit: initializing netlink subsys (disabled)\n[ 0.493482] audit: type=2000 audit(1543141477.380:1): initialized\n[ 0.494772] Initialise system trusted keyring\n[ 0.495852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499557] zbud: loaded\n[ 0.500443] VFS: Disk quotas dquot_6.6.0\n[ 0.501423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503167] fuse init (API version 7.23)\n[ 0.504121] Key type big_key registered\n[ 0.505029] Allocating IMA MOK and blacklist keyrings.\n[ 0.506255] Key type asymmetric registered\n[ 0.507228] Asymmetric key parser 'x509' registered\n[ 0.508315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510519] io scheduler noop registered\n[ 0.511381] io scheduler deadline registered (default)\n[ 0.512442] io scheduler cfq registered\n[ 0.513389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514668] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517671] ACPI: Power Button [PWRF]\n[ 0.518506] GHES: HEST is not enabled!\n[ 0.532187] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560222] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588722] Linux agpgart interface v0.103\n[ 0.590709] brd: module loaded\n[ 0.591851] loop: module loaded\n[ 0.595446] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596884] GPT:90111 != 2097151\n[ 0.597566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600136] GPT:90111 != 2097151\n[ 0.600802] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601767] vda: vda1 vda15\n[ 0.603432] scsi host0: ata_piix\n[ 0.604169] scsi host1: ata_piix\n[ 0.604863] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606071] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607502] libphy: Fixed MDIO Bus: probed\n[ 0.608312] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609257] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611494] PPP generic driver version 2.4.2\n[ 0.612377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613689] ehci-pci: EHCI PCI platform driver\n[ 0.614552] ehci-platform: EHCI generic platform driver\n[ 0.615524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616631] ohci-pci: OHCI PCI platform driver\n[ 0.617498] ohci-platform: OHCI generic platform driver\n[ 0.618474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638572] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639969] usb usb1: Product: UHCI Host Controller\n[ 0.640893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642018] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643033] hub 1-0:1.0: USB hub found\n[ 0.643808] hub 1-0:1.0: 2 ports detected\n[ 0.644690] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646803] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647758] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648782] mousedev: PS/2 mouse device common for all mice\n[ 0.650026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654098] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655274] i2c /dev entries driver\n[ 0.656023] device-mapper: uevent: version 1.0.3\n[ 0.656950] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658554] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659824] NET: Registered protocol family 10\n[ 0.660801] NET: Registered protocol family 17\n[ 0.661679] Key type dns_resolver registered\n[ 0.662606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665416] registered taskstats version 1\n[ 0.666247] Loading compiled-in X.509 certificates\n[ 0.667677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669511] zswap: loaded using pool lzo/zbud\n[ 0.670863] Key type trusted registered\n[ 0.672395] Key type encrypted registered\n[ 0.673228] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675265] evm: HMAC attrs: 0x1\n[ 0.676195] Magic number: 10:344:427\n[ 0.677059] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:37 UTC (1543141477)\n[ 0.679007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680118] EDD information not available.\n[ 0.765882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767408] Write protecting the kernel read-only data: 14336k\n[ 0.779097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780867] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.110157] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.20.12...\nLease of 10.10.20.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.02. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJlD2fqX2yIB7MEY0e7cLM5Gbwh/nCmMGZKD7WMv0HIHAHgF9qohChSbjVsUY74owsd7kH9X0UGW5Q2UiYq/tWlVIkE455IdwxLmvviOVMXvQ/yMK4RYWhNsC2XpNDHiVbl4MgAayrho54riaRn5OMRmMe3HXfp1/eypAk5ZAwcwwOHZCaLMV8DQNjn6BKyDT5N7LQ/v7pAIx44S5D+DOR3t7UTQVc5c7ANXyVfU8C8TPGfrPkwCegxpLJpS85DiUEbkBNbNn5yKetgeSog4l4+4hmmERO52BJ1jTpF7qfcObrc5Bs7hKy568nVRqw6JYbWDqpT10IiNfnpPmYQsUV root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ8PYj8XiGbkPt5egTa529Vq3/+u4IsmBA7CzJdejU4Oxyt0bSoNmLJhbMz9ol05qIPljLQjIwLhgIhc1tKvS3I2x5nO5PIaXmI5D5Xl9eUAAs8zvCi5IBBXNKbCYSdRMWMUE9LUKuu6rTWAKWnz9Vj7EnUTokPYg7w9yOpI1yqpAAAAFQDOrrPhUJ8FiOpD7pTv/IDhNPXwCQAAAIEAliIrF5Hz//ZGQWMU7rAa53dEE1E3+QLJW0D1j69Nizt7BmNmZj/mcZlk+qkIBpMVDm7SxblST6gkwqC2CBCxTPZU1cYxnJolx6XnZ3BL2eNlWy+Q8JwfiMYlOT/yvI2toughkRqNzX+FXTJPdqloGYsLyMMOmpn1amkvRcyAIXkAAACAXGadDkXXNXapvvlmWGbE5jdgoUjq6C2xPQS/eUTh4wFYJQIPpVEJGtQhq6InOS1pnyVCP5wH7PMajRgi/WRzcVNt+N4RIO7FPgLxqWJwgTGz6u3r6R+H6b/qLa48APa2buvD8qYz+V1P40Q6Cs46yyouQQJWhiiV4WehjkSL1AI= root@sdnvpn-8-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.20.12,24,fe80::f816:3eff:fe9e:cd5d/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.12 \nip-route:169.254.169.254 via 10.10.20.2 dev eth0 \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-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.97 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-8-2 login: "} 2018-11-25 10:25:41,646 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-dd7f272c-98ae-49f7-9992-11b51b607e32 2018-11-25 10:25:43,676 - sdnvpn_test_utils - INFO - Waiting for instance 7aa79231-3fbd-4aa5-a0a4-561f2e6c297d to boot up 2018-11-25 10:25:43,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8086713ba6646498237f7c723ea2df372aba83c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:44,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25: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-45c78711-ef31-4ea9-b286-ba969850b258 x-compute-request-id: req-45c78711-ef31-4ea9-b286-ba969850b258 Content-Encoding: gzip Content-Length: 7883 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513935781 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.129331] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130954] pid_max: default: 32768 minimum: 301\n[ 0.131836] ACPI: Core revision 20150930\n[ 0.133197] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134476] Security Framework initialized\n[ 0.135271] Yama: becoming mindful.\n[ 0.135999] AppArmor: AppArmor initialized\n[ 0.136849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140555] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141887] Initializing cgroup subsys io\n[ 0.142671] Initializing cgroup subsys memory\n[ 0.143501] Initializing cgroup subsys devices\n[ 0.144334] Initializing cgroup subsys freezer\n[ 0.145182] Initializing cgroup subsys net_cls\n[ 0.146018] Initializing cgroup subsys perf_event\n[ 0.146893] Initializing cgroup subsys net_prio\n[ 0.147741] Initializing cgroup subsys hugetlb\n[ 0.148588] Initializing cgroup subsys pids\n[ 0.149428] CPU: Physical Processor ID: 0\n[ 0.150896] mce: CPU supports 10 MCE banks\n[ 0.151713] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152684] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170096] ftrace: allocating 31920 entries in 125 pages\n[ 0.196568] smpboot: Max logical packages: 1\n[ 0.197401] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198709] x2apic enabled\n[ 0.199500] Switched APIC routing to physical x2apic.\n[ 0.201223] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204228] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205954] KVM setup paravirtual spinlock\n[ 0.207218] x86: Booted up 1 node, 1 CPUs\n[ 0.207997] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209343] devtmpfs: initialized\n[ 0.211035] evm: security.selinux\n[ 0.211717] evm: security.SMACK64\n[ 0.212383] evm: security.SMACK64EXEC\n[ 0.213105] evm: security.SMACK64TRANSMUTE\n[ 0.213884] evm: security.SMACK64MMAP\n[ 0.214603] evm: security.ima\n[ 0.215227] evm: security.capability\n[ 0.216011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217792] pinctrl core: initialized pinctrl subsystem\n[ 0.218848] RTC time: 10:24:49, date: 11/25/18\n[ 0.219782] NET: Registered protocol family 16\n[ 0.220720] cpuidle: using governor ladder\n[ 0.221510] cpuidle: using governor menu\n[ 0.222265] PCCT header not found.\n[ 0.222988] ACPI: bus type PCI registered\n[ 0.223765] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224964] PCI: Using configuration type 1 for base access\n[ 0.226679] ACPI: Added _OSI(Module Device)\n[ 0.227487] ACPI: Added _OSI(Processor Device)\n[ 0.228319] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229191] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231263] ACPI: Interpreter enabled\n[ 0.232017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239149] ACPI: (supports S0 S5)\n[ 0.239834] ACPI: Using IOAPIC for interrupt routing\n[ 0.240755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246193] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247348] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249504] acpiphp: Slot [3] registered\n[ 0.250279] acpiphp: Slot [4] registered\n[ 0.251055] acpiphp: Slot [5] registered\n[ 0.251842] acpiphp: Slot [6] registered\n[ 0.252616] acpiphp: Slot [7] registered\n[ 0.253390] acpiphp: Slot [8] registered\n[ 0.254170] acpiphp: Slot [9] registered\n[ 0.254946] acpiphp: Slot [10] registered\n[ 0.255738] acpiphp: Slot [11] registered\n[ 0.256533] acpiphp: Slot [12] registered\n[ 0.257328] acpiphp: Slot [13] registered\n[ 0.258120] acpiphp: Slot [14] registered\n[ 0.258916] acpiphp: Slot [15] registered\n[ 0.269922] acpiphp: Slot [16] registered\n[ 0.270714] acpiphp: Slot [17] registered\n[ 0.271501] acpiphp: Slot [18] registered\n[ 0.272282] acpiphp: Slot [19] registered\n[ 0.273347] acpiphp: Slot [20] registered\n[ 0.274476] acpiphp: Slot [21] registered\n[ 0.275601] acpiphp: Slot [22] registered\n[ 0.276727] acpiphp: Slot [23] registered\n[ 0.277830] acpiphp: Slot [24] registered\n[ 0.278976] acpiphp: Slot [25] registered\n[ 0.280082] acpiphp: Slot [26] registered\n[ 0.281180] acpiphp: Slot [27] registered\n[ 0.282281] acpiphp: Slot [28] registered\n[ 0.283371] acpiphp: Slot [29] registered\n[ 0.284458] acpiphp: Slot [30] registered\n[ 0.285546] acpiphp: Slot [31] registered\n[ 0.286668] PCI host bridge to bus 0000:00\n[ 0.287790] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289509] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293295] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295324] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302061] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303903] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307439] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314171] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316124] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363043] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364838] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366639] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369131] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370733] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375737] vgaarb: loaded\n[ 0.376525] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378060] SCSI subsystem initialized\n[ 0.379169] ACPI: bus type USB registered\n[ 0.380266] usbcore: registered new interface driver usbfs\n[ 0.381696] usbcore: registered new interface driver hub\n[ 0.383119] usbcore: registered new device driver usb\n[ 0.384525] PCI: Using ACPI for IRQ routing\n[ 0.385860] NetLabel: Initializing\n[ 0.386834] NetLabel: domain hash size = 128\n[ 0.387985] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389275] NetLabel: unlabeled traffic allowed by default\n[ 0.390754] clocksource: Switched to clocksource kvm-clock\n[ 0.396520] AppArmor: AppArmor Filesystem Enabled\n[ 0.397841] pnp: PnP ACPI init\n[ 0.398990] pnp: PnP ACPI: found 5 devices\n[ 0.405674] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408074] NET: Registered protocol family 2\n[ 0.409407] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411286] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412973] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414646] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416089] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417234] NET: Registered protocol family 1\n[ 0.418082] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419157] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420208] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434201] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448371] Trying to unpack rootfs image as initramfs...\n[ 0.497373] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511250] Scanning for low memory corruption every 60 seconds\n[ 0.512576] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513689] audit: initializing netlink subsys (disabled)\n[ 0.514686] audit: type=2000 audit(1543141490.506:1): initialized\n[ 0.515978] Initialise system trusted keyring\n[ 0.516878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518011] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519946] zbud: loaded\n[ 0.520635] VFS: Disk quotas dquot_6.6.0\n[ 0.521427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522911] fuse init (API version 7.23)\n[ 0.523787] Key type big_key registered\n[ 0.524567] Allocating IMA MOK and blacklist keyrings.\n[ 0.526007] Key type asymmetric registered\n[ 0.526822] Asymmetric key parser 'x509' registered\n[ 0.527756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529185] io scheduler noop registered\n[ 0.529961] io scheduler deadline registered (default)\n[ 0.530932] io scheduler cfq registered\n[ 0.531745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533982] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535410] ACPI: Power Button [PWRF]\n[ 0.536229] GHES: HEST is not enabled!\n[ 0.549882] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583134] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607894] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.610850] Linux agpgart interface v0.103\n[ 0.613901] brd: module loaded\n[ 0.615513] loop: module loaded\n[ 0.620159] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622178] GPT:90111 != 2097151\n[ 0.623110] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624681] GPT:90111 != 2097151\n[ 0.625607] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627055] vda: vda1 vda15\n[ 0.629052] scsi host0: ata_piix\n[ 0.630054] scsi host1: ata_piix\n[ 0.631023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632802] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634961] libphy: Fixed MDIO Bus: probed\n[ 0.636097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637463] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640078] PPP generic driver version 2.4.2\n[ 0.641051] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642340] ehci-pci: EHCI PCI platform driver\n[ 0.643287] ehci-platform: EHCI generic platform driver\n[ 0.644363] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645664] ohci-pci: OHCI PCI platform driver\n[ 0.646598] ohci-platform: OHCI generic platform driver\n[ 0.647676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663374] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664959] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666047] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670305] usb usb1: Product: UHCI Host Controller\n[ 0.671343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672677] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673811] hub 1-0:1.0: USB hub found\n[ 0.674669] hub 1-0:1.0: 2 ports detected\n[ 0.675699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678019] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679105] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680253] mousedev: PS/2 mouse device common for all mice\n[ 0.681662] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683724] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684901] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686229] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687583] i2c /dev entries driver\n[ 0.688455] device-mapper: uevent: version 1.0.3\n[ 0.689545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691362] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692781] NET: Registered protocol family 10\n[ 0.693844] NET: Registered protocol family 17\n[ 0.694858] Key type dns_resolver registered\n[ 0.695905] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699126] registered taskstats version 1\n[ 0.700026] Loading compiled-in X.509 certificates\n[ 0.701552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703616] zswap: loaded using pool lzo/zbud\n[ 0.705074] Key type trusted registered\n[ 0.707170] Key type encrypted registered\n[ 0.708077] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709180] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710291] evm: HMAC attrs: 0x1\n[ 0.711747] Magic number: 10:344:427\n[ 0.712690] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:50 UTC (1543141490)\n[ 0.714424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715630] EDD information not available.\n[ 0.787287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788830] ata1.00: configured for MWDMA2\n[ 0.790119] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802552] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803969] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805329] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807343] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809065] Write protecting the kernel read-only data: 14336k\n[ 0.810771] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.00\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.198890] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:44,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action used request id req-45c78711-ef31-4ea9-b286-ba969850b258 2018-11-25 10:25:46,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8086713ba6646498237f7c723ea2df372aba83c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:47,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25: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-9e9b7a78-91c4-4e99-a8ae-7a85f9e1498e x-compute-request-id: req-9e9b7a78-91c4-4e99-a8ae-7a85f9e1498e Content-Encoding: gzip Content-Length: 7883 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513935781 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.129331] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130954] pid_max: default: 32768 minimum: 301\n[ 0.131836] ACPI: Core revision 20150930\n[ 0.133197] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134476] Security Framework initialized\n[ 0.135271] Yama: becoming mindful.\n[ 0.135999] AppArmor: AppArmor initialized\n[ 0.136849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140555] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141887] Initializing cgroup subsys io\n[ 0.142671] Initializing cgroup subsys memory\n[ 0.143501] Initializing cgroup subsys devices\n[ 0.144334] Initializing cgroup subsys freezer\n[ 0.145182] Initializing cgroup subsys net_cls\n[ 0.146018] Initializing cgroup subsys perf_event\n[ 0.146893] Initializing cgroup subsys net_prio\n[ 0.147741] Initializing cgroup subsys hugetlb\n[ 0.148588] Initializing cgroup subsys pids\n[ 0.149428] CPU: Physical Processor ID: 0\n[ 0.150896] mce: CPU supports 10 MCE banks\n[ 0.151713] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152684] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170096] ftrace: allocating 31920 entries in 125 pages\n[ 0.196568] smpboot: Max logical packages: 1\n[ 0.197401] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198709] x2apic enabled\n[ 0.199500] Switched APIC routing to physical x2apic.\n[ 0.201223] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204228] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205954] KVM setup paravirtual spinlock\n[ 0.207218] x86: Booted up 1 node, 1 CPUs\n[ 0.207997] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209343] devtmpfs: initialized\n[ 0.211035] evm: security.selinux\n[ 0.211717] evm: security.SMACK64\n[ 0.212383] evm: security.SMACK64EXEC\n[ 0.213105] evm: security.SMACK64TRANSMUTE\n[ 0.213884] evm: security.SMACK64MMAP\n[ 0.214603] evm: security.ima\n[ 0.215227] evm: security.capability\n[ 0.216011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217792] pinctrl core: initialized pinctrl subsystem\n[ 0.218848] RTC time: 10:24:49, date: 11/25/18\n[ 0.219782] NET: Registered protocol family 16\n[ 0.220720] cpuidle: using governor ladder\n[ 0.221510] cpuidle: using governor menu\n[ 0.222265] PCCT header not found.\n[ 0.222988] ACPI: bus type PCI registered\n[ 0.223765] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224964] PCI: Using configuration type 1 for base access\n[ 0.226679] ACPI: Added _OSI(Module Device)\n[ 0.227487] ACPI: Added _OSI(Processor Device)\n[ 0.228319] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229191] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231263] ACPI: Interpreter enabled\n[ 0.232017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239149] ACPI: (supports S0 S5)\n[ 0.239834] ACPI: Using IOAPIC for interrupt routing\n[ 0.240755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246193] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247348] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249504] acpiphp: Slot [3] registered\n[ 0.250279] acpiphp: Slot [4] registered\n[ 0.251055] acpiphp: Slot [5] registered\n[ 0.251842] acpiphp: Slot [6] registered\n[ 0.252616] acpiphp: Slot [7] registered\n[ 0.253390] acpiphp: Slot [8] registered\n[ 0.254170] acpiphp: Slot [9] registered\n[ 0.254946] acpiphp: Slot [10] registered\n[ 0.255738] acpiphp: Slot [11] registered\n[ 0.256533] acpiphp: Slot [12] registered\n[ 0.257328] acpiphp: Slot [13] registered\n[ 0.258120] acpiphp: Slot [14] registered\n[ 0.258916] acpiphp: Slot [15] registered\n[ 0.269922] acpiphp: Slot [16] registered\n[ 0.270714] acpiphp: Slot [17] registered\n[ 0.271501] acpiphp: Slot [18] registered\n[ 0.272282] acpiphp: Slot [19] registered\n[ 0.273347] acpiphp: Slot [20] registered\n[ 0.274476] acpiphp: Slot [21] registered\n[ 0.275601] acpiphp: Slot [22] registered\n[ 0.276727] acpiphp: Slot [23] registered\n[ 0.277830] acpiphp: Slot [24] registered\n[ 0.278976] acpiphp: Slot [25] registered\n[ 0.280082] acpiphp: Slot [26] registered\n[ 0.281180] acpiphp: Slot [27] registered\n[ 0.282281] acpiphp: Slot [28] registered\n[ 0.283371] acpiphp: Slot [29] registered\n[ 0.284458] acpiphp: Slot [30] registered\n[ 0.285546] acpiphp: Slot [31] registered\n[ 0.286668] PCI host bridge to bus 0000:00\n[ 0.287790] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289509] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293295] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295324] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302061] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303903] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307439] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314171] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316124] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363043] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364838] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366639] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369131] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370733] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375737] vgaarb: loaded\n[ 0.376525] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378060] SCSI subsystem initialized\n[ 0.379169] ACPI: bus type USB registered\n[ 0.380266] usbcore: registered new interface driver usbfs\n[ 0.381696] usbcore: registered new interface driver hub\n[ 0.383119] usbcore: registered new device driver usb\n[ 0.384525] PCI: Using ACPI for IRQ routing\n[ 0.385860] NetLabel: Initializing\n[ 0.386834] NetLabel: domain hash size = 128\n[ 0.387985] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389275] NetLabel: unlabeled traffic allowed by default\n[ 0.390754] clocksource: Switched to clocksource kvm-clock\n[ 0.396520] AppArmor: AppArmor Filesystem Enabled\n[ 0.397841] pnp: PnP ACPI init\n[ 0.398990] pnp: PnP ACPI: found 5 devices\n[ 0.405674] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408074] NET: Registered protocol family 2\n[ 0.409407] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411286] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412973] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414646] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416089] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417234] NET: Registered protocol family 1\n[ 0.418082] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419157] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420208] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434201] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448371] Trying to unpack rootfs image as initramfs...\n[ 0.497373] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511250] Scanning for low memory corruption every 60 seconds\n[ 0.512576] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513689] audit: initializing netlink subsys (disabled)\n[ 0.514686] audit: type=2000 audit(1543141490.506:1): initialized\n[ 0.515978] Initialise system trusted keyring\n[ 0.516878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518011] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519946] zbud: loaded\n[ 0.520635] VFS: Disk quotas dquot_6.6.0\n[ 0.521427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522911] fuse init (API version 7.23)\n[ 0.523787] Key type big_key registered\n[ 0.524567] Allocating IMA MOK and blacklist keyrings.\n[ 0.526007] Key type asymmetric registered\n[ 0.526822] Asymmetric key parser 'x509' registered\n[ 0.527756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529185] io scheduler noop registered\n[ 0.529961] io scheduler deadline registered (default)\n[ 0.530932] io scheduler cfq registered\n[ 0.531745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533982] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535410] ACPI: Power Button [PWRF]\n[ 0.536229] GHES: HEST is not enabled!\n[ 0.549882] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583134] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607894] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.610850] Linux agpgart interface v0.103\n[ 0.613901] brd: module loaded\n[ 0.615513] loop: module loaded\n[ 0.620159] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622178] GPT:90111 != 2097151\n[ 0.623110] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624681] GPT:90111 != 2097151\n[ 0.625607] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627055] vda: vda1 vda15\n[ 0.629052] scsi host0: ata_piix\n[ 0.630054] scsi host1: ata_piix\n[ 0.631023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632802] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634961] libphy: Fixed MDIO Bus: probed\n[ 0.636097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637463] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640078] PPP generic driver version 2.4.2\n[ 0.641051] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642340] ehci-pci: EHCI PCI platform driver\n[ 0.643287] ehci-platform: EHCI generic platform driver\n[ 0.644363] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645664] ohci-pci: OHCI PCI platform driver\n[ 0.646598] ohci-platform: OHCI generic platform driver\n[ 0.647676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663374] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664959] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666047] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670305] usb usb1: Product: UHCI Host Controller\n[ 0.671343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672677] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673811] hub 1-0:1.0: USB hub found\n[ 0.674669] hub 1-0:1.0: 2 ports detected\n[ 0.675699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678019] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679105] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680253] mousedev: PS/2 mouse device common for all mice\n[ 0.681662] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683724] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684901] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686229] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687583] i2c /dev entries driver\n[ 0.688455] device-mapper: uevent: version 1.0.3\n[ 0.689545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691362] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692781] NET: Registered protocol family 10\n[ 0.693844] NET: Registered protocol family 17\n[ 0.694858] Key type dns_resolver registered\n[ 0.695905] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699126] registered taskstats version 1\n[ 0.700026] Loading compiled-in X.509 certificates\n[ 0.701552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703616] zswap: loaded using pool lzo/zbud\n[ 0.705074] Key type trusted registered\n[ 0.707170] Key type encrypted registered\n[ 0.708077] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709180] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710291] evm: HMAC attrs: 0x1\n[ 0.711747] Magic number: 10:344:427\n[ 0.712690] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:50 UTC (1543141490)\n[ 0.714424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715630] EDD information not available.\n[ 0.787287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788830] ata1.00: configured for MWDMA2\n[ 0.790119] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802552] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803969] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805329] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807343] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809065] Write protecting the kernel read-only data: 14336k\n[ 0.810771] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.00\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.198890] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:47,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action used request id req-9e9b7a78-91c4-4e99-a8ae-7a85f9e1498e 2018-11-25 10:25:49,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8086713ba6646498237f7c723ea2df372aba83c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:50,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-409072d1-6de8-4e87-b2fe-e30688d754ae x-compute-request-id: req-409072d1-6de8-4e87-b2fe-e30688d754ae Content-Encoding: gzip Content-Length: 7883 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513935781 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.129331] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130954] pid_max: default: 32768 minimum: 301\n[ 0.131836] ACPI: Core revision 20150930\n[ 0.133197] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134476] Security Framework initialized\n[ 0.135271] Yama: becoming mindful.\n[ 0.135999] AppArmor: AppArmor initialized\n[ 0.136849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140555] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141887] Initializing cgroup subsys io\n[ 0.142671] Initializing cgroup subsys memory\n[ 0.143501] Initializing cgroup subsys devices\n[ 0.144334] Initializing cgroup subsys freezer\n[ 0.145182] Initializing cgroup subsys net_cls\n[ 0.146018] Initializing cgroup subsys perf_event\n[ 0.146893] Initializing cgroup subsys net_prio\n[ 0.147741] Initializing cgroup subsys hugetlb\n[ 0.148588] Initializing cgroup subsys pids\n[ 0.149428] CPU: Physical Processor ID: 0\n[ 0.150896] mce: CPU supports 10 MCE banks\n[ 0.151713] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152684] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170096] ftrace: allocating 31920 entries in 125 pages\n[ 0.196568] smpboot: Max logical packages: 1\n[ 0.197401] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198709] x2apic enabled\n[ 0.199500] Switched APIC routing to physical x2apic.\n[ 0.201223] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204228] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205954] KVM setup paravirtual spinlock\n[ 0.207218] x86: Booted up 1 node, 1 CPUs\n[ 0.207997] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209343] devtmpfs: initialized\n[ 0.211035] evm: security.selinux\n[ 0.211717] evm: security.SMACK64\n[ 0.212383] evm: security.SMACK64EXEC\n[ 0.213105] evm: security.SMACK64TRANSMUTE\n[ 0.213884] evm: security.SMACK64MMAP\n[ 0.214603] evm: security.ima\n[ 0.215227] evm: security.capability\n[ 0.216011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217792] pinctrl core: initialized pinctrl subsystem\n[ 0.218848] RTC time: 10:24:49, date: 11/25/18\n[ 0.219782] NET: Registered protocol family 16\n[ 0.220720] cpuidle: using governor ladder\n[ 0.221510] cpuidle: using governor menu\n[ 0.222265] PCCT header not found.\n[ 0.222988] ACPI: bus type PCI registered\n[ 0.223765] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224964] PCI: Using configuration type 1 for base access\n[ 0.226679] ACPI: Added _OSI(Module Device)\n[ 0.227487] ACPI: Added _OSI(Processor Device)\n[ 0.228319] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229191] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231263] ACPI: Interpreter enabled\n[ 0.232017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239149] ACPI: (supports S0 S5)\n[ 0.239834] ACPI: Using IOAPIC for interrupt routing\n[ 0.240755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246193] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247348] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249504] acpiphp: Slot [3] registered\n[ 0.250279] acpiphp: Slot [4] registered\n[ 0.251055] acpiphp: Slot [5] registered\n[ 0.251842] acpiphp: Slot [6] registered\n[ 0.252616] acpiphp: Slot [7] registered\n[ 0.253390] acpiphp: Slot [8] registered\n[ 0.254170] acpiphp: Slot [9] registered\n[ 0.254946] acpiphp: Slot [10] registered\n[ 0.255738] acpiphp: Slot [11] registered\n[ 0.256533] acpiphp: Slot [12] registered\n[ 0.257328] acpiphp: Slot [13] registered\n[ 0.258120] acpiphp: Slot [14] registered\n[ 0.258916] acpiphp: Slot [15] registered\n[ 0.269922] acpiphp: Slot [16] registered\n[ 0.270714] acpiphp: Slot [17] registered\n[ 0.271501] acpiphp: Slot [18] registered\n[ 0.272282] acpiphp: Slot [19] registered\n[ 0.273347] acpiphp: Slot [20] registered\n[ 0.274476] acpiphp: Slot [21] registered\n[ 0.275601] acpiphp: Slot [22] registered\n[ 0.276727] acpiphp: Slot [23] registered\n[ 0.277830] acpiphp: Slot [24] registered\n[ 0.278976] acpiphp: Slot [25] registered\n[ 0.280082] acpiphp: Slot [26] registered\n[ 0.281180] acpiphp: Slot [27] registered\n[ 0.282281] acpiphp: Slot [28] registered\n[ 0.283371] acpiphp: Slot [29] registered\n[ 0.284458] acpiphp: Slot [30] registered\n[ 0.285546] acpiphp: Slot [31] registered\n[ 0.286668] PCI host bridge to bus 0000:00\n[ 0.287790] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289509] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293295] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295324] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302061] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303903] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307439] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314171] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316124] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363043] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364838] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366639] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369131] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370733] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375737] vgaarb: loaded\n[ 0.376525] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378060] SCSI subsystem initialized\n[ 0.379169] ACPI: bus type USB registered\n[ 0.380266] usbcore: registered new interface driver usbfs\n[ 0.381696] usbcore: registered new interface driver hub\n[ 0.383119] usbcore: registered new device driver usb\n[ 0.384525] PCI: Using ACPI for IRQ routing\n[ 0.385860] NetLabel: Initializing\n[ 0.386834] NetLabel: domain hash size = 128\n[ 0.387985] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389275] NetLabel: unlabeled traffic allowed by default\n[ 0.390754] clocksource: Switched to clocksource kvm-clock\n[ 0.396520] AppArmor: AppArmor Filesystem Enabled\n[ 0.397841] pnp: PnP ACPI init\n[ 0.398990] pnp: PnP ACPI: found 5 devices\n[ 0.405674] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408074] NET: Registered protocol family 2\n[ 0.409407] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411286] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412973] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414646] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416089] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417234] NET: Registered protocol family 1\n[ 0.418082] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419157] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420208] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434201] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448371] Trying to unpack rootfs image as initramfs...\n[ 0.497373] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511250] Scanning for low memory corruption every 60 seconds\n[ 0.512576] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513689] audit: initializing netlink subsys (disabled)\n[ 0.514686] audit: type=2000 audit(1543141490.506:1): initialized\n[ 0.515978] Initialise system trusted keyring\n[ 0.516878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518011] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519946] zbud: loaded\n[ 0.520635] VFS: Disk quotas dquot_6.6.0\n[ 0.521427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522911] fuse init (API version 7.23)\n[ 0.523787] Key type big_key registered\n[ 0.524567] Allocating IMA MOK and blacklist keyrings.\n[ 0.526007] Key type asymmetric registered\n[ 0.526822] Asymmetric key parser 'x509' registered\n[ 0.527756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529185] io scheduler noop registered\n[ 0.529961] io scheduler deadline registered (default)\n[ 0.530932] io scheduler cfq registered\n[ 0.531745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533982] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535410] ACPI: Power Button [PWRF]\n[ 0.536229] GHES: HEST is not enabled!\n[ 0.549882] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583134] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607894] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.610850] Linux agpgart interface v0.103\n[ 0.613901] brd: module loaded\n[ 0.615513] loop: module loaded\n[ 0.620159] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622178] GPT:90111 != 2097151\n[ 0.623110] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624681] GPT:90111 != 2097151\n[ 0.625607] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627055] vda: vda1 vda15\n[ 0.629052] scsi host0: ata_piix\n[ 0.630054] scsi host1: ata_piix\n[ 0.631023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632802] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634961] libphy: Fixed MDIO Bus: probed\n[ 0.636097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637463] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640078] PPP generic driver version 2.4.2\n[ 0.641051] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642340] ehci-pci: EHCI PCI platform driver\n[ 0.643287] ehci-platform: EHCI generic platform driver\n[ 0.644363] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645664] ohci-pci: OHCI PCI platform driver\n[ 0.646598] ohci-platform: OHCI generic platform driver\n[ 0.647676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663374] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664959] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666047] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670305] usb usb1: Product: UHCI Host Controller\n[ 0.671343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672677] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673811] hub 1-0:1.0: USB hub found\n[ 0.674669] hub 1-0:1.0: 2 ports detected\n[ 0.675699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678019] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679105] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680253] mousedev: PS/2 mouse device common for all mice\n[ 0.681662] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683724] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684901] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686229] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687583] i2c /dev entries driver\n[ 0.688455] device-mapper: uevent: version 1.0.3\n[ 0.689545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691362] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692781] NET: Registered protocol family 10\n[ 0.693844] NET: Registered protocol family 17\n[ 0.694858] Key type dns_resolver registered\n[ 0.695905] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699126] registered taskstats version 1\n[ 0.700026] Loading compiled-in X.509 certificates\n[ 0.701552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703616] zswap: loaded using pool lzo/zbud\n[ 0.705074] Key type trusted registered\n[ 0.707170] Key type encrypted registered\n[ 0.708077] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709180] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710291] evm: HMAC attrs: 0x1\n[ 0.711747] Magic number: 10:344:427\n[ 0.712690] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:50 UTC (1543141490)\n[ 0.714424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715630] EDD information not available.\n[ 0.787287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788830] ata1.00: configured for MWDMA2\n[ 0.790119] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802552] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803969] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805329] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807343] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809065] Write protecting the kernel read-only data: 14336k\n[ 0.810771] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.00\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.198890] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:25:50,907 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action used request id req-409072d1-6de8-4e87-b2fe-e30688d754ae 2018-11-25 10:25:52,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8086713ba6646498237f7c723ea2df372aba83c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:25:53,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:25:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f727ac7f-4df5-4ff3-857a-20c5372de5df x-compute-request-id: req-f727ac7f-4df5-4ff3-857a-20c5372de5df Content-Encoding: gzip Content-Length: 8097 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513935781 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.129331] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130954] pid_max: default: 32768 minimum: 301\n[ 0.131836] ACPI: Core revision 20150930\n[ 0.133197] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134476] Security Framework initialized\n[ 0.135271] Yama: becoming mindful.\n[ 0.135999] AppArmor: AppArmor initialized\n[ 0.136849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140555] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141887] Initializing cgroup subsys io\n[ 0.142671] Initializing cgroup subsys memory\n[ 0.143501] Initializing cgroup subsys devices\n[ 0.144334] Initializing cgroup subsys freezer\n[ 0.145182] Initializing cgroup subsys net_cls\n[ 0.146018] Initializing cgroup subsys perf_event\n[ 0.146893] Initializing cgroup subsys net_prio\n[ 0.147741] Initializing cgroup subsys hugetlb\n[ 0.148588] Initializing cgroup subsys pids\n[ 0.149428] CPU: Physical Processor ID: 0\n[ 0.150896] mce: CPU supports 10 MCE banks\n[ 0.151713] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152684] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170096] ftrace: allocating 31920 entries in 125 pages\n[ 0.196568] smpboot: Max logical packages: 1\n[ 0.197401] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198709] x2apic enabled\n[ 0.199500] Switched APIC routing to physical x2apic.\n[ 0.201223] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204228] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205954] KVM setup paravirtual spinlock\n[ 0.207218] x86: Booted up 1 node, 1 CPUs\n[ 0.207997] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209343] devtmpfs: initialized\n[ 0.211035] evm: security.selinux\n[ 0.211717] evm: security.SMACK64\n[ 0.212383] evm: security.SMACK64EXEC\n[ 0.213105] evm: security.SMACK64TRANSMUTE\n[ 0.213884] evm: security.SMACK64MMAP\n[ 0.214603] evm: security.ima\n[ 0.215227] evm: security.capability\n[ 0.216011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217792] pinctrl core: initialized pinctrl subsystem\n[ 0.218848] RTC time: 10:24:49, date: 11/25/18\n[ 0.219782] NET: Registered protocol family 16\n[ 0.220720] cpuidle: using governor ladder\n[ 0.221510] cpuidle: using governor menu\n[ 0.222265] PCCT header not found.\n[ 0.222988] ACPI: bus type PCI registered\n[ 0.223765] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224964] PCI: Using configuration type 1 for base access\n[ 0.226679] ACPI: Added _OSI(Module Device)\n[ 0.227487] ACPI: Added _OSI(Processor Device)\n[ 0.228319] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229191] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231263] ACPI: Interpreter enabled\n[ 0.232017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239149] ACPI: (supports S0 S5)\n[ 0.239834] ACPI: Using IOAPIC for interrupt routing\n[ 0.240755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246193] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247348] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249504] acpiphp: Slot [3] registered\n[ 0.250279] acpiphp: Slot [4] registered\n[ 0.251055] acpiphp: Slot [5] registered\n[ 0.251842] acpiphp: Slot [6] registered\n[ 0.252616] acpiphp: Slot [7] registered\n[ 0.253390] acpiphp: Slot [8] registered\n[ 0.254170] acpiphp: Slot [9] registered\n[ 0.254946] acpiphp: Slot [10] registered\n[ 0.255738] acpiphp: Slot [11] registered\n[ 0.256533] acpiphp: Slot [12] registered\n[ 0.257328] acpiphp: Slot [13] registered\n[ 0.258120] acpiphp: Slot [14] registered\n[ 0.258916] acpiphp: Slot [15] registered\n[ 0.269922] acpiphp: Slot [16] registered\n[ 0.270714] acpiphp: Slot [17] registered\n[ 0.271501] acpiphp: Slot [18] registered\n[ 0.272282] acpiphp: Slot [19] registered\n[ 0.273347] acpiphp: Slot [20] registered\n[ 0.274476] acpiphp: Slot [21] registered\n[ 0.275601] acpiphp: Slot [22] registered\n[ 0.276727] acpiphp: Slot [23] registered\n[ 0.277830] acpiphp: Slot [24] registered\n[ 0.278976] acpiphp: Slot [25] registered\n[ 0.280082] acpiphp: Slot [26] registered\n[ 0.281180] acpiphp: Slot [27] registered\n[ 0.282281] acpiphp: Slot [28] registered\n[ 0.283371] acpiphp: Slot [29] registered\n[ 0.284458] acpiphp: Slot [30] registered\n[ 0.285546] acpiphp: Slot [31] registered\n[ 0.286668] PCI host bridge to bus 0000:00\n[ 0.287790] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289509] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293295] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295324] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302061] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303903] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307439] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314171] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316124] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363043] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364838] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366639] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369131] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370733] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375737] vgaarb: loaded\n[ 0.376525] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378060] SCSI subsystem initialized\n[ 0.379169] ACPI: bus type USB registered\n[ 0.380266] usbcore: registered new interface driver usbfs\n[ 0.381696] usbcore: registered new interface driver hub\n[ 0.383119] usbcore: registered new device driver usb\n[ 0.384525] PCI: Using ACPI for IRQ routing\n[ 0.385860] NetLabel: Initializing\n[ 0.386834] NetLabel: domain hash size = 128\n[ 0.387985] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389275] NetLabel: unlabeled traffic allowed by default\n[ 0.390754] clocksource: Switched to clocksource kvm-clock\n[ 0.396520] AppArmor: AppArmor Filesystem Enabled\n[ 0.397841] pnp: PnP ACPI init\n[ 0.398990] pnp: PnP ACPI: found 5 devices\n[ 0.405674] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408074] NET: Registered protocol family 2\n[ 0.409407] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411286] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412973] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414646] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416089] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417234] NET: Registered protocol family 1\n[ 0.418082] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419157] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420208] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434201] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448371] Trying to unpack rootfs image as initramfs...\n[ 0.497373] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511250] Scanning for low memory corruption every 60 seconds\n[ 0.512576] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513689] audit: initializing netlink subsys (disabled)\n[ 0.514686] audit: type=2000 audit(1543141490.506:1): initialized\n[ 0.515978] Initialise system trusted keyring\n[ 0.516878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518011] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519946] zbud: loaded\n[ 0.520635] VFS: Disk quotas dquot_6.6.0\n[ 0.521427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522911] fuse init (API version 7.23)\n[ 0.523787] Key type big_key registered\n[ 0.524567] Allocating IMA MOK and blacklist keyrings.\n[ 0.526007] Key type asymmetric registered\n[ 0.526822] Asymmetric key parser 'x509' registered\n[ 0.527756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529185] io scheduler noop registered\n[ 0.529961] io scheduler deadline registered (default)\n[ 0.530932] io scheduler cfq registered\n[ 0.531745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533982] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535410] ACPI: Power Button [PWRF]\n[ 0.536229] GHES: HEST is not enabled!\n[ 0.549882] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583134] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607894] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.610850] Linux agpgart interface v0.103\n[ 0.613901] brd: module loaded\n[ 0.615513] loop: module loaded\n[ 0.620159] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622178] GPT:90111 != 2097151\n[ 0.623110] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624681] GPT:90111 != 2097151\n[ 0.625607] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627055] vda: vda1 vda15\n[ 0.629052] scsi host0: ata_piix\n[ 0.630054] scsi host1: ata_piix\n[ 0.631023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632802] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634961] libphy: Fixed MDIO Bus: probed\n[ 0.636097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637463] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640078] PPP generic driver version 2.4.2\n[ 0.641051] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642340] ehci-pci: EHCI PCI platform driver\n[ 0.643287] ehci-platform: EHCI generic platform driver\n[ 0.644363] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645664] ohci-pci: OHCI PCI platform driver\n[ 0.646598] ohci-platform: OHCI generic platform driver\n[ 0.647676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663374] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664959] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666047] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670305] usb usb1: Product: UHCI Host Controller\n[ 0.671343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672677] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673811] hub 1-0:1.0: USB hub found\n[ 0.674669] hub 1-0:1.0: 2 ports detected\n[ 0.675699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678019] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679105] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680253] mousedev: PS/2 mouse device common for all mice\n[ 0.681662] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683724] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684901] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686229] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687583] i2c /dev entries driver\n[ 0.688455] device-mapper: uevent: version 1.0.3\n[ 0.689545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691362] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692781] NET: Registered protocol family 10\n[ 0.693844] NET: Registered protocol family 17\n[ 0.694858] Key type dns_resolver registered\n[ 0.695905] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699126] registered taskstats version 1\n[ 0.700026] Loading compiled-in X.509 certificates\n[ 0.701552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703616] zswap: loaded using pool lzo/zbud\n[ 0.705074] Key type trusted registered\n[ 0.707170] Key type encrypted registered\n[ 0.708077] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709180] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710291] evm: HMAC attrs: 0x1\n[ 0.711747] Magic number: 10:344:427\n[ 0.712690] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:50 UTC (1543141490)\n[ 0.714424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715630] EDD information not available.\n[ 0.787287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788830] ata1.00: configured for MWDMA2\n[ 0.790119] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802552] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803969] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805329] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807343] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809065] Write protecting the kernel read-only data: 14336k\n[ 0.810771] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.00\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.198890] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.38s]\n"} 2018-11-25 10:25:53,986 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action used request id req-f727ac7f-4df5-4ff3-857a-20c5372de5df 2018-11-25 10:25:55,989 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:26:26,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8086713ba6646498237f7c723ea2df372aba83c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:26:27,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be5eed4d-6abb-4cae-a549-5939c15c999c x-compute-request-id: req-be5eed4d-6abb-4cae-a549-5939c15c999c Content-Encoding: gzip Content-Length: 8111 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513935781 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.129331] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130954] pid_max: default: 32768 minimum: 301\n[ 0.131836] ACPI: Core revision 20150930\n[ 0.133197] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134476] Security Framework initialized\n[ 0.135271] Yama: becoming mindful.\n[ 0.135999] AppArmor: AppArmor initialized\n[ 0.136849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140555] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141887] Initializing cgroup subsys io\n[ 0.142671] Initializing cgroup subsys memory\n[ 0.143501] Initializing cgroup subsys devices\n[ 0.144334] Initializing cgroup subsys freezer\n[ 0.145182] Initializing cgroup subsys net_cls\n[ 0.146018] Initializing cgroup subsys perf_event\n[ 0.146893] Initializing cgroup subsys net_prio\n[ 0.147741] Initializing cgroup subsys hugetlb\n[ 0.148588] Initializing cgroup subsys pids\n[ 0.149428] CPU: Physical Processor ID: 0\n[ 0.150896] mce: CPU supports 10 MCE banks\n[ 0.151713] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152684] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170096] ftrace: allocating 31920 entries in 125 pages\n[ 0.196568] smpboot: Max logical packages: 1\n[ 0.197401] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198709] x2apic enabled\n[ 0.199500] Switched APIC routing to physical x2apic.\n[ 0.201223] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204228] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205954] KVM setup paravirtual spinlock\n[ 0.207218] x86: Booted up 1 node, 1 CPUs\n[ 0.207997] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209343] devtmpfs: initialized\n[ 0.211035] evm: security.selinux\n[ 0.211717] evm: security.SMACK64\n[ 0.212383] evm: security.SMACK64EXEC\n[ 0.213105] evm: security.SMACK64TRANSMUTE\n[ 0.213884] evm: security.SMACK64MMAP\n[ 0.214603] evm: security.ima\n[ 0.215227] evm: security.capability\n[ 0.216011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217792] pinctrl core: initialized pinctrl subsystem\n[ 0.218848] RTC time: 10:24:49, date: 11/25/18\n[ 0.219782] NET: Registered protocol family 16\n[ 0.220720] cpuidle: using governor ladder\n[ 0.221510] cpuidle: using governor menu\n[ 0.222265] PCCT header not found.\n[ 0.222988] ACPI: bus type PCI registered\n[ 0.223765] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224964] PCI: Using configuration type 1 for base access\n[ 0.226679] ACPI: Added _OSI(Module Device)\n[ 0.227487] ACPI: Added _OSI(Processor Device)\n[ 0.228319] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229191] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231263] ACPI: Interpreter enabled\n[ 0.232017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239149] ACPI: (supports S0 S5)\n[ 0.239834] ACPI: Using IOAPIC for interrupt routing\n[ 0.240755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246193] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247348] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249504] acpiphp: Slot [3] registered\n[ 0.250279] acpiphp: Slot [4] registered\n[ 0.251055] acpiphp: Slot [5] registered\n[ 0.251842] acpiphp: Slot [6] registered\n[ 0.252616] acpiphp: Slot [7] registered\n[ 0.253390] acpiphp: Slot [8] registered\n[ 0.254170] acpiphp: Slot [9] registered\n[ 0.254946] acpiphp: Slot [10] registered\n[ 0.255738] acpiphp: Slot [11] registered\n[ 0.256533] acpiphp: Slot [12] registered\n[ 0.257328] acpiphp: Slot [13] registered\n[ 0.258120] acpiphp: Slot [14] registered\n[ 0.258916] acpiphp: Slot [15] registered\n[ 0.269922] acpiphp: Slot [16] registered\n[ 0.270714] acpiphp: Slot [17] registered\n[ 0.271501] acpiphp: Slot [18] registered\n[ 0.272282] acpiphp: Slot [19] registered\n[ 0.273347] acpiphp: Slot [20] registered\n[ 0.274476] acpiphp: Slot [21] registered\n[ 0.275601] acpiphp: Slot [22] registered\n[ 0.276727] acpiphp: Slot [23] registered\n[ 0.277830] acpiphp: Slot [24] registered\n[ 0.278976] acpiphp: Slot [25] registered\n[ 0.280082] acpiphp: Slot [26] registered\n[ 0.281180] acpiphp: Slot [27] registered\n[ 0.282281] acpiphp: Slot [28] registered\n[ 0.283371] acpiphp: Slot [29] registered\n[ 0.284458] acpiphp: Slot [30] registered\n[ 0.285546] acpiphp: Slot [31] registered\n[ 0.286668] PCI host bridge to bus 0000:00\n[ 0.287790] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289509] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293295] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295324] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302061] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303903] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307439] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314171] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316124] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363043] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364838] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366639] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369131] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370733] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375737] vgaarb: loaded\n[ 0.376525] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378060] SCSI subsystem initialized\n[ 0.379169] ACPI: bus type USB registered\n[ 0.380266] usbcore: registered new interface driver usbfs\n[ 0.381696] usbcore: registered new interface driver hub\n[ 0.383119] usbcore: registered new device driver usb\n[ 0.384525] PCI: Using ACPI for IRQ routing\n[ 0.385860] NetLabel: Initializing\n[ 0.386834] NetLabel: domain hash size = 128\n[ 0.387985] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389275] NetLabel: unlabeled traffic allowed by default\n[ 0.390754] clocksource: Switched to clocksource kvm-clock\n[ 0.396520] AppArmor: AppArmor Filesystem Enabled\n[ 0.397841] pnp: PnP ACPI init\n[ 0.398990] pnp: PnP ACPI: found 5 devices\n[ 0.405674] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408074] NET: Registered protocol family 2\n[ 0.409407] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411286] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412973] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414646] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416089] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417234] NET: Registered protocol family 1\n[ 0.418082] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419157] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420208] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434201] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448371] Trying to unpack rootfs image as initramfs...\n[ 0.497373] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511250] Scanning for low memory corruption every 60 seconds\n[ 0.512576] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513689] audit: initializing netlink subsys (disabled)\n[ 0.514686] audit: type=2000 audit(1543141490.506:1): initialized\n[ 0.515978] Initialise system trusted keyring\n[ 0.516878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518011] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519946] zbud: loaded\n[ 0.520635] VFS: Disk quotas dquot_6.6.0\n[ 0.521427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522911] fuse init (API version 7.23)\n[ 0.523787] Key type big_key registered\n[ 0.524567] Allocating IMA MOK and blacklist keyrings.\n[ 0.526007] Key type asymmetric registered\n[ 0.526822] Asymmetric key parser 'x509' registered\n[ 0.527756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529185] io scheduler noop registered\n[ 0.529961] io scheduler deadline registered (default)\n[ 0.530932] io scheduler cfq registered\n[ 0.531745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533982] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535410] ACPI: Power Button [PWRF]\n[ 0.536229] GHES: HEST is not enabled!\n[ 0.549882] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583134] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607894] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.610850] Linux agpgart interface v0.103\n[ 0.613901] brd: module loaded\n[ 0.615513] loop: module loaded\n[ 0.620159] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622178] GPT:90111 != 2097151\n[ 0.623110] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624681] GPT:90111 != 2097151\n[ 0.625607] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627055] vda: vda1 vda15\n[ 0.629052] scsi host0: ata_piix\n[ 0.630054] scsi host1: ata_piix\n[ 0.631023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632802] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634961] libphy: Fixed MDIO Bus: probed\n[ 0.636097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637463] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640078] PPP generic driver version 2.4.2\n[ 0.641051] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642340] ehci-pci: EHCI PCI platform driver\n[ 0.643287] ehci-platform: EHCI generic platform driver\n[ 0.644363] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645664] ohci-pci: OHCI PCI platform driver\n[ 0.646598] ohci-platform: OHCI generic platform driver\n[ 0.647676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663374] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664959] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666047] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670305] usb usb1: Product: UHCI Host Controller\n[ 0.671343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672677] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673811] hub 1-0:1.0: USB hub found\n[ 0.674669] hub 1-0:1.0: 2 ports detected\n[ 0.675699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678019] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679105] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680253] mousedev: PS/2 mouse device common for all mice\n[ 0.681662] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683724] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684901] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686229] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687583] i2c /dev entries driver\n[ 0.688455] device-mapper: uevent: version 1.0.3\n[ 0.689545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691362] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692781] NET: Registered protocol family 10\n[ 0.693844] NET: Registered protocol family 17\n[ 0.694858] Key type dns_resolver registered\n[ 0.695905] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699126] registered taskstats version 1\n[ 0.700026] Loading compiled-in X.509 certificates\n[ 0.701552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703616] zswap: loaded using pool lzo/zbud\n[ 0.705074] Key type trusted registered\n[ 0.707170] Key type encrypted registered\n[ 0.708077] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709180] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710291] evm: HMAC attrs: 0x1\n[ 0.711747] Magic number: 10:344:427\n[ 0.712690] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:50 UTC (1543141490)\n[ 0.714424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715630] EDD information not available.\n[ 0.787287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788830] ata1.00: configured for MWDMA2\n[ 0.790119] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802552] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803969] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805329] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807343] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809065] Write protecting the kernel read-only data: 14336k\n[ 0.810771] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.00\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.198890] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.38s]\nping 10.10.20.12 OK\nping 10.10.20.12 OK\nping 10.10.20.12 OK\n"} 2018-11-25 10:26:27,093 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action used request id req-be5eed4d-6abb-4cae-a549-5939c15c999c 2018-11-25 10:26:27,094 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.10) to 'sdnvpn-8-2' (10.10.20.12). -->Expected result: can ping. 2018-11-25 10:26:27,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8086713ba6646498237f7c723ea2df372aba83c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:26:28,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:26: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-1d5230f8-7ed2-4eb2-ac0a-4785518a102e x-compute-request-id: req-1d5230f8-7ed2-4eb2-ac0a-4785518a102e Content-Encoding: gzip Content-Length: 8111 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513935781 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.129331] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130954] pid_max: default: 32768 minimum: 301\n[ 0.131836] ACPI: Core revision 20150930\n[ 0.133197] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134476] Security Framework initialized\n[ 0.135271] Yama: becoming mindful.\n[ 0.135999] AppArmor: AppArmor initialized\n[ 0.136849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140555] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141887] Initializing cgroup subsys io\n[ 0.142671] Initializing cgroup subsys memory\n[ 0.143501] Initializing cgroup subsys devices\n[ 0.144334] Initializing cgroup subsys freezer\n[ 0.145182] Initializing cgroup subsys net_cls\n[ 0.146018] Initializing cgroup subsys perf_event\n[ 0.146893] Initializing cgroup subsys net_prio\n[ 0.147741] Initializing cgroup subsys hugetlb\n[ 0.148588] Initializing cgroup subsys pids\n[ 0.149428] CPU: Physical Processor ID: 0\n[ 0.150896] mce: CPU supports 10 MCE banks\n[ 0.151713] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152684] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170096] ftrace: allocating 31920 entries in 125 pages\n[ 0.196568] smpboot: Max logical packages: 1\n[ 0.197401] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198709] x2apic enabled\n[ 0.199500] Switched APIC routing to physical x2apic.\n[ 0.201223] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202303] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204228] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205954] KVM setup paravirtual spinlock\n[ 0.207218] x86: Booted up 1 node, 1 CPUs\n[ 0.207997] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209343] devtmpfs: initialized\n[ 0.211035] evm: security.selinux\n[ 0.211717] evm: security.SMACK64\n[ 0.212383] evm: security.SMACK64EXEC\n[ 0.213105] evm: security.SMACK64TRANSMUTE\n[ 0.213884] evm: security.SMACK64MMAP\n[ 0.214603] evm: security.ima\n[ 0.215227] evm: security.capability\n[ 0.216011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217792] pinctrl core: initialized pinctrl subsystem\n[ 0.218848] RTC time: 10:24:49, date: 11/25/18\n[ 0.219782] NET: Registered protocol family 16\n[ 0.220720] cpuidle: using governor ladder\n[ 0.221510] cpuidle: using governor menu\n[ 0.222265] PCCT header not found.\n[ 0.222988] ACPI: bus type PCI registered\n[ 0.223765] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224964] PCI: Using configuration type 1 for base access\n[ 0.226679] ACPI: Added _OSI(Module Device)\n[ 0.227487] ACPI: Added _OSI(Processor Device)\n[ 0.228319] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229191] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231263] ACPI: Interpreter enabled\n[ 0.232017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239149] ACPI: (supports S0 S5)\n[ 0.239834] ACPI: Using IOAPIC for interrupt routing\n[ 0.240755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246193] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247348] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249504] acpiphp: Slot [3] registered\n[ 0.250279] acpiphp: Slot [4] registered\n[ 0.251055] acpiphp: Slot [5] registered\n[ 0.251842] acpiphp: Slot [6] registered\n[ 0.252616] acpiphp: Slot [7] registered\n[ 0.253390] acpiphp: Slot [8] registered\n[ 0.254170] acpiphp: Slot [9] registered\n[ 0.254946] acpiphp: Slot [10] registered\n[ 0.255738] acpiphp: Slot [11] registered\n[ 0.256533] acpiphp: Slot [12] registered\n[ 0.257328] acpiphp: Slot [13] registered\n[ 0.258120] acpiphp: Slot [14] registered\n[ 0.258916] acpiphp: Slot [15] registered\n[ 0.269922] acpiphp: Slot [16] registered\n[ 0.270714] acpiphp: Slot [17] registered\n[ 0.271501] acpiphp: Slot [18] registered\n[ 0.272282] acpiphp: Slot [19] registered\n[ 0.273347] acpiphp: Slot [20] registered\n[ 0.274476] acpiphp: Slot [21] registered\n[ 0.275601] acpiphp: Slot [22] registered\n[ 0.276727] acpiphp: Slot [23] registered\n[ 0.277830] acpiphp: Slot [24] registered\n[ 0.278976] acpiphp: Slot [25] registered\n[ 0.280082] acpiphp: Slot [26] registered\n[ 0.281180] acpiphp: Slot [27] registered\n[ 0.282281] acpiphp: Slot [28] registered\n[ 0.283371] acpiphp: Slot [29] registered\n[ 0.284458] acpiphp: Slot [30] registered\n[ 0.285546] acpiphp: Slot [31] registered\n[ 0.286668] PCI host bridge to bus 0000:00\n[ 0.287790] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289509] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293295] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295324] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302061] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303903] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307439] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314171] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316124] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363043] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364838] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366639] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369131] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370733] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375737] vgaarb: loaded\n[ 0.376525] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378060] SCSI subsystem initialized\n[ 0.379169] ACPI: bus type USB registered\n[ 0.380266] usbcore: registered new interface driver usbfs\n[ 0.381696] usbcore: registered new interface driver hub\n[ 0.383119] usbcore: registered new device driver usb\n[ 0.384525] PCI: Using ACPI for IRQ routing\n[ 0.385860] NetLabel: Initializing\n[ 0.386834] NetLabel: domain hash size = 128\n[ 0.387985] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389275] NetLabel: unlabeled traffic allowed by default\n[ 0.390754] clocksource: Switched to clocksource kvm-clock\n[ 0.396520] AppArmor: AppArmor Filesystem Enabled\n[ 0.397841] pnp: PnP ACPI init\n[ 0.398990] pnp: PnP ACPI: found 5 devices\n[ 0.405674] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408074] NET: Registered protocol family 2\n[ 0.409407] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411286] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412973] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414646] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416089] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417234] NET: Registered protocol family 1\n[ 0.418082] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419157] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420208] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434201] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448371] Trying to unpack rootfs image as initramfs...\n[ 0.497373] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511250] Scanning for low memory corruption every 60 seconds\n[ 0.512576] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513689] audit: initializing netlink subsys (disabled)\n[ 0.514686] audit: type=2000 audit(1543141490.506:1): initialized\n[ 0.515978] Initialise system trusted keyring\n[ 0.516878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518011] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519946] zbud: loaded\n[ 0.520635] VFS: Disk quotas dquot_6.6.0\n[ 0.521427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522911] fuse init (API version 7.23)\n[ 0.523787] Key type big_key registered\n[ 0.524567] Allocating IMA MOK and blacklist keyrings.\n[ 0.526007] Key type asymmetric registered\n[ 0.526822] Asymmetric key parser 'x509' registered\n[ 0.527756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529185] io scheduler noop registered\n[ 0.529961] io scheduler deadline registered (default)\n[ 0.530932] io scheduler cfq registered\n[ 0.531745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.533982] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535410] ACPI: Power Button [PWRF]\n[ 0.536229] GHES: HEST is not enabled!\n[ 0.549882] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583134] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607894] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.610850] Linux agpgart interface v0.103\n[ 0.613901] brd: module loaded\n[ 0.615513] loop: module loaded\n[ 0.620159] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622178] GPT:90111 != 2097151\n[ 0.623110] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624681] GPT:90111 != 2097151\n[ 0.625607] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627055] vda: vda1 vda15\n[ 0.629052] scsi host0: ata_piix\n[ 0.630054] scsi host1: ata_piix\n[ 0.631023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632802] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634961] libphy: Fixed MDIO Bus: probed\n[ 0.636097] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637463] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640078] PPP generic driver version 2.4.2\n[ 0.641051] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642340] ehci-pci: EHCI PCI platform driver\n[ 0.643287] ehci-platform: EHCI generic platform driver\n[ 0.644363] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645664] ohci-pci: OHCI PCI platform driver\n[ 0.646598] ohci-platform: OHCI generic platform driver\n[ 0.647676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663374] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664959] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666047] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670305] usb usb1: Product: UHCI Host Controller\n[ 0.671343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672677] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673811] hub 1-0:1.0: USB hub found\n[ 0.674669] hub 1-0:1.0: 2 ports detected\n[ 0.675699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678019] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679105] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680253] mousedev: PS/2 mouse device common for all mice\n[ 0.681662] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683724] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684901] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686229] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687583] i2c /dev entries driver\n[ 0.688455] device-mapper: uevent: version 1.0.3\n[ 0.689545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691362] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692781] NET: Registered protocol family 10\n[ 0.693844] NET: Registered protocol family 17\n[ 0.694858] Key type dns_resolver registered\n[ 0.695905] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699126] registered taskstats version 1\n[ 0.700026] Loading compiled-in X.509 certificates\n[ 0.701552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703616] zswap: loaded using pool lzo/zbud\n[ 0.705074] Key type trusted registered\n[ 0.707170] Key type encrypted registered\n[ 0.708077] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709180] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710291] evm: HMAC attrs: 0x1\n[ 0.711747] Magic number: 10:344:427\n[ 0.712690] rtc_cmos 00:00: setting system clock to 2018-11-25 10:24:50 UTC (1543141490)\n[ 0.714424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715630] EDD information not available.\n[ 0.787287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.788830] ata1.00: configured for MWDMA2\n[ 0.790119] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802552] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803969] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805329] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807343] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809065] Write protecting the kernel read-only data: 14336k\n[ 0.810771] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.00\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.198890] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.38s]\nping 10.10.20.12 OK\nping 10.10.20.12 OK\nping 10.10.20.12 OK\n"} 2018-11-25 10:26:28,182 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action used request id req-1d5230f8-7ed2-4eb2-ac0a-4785518a102e 2018-11-25 10:26:28,183 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-11-25 10:26:28,184 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-11-25 10:26:28,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:26:28,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-7105dd28-fc01-41eb-8a26-cb8ce5bc2127 Date: Sun, 25 Nov 2018 10:26:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"826f7084-06c2-4b21-b11f-3ecbc4087b69","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["449d022d-9dab-45b3-bda1-edc0a159376a"],"description":"","tags":[],"updated_at":"2018-11-25T10:24:22Z","provider:segmentation_id":39,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c41cd54e-9560-4c44-b4cd-0164b7821377","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["0262b6bd-09e7-4833-bae9-19edd2b17ea1"],"description":"","tags":[],"updated_at":"2018-11-25T10:24:16Z","provider:segmentation_id":48,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:24:16Z","provider:network_type":"vxlan"}]} 2018-11-25 10:26:28,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7105dd28-fc01-41eb-8a26-cb8ce5bc2127 2018-11-25 10:26:28,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"floatingip": {"floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}}' 2018-11-25 10:26:29,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-144bba19-63d0-40a0-8c98-c438dd03e2db Date: Sun, 25 Nov 2018 10:26:29 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-25T10:26:29Z", "floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": null, "id": "7a26940a-e6cd-456a-a3ca-39174215a164", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:26:29Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}} 2018-11-25 10:26:29,843 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-144bba19-63d0-40a0-8c98-c438dd03e2db 2018-11-25 10:26:29,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" -d '{"addFloatingIp": {"address": "172.30.9.204"}}' 2018-11-25 10:26:32,974 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:26:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6aa498b7-0064-40a4-8bd3-bc453452d67b x-compute-request-id: req-6aa498b7-0064-40a4-8bd3-bc453452d67b 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-11-25 10:26:32,974 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action used request id req-6aa498b7-0064-40a4-8bd3-bc453452d67b 2018-11-25 10:26:32,975 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-11-25 10:26:32,975 - sdnvpn-results - DEBUG - Ping IP 172.30.9.204 2018-11-25 10:26:32,975 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.204 -c 10' 2018-11-25 10:26:41,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" -d '{"forceDelete": null}' 2018-11-25 10:26:42,149 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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-9860ff7a-7530-4525-88de-7540b1f4027b x-compute-request-id: req-9860ff7a-7530-4525-88de-7540b1f4027b Content-Length: 0 Content-Type: application/json 2018-11-25 10:26:42,149 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d/action used request id req-9860ff7a-7530-4525-88de-7540b1f4027b 2018-11-25 10:26:42,149 - sdnvpn_test_utils - DEBUG - Waiting for instance 7aa79231-3fbd-4aa5-a0a4-561f2e6c297d to be deleted 2018-11-25 10:26:42,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" 2018-11-25 10:26:43,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:26:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2c69cd7-0d1a-4baf-b005-230efe49c510 x-compute-request-id: req-f2c69cd7-0d1a-4baf-b005-230efe49c510 Content-Encoding: gzip Content-Length: 914 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:a5:6d", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:a5:6d", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-11-25T10:24:49.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "7aa79231-3fbd-4aa5-a0a4-561f2e6c297d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:26:42Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-11-25T10:24:43Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:cd:5d", "version": 4, "addr": "10.10.20.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-11-25T10:24:36.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "c09658d4-4974-457a-9b85-408d72467acd", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:24:36Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-25T10:24:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:26:43,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-f2c69cd7-0d1a-4baf-b005-230efe49c510 2018-11-25 10:26:45,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" 2018-11-25 10:26:46,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-3d1f0bca-5fd3-4285-b9ed-69f08f709b69 x-compute-request-id: req-3d1f0bca-5fd3-4285-b9ed-69f08f709b69 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:cd:5d", "version": 4, "addr": "10.10.20.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-11-25T10:24:36.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "c09658d4-4974-457a-9b85-408d72467acd", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:24:36Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-25T10:24:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:26:46,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-3d1f0bca-5fd3-4285-b9ed-69f08f709b69 2018-11-25 10:26:48,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" -d '{"forceDelete": null}' 2018-11-25 10:26:48,604 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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 x-openstack-request-id: req-be018ed3-cda4-4046-99bc-735cbb3edcec x-compute-request-id: req-be018ed3-cda4-4046-99bc-735cbb3edcec Content-Length: 0 Content-Type: application/json 2018-11-25 10:26:48,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd/action used request id req-be018ed3-cda4-4046-99bc-735cbb3edcec 2018-11-25 10:26:48,605 - sdnvpn_test_utils - DEBUG - Waiting for instance c09658d4-4974-457a-9b85-408d72467acd to be deleted 2018-11-25 10:26:48,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" 2018-11-25 10:26:49,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-f33d2dd1-21e4-4564-9e8f-10bc3ac026a1 x-compute-request-id: req-f33d2dd1-21e4-4564-9e8f-10bc3ac026a1 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:cd:5d", "version": 4, "addr": "10.10.20.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-11-25T10:24:36.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "c09658d4-4974-457a-9b85-408d72467acd", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:26:48Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-25T10:24:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:26:49,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-f33d2dd1-21e4-4564-9e8f-10bc3ac026a1 2018-11-25 10:26:51,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" 2018-11-25 10:26:51,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:26:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5036a184-36e7-4b22-96dc-b2df3830d8cc x-compute-request-id: req-5036a184-36e7-4b22-96dc-b2df3830d8cc Content-Encoding: gzip Content-Length: 697 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c09658d4-4974-457a-9b85-408d72467acd", "rel": "bookmark"}], "image": {"id": "c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "links": [{"href": "http://172.30.9.23:8774/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-11-25T10:24:36.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "c09658d4-4974-457a-9b85-408d72467acd", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:26:49Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-11-25T10:24:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:26:51,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-5036a184-36e7-4b22-96dc-b2df3830d8cc 2018-11-25 10:26:53,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f226333b02a134e404a33ad245a46026110a60eb" 2018-11-25 10:26:53,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:26:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b8c3f0c-108e-4ca4-8df7-2978b9959a84 x-compute-request-id: req-2b8c3f0c-108e-4ca4-8df7-2978b9959a84 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 10:26:53,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-2b8c3f0c-108e-4ca4-8df7-2978b9959a84 2018-11-25 10:26:55,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e3ef648d580b198f20c767d76beffe740a6a316" 2018-11-25 10:26:57,650 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-456eae34-e733-4b92-9bfa-cfe881fad5ad Date: Sun, 25 Nov 2018 10:26:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:26:57,650 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c0d14a76-0fa8-44c0-9bfd-79b26bfdaa59 used request id req-456eae34-e733-4b92-9bfa-cfe881fad5ad 2018-11-25 10:26:57,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/7a26940a-e6cd-456a-a3ca-39174215a164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:26:58,279 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78b065e2-a48e-449e-b212-47c487639a72 Content-Length: 0 Date: Sun, 25 Nov 2018 10:26:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:26:58,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/7a26940a-e6cd-456a-a3ca-39174215a164 used request id req-78b065e2-a48e-449e-b212-47c487639a72 2018-11-25 10:26:58,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"subnet_id": "0262b6bd-09e7-4833-bae9-19edd2b17ea1"}' 2018-11-25 10:26:59,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-61f6a016-fa03-4852-96f3-f6b83679ff97 Date: Sun, 25 Nov 2018 10:26:59 GMT RESP BODY: {"network_id": "c41cd54e-9560-4c44-b4cd-0164b7821377", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "0262b6bd-09e7-4833-bae9-19edd2b17ea1", "subnet_ids": ["0262b6bd-09e7-4833-bae9-19edd2b17ea1"], "port_id": "f3bb70ae-e2e6-4364-b940-62822f275dba", "id": "b363b272-a89e-4b37-a2b8-558942189941"} 2018-11-25 10:26:59,342 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941/remove_router_interface used request id req-61f6a016-fa03-4852-96f3-f6b83679ff97 2018-11-25 10:26:59,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"subnet_id": "449d022d-9dab-45b3-bda1-edc0a159376a"}' 2018-11-25 10:27:00,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b05c9daa-0699-4ba5-81ff-7e5122587b82 Date: Sun, 25 Nov 2018 10:27:00 GMT RESP BODY: {"network_id": "826f7084-06c2-4b21-b11f-3ecbc4087b69", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "449d022d-9dab-45b3-bda1-edc0a159376a", "subnet_ids": ["449d022d-9dab-45b3-bda1-edc0a159376a"], "port_id": "1b404f01-c934-458c-b442-6d9a98bf39d2", "id": "b363b272-a89e-4b37-a2b8-558942189941"} 2018-11-25 10:27:00,492 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941/remove_router_interface used request id req-b05c9daa-0699-4ba5-81ff-7e5122587b82 2018-11-25 10:27:00,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:27:01,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-571fb524-2bf4-4201-b99b-4bed64c50b9b Date: Sun, 25 Nov 2018 10:27:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:27:01Z", "revision_number": 11, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "b363b272-a89e-4b37-a2b8-558942189941", "name": "sdnvpn-8-1-router"}} 2018-11-25 10:27:01,484 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941 used request id req-571fb524-2bf4-4201-b99b-4bed64c50b9b 2018-11-25 10:27:01,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/0262b6bd-09e7-4833-bae9-19edd2b17ea1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:27:03,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5511bf95-8ba7-4b5c-8fbc-5d3b0426e900 Date: Sun, 25 Nov 2018 10:27:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:27:03,673 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/0262b6bd-09e7-4833-bae9-19edd2b17ea1 used request id req-5511bf95-8ba7-4b5c-8fbc-5d3b0426e900 2018-11-25 10:27:03,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/449d022d-9dab-45b3-bda1-edc0a159376a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:27:05,876 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19406d96-a921-4ba8-8d10-3084433347aa Date: Sun, 25 Nov 2018 10:27:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:27:05,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/449d022d-9dab-45b3-bda1-edc0a159376a used request id req-19406d96-a921-4ba8-8d10-3084433347aa 2018-11-25 10:27:05,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:27:06,176 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b7c4114-8568-4507-8d35-360c2a0b60e6 Content-Length: 0 Date: Sun, 25 Nov 2018 10:27:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:27:06,177 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b363b272-a89e-4b37-a2b8-558942189941 used request id req-3b7c4114-8568-4507-8d35-360c2a0b60e6 2018-11-25 10:27:06,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/c41cd54e-9560-4c44-b4cd-0164b7821377 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:27:07,024 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1b8400e-d35e-40d5-8cba-a7a5b304b4e3 Date: Sun, 25 Nov 2018 10:27:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:27:07,024 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c41cd54e-9560-4c44-b4cd-0164b7821377 used request id req-f1b8400e-d35e-40d5-8cba-a7a5b304b4e3 2018-11-25 10:27:07,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/826f7084-06c2-4b21-b11f-3ecbc4087b69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6a15d2f54deb6f771d102590e3c0c3406a46bd" 2018-11-25 10:27:07,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-34a860e0-3b64-47b5-84ba-be68d978809a Date: Sun, 25 Nov 2018 10:27:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:27:07,857 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/826f7084-06c2-4b21-b11f-3ecbc4087b69 used request id req-34a860e0-3b64-47b5-84ba-be68d978809a 2018-11-25 10:27:07,857 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | PASS | 'sdnvpn-8-1' can ping 'sdnvpn-8-2' | +========================================================================================+ | Assign a Floating IP to sdnvpn-8-1 | | PASS | Assign a Floating IP to sdnvpn-8-1 | +========================================================================================+ | Ping sdnvpn-8-1 via Floating IP | +----------------------------------------------------------------------------------------+ | PASS | Ping IP 172.30.9.204 | +========================================================================================+ 2018-11-25 10:27:07,857 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-25 10:27:07,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-11-25 10:27:07,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.204': 'PASS'}]} 2018-11-25 10:27:07,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-11-25 10:27:07,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-11-25 10:27:07,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-11-25 10:27:07,943 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-11-25 10:27:07,945 - paramiko.transport - DEBUG - starting thread (client mode): 0x71298c10L 2018-11-25 10:27:07,946 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:07,980 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:07,980 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:07,985 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:07,985 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:07,985 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:07,985 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:07,985 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:07,985 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:07,992 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:07,993 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:08,009 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.182: 739eb584ba2ebd793d4b100ee3a9bf26 2018-11-25 10:27:08,010 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:08,032 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:08,068 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:08,074 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:08,267 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:08,268 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:08,307 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:08,307 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:08,349 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:13,021 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:13,023 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:13,024 - paramiko.transport - DEBUG - starting thread (client mode): 0x711a9d10L 2018-11-25 10:27:13,025 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:13,030 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:13,030 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:13,033 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:13,033 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:13,034 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:13,034 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:13,034 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:13,034 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:13,039 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:13,040 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:13,056 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 10:27:13,057 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:13,079 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:13,090 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:13,121 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:13,175 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:13,175 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:13,215 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:13,216 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:13,225 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:13,260 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:13,261 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:13,262 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:13,263 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:13,263 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:13,305 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:13,343 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:13,344 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:13,344 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:27:13,345 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:27:13,346 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:27:13,386 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:27:13,419 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:27:13,420 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:27:13,422 - paramiko.transport - DEBUG - starting thread (client mode): 0x7123b290L 2018-11-25 10:27:13,423 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:13,429 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:13,429 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:13,432 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:13,432 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:13,432 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:13,432 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:13,433 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:13,433 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:13,437 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:13,438 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:13,454 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 10:27:13,455 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:13,477 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:13,490 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:13,519 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:13,594 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:13,594 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:13,633 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:13,634 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:13,638 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:13,678 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:13,679 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:13,679 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:13,680 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:13,680 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:13,721 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:13,761 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:13,762 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:27:13,763 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:13,763 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:27:13,764 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:27:13,805 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:27:13,839 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:27:13,841 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:27:13,842 - paramiko.transport - DEBUG - starting thread (client mode): 0x7125a350L 2018-11-25 10:27:13,843 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:13,848 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:13,848 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:13,850 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:13,850 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:13,850 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:13,851 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:13,851 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:13,851 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:13,855 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:13,856 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:13,858 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 10:27:13,859 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:13,895 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:13,907 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:13,923 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:14,001 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:14,001 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:14,040 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:14,041 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:14,059 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:14,093 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:14,094 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:14,095 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:14,096 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:14,096 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:14,137 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:14,174 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:14,176 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:27:14,176 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:14,177 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:27:14,178 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:27:14,219 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:27:14,251 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:27:14,252 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:27:14,254 - paramiko.transport - DEBUG - starting thread (client mode): 0x715235d0L 2018-11-25 10:27:14,255 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:14,258 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:14,258 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:14,261 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:14,261 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:14,261 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:14,261 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:14,261 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:14,262 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:14,266 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:14,267 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:14,271 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 10:27:14,271 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:14,306 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:14,316 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:14,336 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:14,389 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:14,390 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:14,429 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:14,430 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:14,439 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:14,470 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:14,471 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:14,471 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:14,472 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:14,472 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:14,513 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:14,547 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:14,548 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:27:14,549 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:14,550 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:27:14,550 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:27:14,591 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:27:14,619 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:27:14,620 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:27:14,622 - paramiko.transport - DEBUG - starting thread (client mode): 0x71182cd0L 2018-11-25 10:27:14,622 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:14,628 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:14,628 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:14,630 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:14,630 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:14,630 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:14,630 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:14,631 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:14,631 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:14,635 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:14,636 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:14,638 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 10:27:14,638 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:14,675 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:14,687 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:14,703 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:14,771 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:14,771 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:14,810 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:14,811 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:14,822 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:14,851 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:14,852 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:14,852 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:14,853 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:14,854 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:14,894 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:14,926 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:14,928 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:27:14,929 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:14,929 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:27:14,930 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:27:14,970 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:27:14,999 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:27:15,000 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:15,000 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:27:15,001 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:15,002 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:15,009 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:19,958 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:19,959 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:19,961 - paramiko.transport - DEBUG - starting thread (client mode): 0x712022d0L 2018-11-25 10:27:19,962 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:19,969 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:19,969 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:19,972 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:19,973 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:19,973 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:19,973 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:19,973 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:19,973 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:19,978 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:19,979 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:19,993 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 10:27:19,994 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:20,018 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:20,030 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:20,058 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:20,130 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:20,130 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:20,169 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:20,169 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:20,179 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:20,213 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:20,214 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:20,215 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:20,216 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:20,216 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:20,257 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:20,298 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:20,300 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:27:20,300 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:20,301 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:27:20,301 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:27:20,342 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:27:20,374 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:27:20,375 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:27:20,377 - paramiko.transport - DEBUG - starting thread (client mode): 0x71182850L 2018-11-25 10:27:20,377 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:20,383 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:20,383 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:20,386 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:20,386 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:20,386 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:20,386 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:20,386 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:20,387 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:20,391 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:20,392 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:20,392 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 10:27:20,393 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:20,431 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:20,443 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:20,457 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:20,539 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:20,539 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:20,578 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:20,579 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:20,595 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:20,633 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:20,633 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:20,634 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:20,635 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:20,635 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:20,676 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:20,714 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:20,715 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:27:20,716 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:20,717 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:27:20,717 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:27:20,758 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:27:20,791 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:27:20,792 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:27:20,794 - paramiko.transport - DEBUG - starting thread (client mode): 0x7127dc50L 2018-11-25 10:27:20,794 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:20,800 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:20,800 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:20,803 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:20,803 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:20,803 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:20,803 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:20,803 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:20,804 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:20,808 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:20,809 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:20,810 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 10:27:20,810 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:20,848 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:20,860 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:20,875 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:20,947 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:20,947 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:20,986 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:20,987 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:20,994 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:21,030 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:21,030 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:21,031 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:21,032 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:21,032 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:21,073 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:21,111 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:21,113 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:27:21,113 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:21,114 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:27:21,114 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:27:21,156 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:27:21,188 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:27:21,189 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:27:21,191 - paramiko.transport - DEBUG - starting thread (client mode): 0x7127ffd0L 2018-11-25 10:27:21,192 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:21,196 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:21,196 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:21,197 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:21,198 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:21,198 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:21,198 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:21,198 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:21,198 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:21,202 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:21,203 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:21,207 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 10:27:21,208 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:21,242 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:21,253 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:21,272 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:21,324 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:21,324 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:21,363 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:21,364 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:21,375 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:21,403 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:21,405 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:21,405 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:21,406 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:21,406 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:21,447 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:21,478 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:21,479 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:21,480 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:27:21,519 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:27:21,519 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:27:21,546 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:27:21,573 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:27:21,574 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:27:21,576 - paramiko.transport - DEBUG - starting thread (client mode): 0x712a0b10L 2018-11-25 10:27:21,577 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:27:21,581 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:27:21,581 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:27:21,583 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:27:21,583 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:27:21,583 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:27:21,584 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:27:21,584 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:27:21,584 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:27:21,588 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:27:21,588 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:27:21,592 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 10:27:21,593 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:27:21,628 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:27:21,638 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:27:21,657 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:27:21,709 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:27:21,710 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:27:21,748 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:27:21,749 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:27:21,760 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:27:21,791 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:27:21,792 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:27:21,792 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:27:21,793 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:27:21,793 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:27:21,834 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:27:21,868 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:27:21,869 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:27:21,870 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:27:21,871 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:27:21,871 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:27:21,912 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:27:21,940 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:27:21,941 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:27:21,941 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:27:21,942 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:27:21,942 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:27:21,947 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:27:22,000 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:27:22,001 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:27:22,001 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:27:22,002 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:27:22,002 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:27:22,006 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:27:22,058 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:27:22,060 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:27:22,060 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:27:22,061 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:27:22,061 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:27:22,065 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:27:22,117 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:27:22,118 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:27:22,118 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:27:22,119 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:27:22,120 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:27:22,124 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:27:22,170 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:27:22,171 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:27:22,172 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:27:22,172 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:27:22,173 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:27:22,176 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:27:22,214 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:27:22,214 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-11-25 10:27:22,215 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-11-25 10:27:22,215 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:27:22,215 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-11-25 10:27:22,216 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:27:22,217 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:27:22,217 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:27:22,220 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:27:22,274 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:27:22,274 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-11-25 10:27:22,275 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:27:22,276 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:27:22,276 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:27:22,277 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:27:22,279 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:27:22,330 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:27:22,331 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-11-25 10:27:22,332 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:27:22,333 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:27:22,334 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:27:22,334 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:27:22,338 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:27:22,388 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:27:22,389 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-11-25 10:27:22,394 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:27:22,412 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 10:27:22,413 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 10:27:22,413 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 10:27:22,415 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 10:27:22,452 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-25 10:27:22,453 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-25 10:27:22,454 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-25 10:27:22,455 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-25 10:27:22,455 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-25 10:27:22,496 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-25 10:27:22,529 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-25 10:27:22,530 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-25 10:27:22,532 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-25 10:27:22,532 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-25 10:27:22,533 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-25 10:27:22,574 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-25 10:27:22,602 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-11-25 10:27:22,602 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-11-25 10:27:22,603 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-11-25 10:27:22,604 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-11-25 10:27:22,607 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-11-25 10:27:22,609 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 10:27:22,609 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 10:27:22,610 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 10:27:22,612 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 10:27:22,653 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-25 10:27:22,653 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-25 10:27:22,654 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-25 10:27:22,655 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-25 10:27:22,655 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-25 10:27:22,696 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-25 10:27:22,736 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-25 10:27:22,737 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-25 10:27:22,738 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-25 10:27:22,739 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-25 10:27:22,739 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-25 10:27:22,780 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-25 10:27:22,813 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-11-25 10:27:22,813 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-11-25 10:27:22,814 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-11-25 10:27:22,815 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-11-25 10:27:22,818 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-11-25 10:27:22,820 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-11-25 10:27:22,820 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-25 10:27:22,821 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-25 10:27:22,821 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-25 10:27:22,823 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-25 10:27:22,824 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-25 10:27:22,824 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-11-25 10:27:22,825 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-11-25 10:27:22,825 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-11-25 10:27:22,863 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-25 10:27:22,864 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.24 2018-11-25 10:27:22,865 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-25 10:27:22,866 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-25 10:27:22,866 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-25 10:27:22,867 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-25 10:27:22,908 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-25 10:27:24,723 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-25 10:27:24,724 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-11-25 10:27:24,725 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-25 10:27:24,726 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-11-25 10:27:24,726 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-11-25 10:27:24,767 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-11-25 10:27:25,419 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-11-25 10:27:25,420 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-11-25 10:27:30,425 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-11-25 10:27:30,426 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-11-25 10:27:30,426 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-11-25 10:27:30,427 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-11-25 10:27:30,429 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-11-25 10:27:30,478 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-11-25 10:27:30,478 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-11-25 10:27:30,479 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-11-25 10:27:30,479 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-11-25 10:27:43,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:27:43,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:27:43,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:27:43,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:27:43,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:27:43,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:27:43,519 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:27:43,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:27:43,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:27:43,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:27:43,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:27:43,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:27:43,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:27:43,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:27:43,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:27:43,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:27:43,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:27:43,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:27:43,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:27:43,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:27:43,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:27:43,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:27:43,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:27:43,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:27:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f0c9f36-57e4-483e-8647-9cecc731574e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:27:43,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3f0c9f36-57e4-483e-8647-9cecc731574e 2018-11-25 10:27:43,534 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:27:43,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:27:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["RMeGrzB9S7ej0uLglzHzrQ"], "issued_at": "2018-11-25T10:27:43.000000Z"}} 2018-11-25 10:27:43,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f48c63340a7239f464fcbf80635b510aa982c1d" 2018-11-25 10:27:44,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-0fb04ddd-70e7-454c-ae0c-fb4c770fcb69 x-compute-request-id: req-0fb04ddd-70e7-454c-ae0c-fb4c770fcb69 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 10:27:44,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-0fb04ddd-70e7-454c-ae0c-fb4c770fcb69 2018-11-25 10:27:44,093 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-11-25 10:27:44,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f48c63340a7239f464fcbf80635b510aa982c1d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.custom", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1024, "id": null, "swap": 0}}' 2018-11-25 10:27:44,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:27: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-329f4e77-42f6-4653-9d2f-d11c3edb482c x-compute-request-id: req-329f4e77-42f6-4653-9d2f-d11c3edb482c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:27:44,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-329f4e77-42f6-4653-9d2f-d11c3edb482c 2018-11-25 10:27:44,154 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=9078bbe2-da0d-4393-b612-c4635edaeebc created successfully. 2018-11-25 10:27:44,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:27:44,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd440e08-b7cc-40a9-805c-e7cda7b9f8ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:27:44,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bd440e08-b7cc-40a9-805c-e7cda7b9f8ae 2018-11-25 10:27:44,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:27:44,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:27:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["0wvvZ8zwTxyhYtS4LgOkeg"], "issued_at": "2018-11-25T10:27:44.000000Z"}} 2018-11-25 10:27:44,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:44,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12700 X-Openstack-Request-Id: req-ddf44f86-dd3f-4425-baa2-1f919e851494 Date: Sun, 25 Nov 2018 10:27:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "updated_at": "2018-11-25T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "be60c331-bec8-4f83-b795-2cee1d41747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}], "revision_number": 4, "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8b709bbc-7260-46b7-88dc-54f09751360e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "updated_at": "2018-11-25T10:24:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "70416a38-6876-4fff-9847-564e75ee3305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 6, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "name": "sdnvpn-sg"}]} 2018-11-25 10:27:44,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-ddf44f86-dd3f-4425-baa2-1f919e851494 2018-11-25 10:27:44,758 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:27:44,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:44,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-db3a272c-13db-48be-94e2-7fd2fe61c8fa Date: Sun, 25 Nov 2018 10:27:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "02431603-7a1a-4f49-831b-ab36508abf87"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5"}, {"remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 80, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164"}, {"remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "67715c5c-22c5-45c1-adce-277f34cefcd2"}, {"remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "70416a38-6876-4fff-9847-564e75ee3305"}, {"remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "71ab91a3-cd06-4099-9c1a-216eefbda076"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4"}, {"remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "b5987cc7-5a4d-482e-a39b-88055715ad56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "be60c331-bec8-4f83-b795-2cee1d41747a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "ca7892dd-098c-4861-80bc-380608b0e35f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd"}, {"remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7"}, {"remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "ed5dd529-7544-4677-9590-2dbffafad56b"}, {"remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc"}]} 2018-11-25 10:27:44,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-db3a272c-13db-48be-94e2-7fd2fe61c8fa 2018-11-25 10:27:44,943 - sdnvpn_test_utils - INFO - This rule exists for security group: d406dab4-56c0-4b44-beb9-7b7fa32aad50 2018-11-25 10:27:44,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:45,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-e558e4ec-fec0-4fd4-9638-70196888f88e Date: Sun, 25 Nov 2018 10:27:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "02431603-7a1a-4f49-831b-ab36508abf87"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5"}, {"remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 80, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164"}, {"remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "67715c5c-22c5-45c1-adce-277f34cefcd2"}, {"remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "70416a38-6876-4fff-9847-564e75ee3305"}, {"remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "71ab91a3-cd06-4099-9c1a-216eefbda076"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4"}, {"remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "b5987cc7-5a4d-482e-a39b-88055715ad56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "be60c331-bec8-4f83-b795-2cee1d41747a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "ca7892dd-098c-4861-80bc-380608b0e35f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd"}, {"remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7"}, {"remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "ed5dd529-7544-4677-9590-2dbffafad56b"}, {"remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc"}]} 2018-11-25 10:27:45,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-e558e4ec-fec0-4fd4-9638-70196888f88e 2018-11-25 10:27:45,154 - sdnvpn_test_utils - INFO - This rule exists for security group: d406dab4-56c0-4b44-beb9-7b7fa32aad50 2018-11-25 10:27:45,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:45,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-278f2eb0-33b8-47d2-879a-ff40015c794d Date: Sun, 25 Nov 2018 10:27:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "02431603-7a1a-4f49-831b-ab36508abf87"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5"}, {"remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 80, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 22, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:27Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164"}, {"remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "67715c5c-22c5-45c1-adce-277f34cefcd2"}, {"remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "70416a38-6876-4fff-9847-564e75ee3305"}, {"remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "71ab91a3-cd06-4099-9c1a-216eefbda076"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4"}, {"remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "b5987cc7-5a4d-482e-a39b-88055715ad56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "be60c331-bec8-4f83-b795-2cee1d41747a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "project_id": "", "id": "ca7892dd-098c-4861-80bc-380608b0e35f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd"}, {"remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "port_range_min": null, "revision_number": 0, "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7"}, {"remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "port_range_min": null, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "ed5dd529-7544-4677-9590-2dbffafad56b"}, {"remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "port_range_min": null, "revision_number": 0, "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc"}]} 2018-11-25 10:27:45,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-278f2eb0-33b8-47d2-879a-ff40015c794d 2018-11-25 10:27:45,339 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-25 10:27:45,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:27:45,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-a61f8343-1d90-4cb3-abfa-5bbe9cab6db0 Date: Sun, 25 Nov 2018 10:27:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 179, "updated_at": "2018-11-25T10:27:45Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "port_range_min": 179, "revision_number": 0, "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:27:45Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "c4d6f8eb-cb48-4051-b56f-a5bbef7a52ef"}} 2018-11-25 10:27:45,543 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-a61f8343-1d90-4cb3-abfa-5bbe9cab6db0 2018-11-25 10:27:45,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:45,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-20c23ea6-f4b7-48f4-aabe-6dbbb8d14ece Date: Sun, 25 Nov 2018 10:27:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 10:27:45,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-20c23ea6-f4b7-48f4-aabe-6dbbb8d14ece 2018-11-25 10:27:45,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:45,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-35d6a02b-9a02-40fc-80d6-ec4d4fff8eb7 Date: Sun, 25 Nov 2018 10:27:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 10:27:45,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-35d6a02b-9a02-40fc-80d6-ec4d4fff8eb7 2018-11-25 10:27:45,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:46,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9fd2c781-76e4-4edc-8ac6-e732e8dcfc86 Date: Sun, 25 Nov 2018 10:27:46 GMT RESP BODY: {"routers": []} 2018-11-25 10:27:46,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-9fd2c781-76e4-4edc-8ac6-e732e8dcfc86 2018-11-25 10:27:46,030 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-11-25 10:27:46,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-11-25 10:27:46,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-8c04d521-ade2-450f-8493-3a47de0fd2ba Date: Sun, 25 Nov 2018 10:27:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fa01b165-e166-42ac-b38e-0e6add83e435","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:27:46Z","is_default":false,"provider:segmentation_id":82,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:46Z","mtu":1450}} 2018-11-25 10:27:46,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-8c04d521-ade2-450f-8493-3a47de0fd2ba 2018-11-25 10:27:46,410 - sdnvpn.lib.openstack_utils - DEBUG - Network 'fa01b165-e166-42ac-b38e-0e6add83e435' created successfully 2018-11-25 10:27:46,410 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 10:27:46,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"subnets": [{"ip_version": 4, "network_id": "fa01b165-e166-42ac-b38e-0e6add83e435", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-11-25 10:27:46,846 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b4ad72f4-1958-4500-9c28-44a414865b49 Date: Sun, 25 Nov 2018 10:27:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa01b165-e166-42ac-b38e-0e6add83e435","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:27:46Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"ee694143-420d-4537-be88-d2eb47f44136","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-11-25 10:27:46,846 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b4ad72f4-1958-4500-9c28-44a414865b49 2018-11-25 10:27:46,846 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'ee694143-420d-4537-be88-d2eb47f44136' created successfully 2018-11-25 10:27:46,847 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 10:27:46,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-11-25 10:27:47,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-804abee3-7755-4f28-af79-caadf8d0a6dc Date: Sun, 25 Nov 2018 10:27:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:27:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:27:46Z", "revision_number": 0, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "54a80b74-528c-449d-b3e0-184295b3198c", "name": "sdnvpn-3-1-router"}} 2018-11-25 10:27:47,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-804abee3-7755-4f28-af79-caadf8d0a6dc 2018-11-25 10:27:47,023 - sdnvpn.lib.openstack_utils - DEBUG - Router '54a80b74-528c-449d-b3e0-184295b3198c' created successfully 2018-11-25 10:27:47,023 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 10:27:47,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/54a80b74-528c-449d-b3e0-184295b3198c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"subnet_id": "ee694143-420d-4537-be88-d2eb47f44136"}' 2018-11-25 10:27:48,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6fee1add-8c94-4e08-93da-79a3c9ab1737 Date: Sun, 25 Nov 2018 10:27:48 GMT RESP BODY: {"network_id": "fa01b165-e166-42ac-b38e-0e6add83e435", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "ee694143-420d-4537-be88-d2eb47f44136", "subnet_ids": ["ee694143-420d-4537-be88-d2eb47f44136"], "port_id": "dc8f11ec-ba39-4b8d-8ef0-ae6ccd19cf0d", "id": "54a80b74-528c-449d-b3e0-184295b3198c"} 2018-11-25 10:27:48,790 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/54a80b74-528c-449d-b3e0-184295b3198c/add_router_interface used request id req-6fee1add-8c94-4e08-93da-79a3c9ab1737 2018-11-25 10:27:48,790 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 10:27:48,790 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 10:27:48,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:48,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-66358cb8-19f2-4414-8be1-95d175f39940 Date: Sun, 25 Nov 2018 10:27:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fa01b165-e166-42ac-b38e-0e6add83e435","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["ee694143-420d-4537-be88-d2eb47f44136"],"description":"","tags":[],"updated_at":"2018-11-25T10:27:46Z","provider:segmentation_id":82,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:46Z","provider:network_type":"vxlan"}]} 2018-11-25 10:27:48,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-66358cb8-19f2-4414-8be1-95d175f39940 2018-11-25 10:27:48,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/54a80b74-528c-449d-b3e0-184295b3198c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}}}' 2018-11-25 10:27:50,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-b849c17a-b4ca-4675-a584-863ccf1d9bb4 Date: Sun, 25 Nov 2018 10:27:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:27:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:27:50Z", "revision_number": 3, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "54a80b74-528c-449d-b3e0-184295b3198c", "name": "sdnvpn-3-1-router"}} 2018-11-25 10:27:50,355 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/54a80b74-528c-449d-b3e0-184295b3198c used request id req-b849c17a-b4ca-4675-a584-863ccf1d9bb4 2018-11-25 10:27:50,356 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 10:27:50,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:50,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-1074fd5d-12ab-4906-89b1-062613ff3f89 Date: Sun, 25 Nov 2018 10:27:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fa01b165-e166-42ac-b38e-0e6add83e435","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["ee694143-420d-4537-be88-d2eb47f44136"],"description":"","tags":[],"updated_at":"2018-11-25T10:27:46Z","provider:segmentation_id":82,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:46Z","provider:network_type":"vxlan"}]} 2018-11-25 10:27:50,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-1074fd5d-12ab-4906-89b1-062613ff3f89 2018-11-25 10:27:50,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:50,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-24e09468-145d-48d6-b0b4-96b73686febc Date: Sun, 25 Nov 2018 10:27:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa01b165-e166-42ac-b38e-0e6add83e435","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:27:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"ee694143-420d-4537-be88-d2eb47f44136","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-11-25 10:27:50,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-24e09468-145d-48d6-b0b4-96b73686febc 2018-11-25 10:27:50,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:50,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-fcf6b246-b4d7-4ec7-a3dc-5b95fe44b8b1 Date: Sun, 25 Nov 2018 10:27:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:27:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:27:50Z", "revision_number": 3, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "54a80b74-528c-449d-b3e0-184295b3198c", "name": "sdnvpn-3-1-router"}]} 2018-11-25 10:27:50,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-fcf6b246-b4d7-4ec7-a3dc-5b95fe44b8b1 2018-11-25 10:27:50,744 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-11-25 10:27:50,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-11-25 10:27:50,984 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 654 X-Openstack-Request-Id: req-1afd07eb-2a13-4f7e-9a38-6c45644109e5 Date: Sun, 25 Nov 2018 10:27:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"910a8f7c-5488-499e-b7c2-4a8e00374f78","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:27:50Z","is_default":false,"provider:segmentation_id":101,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:50Z","mtu":1450}} 2018-11-25 10:27:50,984 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-1afd07eb-2a13-4f7e-9a38-6c45644109e5 2018-11-25 10:27:50,984 - sdnvpn.lib.openstack_utils - DEBUG - Network '910a8f7c-5488-499e-b7c2-4a8e00374f78' created successfully 2018-11-25 10:27:50,984 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 10:27:50,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"subnets": [{"ip_version": 4, "network_id": "910a8f7c-5488-499e-b7c2-4a8e00374f78", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-11-25 10:27:51,822 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-b9ca1fe1-b0ed-4a15-b023-71ca917e21c4 Date: Sun, 25 Nov 2018 10:27:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"910a8f7c-5488-499e-b7c2-4a8e00374f78","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:51Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:27:51Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-11-25 10:27:51,822 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b9ca1fe1-b0ed-4a15-b023-71ca917e21c4 2018-11-25 10:27:51,823 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b' created successfully 2018-11-25 10:27:51,823 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 10:27:51,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-11-25 10:27:51,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-6b26675a-bfda-4ac2-829a-3beaa50a8b61 Date: Sun, 25 Nov 2018 10:27:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:27:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:27:51Z", "revision_number": 0, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "c21e6692-f000-4058-b59c-f39dcc0f3dac", "name": "sdnvpn-3-2-quagga-router"}} 2018-11-25 10:27:51,956 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-6b26675a-bfda-4ac2-829a-3beaa50a8b61 2018-11-25 10:27:51,957 - sdnvpn.lib.openstack_utils - DEBUG - Router 'c21e6692-f000-4058-b59c-f39dcc0f3dac' created successfully 2018-11-25 10:27:51,957 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 10:27:51,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c21e6692-f000-4058-b59c-f39dcc0f3dac/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"subnet_id": "f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b"}' 2018-11-25 10:27:53,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-13e95753-61e8-4926-bee5-2fd93181996b Date: Sun, 25 Nov 2018 10:27:53 GMT RESP BODY: {"network_id": "910a8f7c-5488-499e-b7c2-4a8e00374f78", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b", "subnet_ids": ["f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b"], "port_id": "b9834167-e014-447e-a1c0-38b1dc85d6f9", "id": "c21e6692-f000-4058-b59c-f39dcc0f3dac"} 2018-11-25 10:27:53,327 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c21e6692-f000-4058-b59c-f39dcc0f3dac/add_router_interface used request id req-13e95753-61e8-4926-bee5-2fd93181996b 2018-11-25 10:27:53,328 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 10:27:53,328 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 10:27:53,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:27:53,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2023 X-Openstack-Request-Id: req-eb3a255e-eb40-4844-961c-f028672e152b Date: Sun, 25 Nov 2018 10:27:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"910a8f7c-5488-499e-b7c2-4a8e00374f78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b"],"description":"","tags":[],"updated_at":"2018-11-25T10:27:51Z","provider:segmentation_id":101,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fa01b165-e166-42ac-b38e-0e6add83e435","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["ee694143-420d-4537-be88-d2eb47f44136"],"description":"","tags":[],"updated_at":"2018-11-25T10:27:46Z","provider:segmentation_id":82,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:46Z","provider:network_type":"vxlan"}]} 2018-11-25 10:27:53,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-eb3a255e-eb40-4844-961c-f028672e152b 2018-11-25 10:27:53,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c21e6692-f000-4058-b59c-f39dcc0f3dac -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}}}' 2018-11-25 10:27:55,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-a1a3b5c7-e365-4b84-bfa2-c382f55279d6 Date: Sun, 25 Nov 2018 10:27:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:27:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:27:55Z", "revision_number": 4, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "c21e6692-f000-4058-b59c-f39dcc0f3dac", "name": "sdnvpn-3-2-quagga-router"}} 2018-11-25 10:27:55,274 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c21e6692-f000-4058-b59c-f39dcc0f3dac used request id req-a1a3b5c7-e365-4b84-bfa2-c382f55279d6 2018-11-25 10:27:55,274 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 10:27:55,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:27:55,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53a2c835-d58f-4cd8-abf0-ef38334f4e66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:27:55,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-53a2c835-d58f-4cd8-abf0-ef38334f4e66 2018-11-25 10:27:55,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:27:55,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:27:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["QTbhramLSRKQ6SWAwxACog"], "issued_at": "2018-11-25T10:27:55.000000Z"}} 2018-11-25 10:27:55,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e66b8acedde1fa06ca077525f432ea0fb2a227b" 2018-11-25 10:27:56,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-6d2b032e-1df6-482d-93db-d292462de6df Date: Sun, 25 Nov 2018 10:27:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-25 10:27:56,214 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-6d2b032e-1df6-482d-93db-d292462de6df 2018-11-25 10:27:56,214 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-11-25 10:27:56,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e66b8acedde1fa06ca077525f432ea0fb2a227b" 2018-11-25 10:27:56,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e63e70ff-30a9-40a9-bdb3-94b869c3ac72 Date: Sun, 25 Nov 2018 10:27:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 10:27:56,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e63e70ff-30a9-40a9-bdb3-94b869c3ac72 2018-11-25 10:27:56,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7e66b8acedde1fa06ca077525f432ea0fb2a227b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-11-25 10:27:56,975 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/4f0c11cc-3a21-4e87-a647-92166a3cecef X-Openstack-Request-Id: req-11d88f07-cc8a-4f88-aa66-5e114e8f6ca5 Date: Sun, 25 Nov 2018 10:27:57 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-11-25T10:27:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T10:27:57Z", "visibility": "public", "locations": [], "self": "/v2/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "min_disk": 0, "protected": false, "id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "file": "/v2/images/4f0c11cc-3a21-4e87-a647-92166a3cecef/file", "checksum": null, "owner": "6398f91c7f9a4cc9becafd672cd3c763", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 10:27:56,975 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-11d88f07-cc8a-4f88-aa66-5e114e8f6ca5 2018-11-25 10:27:56,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/4f0c11cc-3a21-4e87-a647-92166a3cecef/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e66b8acedde1fa06ca077525f432ea0fb2a227b" -d '' 2018-11-25 10:28:07,082 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc367db2-7576-4734-927f-b4e9ba9f481c Date: Sun, 25 Nov 2018 10:28:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:28:07,082 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/4f0c11cc-3a21-4e87-a647-92166a3cecef/file used request id req-cc367db2-7576-4734-927f-b4e9ba9f481c 2018-11-25 10:28:07,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:28:07,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2023 X-Openstack-Request-Id: req-c2781a1b-5613-48d4-959a-71430dee1b18 Date: Sun, 25 Nov 2018 10:28:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"910a8f7c-5488-499e-b7c2-4a8e00374f78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b"],"description":"","tags":[],"updated_at":"2018-11-25T10:27:51Z","provider:segmentation_id":101,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fa01b165-e166-42ac-b38e-0e6add83e435","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["ee694143-420d-4537-be88-d2eb47f44136"],"description":"","tags":[],"updated_at":"2018-11-25T10:27:46Z","provider:segmentation_id":82,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:46Z","provider:network_type":"vxlan"}]} 2018-11-25 10:28:07,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-c2781a1b-5613-48d4-959a-71430dee1b18 2018-11-25 10:28:07,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"floatingip": {"floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}}' 2018-11-25 10:28:08,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-0e370d3f-ba66-477c-823a-875d90f6b43a Date: Sun, 25 Nov 2018 10:28:08 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-25T10:28:08Z", "floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": null, "id": "fb2bfdeb-78a1-45aa-8fc5-58bd6c055f38", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:28:08Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}} 2018-11-25 10:28:08,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-0e370d3f-ba66-477c-823a-875d90f6b43a 2018-11-25 10:28:08,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:28:09,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2023 X-Openstack-Request-Id: req-e76d2365-98cd-412e-8ec8-30f81b0a6e9b Date: Sun, 25 Nov 2018 10:28:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"910a8f7c-5488-499e-b7c2-4a8e00374f78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b"],"description":"","tags":[],"updated_at":"2018-11-25T10:27:51Z","provider:segmentation_id":101,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fa01b165-e166-42ac-b38e-0e6add83e435","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["ee694143-420d-4537-be88-d2eb47f44136"],"description":"","tags":[],"updated_at":"2018-11-25T10:27:46Z","provider:segmentation_id":82,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:27:46Z","provider:network_type":"vxlan"}]} 2018-11-25 10:28:09,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e76d2365-98cd-412e-8ec8-30f81b0a6e9b 2018-11-25 10:28:09,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"floatingip": {"floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}}' 2018-11-25 10:28:10,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-36c7824a-fe4c-4566-bd19-0b41779328c2 Date: Sun, 25 Nov 2018 10:28:10 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-25T10:28:09Z", "floating_network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "fda54705-305a-4cc0-b0cd-4c9f4b66be1a", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:28:09Z", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}} 2018-11-25 10:28:10,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-36c7824a-fe4c-4566-bd19-0b41779328c2 2018-11-25 10:28:10,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:28:10,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d501dc4d-f34e-42f4-9b22-e1ac8562277a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:28:10,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d501dc4d-f34e-42f4-9b22-e1ac8562277a 2018-11-25 10:28:10,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:28:10,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:28:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["lIy9QTbJQFCrRWzoCddPRQ"], "issued_at": "2018-11-25T10:28:10.000000Z"}} 2018-11-25 10:28:10,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e451f93ac07b04fe65b9d6a5d34a6ae182af6382" 2018-11-25 10:28:11,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:28:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45f1438c-29ef-4d05-b277-a8be1c795bd7 x-compute-request-id: req-45f1438c-29ef-4d05-b277-a8be1c795bd7 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 10:28:11,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-45f1438c-29ef-4d05-b277-a8be1c795bd7 2018-11-25 10:28:11,432 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:28:11,433 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:28:11,434 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:28:11,436 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:28:11,472 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:28:11,474 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:28:11,474 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:28:11,475 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:28:11,475 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:28:11,477 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:28:11,512 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:28:11,513 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:28:11,525 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-11-25 10:28:11,525 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=4f0c11cc-3a21-4e87-a647-92166a3cecef network=910a8f7c-5488-499e-b7c2-4a8e00374f78 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.11.5 files=None userdata= #! /bin/bash set -xe # change the password because this script is run on a passwordless cloud-image echo 'ubuntu:opnfv' | chpasswd # Wait for a floating IP # as a workaround to NAT breakage sleep 20 # Variables to be filled in with python NEIGHBOR_IP=172.30.9.24 OWN_IP=172.30.9.202 # directly access the instance from the external net without NAT EXT_NET_MASK=24 if [[ $(getent hosts | awk '{print $2}') != *"$(cat /etc/hostname | awk '{print $1}')"* ]] then echo "127.0.1.1 $(cat /etc/hostname | awk '{print $1}')" | tee -a /etc/hosts fi quagga_int='' for net_int in $(netstat -ia | awk 'NR>2{print $1}'); do if [ -z "$(ifconfig | grep $net_int)" ] then quagga_int=$net_int break fi done if [ -z "$quagga_int" ] then echo 'No available network interface' fi ip link set $quagga_int up ip addr add $OWN_IP/$EXT_NET_MASK dev $quagga_int ZEBRA_CONFIG_LOCATION="/etc/quagga/zebra.conf" DAEMONS_FILE_LOCATION="/etc/quagga/daemons" BGPD_CONFIG_LOCATION="/etc/quagga/bgpd.conf" BGPD_LOG_FILE="/var/log/bgpd.log" # Quagga is already installed to run as well in setups without inet # dns fix # echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/head # resolvconf -u # DEBIAN_FRONTEND=noninteractive apt-get update # DEBIAN_FRONTEND=noninteractive apt-get install quagga -y touch $BGPD_LOG_FILE chown quagga:quagga $BGPD_LOG_FILE chown quagga:quagga $DAEMONS_FILE_LOCATION cat < $DAEMONS_FILE_LOCATION zebra=yes bgpd=yes ospfd=no ospf6d=no ripd=no ripngd=no isisd=no babeld=no CATEOF touch $ZEBRA_CONFIG_LOCATION chown quagga:quagga $ZEBRA_CONFIG_LOCATION cat < $BGPD_CONFIG_LOCATION ! -*- bgp -*- hostname bgpd password sdncbgpc router bgp 200 bgp router-id ${OWN_IP} neighbor ${NEIGHBOR_IP} remote-as 100 no neighbor ${NEIGHBOR_IP} activate ! address-family vpnv4 unicast neighbor ${NEIGHBOR_IP} activate exit-address-family ! line vty exec-timeout 0 0 ! debug bgp events debug bgp updates log file ${BGPD_LOG_FILE} end CATEOF chown quagga:quagga $BGPD_CONFIG_LOCATION service quagga restart pgrep bgpd pgrep zebra 2018-11-25 10:28:11,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:28:11,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:28:11,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:28:11,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:28:11,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:28:11,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:28:11,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:28:11,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:28:11,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:28:11,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:28:11,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:28:11,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:28:11,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:28:11,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:28:11,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:28:11,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:28:11,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:28:11,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:28:11,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:28:11,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:28:11,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:28:11,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:28:11,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:28:11,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:28:11,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:28:11,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:28:11,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:28:11,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:28:11,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:28:11,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:28:11,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:28:11,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:28:11,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:28:11,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:28:11,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:28:11,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:28:11,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:28:11,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:28:11,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:28:11,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:28:11,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:28:11,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:28:11,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:28:11,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:28:11,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:28:11,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:28:11,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:28:11,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:28:11,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:28:11,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04d66c8d-7e3d-4c79-8db8-9ae12d5360d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:28:11,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-04d66c8d-7e3d-4c79-8db8-9ae12d5360d6 2018-11-25 10:28:11,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:28:11,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:28:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["fqg7FiH9TvGJ7ZX4WhcnWA"], "issued_at": "2018-11-25T10:28:11.000000Z"}} 2018-11-25 10:28:11,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eb9975deae5ecca952c4bfd67cfc58a197f675" 2018-11-25 10:28:12,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-2219fe5f-f354-415c-bd63-de108566944b x-compute-request-id: req-2219fe5f-f354-415c-bd63-de108566944b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-11-25 10:28:12,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2219fe5f-f354-415c-bd63-de108566944b 2018-11-25 10:28:12,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eb9975deae5ecca952c4bfd67cfc58a197f675" 2018-11-25 10:28:12,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:28: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-f2c96296-125e-442f-9934-f1fb06709a5e x-compute-request-id: req-f2c96296-125e-442f-9934-f1fb06709a5e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:28:12,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc used request id req-f2c96296-125e-442f-9934-f1fb06709a5e 2018-11-25 10:28:12,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eb9975deae5ecca952c4bfd67cfc58a197f675" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9078bbe2-da0d-4393-b612-c4635edaeebc", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMjQKT1dOX0lQPTE3Mi4zMC45LjIwMgojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "910a8f7c-5488-499e-b7c2-4a8e00374f78"}], "config_drive": true}}' 2018-11-25 10:28:14,736 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:28: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-3c3499a5-7d21-43fa-aa23-588482afd265 x-compute-request-id: req-3c3499a5-7d21-43fa-aa23-588482afd265 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "adminPass": "gAorTaMyxQ6g"}} 2018-11-25 10:28:14,736 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3c3499a5-7d21-43fa-aa23-588482afd265 2018-11-25 10:28:14,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:28:14,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af57cc06-859c-4887-b87e-5047a4a1e768 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:28:14,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-af57cc06-859c-4887-b87e-5047a4a1e768 2018-11-25 10:28:14,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:28:15,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["6Lvj7_WuQ1GoqVLmvNTMPg"], "issued_at": "2018-11-25T10:28:15.000000Z"}} 2018-11-25 10:28:15,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:15,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-cc271c1b-4470-4e7a-b31b-27f7511879f2 x-compute-request-id: req-cc271c1b-4470-4e7a-b31b-27f7511879f2 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:15,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-cc271c1b-4470-4e7a-b31b-27f7511879f2 2018-11-25 10:28:18,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:19,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-67e2a1ef-82fd-452d-9a95-46443f6f5532 x-compute-request-id: req-67e2a1ef-82fd-452d-9a95-46443f6f5532 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:19,545 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-67e2a1ef-82fd-452d-9a95-46443f6f5532 2018-11-25 10:28:22,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:23,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:28: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-62302e05-ceaa-43a3-92e1-11570e07117c x-compute-request-id: req-62302e05-ceaa-43a3-92e1-11570e07117c Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:23,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-62302e05-ceaa-43a3-92e1-11570e07117c 2018-11-25 10:28:26,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:27,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:28: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-0f957cfc-faf1-4143-be81-2cfde42366dc x-compute-request-id: req-0f957cfc-faf1-4143-be81-2cfde42366dc Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:27,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-0f957cfc-faf1-4143-be81-2cfde42366dc 2018-11-25 10:28:30,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:30,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-5324b692-f3e2-4c72-9985-c0e2780c4626 x-compute-request-id: req-5324b692-f3e2-4c72-9985-c0e2780c4626 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:30,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-5324b692-f3e2-4c72-9985-c0e2780c4626 2018-11-25 10:28:33,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:34,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:28:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62a7e33a-3c60-460c-be59-8b4ea6e70d32 x-compute-request-id: req-62a7e33a-3c60-460c-be59-8b4ea6e70d32 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:34,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-62a7e33a-3c60-460c-be59-8b4ea6e70d32 2018-11-25 10:28:37,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:38,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-0ea001b0-76d7-48b2-98cd-469505b7b900 x-compute-request-id: req-0ea001b0-76d7-48b2-98cd-469505b7b900 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:38,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-0ea001b0-76d7-48b2-98cd-469505b7b900 2018-11-25 10:28:41,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:42,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-aeb632c7-dcc8-4dc8-8dbd-6aaf0efc050d x-compute-request-id: req-aeb632c7-dcc8-4dc8-8dbd-6aaf0efc050d Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:42,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-aeb632c7-dcc8-4dc8-8dbd-6aaf0efc050d 2018-11-25 10:28:45,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:46,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:28: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-8fc8be55-6af8-4c4a-98ab-5952fa1964ab x-compute-request-id: req-8fc8be55-6af8-4c4a-98ab-5952fa1964ab Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:46,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-8fc8be55-6af8-4c4a-98ab-5952fa1964ab 2018-11-25 10:28:49,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:49,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-9c3c65c5-d2fe-4b64-90ce-ef71df6cf36c x-compute-request-id: req-9c3c65c5-d2fe-4b64-90ce-ef71df6cf36c Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:49,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-9c3c65c5-d2fe-4b64-90ce-ef71df6cf36c 2018-11-25 10:28:52,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:53,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-94bed17c-31d6-490d-a19d-cd045d6da8c1 x-compute-request-id: req-94bed17c-31d6-490d-a19d-cd045d6da8c1 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:53,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-94bed17c-31d6-490d-a19d-cd045d6da8c1 2018-11-25 10:28:56,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:28:57,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-e281aa42-99e4-4376-8afd-e905f2ee0b40 x-compute-request-id: req-e281aa42-99e4-4376-8afd-e905f2ee0b40 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:28:57,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-e281aa42-99e4-4376-8afd-e905f2ee0b40 2018-11-25 10:29:00,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:01,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:29: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-76fb70d8-667f-43cd-862b-2e83c2bd08e6 x-compute-request-id: req-76fb70d8-667f-43cd-862b-2e83c2bd08e6 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:01,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-76fb70d8-667f-43cd-862b-2e83c2bd08e6 2018-11-25 10:29:04,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:04,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:29: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-76957b34-4866-4609-8d7d-5065794491cd x-compute-request-id: req-76957b34-4866-4609-8d7d-5065794491cd Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:04,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-76957b34-4866-4609-8d7d-5065794491cd 2018-11-25 10:29:07,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:08,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:29:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9fc16b6-804a-4b3c-9120-152a27f6fd0e x-compute-request-id: req-e9fc16b6-804a-4b3c-9120-152a27f6fd0e Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:08,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-e9fc16b6-804a-4b3c-9120-152a27f6fd0e 2018-11-25 10:29:11,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:11,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-4a9788f8-7c51-4bc9-bd2b-6a32f8b56900 x-compute-request-id: req-4a9788f8-7c51-4bc9-bd2b-6a32f8b56900 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:11,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-4a9788f8-7c51-4bc9-bd2b-6a32f8b56900 2018-11-25 10:29:14,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:15,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:29:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e5e34ab-304c-4ced-a5f7-8ef717a0d427 x-compute-request-id: req-0e5e34ab-304c-4ced-a5f7-8ef717a0d427 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:15,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-0e5e34ab-304c-4ced-a5f7-8ef717a0d427 2018-11-25 10:29:18,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:18,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-871fa713-df6e-4cbf-abdc-10b18e197213 x-compute-request-id: req-871fa713-df6e-4cbf-abdc-10b18e197213 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:18,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-871fa713-df6e-4cbf-abdc-10b18e197213 2018-11-25 10:29:21,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:22,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-fd773a00-586d-4580-91aa-7fca822aa6e6 x-compute-request-id: req-fd773a00-586d-4580-91aa-7fca822aa6e6 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:22,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-fd773a00-586d-4580-91aa-7fca822aa6e6 2018-11-25 10:29:25,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:25,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-7684cad9-6929-41f6-9147-e0f67b84ccd5 x-compute-request-id: req-7684cad9-6929-41f6-9147-e0f67b84ccd5 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:25,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-7684cad9-6929-41f6-9147-e0f67b84ccd5 2018-11-25 10:29:28,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:29,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:29: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-ba34bdf7-4ae9-421b-9115-f708516596f8 x-compute-request-id: req-ba34bdf7-4ae9-421b-9115-f708516596f8 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:29,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-ba34bdf7-4ae9-421b-9115-f708516596f8 2018-11-25 10:29:32,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:33,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-ad1f79a6-d775-491b-8998-1d919b91b0b9 x-compute-request-id: req-ad1f79a6-d775-491b-8998-1d919b91b0b9 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:33,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-ad1f79a6-d775-491b-8998-1d919b91b0b9 2018-11-25 10:29:36,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:36,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:29: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-c7730e54-e87c-417f-9016-c841bbadb348 x-compute-request-id: req-c7730e54-e87c-417f-9016-c841bbadb348 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:36,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-c7730e54-e87c-417f-9016-c841bbadb348 2018-11-25 10:29:39,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:40,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-956c909a-21a3-4cb2-b067-fab0e42c7ea4 x-compute-request-id: req-956c909a-21a3-4cb2-b067-fab0e42c7ea4 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:40,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-956c909a-21a3-4cb2-b067-fab0e42c7ea4 2018-11-25 10:29:43,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:43,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:29:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-820a8790-bbac-461d-b383-be41499ef0d6 x-compute-request-id: req-820a8790-bbac-461d-b383-be41499ef0d6 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:43,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-820a8790-bbac-461d-b383-be41499ef0d6 2018-11-25 10:29:46,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:47,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-391e2375-d0e4-4790-a64f-23ff973d643d x-compute-request-id: req-391e2375-d0e4-4790-a64f-23ff973d643d Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:47,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-391e2375-d0e4-4790-a64f-23ff973d643d 2018-11-25 10:29:50,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:50,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:29: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-8aad1d0e-cb8b-4d6d-a00a-f045e2dc2ed2 x-compute-request-id: req-8aad1d0e-cb8b-4d6d-a00a-f045e2dc2ed2 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:50,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-8aad1d0e-cb8b-4d6d-a00a-f045e2dc2ed2 2018-11-25 10:29:53,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:54,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:29: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-ff3f7b95-a675-4f64-a086-c849fd124662 x-compute-request-id: req-ff3f7b95-a675-4f64-a086-c849fd124662 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:54,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-ff3f7b95-a675-4f64-a086-c849fd124662 2018-11-25 10:29:57,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:29:57,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:29: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-9a46adec-e13f-4f17-bc86-4b775659ce10 x-compute-request-id: req-9a46adec-e13f-4f17-bc86-4b775659ce10 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:29:57,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-9a46adec-e13f-4f17-bc86-4b775659ce10 2018-11-25 10:30:00,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:30:01,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-8d951fac-68be-4521-8cf7-e3bc4fbee638 x-compute-request-id: req-8d951fac-68be-4521-8cf7-e3bc4fbee638 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:30:01,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-8d951fac-68be-4521-8cf7-e3bc4fbee638 2018-11-25 10:30:04,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:30:05,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-8c8229ab-17a6-4a16-8c84-86ac6c473b81 x-compute-request-id: req-8c8229ab-17a6-4a16-8c84-86ac6c473b81 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:30:05,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-8c8229ab-17a6-4a16-8c84-86ac6c473b81 2018-11-25 10:30:08,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:30:08,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:30: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-5d7bbf04-abe9-4721-b121-02032c37e15f x-compute-request-id: req-5d7bbf04-abe9-4721-b121-02032c37e15f Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:30:08,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-5d7bbf04-abe9-4721-b121-02032c37e15f 2018-11-25 10:30:11,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:30:11,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-8ac95a74-d3c7-41ae-93cd-90888956559f x-compute-request-id: req-8ac95a74-d3c7-41ae-93cd-90888956559f Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:30:11,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-8ac95a74-d3c7-41ae-93cd-90888956559f 2018-11-25 10:30:14,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:30:15,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:30: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-a17ad127-2db6-4b00-8120-f2c932cd2e03 x-compute-request-id: req-a17ad127-2db6-4b00-8120-f2c932cd2e03 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:30:15,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-a17ad127-2db6-4b00-8120-f2c932cd2e03 2018-11-25 10:30:18,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:30:19,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-786a1943-28cd-4199-a7da-9f9e53ad0798 x-compute-request-id: req-786a1943-28cd-4199-a7da-9f9e53ad0798 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:30:19,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-786a1943-28cd-4199-a7da-9f9e53ad0798 2018-11-25 10:30:22,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:30:22,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:30: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-80af75d1-1a02-4f57-8ab0-788294f2533f x-compute-request-id: req-80af75d1-1a02-4f57-8ab0-788294f2533f Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:28:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:30:22,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-80af75d1-1a02-4f57-8ab0-788294f2533f 2018-11-25 10:30:25,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a448bcaaff5c55fa7151e794abadf735d8c31ba" 2018-11-25 10:30:26,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-365fb25a-15ee-43bc-aa44-99697a6a667b x-compute-request-id: req-365fb25a-15ee-43bc-aa44-99697a6a667b Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-25T10:30:24.000000", "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:30:24Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:30:26,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-365fb25a-15ee-43bc-aa44-99697a6a667b 2018-11-25 10:30:26,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eb9975deae5ecca952c4bfd67cfc58a197f675" 2018-11-25 10:30:26,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:30: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-bbddef4d-3a17-4c11-a7d5-813b8fb83020 x-compute-request-id: req-bbddef4d-3a17-4c11-a7d5-813b8fb83020 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-25T10:30:24.000000", "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:30:24Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:30:26,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933 used request id req-bbddef4d-3a17-4c11-a7d5-813b8fb83020 2018-11-25 10:30:26,913 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-11-25 10:30:26,913 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group 'd406dab4-56c0-4b44-beb9-7b7fa32aad50'... 2018-11-25 10:30:26,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e451f93ac07b04fe65b9d6a5d34a6ae182af6382" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:30:28,428 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:30: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-e7174da6-9b89-4599-83bf-bfc61e9aa844 x-compute-request-id: req-e7174da6-9b89-4599-83bf-bfc61e9aa844 Content-Length: 0 Content-Type: application/json 2018-11-25 10:30:28,428 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action used request id req-e7174da6-9b89-4599-83bf-bfc61e9aa844 2018-11-25 10:30:28,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e451f93ac07b04fe65b9d6a5d34a6ae182af6382" -d '{"addFloatingIp": {"address": "172.30.9.205"}}' 2018-11-25 10:30:30,020 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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 x-openstack-request-id: req-0a27c85b-9ff0-4f38-8300-3f0b5c780d15 x-compute-request-id: req-0a27c85b-9ff0-4f38-8300-3f0b5c780d15 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-11-25 10:30:30,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action used request id req-0a27c85b-9ff0-4f38-8300-3f0b5c780d15 2018-11-25 10:30:30,021 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 10:30:30,022 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 10:30:30,022 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 10:30:30,024 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 10:30:30,196 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-25 10:30:30,196 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-25 10:30:30,197 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-25 10:30:30,198 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-25 10:30:30,198 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-25 10:30:30,238 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-25 10:30:30,326 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-25 10:30:30,326 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-11-25 10:30:30,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eb9975deae5ecca952c4bfd67cfc58a197f675" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:30:30,333 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-25 10:30:31,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-f9868274-a29e-46df-ac62-e014b275fdad x-compute-request-id: req-f9868274-a29e-46df-ac62-e014b275fdad Content-Encoding: gzip Content-Length: 10489 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 735966503 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.134916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136558] pid_max: default: 32768 minimum: 301\n[ 0.137455] ACPI: Core revision 20150930\n[ 0.138825] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140132] Security Framework initialized\n[ 0.140945] Yama: becoming mindful.\n[ 0.141671] AppArmor: AppArmor initialized\n[ 0.142544] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143965] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145632] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148245] Initializing cgroup subsys io\n[ 0.149055] Initializing cgroup subsys memory\n[ 0.149903] Initializing cgroup subsys devices\n[ 0.150775] Initializing cgroup subsys freezer\n[ 0.151639] Initializing cgroup subsys net_cls\n[ 0.152530] Initializing cgroup subsys perf_event\n[ 0.153461] Initializing cgroup subsys net_prio\n[ 0.154370] Initializing cgroup subsys hugetlb\n[ 0.155266] Initializing cgroup subsys pids\n[ 0.156128] CPU: Physical Processor ID: 0\n[ 0.157597] mce: CPU supports 10 MCE banks\n[ 0.158441] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169896] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.176179] ftrace: allocating 32123 entries in 126 pages\n[ 0.202125] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203392] smpboot: Max logical packages: 1\n[ 0.204432] x2apic enabled\n[ 0.205274] Switched APIC routing to physical x2apic.\n[ 0.207066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210359] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212252] KVM setup paravirtual spinlock\n[ 0.213573] x86: Booted up 1 node, 1 CPUs\n[ 0.214430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215902] devtmpfs: initialized\n[ 0.218403] evm: security.selinux\n[ 0.219122] evm: security.SMACK64\n[ 0.219833] evm: security.SMACK64EXEC\n[ 0.220592] evm: security.SMACK64TRANSMUTE\n[ 0.221429] evm: security.SMACK64MMAP\n[ 0.222225] evm: security.ima\n[ 0.222876] evm: security.capability\n[ 0.223698] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225604] pinctrl core: initialized pinctrl subsystem\n[ 0.226732] RTC time: 10:30:24, date: 11/25/18\n[ 0.227692] NET: Registered protocol family 16\n[ 0.228683] cpuidle: using governor ladder\n[ 0.229520] cpuidle: using governor menu\n[ 0.230330] PCCT header not found.\n[ 0.231104] ACPI: bus type PCI registered\n[ 0.231928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233205] PCI: Using configuration type 1 for base access\n[ 0.235365] ACPI: Added _OSI(Module Device)\n[ 0.236224] ACPI: Added _OSI(Processor Device)\n[ 0.237122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238064] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240198] ACPI: Interpreter enabled\n[ 0.240988] ACPI: (supports S0 S5)\n[ 0.241708] ACPI: Using IOAPIC for interrupt routing\n[ 0.242674] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247088] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248325] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249531] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251873] acpiphp: Slot [3] registered\n[ 0.252687] acpiphp: Slot [4] registered\n[ 0.253483] acpiphp: Slot [5] registered\n[ 0.254302] acpiphp: Slot [6] registered\n[ 0.255108] acpiphp: Slot [7] registered\n[ 0.255907] acpiphp: Slot [8] registered\n[ 0.256710] acpiphp: Slot [9] registered\n[ 0.257508] acpiphp: Slot [10] registered\n[ 0.258329] acpiphp: Slot [11] registered\n[ 0.259139] acpiphp: Slot [12] registered\n[ 0.259951] acpiphp: Slot [13] registered\n[ 0.260763] acpiphp: Slot [14] registered\n[ 0.271658] acpiphp: Slot [15] registered\n[ 0.272470] acpiphp: Slot [16] registered\n[ 0.273284] acpiphp: Slot [17] registered\n[ 0.274094] acpiphp: Slot [18] registered\n[ 0.274900] acpiphp: Slot [19] registered\n[ 0.275711] acpiphp: Slot [20] registered\n[ 0.276514] acpiphp: Slot [21] registered\n[ 0.277321] acpiphp: Slot [22] registered\n[ 0.278128] acpiphp: Slot [23] registered\n[ 0.278935] acpiphp: Slot [24] registered\n[ 0.279746] acpiphp: Slot [25] registered\n[ 0.280550] acpiphp: Slot [26] registered\n[ 0.281359] acpiphp: Slot [27] registered\n[ 0.282165] acpiphp: Slot [28] registered\n[ 0.282976] acpiphp: Slot [29] registered\n[ 0.283789] acpiphp: Slot [30] registered\n[ 0.284591] acpiphp: Slot [31] registered\n[ 0.285393] PCI host bridge to bus 0000:00\n[ 0.286200] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287411] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290069] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.291514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300217] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301483] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357896] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361943] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363192] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365869] vgaarb: loaded\n[ 0.366465] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367606] SCSI subsystem initialized\n[ 0.368415] ACPI: bus type USB registered\n[ 0.369226] usbcore: registered new interface driver usbfs\n[ 0.370249] usbcore: registered new interface driver hub\n[ 0.371247] usbcore: registered new device driver usb\n[ 0.372287] PCI: Using ACPI for IRQ routing\n[ 0.373310] NetLabel: Initializing\n[ 0.374044] NetLabel: domain hash size = 128\n[ 0.374897] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375852] NetLabel: unlabeled traffic allowed by default\n[ 0.376939] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377907] clocksource: Switched to clocksource kvm-clock\n[ 0.383318] AppArmor: AppArmor Filesystem Enabled\n[ 0.384272] pnp: PnP ACPI init\n[ 0.385170] pnp: PnP ACPI: found 5 devices\n[ 0.391214] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392915] NET: Registered protocol family 2\n[ 0.393858] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395138] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396327] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397497] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398587] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.399776] NET: Registered protocol family 1\n[ 0.400634] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402810] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416909] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431099] Trying to unpack rootfs image as initramfs...\n[ 1.738455] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.754700] Scanning for low memory corruption every 60 seconds\n[ 1.756055] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.757196] audit: initializing netlink subsys (disabled)\n[ 1.758222] audit: type=2000 audit(1543141826.793:1): initialized\n[ 1.759525] Initialise system trusted keyring\n[ 1.760450] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.761602] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.763583] zbud: loaded\n[ 1.764286] VFS: Disk quotas dquot_6.6.0\n[ 1.765101] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.766495] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.767716] fuse init (API version 7.23)\n[ 1.768583] Key type big_key registered\n[ 1.769372] Allocating IMA MOK and blacklist keyrings.\n[ 1.770474] Key type asymmetric registered\n[ 1.771293] Asymmetric key parser 'x509' registered\n[ 1.772237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.773684] io scheduler noop registered\n[ 1.774477] io scheduler deadline registered (default)\n[ 1.775464] io scheduler cfq registered\n[ 1.776294] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.777330] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.778591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.780041] ACPI: Power Button [PWRF]\n[ 1.780872] GHES: HEST is not enabled!\n[ 1.794750] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.823155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.825496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.849458] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.851545] Linux agpgart interface v0.103\n[ 1.853533] brd: module loaded\n[ 1.854797] loop: module loaded\n[ 1.856300] vda: vda1\n[ 1.857615] scsi host0: ata_piix\n[ 1.858367] scsi host1: ata_piix\n[ 1.859081] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.860295] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.861734] libphy: Fixed MDIO Bus: probed\n[ 1.862564] tun: Universal TUN/TAP device driver, 1.6\n[ 1.863523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.865638] PPP generic driver version 2.4.2\n[ 1.866539] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.867828] ehci-pci: EHCI PCI platform driver\n[ 1.868701] ehci-platform: EHCI generic platform driver\n[ 1.869689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.870826] ohci-pci: OHCI PCI platform driver\n[ 1.871703] ohci-platform: OHCI generic platform driver\n[ 1.872691] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887170] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.888175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.889629] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.890657] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.891781] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.893004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.894425] usb usb1: Product: UHCI Host Controller\n[ 1.895359] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896496] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897518] hub 1-0:1.0: USB hub found\n[ 1.898312] hub 1-0:1.0: 2 ports detected\n[ 1.899219] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901323] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902285] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903317] mousedev: PS/2 mouse device common for all mice\n[ 1.904560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906419] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907524] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.909905] i2c /dev entries driver\n[ 1.910664] device-mapper: uevent: version 1.0.3\n[ 1.911605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914505] NET: Registered protocol family 10\n[ 1.915503] NET: Registered protocol family 17\n[ 1.916395] Key type dns_resolver registered\n[ 1.917332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920188] registered taskstats version 1\n[ 1.921023] Loading compiled-in X.509 certificates\n[ 1.922463] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924308] zswap: loaded using pool lzo/zbud\n[ 1.926104] Key type trusted registered\n[ 1.928365] Key type encrypted registered\n[ 1.929215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930261] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931311] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 10:447:528\n[ 1.933104] rtc_cmos 00:00: setting system clock to 2018-11-25 10:30:26 UTC (1543141826)\n[ 1.934729] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935841] EDD information not available.\n[ 2.014469] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.015911] ata1.00: configured for MWDMA2\n[ 2.017112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.019484] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.020755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.032118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.034143] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.035792] Write protecting the kernel read-only data: 14336k\n[ 2.037466] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.039278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.048191] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050270] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052226] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054182] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056126] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058093] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060016] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062461] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064406] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066333] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095432] virtio_net virtio0 ens3: renamed from eth0\n[ 2.104083] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106141] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.130721] AVX2 version of gcm_enc/dec engaged.\n[ 2.131820] AES CTR mode by8 optimization enabled\n[ 2.134307] FDC 0 is a S82078B\n[ 2.209950] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.375311] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.376708] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.378070] usb 1-1: Product: QEMU USB Tablet\n[ 2.378968] usb 1-1: Manufacturer: QEMU\n[ 2.379778] usb 1-1: SerialNumber: 42\n[ 2.386957] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.393840] usbcore: registered new interface driver usbhid\n[ 2.394978] usbhid: USB HID core driver\n[ 2.397651] 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[ 2.400034] 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.753972] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.755226] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.377381] md: linear personality registered for level -1\n[ 3.380058] md: multipath personality registered for level -4\n[ 3.382792] md: raid0 personality registered for level 0\n[ 3.385751] md: raid1 personality registered for level 1\n[ 3.453915] raid6: sse2x1 gen() 11314 MB/s\n[ 3.521911] raid6: sse2x1 xor() 8762 MB/s\n[ 3.589911] raid6: sse2x2 gen() 14565 MB/s\n[ 3.657911] raid6: sse2x2 xor() 9671 MB/s\n[ 3.725912] raid6: sse2x4 gen() 16906 MB/s\n[ 3.793911] raid6: sse2x4 xor() 11944 MB/s\n[ 3.861909] raid6: avx2x1 gen() 22768 MB/s\n[ 3.929910] raid6: avx2x2 gen() 27390 MB/s\n[ 3.997910] raid6: avx2x4 gen() 30992 MB/s\n[ 3.998778] raid6: using algorithm avx2x4 gen() 30992 MB/s\n[ 3.999833] raid6: using avx2x2 recovery algorithm\n[ 4.001808] xor: automatically using best checksumming function:\n[ 4.041909] avx : 35908.000 MB/sec\n[ 4.043690] async_tx: api initialized (async)\n[ 4.050993] md: raid6 personality registered for level 6\n[ 4.052091] md: raid5 personality registered for level 5\n[ 4.053156] md: raid4 personality registered for level 4\n[ 4.057218] 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 ... [ 4.080251] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106971] 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[ 4.198484] 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[ 4.201819] systemd[1]: Detected virtualization kvm.\n[ 4.202800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.206526] systemd[1]: Set hostname to .\n[ 4.210824] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.212010] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.335511] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.338193] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340136] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342125] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.344411] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.346604] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.348371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.351141] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.353198] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.355287] 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[ 4.358581] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.360659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.362926] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.365142] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.367153] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.369212] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.371325] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.373463] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.375949] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.378069] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.382046] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.385773] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.390456] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400975] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.403384] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.410780] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.413851] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.415802] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.418254] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.424495] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.427424] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.432080] 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[ 4.440121] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.442068] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.446711] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.452188] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457391] iscsi: registered transport (tcp)\n[ 4.462312] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.464835] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.469674] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.474241] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.480918] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.504980] 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 Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\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[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n"} 2018-11-25 10:30:31,402 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action used request id req-f9868274-a29e-46df-ac62-e014b275fdad 2018-11-25 10:31:01,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eb9975deae5ecca952c4bfd67cfc58a197f675" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:31:02,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-fb7bd979-2d51-4ddd-88f2-ac7a0ec616f6 x-compute-request-id: req-fb7bd979-2d51-4ddd-88f2-ac7a0ec616f6 Content-Encoding: gzip Content-Length: 13242 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 735966503 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.134916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136558] pid_max: default: 32768 minimum: 301\n[ 0.137455] ACPI: Core revision 20150930\n[ 0.138825] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140132] Security Framework initialized\n[ 0.140945] Yama: becoming mindful.\n[ 0.141671] AppArmor: AppArmor initialized\n[ 0.142544] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143965] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145632] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148245] Initializing cgroup subsys io\n[ 0.149055] Initializing cgroup subsys memory\n[ 0.149903] Initializing cgroup subsys devices\n[ 0.150775] Initializing cgroup subsys freezer\n[ 0.151639] Initializing cgroup subsys net_cls\n[ 0.152530] Initializing cgroup subsys perf_event\n[ 0.153461] Initializing cgroup subsys net_prio\n[ 0.154370] Initializing cgroup subsys hugetlb\n[ 0.155266] Initializing cgroup subsys pids\n[ 0.156128] CPU: Physical Processor ID: 0\n[ 0.157597] mce: CPU supports 10 MCE banks\n[ 0.158441] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169896] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.176179] ftrace: allocating 32123 entries in 126 pages\n[ 0.202125] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203392] smpboot: Max logical packages: 1\n[ 0.204432] x2apic enabled\n[ 0.205274] Switched APIC routing to physical x2apic.\n[ 0.207066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210359] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212252] KVM setup paravirtual spinlock\n[ 0.213573] x86: Booted up 1 node, 1 CPUs\n[ 0.214430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215902] devtmpfs: initialized\n[ 0.218403] evm: security.selinux\n[ 0.219122] evm: security.SMACK64\n[ 0.219833] evm: security.SMACK64EXEC\n[ 0.220592] evm: security.SMACK64TRANSMUTE\n[ 0.221429] evm: security.SMACK64MMAP\n[ 0.222225] evm: security.ima\n[ 0.222876] evm: security.capability\n[ 0.223698] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225604] pinctrl core: initialized pinctrl subsystem\n[ 0.226732] RTC time: 10:30:24, date: 11/25/18\n[ 0.227692] NET: Registered protocol family 16\n[ 0.228683] cpuidle: using governor ladder\n[ 0.229520] cpuidle: using governor menu\n[ 0.230330] PCCT header not found.\n[ 0.231104] ACPI: bus type PCI registered\n[ 0.231928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233205] PCI: Using configuration type 1 for base access\n[ 0.235365] ACPI: Added _OSI(Module Device)\n[ 0.236224] ACPI: Added _OSI(Processor Device)\n[ 0.237122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238064] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240198] ACPI: Interpreter enabled\n[ 0.240988] ACPI: (supports S0 S5)\n[ 0.241708] ACPI: Using IOAPIC for interrupt routing\n[ 0.242674] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247088] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248325] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249531] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251873] acpiphp: Slot [3] registered\n[ 0.252687] acpiphp: Slot [4] registered\n[ 0.253483] acpiphp: Slot [5] registered\n[ 0.254302] acpiphp: Slot [6] registered\n[ 0.255108] acpiphp: Slot [7] registered\n[ 0.255907] acpiphp: Slot [8] registered\n[ 0.256710] acpiphp: Slot [9] registered\n[ 0.257508] acpiphp: Slot [10] registered\n[ 0.258329] acpiphp: Slot [11] registered\n[ 0.259139] acpiphp: Slot [12] registered\n[ 0.259951] acpiphp: Slot [13] registered\n[ 0.260763] acpiphp: Slot [14] registered\n[ 0.271658] acpiphp: Slot [15] registered\n[ 0.272470] acpiphp: Slot [16] registered\n[ 0.273284] acpiphp: Slot [17] registered\n[ 0.274094] acpiphp: Slot [18] registered\n[ 0.274900] acpiphp: Slot [19] registered\n[ 0.275711] acpiphp: Slot [20] registered\n[ 0.276514] acpiphp: Slot [21] registered\n[ 0.277321] acpiphp: Slot [22] registered\n[ 0.278128] acpiphp: Slot [23] registered\n[ 0.278935] acpiphp: Slot [24] registered\n[ 0.279746] acpiphp: Slot [25] registered\n[ 0.280550] acpiphp: Slot [26] registered\n[ 0.281359] acpiphp: Slot [27] registered\n[ 0.282165] acpiphp: Slot [28] registered\n[ 0.282976] acpiphp: Slot [29] registered\n[ 0.283789] acpiphp: Slot [30] registered\n[ 0.284591] acpiphp: Slot [31] registered\n[ 0.285393] PCI host bridge to bus 0000:00\n[ 0.286200] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287411] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290069] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.291514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300217] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301483] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357896] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361943] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363192] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365869] vgaarb: loaded\n[ 0.366465] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367606] SCSI subsystem initialized\n[ 0.368415] ACPI: bus type USB registered\n[ 0.369226] usbcore: registered new interface driver usbfs\n[ 0.370249] usbcore: registered new interface driver hub\n[ 0.371247] usbcore: registered new device driver usb\n[ 0.372287] PCI: Using ACPI for IRQ routing\n[ 0.373310] NetLabel: Initializing\n[ 0.374044] NetLabel: domain hash size = 128\n[ 0.374897] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375852] NetLabel: unlabeled traffic allowed by default\n[ 0.376939] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377907] clocksource: Switched to clocksource kvm-clock\n[ 0.383318] AppArmor: AppArmor Filesystem Enabled\n[ 0.384272] pnp: PnP ACPI init\n[ 0.385170] pnp: PnP ACPI: found 5 devices\n[ 0.391214] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392915] NET: Registered protocol family 2\n[ 0.393858] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395138] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396327] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397497] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398587] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.399776] NET: Registered protocol family 1\n[ 0.400634] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402810] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416909] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431099] Trying to unpack rootfs image as initramfs...\n[ 1.738455] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.754700] Scanning for low memory corruption every 60 seconds\n[ 1.756055] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.757196] audit: initializing netlink subsys (disabled)\n[ 1.758222] audit: type=2000 audit(1543141826.793:1): initialized\n[ 1.759525] Initialise system trusted keyring\n[ 1.760450] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.761602] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.763583] zbud: loaded\n[ 1.764286] VFS: Disk quotas dquot_6.6.0\n[ 1.765101] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.766495] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.767716] fuse init (API version 7.23)\n[ 1.768583] Key type big_key registered\n[ 1.769372] Allocating IMA MOK and blacklist keyrings.\n[ 1.770474] Key type asymmetric registered\n[ 1.771293] Asymmetric key parser 'x509' registered\n[ 1.772237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.773684] io scheduler noop registered\n[ 1.774477] io scheduler deadline registered (default)\n[ 1.775464] io scheduler cfq registered\n[ 1.776294] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.777330] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.778591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.780041] ACPI: Power Button [PWRF]\n[ 1.780872] GHES: HEST is not enabled!\n[ 1.794750] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.823155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.825496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.849458] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.851545] Linux agpgart interface v0.103\n[ 1.853533] brd: module loaded\n[ 1.854797] loop: module loaded\n[ 1.856300] vda: vda1\n[ 1.857615] scsi host0: ata_piix\n[ 1.858367] scsi host1: ata_piix\n[ 1.859081] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.860295] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.861734] libphy: Fixed MDIO Bus: probed\n[ 1.862564] tun: Universal TUN/TAP device driver, 1.6\n[ 1.863523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.865638] PPP generic driver version 2.4.2\n[ 1.866539] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.867828] ehci-pci: EHCI PCI platform driver\n[ 1.868701] ehci-platform: EHCI generic platform driver\n[ 1.869689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.870826] ohci-pci: OHCI PCI platform driver\n[ 1.871703] ohci-platform: OHCI generic platform driver\n[ 1.872691] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887170] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.888175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.889629] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.890657] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.891781] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.893004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.894425] usb usb1: Product: UHCI Host Controller\n[ 1.895359] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896496] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897518] hub 1-0:1.0: USB hub found\n[ 1.898312] hub 1-0:1.0: 2 ports detected\n[ 1.899219] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901323] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902285] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903317] mousedev: PS/2 mouse device common for all mice\n[ 1.904560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906419] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907524] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.909905] i2c /dev entries driver\n[ 1.910664] device-mapper: uevent: version 1.0.3\n[ 1.911605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914505] NET: Registered protocol family 10\n[ 1.915503] NET: Registered protocol family 17\n[ 1.916395] Key type dns_resolver registered\n[ 1.917332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920188] registered taskstats version 1\n[ 1.921023] Loading compiled-in X.509 certificates\n[ 1.922463] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924308] zswap: loaded using pool lzo/zbud\n[ 1.926104] Key type trusted registered\n[ 1.928365] Key type encrypted registered\n[ 1.929215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930261] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931311] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 10:447:528\n[ 1.933104] rtc_cmos 00:00: setting system clock to 2018-11-25 10:30:26 UTC (1543141826)\n[ 1.934729] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935841] EDD information not available.\n[ 2.014469] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.015911] ata1.00: configured for MWDMA2\n[ 2.017112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.019484] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.020755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.032118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.034143] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.035792] Write protecting the kernel read-only data: 14336k\n[ 2.037466] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.039278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.048191] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050270] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052226] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054182] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056126] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058093] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060016] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062461] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064406] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066333] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095432] virtio_net virtio0 ens3: renamed from eth0\n[ 2.104083] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106141] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.130721] AVX2 version of gcm_enc/dec engaged.\n[ 2.131820] AES CTR mode by8 optimization enabled\n[ 2.134307] FDC 0 is a S82078B\n[ 2.209950] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.375311] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.376708] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.378070] usb 1-1: Product: QEMU USB Tablet\n[ 2.378968] usb 1-1: Manufacturer: QEMU\n[ 2.379778] usb 1-1: SerialNumber: 42\n[ 2.386957] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.393840] usbcore: registered new interface driver usbhid\n[ 2.394978] usbhid: USB HID core driver\n[ 2.397651] 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[ 2.400034] 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.753972] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.755226] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.377381] md: linear personality registered for level -1\n[ 3.380058] md: multipath personality registered for level -4\n[ 3.382792] md: raid0 personality registered for level 0\n[ 3.385751] md: raid1 personality registered for level 1\n[ 3.453915] raid6: sse2x1 gen() 11314 MB/s\n[ 3.521911] raid6: sse2x1 xor() 8762 MB/s\n[ 3.589911] raid6: sse2x2 gen() 14565 MB/s\n[ 3.657911] raid6: sse2x2 xor() 9671 MB/s\n[ 3.725912] raid6: sse2x4 gen() 16906 MB/s\n[ 3.793911] raid6: sse2x4 xor() 11944 MB/s\n[ 3.861909] raid6: avx2x1 gen() 22768 MB/s\n[ 3.929910] raid6: avx2x2 gen() 27390 MB/s\n[ 3.997910] raid6: avx2x4 gen() 30992 MB/s\n[ 3.998778] raid6: using algorithm avx2x4 gen() 30992 MB/s\n[ 3.999833] raid6: using avx2x2 recovery algorithm\n[ 4.001808] xor: automatically using best checksumming function:\n[ 4.041909] avx : 35908.000 MB/sec\n[ 4.043690] async_tx: api initialized (async)\n[ 4.050993] md: raid6 personality registered for level 6\n[ 4.052091] md: raid5 personality registered for level 5\n[ 4.053156] md: raid4 personality registered for level 4\n[ 4.057218] 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 ... [ 4.080251] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106971] 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[ 4.198484] 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[ 4.201819] systemd[1]: Detected virtualization kvm.\n[ 4.202800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.206526] systemd[1]: Set hostname to .\n[ 4.210824] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.212010] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.335511] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.338193] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340136] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342125] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.344411] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.346604] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.348371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.351141] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.353198] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.355287] 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[ 4.358581] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.360659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.362926] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.365142] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.367153] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.369212] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.371325] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.373463] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.375949] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.378069] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.382046] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.385773] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.390456] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400975] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.403384] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.410780] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.413851] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.415802] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.418254] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.424495] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.427424] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.432080] 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[ 4.440121] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.442068] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.446711] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.452188] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457391] iscsi: registered transport (tcp)\n[ 4.462312] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.464835] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.469674] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.474241] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.480918] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.504980] 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 Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\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[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.928074] cloud-init[464]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 25 Nov 2018 10:30:29 +0000. Up 5.19 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.388880] cloud-init[1033]: Cloud-init v. 0.7.9 running 'init' at Sun, 25 Nov 2018 10:30:31 +0000. Up 7.13 seconds.\n[ 8.390626] cloud-init[1033]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.396331] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.398178] cloud-init[1033]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.404117] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.405939] cloud-init[1033]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:b3:c0:df |\n[ 8.407683] cloud-init[1033]: ci-info: | ens3 | True | fe80::f816:3eff:feb3:c0df/64 | . | link | fa:16:3e:b3:c0:df |\n[ 8.413502] cloud-init[1033]: ci-info: | ens6 | False | . | . | . | 52:54:00:0c:94:01 |\n[ 8.415247] cloud-init[1033]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.420305] cloud-init[1033]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.422048] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.428114] cloud-init[1033]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.429758] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.432114] cloud-init[1033]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.436099] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.440101] cloud-init[1033]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.441716] cloud-init[1033]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.445391] cloud-init[1033]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.450926] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.456296] cloud-init[1033]: Generating public/private rsa key pair.\n[ 8.458862] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.464718] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.465853] cloud-init[1033]: The key fingerprint is:\n[ 8.466620] cloud-init[1033]: SHA256:tsCLOs3G1St3Q9lmZlOudDFDrs2jYrKaSx3uQ6copSQ root@sdnvpn-3-2-quagga\n[ 8.467827] \n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\ncloud-init[1033]: The key's randomart image is:\n[ 8.472607] cloud-init[1033]: +---[RSA 2048]----+\n[ 8.473580] cloud-init[1033]: | |\n Starting LXD - unix socket.\n[ 8.475437] cloud-init[1033]: [[0;32m OK [0m] Reached target Cloud-config availability.\n| . |\n[ 8.477554] cloud-init[1033]: | o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.[ 8.480078] cloud-init[1033]: | . * |\n[ 8.480812] cloud-init[1033]: | o.S o * + |\n[ 8.481547] cloud-init[1033]: | E ..o*oo+ X * |\n[ 8.482293] cloud-init[1033]: | *.+oo+= * = . |\n[ 8.483058] cloud-init[1033]: | ..B.oo* = o |\n[ 8.483789] cloud-init\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1033]: | .o .+=o* o |\n[ 8.489259] cloud-init[1033]: +----[SHA256]-----+\n[ 8.492183] cloud-init[1033]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.496121] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[ 8.500500] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.502104] cloud-init[1033]: The key fingerprint is:\n[ 8.502881] cloud-init[1033]: SHA256:7RIUVSTXjLOafJPg8QX1hWtMjjYDt59vPkUbph5ZBkQ root@sdnvpn-3-2-quagga\n\n Starting Apply the settings specified in cloud-config...\n Starting LSB: Record successful boot for GRUB...\n[ 8.506458] cloud-init[1033]: The key's randomart image is:\n[ 8.508273] cloud-init[1033]: +---[DSA 1024]----+[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.535081] cloud-init[1033]: | ..oo*E...|\n[ 8.540287] cloud-init[1033]: | ..o=.=..|\n[ 8.545814] cloud-init[1033]: | . o X...|\n[ 8.550168] cloud-init[1033]: | . .o B *=.|\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n[ 8.569853] [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).cloud-init[1033]: | So.B B*oo|\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 8.609436] cloud-init[1033]: | o= =+o..|\n[ 8.625054] cloud-init[1033]: | . .......|[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.641085] cloud-init[1033]: | . . .o|\n[ 8.650633] cloud-init[1033]: | oo|\n[ 8.662245] cloud-init[1033]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[ 8.675106] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1033]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\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: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...[ 8.722123] \n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.769354] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.807424] cloud-init[1033]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.818891] cloud-init[1033]: [[0;32m OK [0m] Reached target Login Prompts.\nSHA256:9a45JMZ2EXckHFcOhTH4278pYUTi8j4Ag96KNwXROTg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.832658] cloud-init[1033]: The key's randomart image is:\n[ 8.840593] cloud-init[1033]: +---[ECDSA 256]---+\n[ 8.844351] cloud-init[1033]: | o . .o+*=o|\n[ 8.845433] cloud-init[1033]: | E + ..++o+ |\n[ 8.852059] cloud-init[1033]: | + . oooo .|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.856053] cloud-init[1033]: | o o o.o .. |\n[ 8.860085] cloud-init[1033]: | . o.S o.o o |\n[ 8.864075] cloud-init[1033]: | . o=.oo o. .|\n[ 8.868062] cloud-init[1033]: | . oo +o o . .|\n[ 8.869054] cloud-init[1033]: | . + .= . o|\n[ 8.872059] cloud-init[1033]: | . . o.. .o.|\n[ 8.876055] cloud-init[1033]: +----[SHA256]-----+\n[ 8.878320] cloud-init[1033]: Generating public/private ed25519 key pair.\n[ 8.880053] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.884067] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.886982] cloud-init[1033]: The key fingerprint is:\n[ 8.889259] cloud-init[1033]: SHA256:d755bIEydUGxRrsi1EoRIc/lqZWkLojA1QJFXswtytY root@sdnvpn-3-2-quagga\n[ 8.892421] cloud-init[1033]: The key's randomart image is:\n[ 8.895035] cloud-init[1033]: +--[ED25519 256]--+\n[ 8.897079] cloud-init[1033]: | .+++... +oo.+. |\n[ 8.899586] cloud-init[1033]: | . o..= .+ B +.o |\n[ 8.902083] cloud-init[1033]: | o..+ . * * +. |\n[ 8.904057] cloud-init[1033]: | .+.E. + +.... |\n[ 8.906507] cloud-init[1033]: | .. . S *.oo. |\n[ 8.909128] cloud-init[1033]: | oo+... |\n[ 8.911909] cloud-init[1033]: | o.. . |\n[ 8.920247] cloud-init[1033]: | o+ |\n[ 8.921290] cloud-init[1033]: | oo |\n[ 8.922272] cloud-init[1033]: +----[SHA256]-----+\n[ 9.130891] cloud-init[1133]: Generating locales (this might take a while)...\n[ 9.707022] cloud-init[1133]: en_US.UTF-8... done\n[ 9.708987] cloud-init[1133]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-11-25 10:31:02,516 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action used request id req-fb7bd979-2d51-4ddd-88f2-ac7a0ec616f6 2018-11-25 10:31:32,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eb9975deae5ecca952c4bfd67cfc58a197f675" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:31:33,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:31: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-1060c45e-e5d5-4c1f-946f-63e6046e4854 x-compute-request-id: req-1060c45e-e5d5-4c1f-946f-63e6046e4854 Content-Encoding: gzip Content-Length: 13242 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 735966503 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.134916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136558] pid_max: default: 32768 minimum: 301\n[ 0.137455] ACPI: Core revision 20150930\n[ 0.138825] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140132] Security Framework initialized\n[ 0.140945] Yama: becoming mindful.\n[ 0.141671] AppArmor: AppArmor initialized\n[ 0.142544] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143965] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145632] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148245] Initializing cgroup subsys io\n[ 0.149055] Initializing cgroup subsys memory\n[ 0.149903] Initializing cgroup subsys devices\n[ 0.150775] Initializing cgroup subsys freezer\n[ 0.151639] Initializing cgroup subsys net_cls\n[ 0.152530] Initializing cgroup subsys perf_event\n[ 0.153461] Initializing cgroup subsys net_prio\n[ 0.154370] Initializing cgroup subsys hugetlb\n[ 0.155266] Initializing cgroup subsys pids\n[ 0.156128] CPU: Physical Processor ID: 0\n[ 0.157597] mce: CPU supports 10 MCE banks\n[ 0.158441] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169896] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.176179] ftrace: allocating 32123 entries in 126 pages\n[ 0.202125] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203392] smpboot: Max logical packages: 1\n[ 0.204432] x2apic enabled\n[ 0.205274] Switched APIC routing to physical x2apic.\n[ 0.207066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210359] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212252] KVM setup paravirtual spinlock\n[ 0.213573] x86: Booted up 1 node, 1 CPUs\n[ 0.214430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215902] devtmpfs: initialized\n[ 0.218403] evm: security.selinux\n[ 0.219122] evm: security.SMACK64\n[ 0.219833] evm: security.SMACK64EXEC\n[ 0.220592] evm: security.SMACK64TRANSMUTE\n[ 0.221429] evm: security.SMACK64MMAP\n[ 0.222225] evm: security.ima\n[ 0.222876] evm: security.capability\n[ 0.223698] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225604] pinctrl core: initialized pinctrl subsystem\n[ 0.226732] RTC time: 10:30:24, date: 11/25/18\n[ 0.227692] NET: Registered protocol family 16\n[ 0.228683] cpuidle: using governor ladder\n[ 0.229520] cpuidle: using governor menu\n[ 0.230330] PCCT header not found.\n[ 0.231104] ACPI: bus type PCI registered\n[ 0.231928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233205] PCI: Using configuration type 1 for base access\n[ 0.235365] ACPI: Added _OSI(Module Device)\n[ 0.236224] ACPI: Added _OSI(Processor Device)\n[ 0.237122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238064] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240198] ACPI: Interpreter enabled\n[ 0.240988] ACPI: (supports S0 S5)\n[ 0.241708] ACPI: Using IOAPIC for interrupt routing\n[ 0.242674] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247088] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248325] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249531] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251873] acpiphp: Slot [3] registered\n[ 0.252687] acpiphp: Slot [4] registered\n[ 0.253483] acpiphp: Slot [5] registered\n[ 0.254302] acpiphp: Slot [6] registered\n[ 0.255108] acpiphp: Slot [7] registered\n[ 0.255907] acpiphp: Slot [8] registered\n[ 0.256710] acpiphp: Slot [9] registered\n[ 0.257508] acpiphp: Slot [10] registered\n[ 0.258329] acpiphp: Slot [11] registered\n[ 0.259139] acpiphp: Slot [12] registered\n[ 0.259951] acpiphp: Slot [13] registered\n[ 0.260763] acpiphp: Slot [14] registered\n[ 0.271658] acpiphp: Slot [15] registered\n[ 0.272470] acpiphp: Slot [16] registered\n[ 0.273284] acpiphp: Slot [17] registered\n[ 0.274094] acpiphp: Slot [18] registered\n[ 0.274900] acpiphp: Slot [19] registered\n[ 0.275711] acpiphp: Slot [20] registered\n[ 0.276514] acpiphp: Slot [21] registered\n[ 0.277321] acpiphp: Slot [22] registered\n[ 0.278128] acpiphp: Slot [23] registered\n[ 0.278935] acpiphp: Slot [24] registered\n[ 0.279746] acpiphp: Slot [25] registered\n[ 0.280550] acpiphp: Slot [26] registered\n[ 0.281359] acpiphp: Slot [27] registered\n[ 0.282165] acpiphp: Slot [28] registered\n[ 0.282976] acpiphp: Slot [29] registered\n[ 0.283789] acpiphp: Slot [30] registered\n[ 0.284591] acpiphp: Slot [31] registered\n[ 0.285393] PCI host bridge to bus 0000:00\n[ 0.286200] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287411] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290069] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.291514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300217] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301483] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357896] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361943] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363192] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365869] vgaarb: loaded\n[ 0.366465] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367606] SCSI subsystem initialized\n[ 0.368415] ACPI: bus type USB registered\n[ 0.369226] usbcore: registered new interface driver usbfs\n[ 0.370249] usbcore: registered new interface driver hub\n[ 0.371247] usbcore: registered new device driver usb\n[ 0.372287] PCI: Using ACPI for IRQ routing\n[ 0.373310] NetLabel: Initializing\n[ 0.374044] NetLabel: domain hash size = 128\n[ 0.374897] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375852] NetLabel: unlabeled traffic allowed by default\n[ 0.376939] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377907] clocksource: Switched to clocksource kvm-clock\n[ 0.383318] AppArmor: AppArmor Filesystem Enabled\n[ 0.384272] pnp: PnP ACPI init\n[ 0.385170] pnp: PnP ACPI: found 5 devices\n[ 0.391214] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392915] NET: Registered protocol family 2\n[ 0.393858] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395138] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396327] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397497] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398587] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.399776] NET: Registered protocol family 1\n[ 0.400634] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402810] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416909] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431099] Trying to unpack rootfs image as initramfs...\n[ 1.738455] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.754700] Scanning for low memory corruption every 60 seconds\n[ 1.756055] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.757196] audit: initializing netlink subsys (disabled)\n[ 1.758222] audit: type=2000 audit(1543141826.793:1): initialized\n[ 1.759525] Initialise system trusted keyring\n[ 1.760450] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.761602] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.763583] zbud: loaded\n[ 1.764286] VFS: Disk quotas dquot_6.6.0\n[ 1.765101] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.766495] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.767716] fuse init (API version 7.23)\n[ 1.768583] Key type big_key registered\n[ 1.769372] Allocating IMA MOK and blacklist keyrings.\n[ 1.770474] Key type asymmetric registered\n[ 1.771293] Asymmetric key parser 'x509' registered\n[ 1.772237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.773684] io scheduler noop registered\n[ 1.774477] io scheduler deadline registered (default)\n[ 1.775464] io scheduler cfq registered\n[ 1.776294] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.777330] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.778591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.780041] ACPI: Power Button [PWRF]\n[ 1.780872] GHES: HEST is not enabled!\n[ 1.794750] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.823155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.825496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.849458] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.851545] Linux agpgart interface v0.103\n[ 1.853533] brd: module loaded\n[ 1.854797] loop: module loaded\n[ 1.856300] vda: vda1\n[ 1.857615] scsi host0: ata_piix\n[ 1.858367] scsi host1: ata_piix\n[ 1.859081] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.860295] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.861734] libphy: Fixed MDIO Bus: probed\n[ 1.862564] tun: Universal TUN/TAP device driver, 1.6\n[ 1.863523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.865638] PPP generic driver version 2.4.2\n[ 1.866539] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.867828] ehci-pci: EHCI PCI platform driver\n[ 1.868701] ehci-platform: EHCI generic platform driver\n[ 1.869689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.870826] ohci-pci: OHCI PCI platform driver\n[ 1.871703] ohci-platform: OHCI generic platform driver\n[ 1.872691] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887170] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.888175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.889629] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.890657] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.891781] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.893004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.894425] usb usb1: Product: UHCI Host Controller\n[ 1.895359] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896496] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897518] hub 1-0:1.0: USB hub found\n[ 1.898312] hub 1-0:1.0: 2 ports detected\n[ 1.899219] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901323] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902285] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903317] mousedev: PS/2 mouse device common for all mice\n[ 1.904560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906419] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907524] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.909905] i2c /dev entries driver\n[ 1.910664] device-mapper: uevent: version 1.0.3\n[ 1.911605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914505] NET: Registered protocol family 10\n[ 1.915503] NET: Registered protocol family 17\n[ 1.916395] Key type dns_resolver registered\n[ 1.917332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920188] registered taskstats version 1\n[ 1.921023] Loading compiled-in X.509 certificates\n[ 1.922463] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924308] zswap: loaded using pool lzo/zbud\n[ 1.926104] Key type trusted registered\n[ 1.928365] Key type encrypted registered\n[ 1.929215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930261] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931311] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 10:447:528\n[ 1.933104] rtc_cmos 00:00: setting system clock to 2018-11-25 10:30:26 UTC (1543141826)\n[ 1.934729] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935841] EDD information not available.\n[ 2.014469] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.015911] ata1.00: configured for MWDMA2\n[ 2.017112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.019484] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.020755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.032118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.034143] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.035792] Write protecting the kernel read-only data: 14336k\n[ 2.037466] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.039278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.048191] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050270] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052226] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054182] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056126] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058093] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060016] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062461] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064406] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066333] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095432] virtio_net virtio0 ens3: renamed from eth0\n[ 2.104083] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106141] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.130721] AVX2 version of gcm_enc/dec engaged.\n[ 2.131820] AES CTR mode by8 optimization enabled\n[ 2.134307] FDC 0 is a S82078B\n[ 2.209950] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.375311] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.376708] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.378070] usb 1-1: Product: QEMU USB Tablet\n[ 2.378968] usb 1-1: Manufacturer: QEMU\n[ 2.379778] usb 1-1: SerialNumber: 42\n[ 2.386957] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.393840] usbcore: registered new interface driver usbhid\n[ 2.394978] usbhid: USB HID core driver\n[ 2.397651] 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[ 2.400034] 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.753972] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.755226] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.377381] md: linear personality registered for level -1\n[ 3.380058] md: multipath personality registered for level -4\n[ 3.382792] md: raid0 personality registered for level 0\n[ 3.385751] md: raid1 personality registered for level 1\n[ 3.453915] raid6: sse2x1 gen() 11314 MB/s\n[ 3.521911] raid6: sse2x1 xor() 8762 MB/s\n[ 3.589911] raid6: sse2x2 gen() 14565 MB/s\n[ 3.657911] raid6: sse2x2 xor() 9671 MB/s\n[ 3.725912] raid6: sse2x4 gen() 16906 MB/s\n[ 3.793911] raid6: sse2x4 xor() 11944 MB/s\n[ 3.861909] raid6: avx2x1 gen() 22768 MB/s\n[ 3.929910] raid6: avx2x2 gen() 27390 MB/s\n[ 3.997910] raid6: avx2x4 gen() 30992 MB/s\n[ 3.998778] raid6: using algorithm avx2x4 gen() 30992 MB/s\n[ 3.999833] raid6: using avx2x2 recovery algorithm\n[ 4.001808] xor: automatically using best checksumming function:\n[ 4.041909] avx : 35908.000 MB/sec\n[ 4.043690] async_tx: api initialized (async)\n[ 4.050993] md: raid6 personality registered for level 6\n[ 4.052091] md: raid5 personality registered for level 5\n[ 4.053156] md: raid4 personality registered for level 4\n[ 4.057218] 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 ... [ 4.080251] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106971] 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[ 4.198484] 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[ 4.201819] systemd[1]: Detected virtualization kvm.\n[ 4.202800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.206526] systemd[1]: Set hostname to .\n[ 4.210824] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.212010] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.335511] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.338193] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340136] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342125] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.344411] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.346604] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.348371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.351141] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.353198] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.355287] 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[ 4.358581] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.360659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.362926] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.365142] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.367153] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.369212] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.371325] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.373463] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.375949] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.378069] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.382046] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.385773] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.390456] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400975] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.403384] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.410780] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.413851] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.415802] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.418254] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.424495] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.427424] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.432080] 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[ 4.440121] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.442068] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.446711] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.452188] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457391] iscsi: registered transport (tcp)\n[ 4.462312] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.464835] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.469674] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.474241] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.480918] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.504980] 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 Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\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[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.928074] cloud-init[464]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 25 Nov 2018 10:30:29 +0000. Up 5.19 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.388880] cloud-init[1033]: Cloud-init v. 0.7.9 running 'init' at Sun, 25 Nov 2018 10:30:31 +0000. Up 7.13 seconds.\n[ 8.390626] cloud-init[1033]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.396331] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.398178] cloud-init[1033]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.404117] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.405939] cloud-init[1033]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:b3:c0:df |\n[ 8.407683] cloud-init[1033]: ci-info: | ens3 | True | fe80::f816:3eff:feb3:c0df/64 | . | link | fa:16:3e:b3:c0:df |\n[ 8.413502] cloud-init[1033]: ci-info: | ens6 | False | . | . | . | 52:54:00:0c:94:01 |\n[ 8.415247] cloud-init[1033]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.420305] cloud-init[1033]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.422048] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.428114] cloud-init[1033]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.429758] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.432114] cloud-init[1033]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.436099] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.440101] cloud-init[1033]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.441716] cloud-init[1033]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.445391] cloud-init[1033]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.450926] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.456296] cloud-init[1033]: Generating public/private rsa key pair.\n[ 8.458862] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.464718] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.465853] cloud-init[1033]: The key fingerprint is:\n[ 8.466620] cloud-init[1033]: SHA256:tsCLOs3G1St3Q9lmZlOudDFDrs2jYrKaSx3uQ6copSQ root@sdnvpn-3-2-quagga\n[ 8.467827] \n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\ncloud-init[1033]: The key's randomart image is:\n[ 8.472607] cloud-init[1033]: +---[RSA 2048]----+\n[ 8.473580] cloud-init[1033]: | |\n Starting LXD - unix socket.\n[ 8.475437] cloud-init[1033]: [[0;32m OK [0m] Reached target Cloud-config availability.\n| . |\n[ 8.477554] cloud-init[1033]: | o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.[ 8.480078] cloud-init[1033]: | . * |\n[ 8.480812] cloud-init[1033]: | o.S o * + |\n[ 8.481547] cloud-init[1033]: | E ..o*oo+ X * |\n[ 8.482293] cloud-init[1033]: | *.+oo+= * = . |\n[ 8.483058] cloud-init[1033]: | ..B.oo* = o |\n[ 8.483789] cloud-init\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1033]: | .o .+=o* o |\n[ 8.489259] cloud-init[1033]: +----[SHA256]-----+\n[ 8.492183] cloud-init[1033]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.496121] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[ 8.500500] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.502104] cloud-init[1033]: The key fingerprint is:\n[ 8.502881] cloud-init[1033]: SHA256:7RIUVSTXjLOafJPg8QX1hWtMjjYDt59vPkUbph5ZBkQ root@sdnvpn-3-2-quagga\n\n Starting Apply the settings specified in cloud-config...\n Starting LSB: Record successful boot for GRUB...\n[ 8.506458] cloud-init[1033]: The key's randomart image is:\n[ 8.508273] cloud-init[1033]: +---[DSA 1024]----+[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.535081] cloud-init[1033]: | ..oo*E...|\n[ 8.540287] cloud-init[1033]: | ..o=.=..|\n[ 8.545814] cloud-init[1033]: | . o X...|\n[ 8.550168] cloud-init[1033]: | . .o B *=.|\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n[ 8.569853] [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).cloud-init[1033]: | So.B B*oo|\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 8.609436] cloud-init[1033]: | o= =+o..|\n[ 8.625054] cloud-init[1033]: | . .......|[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.641085] cloud-init[1033]: | . . .o|\n[ 8.650633] cloud-init[1033]: | oo|\n[ 8.662245] cloud-init[1033]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[ 8.675106] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1033]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\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: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...[ 8.722123] \n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.769354] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.807424] cloud-init[1033]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.818891] cloud-init[1033]: [[0;32m OK [0m] Reached target Login Prompts.\nSHA256:9a45JMZ2EXckHFcOhTH4278pYUTi8j4Ag96KNwXROTg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.832658] cloud-init[1033]: The key's randomart image is:\n[ 8.840593] cloud-init[1033]: +---[ECDSA 256]---+\n[ 8.844351] cloud-init[1033]: | o . .o+*=o|\n[ 8.845433] cloud-init[1033]: | E + ..++o+ |\n[ 8.852059] cloud-init[1033]: | + . oooo .|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.856053] cloud-init[1033]: | o o o.o .. |\n[ 8.860085] cloud-init[1033]: | . o.S o.o o |\n[ 8.864075] cloud-init[1033]: | . o=.oo o. .|\n[ 8.868062] cloud-init[1033]: | . oo +o o . .|\n[ 8.869054] cloud-init[1033]: | . + .= . o|\n[ 8.872059] cloud-init[1033]: | . . o.. .o.|\n[ 8.876055] cloud-init[1033]: +----[SHA256]-----+\n[ 8.878320] cloud-init[1033]: Generating public/private ed25519 key pair.\n[ 8.880053] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.884067] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.886982] cloud-init[1033]: The key fingerprint is:\n[ 8.889259] cloud-init[1033]: SHA256:d755bIEydUGxRrsi1EoRIc/lqZWkLojA1QJFXswtytY root@sdnvpn-3-2-quagga\n[ 8.892421] cloud-init[1033]: The key's randomart image is:\n[ 8.895035] cloud-init[1033]: +--[ED25519 256]--+\n[ 8.897079] cloud-init[1033]: | .+++... +oo.+. |\n[ 8.899586] cloud-init[1033]: | . o..= .+ B +.o |\n[ 8.902083] cloud-init[1033]: | o..+ . * * +. |\n[ 8.904057] cloud-init[1033]: | .+.E. + +.... |\n[ 8.906507] cloud-init[1033]: | .. . S *.oo. |\n[ 8.909128] cloud-init[1033]: | oo+... |\n[ 8.911909] cloud-init[1033]: | o.. . |\n[ 8.920247] cloud-init[1033]: | o+ |\n[ 8.921290] cloud-init[1033]: | oo |\n[ 8.922272] cloud-init[1033]: +----[SHA256]-----+\n[ 9.130891] cloud-init[1133]: Generating locales (this might take a while)...\n[ 9.707022] cloud-init[1133]: en_US.UTF-8... done\n[ 9.708987] cloud-init[1133]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-11-25 10:31:33,646 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action used request id req-1060c45e-e5d5-4c1f-946f-63e6046e4854 2018-11-25 10:32:03,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eb9975deae5ecca952c4bfd67cfc58a197f675" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:32:04,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:32: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-7498f01f-499f-4863-ad91-167279892691 x-compute-request-id: req-7498f01f-499f-4863-ad91-167279892691 Content-Encoding: gzip Content-Length: 13242 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 735966503 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.134916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136558] pid_max: default: 32768 minimum: 301\n[ 0.137455] ACPI: Core revision 20150930\n[ 0.138825] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140132] Security Framework initialized\n[ 0.140945] Yama: becoming mindful.\n[ 0.141671] AppArmor: AppArmor initialized\n[ 0.142544] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143965] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145632] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148245] Initializing cgroup subsys io\n[ 0.149055] Initializing cgroup subsys memory\n[ 0.149903] Initializing cgroup subsys devices\n[ 0.150775] Initializing cgroup subsys freezer\n[ 0.151639] Initializing cgroup subsys net_cls\n[ 0.152530] Initializing cgroup subsys perf_event\n[ 0.153461] Initializing cgroup subsys net_prio\n[ 0.154370] Initializing cgroup subsys hugetlb\n[ 0.155266] Initializing cgroup subsys pids\n[ 0.156128] CPU: Physical Processor ID: 0\n[ 0.157597] mce: CPU supports 10 MCE banks\n[ 0.158441] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169896] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.176179] ftrace: allocating 32123 entries in 126 pages\n[ 0.202125] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203392] smpboot: Max logical packages: 1\n[ 0.204432] x2apic enabled\n[ 0.205274] Switched APIC routing to physical x2apic.\n[ 0.207066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210359] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212252] KVM setup paravirtual spinlock\n[ 0.213573] x86: Booted up 1 node, 1 CPUs\n[ 0.214430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215902] devtmpfs: initialized\n[ 0.218403] evm: security.selinux\n[ 0.219122] evm: security.SMACK64\n[ 0.219833] evm: security.SMACK64EXEC\n[ 0.220592] evm: security.SMACK64TRANSMUTE\n[ 0.221429] evm: security.SMACK64MMAP\n[ 0.222225] evm: security.ima\n[ 0.222876] evm: security.capability\n[ 0.223698] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225604] pinctrl core: initialized pinctrl subsystem\n[ 0.226732] RTC time: 10:30:24, date: 11/25/18\n[ 0.227692] NET: Registered protocol family 16\n[ 0.228683] cpuidle: using governor ladder\n[ 0.229520] cpuidle: using governor menu\n[ 0.230330] PCCT header not found.\n[ 0.231104] ACPI: bus type PCI registered\n[ 0.231928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233205] PCI: Using configuration type 1 for base access\n[ 0.235365] ACPI: Added _OSI(Module Device)\n[ 0.236224] ACPI: Added _OSI(Processor Device)\n[ 0.237122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238064] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240198] ACPI: Interpreter enabled\n[ 0.240988] ACPI: (supports S0 S5)\n[ 0.241708] ACPI: Using IOAPIC for interrupt routing\n[ 0.242674] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247088] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248325] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249531] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251873] acpiphp: Slot [3] registered\n[ 0.252687] acpiphp: Slot [4] registered\n[ 0.253483] acpiphp: Slot [5] registered\n[ 0.254302] acpiphp: Slot [6] registered\n[ 0.255108] acpiphp: Slot [7] registered\n[ 0.255907] acpiphp: Slot [8] registered\n[ 0.256710] acpiphp: Slot [9] registered\n[ 0.257508] acpiphp: Slot [10] registered\n[ 0.258329] acpiphp: Slot [11] registered\n[ 0.259139] acpiphp: Slot [12] registered\n[ 0.259951] acpiphp: Slot [13] registered\n[ 0.260763] acpiphp: Slot [14] registered\n[ 0.271658] acpiphp: Slot [15] registered\n[ 0.272470] acpiphp: Slot [16] registered\n[ 0.273284] acpiphp: Slot [17] registered\n[ 0.274094] acpiphp: Slot [18] registered\n[ 0.274900] acpiphp: Slot [19] registered\n[ 0.275711] acpiphp: Slot [20] registered\n[ 0.276514] acpiphp: Slot [21] registered\n[ 0.277321] acpiphp: Slot [22] registered\n[ 0.278128] acpiphp: Slot [23] registered\n[ 0.278935] acpiphp: Slot [24] registered\n[ 0.279746] acpiphp: Slot [25] registered\n[ 0.280550] acpiphp: Slot [26] registered\n[ 0.281359] acpiphp: Slot [27] registered\n[ 0.282165] acpiphp: Slot [28] registered\n[ 0.282976] acpiphp: Slot [29] registered\n[ 0.283789] acpiphp: Slot [30] registered\n[ 0.284591] acpiphp: Slot [31] registered\n[ 0.285393] PCI host bridge to bus 0000:00\n[ 0.286200] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287411] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290069] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.291514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300217] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301483] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357896] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361943] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363192] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365869] vgaarb: loaded\n[ 0.366465] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367606] SCSI subsystem initialized\n[ 0.368415] ACPI: bus type USB registered\n[ 0.369226] usbcore: registered new interface driver usbfs\n[ 0.370249] usbcore: registered new interface driver hub\n[ 0.371247] usbcore: registered new device driver usb\n[ 0.372287] PCI: Using ACPI for IRQ routing\n[ 0.373310] NetLabel: Initializing\n[ 0.374044] NetLabel: domain hash size = 128\n[ 0.374897] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375852] NetLabel: unlabeled traffic allowed by default\n[ 0.376939] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377907] clocksource: Switched to clocksource kvm-clock\n[ 0.383318] AppArmor: AppArmor Filesystem Enabled\n[ 0.384272] pnp: PnP ACPI init\n[ 0.385170] pnp: PnP ACPI: found 5 devices\n[ 0.391214] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392915] NET: Registered protocol family 2\n[ 0.393858] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395138] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396327] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397497] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398587] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.399776] NET: Registered protocol family 1\n[ 0.400634] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402810] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416909] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431099] Trying to unpack rootfs image as initramfs...\n[ 1.738455] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.754700] Scanning for low memory corruption every 60 seconds\n[ 1.756055] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.757196] audit: initializing netlink subsys (disabled)\n[ 1.758222] audit: type=2000 audit(1543141826.793:1): initialized\n[ 1.759525] Initialise system trusted keyring\n[ 1.760450] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.761602] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.763583] zbud: loaded\n[ 1.764286] VFS: Disk quotas dquot_6.6.0\n[ 1.765101] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.766495] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.767716] fuse init (API version 7.23)\n[ 1.768583] Key type big_key registered\n[ 1.769372] Allocating IMA MOK and blacklist keyrings.\n[ 1.770474] Key type asymmetric registered\n[ 1.771293] Asymmetric key parser 'x509' registered\n[ 1.772237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.773684] io scheduler noop registered\n[ 1.774477] io scheduler deadline registered (default)\n[ 1.775464] io scheduler cfq registered\n[ 1.776294] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.777330] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.778591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.780041] ACPI: Power Button [PWRF]\n[ 1.780872] GHES: HEST is not enabled!\n[ 1.794750] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.823155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.825496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.849458] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.851545] Linux agpgart interface v0.103\n[ 1.853533] brd: module loaded\n[ 1.854797] loop: module loaded\n[ 1.856300] vda: vda1\n[ 1.857615] scsi host0: ata_piix\n[ 1.858367] scsi host1: ata_piix\n[ 1.859081] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.860295] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.861734] libphy: Fixed MDIO Bus: probed\n[ 1.862564] tun: Universal TUN/TAP device driver, 1.6\n[ 1.863523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.865638] PPP generic driver version 2.4.2\n[ 1.866539] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.867828] ehci-pci: EHCI PCI platform driver\n[ 1.868701] ehci-platform: EHCI generic platform driver\n[ 1.869689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.870826] ohci-pci: OHCI PCI platform driver\n[ 1.871703] ohci-platform: OHCI generic platform driver\n[ 1.872691] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887170] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.888175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.889629] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.890657] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.891781] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.893004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.894425] usb usb1: Product: UHCI Host Controller\n[ 1.895359] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896496] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897518] hub 1-0:1.0: USB hub found\n[ 1.898312] hub 1-0:1.0: 2 ports detected\n[ 1.899219] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901323] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902285] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903317] mousedev: PS/2 mouse device common for all mice\n[ 1.904560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906419] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907524] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.909905] i2c /dev entries driver\n[ 1.910664] device-mapper: uevent: version 1.0.3\n[ 1.911605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914505] NET: Registered protocol family 10\n[ 1.915503] NET: Registered protocol family 17\n[ 1.916395] Key type dns_resolver registered\n[ 1.917332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920188] registered taskstats version 1\n[ 1.921023] Loading compiled-in X.509 certificates\n[ 1.922463] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924308] zswap: loaded using pool lzo/zbud\n[ 1.926104] Key type trusted registered\n[ 1.928365] Key type encrypted registered\n[ 1.929215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930261] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931311] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 10:447:528\n[ 1.933104] rtc_cmos 00:00: setting system clock to 2018-11-25 10:30:26 UTC (1543141826)\n[ 1.934729] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935841] EDD information not available.\n[ 2.014469] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.015911] ata1.00: configured for MWDMA2\n[ 2.017112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.019484] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.020755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.032118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.034143] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.035792] Write protecting the kernel read-only data: 14336k\n[ 2.037466] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.039278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.048191] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050270] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052226] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054182] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056126] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058093] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060016] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062461] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064406] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066333] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095432] virtio_net virtio0 ens3: renamed from eth0\n[ 2.104083] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106141] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.130721] AVX2 version of gcm_enc/dec engaged.\n[ 2.131820] AES CTR mode by8 optimization enabled\n[ 2.134307] FDC 0 is a S82078B\n[ 2.209950] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.375311] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.376708] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.378070] usb 1-1: Product: QEMU USB Tablet\n[ 2.378968] usb 1-1: Manufacturer: QEMU\n[ 2.379778] usb 1-1: SerialNumber: 42\n[ 2.386957] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.393840] usbcore: registered new interface driver usbhid\n[ 2.394978] usbhid: USB HID core driver\n[ 2.397651] 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[ 2.400034] 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.753972] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.755226] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.377381] md: linear personality registered for level -1\n[ 3.380058] md: multipath personality registered for level -4\n[ 3.382792] md: raid0 personality registered for level 0\n[ 3.385751] md: raid1 personality registered for level 1\n[ 3.453915] raid6: sse2x1 gen() 11314 MB/s\n[ 3.521911] raid6: sse2x1 xor() 8762 MB/s\n[ 3.589911] raid6: sse2x2 gen() 14565 MB/s\n[ 3.657911] raid6: sse2x2 xor() 9671 MB/s\n[ 3.725912] raid6: sse2x4 gen() 16906 MB/s\n[ 3.793911] raid6: sse2x4 xor() 11944 MB/s\n[ 3.861909] raid6: avx2x1 gen() 22768 MB/s\n[ 3.929910] raid6: avx2x2 gen() 27390 MB/s\n[ 3.997910] raid6: avx2x4 gen() 30992 MB/s\n[ 3.998778] raid6: using algorithm avx2x4 gen() 30992 MB/s\n[ 3.999833] raid6: using avx2x2 recovery algorithm\n[ 4.001808] xor: automatically using best checksumming function:\n[ 4.041909] avx : 35908.000 MB/sec\n[ 4.043690] async_tx: api initialized (async)\n[ 4.050993] md: raid6 personality registered for level 6\n[ 4.052091] md: raid5 personality registered for level 5\n[ 4.053156] md: raid4 personality registered for level 4\n[ 4.057218] 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 ... [ 4.080251] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106971] 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[ 4.198484] 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[ 4.201819] systemd[1]: Detected virtualization kvm.\n[ 4.202800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.206526] systemd[1]: Set hostname to .\n[ 4.210824] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.212010] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.335511] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.338193] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340136] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342125] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.344411] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.346604] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.348371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.351141] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.353198] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.355287] 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[ 4.358581] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.360659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.362926] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.365142] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.367153] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.369212] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.371325] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.373463] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.375949] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.378069] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.382046] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.385773] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.390456] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400975] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.403384] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.410780] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.413851] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.415802] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.418254] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.424495] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.427424] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.432080] 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[ 4.440121] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.442068] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.446711] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.452188] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457391] iscsi: registered transport (tcp)\n[ 4.462312] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.464835] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.469674] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.474241] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.480918] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.504980] 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 Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\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[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.928074] cloud-init[464]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 25 Nov 2018 10:30:29 +0000. Up 5.19 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.388880] cloud-init[1033]: Cloud-init v. 0.7.9 running 'init' at Sun, 25 Nov 2018 10:30:31 +0000. Up 7.13 seconds.\n[ 8.390626] cloud-init[1033]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.396331] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.398178] cloud-init[1033]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.404117] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.405939] cloud-init[1033]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:b3:c0:df |\n[ 8.407683] cloud-init[1033]: ci-info: | ens3 | True | fe80::f816:3eff:feb3:c0df/64 | . | link | fa:16:3e:b3:c0:df |\n[ 8.413502] cloud-init[1033]: ci-info: | ens6 | False | . | . | . | 52:54:00:0c:94:01 |\n[ 8.415247] cloud-init[1033]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.420305] cloud-init[1033]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.422048] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.428114] cloud-init[1033]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.429758] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.432114] cloud-init[1033]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.436099] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.440101] cloud-init[1033]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.441716] cloud-init[1033]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.445391] cloud-init[1033]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.450926] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.456296] cloud-init[1033]: Generating public/private rsa key pair.\n[ 8.458862] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.464718] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.465853] cloud-init[1033]: The key fingerprint is:\n[ 8.466620] cloud-init[1033]: SHA256:tsCLOs3G1St3Q9lmZlOudDFDrs2jYrKaSx3uQ6copSQ root@sdnvpn-3-2-quagga\n[ 8.467827] \n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\ncloud-init[1033]: The key's randomart image is:\n[ 8.472607] cloud-init[1033]: +---[RSA 2048]----+\n[ 8.473580] cloud-init[1033]: | |\n Starting LXD - unix socket.\n[ 8.475437] cloud-init[1033]: [[0;32m OK [0m] Reached target Cloud-config availability.\n| . |\n[ 8.477554] cloud-init[1033]: | o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.[ 8.480078] cloud-init[1033]: | . * |\n[ 8.480812] cloud-init[1033]: | o.S o * + |\n[ 8.481547] cloud-init[1033]: | E ..o*oo+ X * |\n[ 8.482293] cloud-init[1033]: | *.+oo+= * = . |\n[ 8.483058] cloud-init[1033]: | ..B.oo* = o |\n[ 8.483789] cloud-init\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1033]: | .o .+=o* o |\n[ 8.489259] cloud-init[1033]: +----[SHA256]-----+\n[ 8.492183] cloud-init[1033]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.496121] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[ 8.500500] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.502104] cloud-init[1033]: The key fingerprint is:\n[ 8.502881] cloud-init[1033]: SHA256:7RIUVSTXjLOafJPg8QX1hWtMjjYDt59vPkUbph5ZBkQ root@sdnvpn-3-2-quagga\n\n Starting Apply the settings specified in cloud-config...\n Starting LSB: Record successful boot for GRUB...\n[ 8.506458] cloud-init[1033]: The key's randomart image is:\n[ 8.508273] cloud-init[1033]: +---[DSA 1024]----+[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.535081] cloud-init[1033]: | ..oo*E...|\n[ 8.540287] cloud-init[1033]: | ..o=.=..|\n[ 8.545814] cloud-init[1033]: | . o X...|\n[ 8.550168] cloud-init[1033]: | . .o B *=.|\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n[ 8.569853] [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).cloud-init[1033]: | So.B B*oo|\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 8.609436] cloud-init[1033]: | o= =+o..|\n[ 8.625054] cloud-init[1033]: | . .......|[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.641085] cloud-init[1033]: | . . .o|\n[ 8.650633] cloud-init[1033]: | oo|\n[ 8.662245] cloud-init[1033]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[ 8.675106] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1033]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\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: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...[ 8.722123] \n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.769354] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.807424] cloud-init[1033]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.818891] cloud-init[1033]: [[0;32m OK [0m] Reached target Login Prompts.\nSHA256:9a45JMZ2EXckHFcOhTH4278pYUTi8j4Ag96KNwXROTg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.832658] cloud-init[1033]: The key's randomart image is:\n[ 8.840593] cloud-init[1033]: +---[ECDSA 256]---+\n[ 8.844351] cloud-init[1033]: | o . .o+*=o|\n[ 8.845433] cloud-init[1033]: | E + ..++o+ |\n[ 8.852059] cloud-init[1033]: | + . oooo .|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.856053] cloud-init[1033]: | o o o.o .. |\n[ 8.860085] cloud-init[1033]: | . o.S o.o o |\n[ 8.864075] cloud-init[1033]: | . o=.oo o. .|\n[ 8.868062] cloud-init[1033]: | . oo +o o . .|\n[ 8.869054] cloud-init[1033]: | . + .= . o|\n[ 8.872059] cloud-init[1033]: | . . o.. .o.|\n[ 8.876055] cloud-init[1033]: +----[SHA256]-----+\n[ 8.878320] cloud-init[1033]: Generating public/private ed25519 key pair.\n[ 8.880053] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.884067] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.886982] cloud-init[1033]: The key fingerprint is:\n[ 8.889259] cloud-init[1033]: SHA256:d755bIEydUGxRrsi1EoRIc/lqZWkLojA1QJFXswtytY root@sdnvpn-3-2-quagga\n[ 8.892421] cloud-init[1033]: The key's randomart image is:\n[ 8.895035] cloud-init[1033]: +--[ED25519 256]--+\n[ 8.897079] cloud-init[1033]: | .+++... +oo.+. |\n[ 8.899586] cloud-init[1033]: | . o..= .+ B +.o |\n[ 8.902083] cloud-init[1033]: | o..+ . * * +. |\n[ 8.904057] cloud-init[1033]: | .+.E. + +.... |\n[ 8.906507] cloud-init[1033]: | .. . S *.oo. |\n[ 8.909128] cloud-init[1033]: | oo+... |\n[ 8.911909] cloud-init[1033]: | o.. . |\n[ 8.920247] cloud-init[1033]: | o+ |\n[ 8.921290] cloud-init[1033]: | oo |\n[ 8.922272] cloud-init[1033]: +----[SHA256]-----+\n[ 9.130891] cloud-init[1133]: Generating locales (this might take a while)...\n[ 9.707022] cloud-init[1133]: en_US.UTF-8... done\n[ 9.708987] cloud-init[1133]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-11-25 10:32:04,756 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action used request id req-7498f01f-499f-4863-ad91-167279892691 2018-11-25 10:32:34,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eb9975deae5ecca952c4bfd67cfc58a197f675" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:32:35,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:32: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-ad1a02e7-95f2-4fce-bd36-5766adc65c63 x-compute-request-id: req-ad1a02e7-95f2-4fce-bd36-5766adc65c63 Content-Encoding: gzip Content-Length: 13313 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 735966503 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.134916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136558] pid_max: default: 32768 minimum: 301\n[ 0.137455] ACPI: Core revision 20150930\n[ 0.138825] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140132] Security Framework initialized\n[ 0.140945] Yama: becoming mindful.\n[ 0.141671] AppArmor: AppArmor initialized\n[ 0.142544] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143965] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145632] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148245] Initializing cgroup subsys io\n[ 0.149055] Initializing cgroup subsys memory\n[ 0.149903] Initializing cgroup subsys devices\n[ 0.150775] Initializing cgroup subsys freezer\n[ 0.151639] Initializing cgroup subsys net_cls\n[ 0.152530] Initializing cgroup subsys perf_event\n[ 0.153461] Initializing cgroup subsys net_prio\n[ 0.154370] Initializing cgroup subsys hugetlb\n[ 0.155266] Initializing cgroup subsys pids\n[ 0.156128] CPU: Physical Processor ID: 0\n[ 0.157597] mce: CPU supports 10 MCE banks\n[ 0.158441] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169896] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.176179] ftrace: allocating 32123 entries in 126 pages\n[ 0.202125] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203392] smpboot: Max logical packages: 1\n[ 0.204432] x2apic enabled\n[ 0.205274] Switched APIC routing to physical x2apic.\n[ 0.207066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210359] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212252] KVM setup paravirtual spinlock\n[ 0.213573] x86: Booted up 1 node, 1 CPUs\n[ 0.214430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215902] devtmpfs: initialized\n[ 0.218403] evm: security.selinux\n[ 0.219122] evm: security.SMACK64\n[ 0.219833] evm: security.SMACK64EXEC\n[ 0.220592] evm: security.SMACK64TRANSMUTE\n[ 0.221429] evm: security.SMACK64MMAP\n[ 0.222225] evm: security.ima\n[ 0.222876] evm: security.capability\n[ 0.223698] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225604] pinctrl core: initialized pinctrl subsystem\n[ 0.226732] RTC time: 10:30:24, date: 11/25/18\n[ 0.227692] NET: Registered protocol family 16\n[ 0.228683] cpuidle: using governor ladder\n[ 0.229520] cpuidle: using governor menu\n[ 0.230330] PCCT header not found.\n[ 0.231104] ACPI: bus type PCI registered\n[ 0.231928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233205] PCI: Using configuration type 1 for base access\n[ 0.235365] ACPI: Added _OSI(Module Device)\n[ 0.236224] ACPI: Added _OSI(Processor Device)\n[ 0.237122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238064] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240198] ACPI: Interpreter enabled\n[ 0.240988] ACPI: (supports S0 S5)\n[ 0.241708] ACPI: Using IOAPIC for interrupt routing\n[ 0.242674] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247088] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248325] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249531] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251873] acpiphp: Slot [3] registered\n[ 0.252687] acpiphp: Slot [4] registered\n[ 0.253483] acpiphp: Slot [5] registered\n[ 0.254302] acpiphp: Slot [6] registered\n[ 0.255108] acpiphp: Slot [7] registered\n[ 0.255907] acpiphp: Slot [8] registered\n[ 0.256710] acpiphp: Slot [9] registered\n[ 0.257508] acpiphp: Slot [10] registered\n[ 0.258329] acpiphp: Slot [11] registered\n[ 0.259139] acpiphp: Slot [12] registered\n[ 0.259951] acpiphp: Slot [13] registered\n[ 0.260763] acpiphp: Slot [14] registered\n[ 0.271658] acpiphp: Slot [15] registered\n[ 0.272470] acpiphp: Slot [16] registered\n[ 0.273284] acpiphp: Slot [17] registered\n[ 0.274094] acpiphp: Slot [18] registered\n[ 0.274900] acpiphp: Slot [19] registered\n[ 0.275711] acpiphp: Slot [20] registered\n[ 0.276514] acpiphp: Slot [21] registered\n[ 0.277321] acpiphp: Slot [22] registered\n[ 0.278128] acpiphp: Slot [23] registered\n[ 0.278935] acpiphp: Slot [24] registered\n[ 0.279746] acpiphp: Slot [25] registered\n[ 0.280550] acpiphp: Slot [26] registered\n[ 0.281359] acpiphp: Slot [27] registered\n[ 0.282165] acpiphp: Slot [28] registered\n[ 0.282976] acpiphp: Slot [29] registered\n[ 0.283789] acpiphp: Slot [30] registered\n[ 0.284591] acpiphp: Slot [31] registered\n[ 0.285393] PCI host bridge to bus 0000:00\n[ 0.286200] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287411] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290069] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.291514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300217] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301483] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357896] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361943] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363192] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365869] vgaarb: loaded\n[ 0.366465] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367606] SCSI subsystem initialized\n[ 0.368415] ACPI: bus type USB registered\n[ 0.369226] usbcore: registered new interface driver usbfs\n[ 0.370249] usbcore: registered new interface driver hub\n[ 0.371247] usbcore: registered new device driver usb\n[ 0.372287] PCI: Using ACPI for IRQ routing\n[ 0.373310] NetLabel: Initializing\n[ 0.374044] NetLabel: domain hash size = 128\n[ 0.374897] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375852] NetLabel: unlabeled traffic allowed by default\n[ 0.376939] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377907] clocksource: Switched to clocksource kvm-clock\n[ 0.383318] AppArmor: AppArmor Filesystem Enabled\n[ 0.384272] pnp: PnP ACPI init\n[ 0.385170] pnp: PnP ACPI: found 5 devices\n[ 0.391214] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392915] NET: Registered protocol family 2\n[ 0.393858] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395138] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396327] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397497] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398587] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.399776] NET: Registered protocol family 1\n[ 0.400634] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402810] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416909] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431099] Trying to unpack rootfs image as initramfs...\n[ 1.738455] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.754700] Scanning for low memory corruption every 60 seconds\n[ 1.756055] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.757196] audit: initializing netlink subsys (disabled)\n[ 1.758222] audit: type=2000 audit(1543141826.793:1): initialized\n[ 1.759525] Initialise system trusted keyring\n[ 1.760450] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.761602] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.763583] zbud: loaded\n[ 1.764286] VFS: Disk quotas dquot_6.6.0\n[ 1.765101] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.766495] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.767716] fuse init (API version 7.23)\n[ 1.768583] Key type big_key registered\n[ 1.769372] Allocating IMA MOK and blacklist keyrings.\n[ 1.770474] Key type asymmetric registered\n[ 1.771293] Asymmetric key parser 'x509' registered\n[ 1.772237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.773684] io scheduler noop registered\n[ 1.774477] io scheduler deadline registered (default)\n[ 1.775464] io scheduler cfq registered\n[ 1.776294] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.777330] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.778591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.780041] ACPI: Power Button [PWRF]\n[ 1.780872] GHES: HEST is not enabled!\n[ 1.794750] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.823155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.825496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.849458] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.851545] Linux agpgart interface v0.103\n[ 1.853533] brd: module loaded\n[ 1.854797] loop: module loaded\n[ 1.856300] vda: vda1\n[ 1.857615] scsi host0: ata_piix\n[ 1.858367] scsi host1: ata_piix\n[ 1.859081] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.860295] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.861734] libphy: Fixed MDIO Bus: probed\n[ 1.862564] tun: Universal TUN/TAP device driver, 1.6\n[ 1.863523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.865638] PPP generic driver version 2.4.2\n[ 1.866539] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.867828] ehci-pci: EHCI PCI platform driver\n[ 1.868701] ehci-platform: EHCI generic platform driver\n[ 1.869689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.870826] ohci-pci: OHCI PCI platform driver\n[ 1.871703] ohci-platform: OHCI generic platform driver\n[ 1.872691] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887170] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.888175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.889629] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.890657] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.891781] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.893004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.894425] usb usb1: Product: UHCI Host Controller\n[ 1.895359] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896496] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897518] hub 1-0:1.0: USB hub found\n[ 1.898312] hub 1-0:1.0: 2 ports detected\n[ 1.899219] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901323] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902285] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903317] mousedev: PS/2 mouse device common for all mice\n[ 1.904560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906419] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907524] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.909905] i2c /dev entries driver\n[ 1.910664] device-mapper: uevent: version 1.0.3\n[ 1.911605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914505] NET: Registered protocol family 10\n[ 1.915503] NET: Registered protocol family 17\n[ 1.916395] Key type dns_resolver registered\n[ 1.917332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920188] registered taskstats version 1\n[ 1.921023] Loading compiled-in X.509 certificates\n[ 1.922463] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924308] zswap: loaded using pool lzo/zbud\n[ 1.926104] Key type trusted registered\n[ 1.928365] Key type encrypted registered\n[ 1.929215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930261] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931311] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 10:447:528\n[ 1.933104] rtc_cmos 00:00: setting system clock to 2018-11-25 10:30:26 UTC (1543141826)\n[ 1.934729] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935841] EDD information not available.\n[ 2.014469] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.015911] ata1.00: configured for MWDMA2\n[ 2.017112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.019484] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.020755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.032118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.034143] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.035792] Write protecting the kernel read-only data: 14336k\n[ 2.037466] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.039278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.048191] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050270] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052226] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054182] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056126] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058093] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060016] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062461] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064406] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066333] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095432] virtio_net virtio0 ens3: renamed from eth0\n[ 2.104083] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106141] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.130721] AVX2 version of gcm_enc/dec engaged.\n[ 2.131820] AES CTR mode by8 optimization enabled\n[ 2.134307] FDC 0 is a S82078B\n[ 2.209950] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.375311] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.376708] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.378070] usb 1-1: Product: QEMU USB Tablet\n[ 2.378968] usb 1-1: Manufacturer: QEMU\n[ 2.379778] usb 1-1: SerialNumber: 42\n[ 2.386957] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.393840] usbcore: registered new interface driver usbhid\n[ 2.394978] usbhid: USB HID core driver\n[ 2.397651] 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[ 2.400034] 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.753972] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.755226] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.377381] md: linear personality registered for level -1\n[ 3.380058] md: multipath personality registered for level -4\n[ 3.382792] md: raid0 personality registered for level 0\n[ 3.385751] md: raid1 personality registered for level 1\n[ 3.453915] raid6: sse2x1 gen() 11314 MB/s\n[ 3.521911] raid6: sse2x1 xor() 8762 MB/s\n[ 3.589911] raid6: sse2x2 gen() 14565 MB/s\n[ 3.657911] raid6: sse2x2 xor() 9671 MB/s\n[ 3.725912] raid6: sse2x4 gen() 16906 MB/s\n[ 3.793911] raid6: sse2x4 xor() 11944 MB/s\n[ 3.861909] raid6: avx2x1 gen() 22768 MB/s\n[ 3.929910] raid6: avx2x2 gen() 27390 MB/s\n[ 3.997910] raid6: avx2x4 gen() 30992 MB/s\n[ 3.998778] raid6: using algorithm avx2x4 gen() 30992 MB/s\n[ 3.999833] raid6: using avx2x2 recovery algorithm\n[ 4.001808] xor: automatically using best checksumming function:\n[ 4.041909] avx : 35908.000 MB/sec\n[ 4.043690] async_tx: api initialized (async)\n[ 4.050993] md: raid6 personality registered for level 6\n[ 4.052091] md: raid5 personality registered for level 5\n[ 4.053156] md: raid4 personality registered for level 4\n[ 4.057218] 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 ... [ 4.080251] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106971] 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[ 4.198484] 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[ 4.201819] systemd[1]: Detected virtualization kvm.\n[ 4.202800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.206526] systemd[1]: Set hostname to .\n[ 4.210824] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.212010] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.335511] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.338193] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340136] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342125] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.344411] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.346604] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.348371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.351141] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.353198] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.355287] 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[ 4.358581] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.360659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.362926] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.365142] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.367153] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.369212] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.371325] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.373463] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.375949] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.378069] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.382046] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.385773] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.390456] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400975] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.403384] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.410780] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.413851] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.415802] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.418254] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.424495] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.427424] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.432080] 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[ 4.440121] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.442068] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.446711] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.452188] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457391] iscsi: registered transport (tcp)\n[ 4.462312] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.464835] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.469674] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.474241] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.480918] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.504980] 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 Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\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[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.928074] cloud-init[464]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 25 Nov 2018 10:30:29 +0000. Up 5.19 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.388880] cloud-init[1033]: Cloud-init v. 0.7.9 running 'init' at Sun, 25 Nov 2018 10:30:31 +0000. Up 7.13 seconds.\n[ 8.390626] cloud-init[1033]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.396331] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.398178] cloud-init[1033]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.404117] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.405939] cloud-init[1033]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:b3:c0:df |\n[ 8.407683] cloud-init[1033]: ci-info: | ens3 | True | fe80::f816:3eff:feb3:c0df/64 | . | link | fa:16:3e:b3:c0:df |\n[ 8.413502] cloud-init[1033]: ci-info: | ens6 | False | . | . | . | 52:54:00:0c:94:01 |\n[ 8.415247] cloud-init[1033]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.420305] cloud-init[1033]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.422048] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.428114] cloud-init[1033]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.429758] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.432114] cloud-init[1033]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.436099] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.440101] cloud-init[1033]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.441716] cloud-init[1033]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.445391] cloud-init[1033]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.450926] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.456296] cloud-init[1033]: Generating public/private rsa key pair.\n[ 8.458862] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.464718] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.465853] cloud-init[1033]: The key fingerprint is:\n[ 8.466620] cloud-init[1033]: SHA256:tsCLOs3G1St3Q9lmZlOudDFDrs2jYrKaSx3uQ6copSQ root@sdnvpn-3-2-quagga\n[ 8.467827] \n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\ncloud-init[1033]: The key's randomart image is:\n[ 8.472607] cloud-init[1033]: +---[RSA 2048]----+\n[ 8.473580] cloud-init[1033]: | |\n Starting LXD - unix socket.\n[ 8.475437] cloud-init[1033]: [[0;32m OK [0m] Reached target Cloud-config availability.\n| . |\n[ 8.477554] cloud-init[1033]: | o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.[ 8.480078] cloud-init[1033]: | . * |\n[ 8.480812] cloud-init[1033]: | o.S o * + |\n[ 8.481547] cloud-init[1033]: | E ..o*oo+ X * |\n[ 8.482293] cloud-init[1033]: | *.+oo+= * = . |\n[ 8.483058] cloud-init[1033]: | ..B.oo* = o |\n[ 8.483789] cloud-init\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1033]: | .o .+=o* o |\n[ 8.489259] cloud-init[1033]: +----[SHA256]-----+\n[ 8.492183] cloud-init[1033]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.496121] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[ 8.500500] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.502104] cloud-init[1033]: The key fingerprint is:\n[ 8.502881] cloud-init[1033]: SHA256:7RIUVSTXjLOafJPg8QX1hWtMjjYDt59vPkUbph5ZBkQ root@sdnvpn-3-2-quagga\n\n Starting Apply the settings specified in cloud-config...\n Starting LSB: Record successful boot for GRUB...\n[ 8.506458] cloud-init[1033]: The key's randomart image is:\n[ 8.508273] cloud-init[1033]: +---[DSA 1024]----+[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.535081] cloud-init[1033]: | ..oo*E...|\n[ 8.540287] cloud-init[1033]: | ..o=.=..|\n[ 8.545814] cloud-init[1033]: | . o X...|\n[ 8.550168] cloud-init[1033]: | . .o B *=.|\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n[ 8.569853] [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).cloud-init[1033]: | So.B B*oo|\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 8.609436] cloud-init[1033]: | o= =+o..|\n[ 8.625054] cloud-init[1033]: | . .......|[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.641085] cloud-init[1033]: | . . .o|\n[ 8.650633] cloud-init[1033]: | oo|\n[ 8.662245] cloud-init[1033]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[ 8.675106] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1033]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\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: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...[ 8.722123] \n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.769354] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.807424] cloud-init[1033]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.818891] cloud-init[1033]: [[0;32m OK [0m] Reached target Login Prompts.\nSHA256:9a45JMZ2EXckHFcOhTH4278pYUTi8j4Ag96KNwXROTg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.832658] cloud-init[1033]: The key's randomart image is:\n[ 8.840593] cloud-init[1033]: +---[ECDSA 256]---+\n[ 8.844351] cloud-init[1033]: | o . .o+*=o|\n[ 8.845433] cloud-init[1033]: | E + ..++o+ |\n[ 8.852059] cloud-init[1033]: | + . oooo .|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.856053] cloud-init[1033]: | o o o.o .. |\n[ 8.860085] cloud-init[1033]: | . o.S o.o o |\n[ 8.864075] cloud-init[1033]: | . o=.oo o. .|\n[ 8.868062] cloud-init[1033]: | . oo +o o . .|\n[ 8.869054] cloud-init[1033]: | . + .= . o|\n[ 8.872059] cloud-init[1033]: | . . o.. .o.|\n[ 8.876055] cloud-init[1033]: +----[SHA256]-----+\n[ 8.878320] cloud-init[1033]: Generating public/private ed25519 key pair.\n[ 8.880053] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.884067] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.886982] cloud-init[1033]: The key fingerprint is:\n[ 8.889259] cloud-init[1033]: SHA256:d755bIEydUGxRrsi1EoRIc/lqZWkLojA1QJFXswtytY root@sdnvpn-3-2-quagga\n[ 8.892421] cloud-init[1033]: The key's randomart image is:\n[ 8.895035] cloud-init[1033]: +--[ED25519 256]--+\n[ 8.897079] cloud-init[1033]: | .+++... +oo.+. |\n[ 8.899586] cloud-init[1033]: | . o..= .+ B +.o |\n[ 8.902083] cloud-init[1033]: | o..+ . * * +. |\n[ 8.904057] cloud-init[1033]: | .+.E. + +.... |\n[ 8.906507] cloud-init[1033]: | .. . S *.oo. |\n[ 8.909128] cloud-init[1033]: | oo+... |\n[ 8.911909] cloud-init[1033]: | o.. . |\n[ 8.920247] cloud-init[1033]: | o+ |\n[ 8.921290] cloud-init[1033]: | oo |\n[ 8.922272] cloud-init[1033]: +----[SHA256]-----+\n[ 9.130891] cloud-init[1133]: Generating locales (this might take a while)...\n[ 9.707022] cloud-init[1133]: en_US.UTF-8... done\n[ 9.708987] cloud-init[1133]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 130.112562] cloud-init[1133]: Cloud-init v. 0.7.9 running 'modules:config' at Sun, 25 Nov 2018 10:30:33 +0000. Up 9.07 seconds.\n[ 130.397872] cloud-init[1397]: + chpasswd\n[ 130.398986] cloud-init[1397]: + echo ubuntu:opnfv\n"} 2018-11-25 10:32:35,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action used request id req-ad1a02e7-95f2-4fce-bd36-5766adc65c63 2018-11-25 10:33:05,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eb9975deae5ecca952c4bfd67cfc58a197f675" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:33:06,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33: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-bcf64f2d-fa0c-4f28-9552-dbfbcfff9d3b x-compute-request-id: req-bcf64f2d-fa0c-4f28-9552-dbfbcfff9d3b Content-Encoding: gzip Content-Length: 14872 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 735966503 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.134916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136558] pid_max: default: 32768 minimum: 301\n[ 0.137455] ACPI: Core revision 20150930\n[ 0.138825] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140132] Security Framework initialized\n[ 0.140945] Yama: becoming mindful.\n[ 0.141671] AppArmor: AppArmor initialized\n[ 0.142544] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143965] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145632] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148245] Initializing cgroup subsys io\n[ 0.149055] Initializing cgroup subsys memory\n[ 0.149903] Initializing cgroup subsys devices\n[ 0.150775] Initializing cgroup subsys freezer\n[ 0.151639] Initializing cgroup subsys net_cls\n[ 0.152530] Initializing cgroup subsys perf_event\n[ 0.153461] Initializing cgroup subsys net_prio\n[ 0.154370] Initializing cgroup subsys hugetlb\n[ 0.155266] Initializing cgroup subsys pids\n[ 0.156128] CPU: Physical Processor ID: 0\n[ 0.157597] mce: CPU supports 10 MCE banks\n[ 0.158441] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169896] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.176179] ftrace: allocating 32123 entries in 126 pages\n[ 0.202125] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203392] smpboot: Max logical packages: 1\n[ 0.204432] x2apic enabled\n[ 0.205274] Switched APIC routing to physical x2apic.\n[ 0.207066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210359] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212252] KVM setup paravirtual spinlock\n[ 0.213573] x86: Booted up 1 node, 1 CPUs\n[ 0.214430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215902] devtmpfs: initialized\n[ 0.218403] evm: security.selinux\n[ 0.219122] evm: security.SMACK64\n[ 0.219833] evm: security.SMACK64EXEC\n[ 0.220592] evm: security.SMACK64TRANSMUTE\n[ 0.221429] evm: security.SMACK64MMAP\n[ 0.222225] evm: security.ima\n[ 0.222876] evm: security.capability\n[ 0.223698] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225604] pinctrl core: initialized pinctrl subsystem\n[ 0.226732] RTC time: 10:30:24, date: 11/25/18\n[ 0.227692] NET: Registered protocol family 16\n[ 0.228683] cpuidle: using governor ladder\n[ 0.229520] cpuidle: using governor menu\n[ 0.230330] PCCT header not found.\n[ 0.231104] ACPI: bus type PCI registered\n[ 0.231928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233205] PCI: Using configuration type 1 for base access\n[ 0.235365] ACPI: Added _OSI(Module Device)\n[ 0.236224] ACPI: Added _OSI(Processor Device)\n[ 0.237122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238064] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240198] ACPI: Interpreter enabled\n[ 0.240988] ACPI: (supports S0 S5)\n[ 0.241708] ACPI: Using IOAPIC for interrupt routing\n[ 0.242674] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247088] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248325] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249531] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251873] acpiphp: Slot [3] registered\n[ 0.252687] acpiphp: Slot [4] registered\n[ 0.253483] acpiphp: Slot [5] registered\n[ 0.254302] acpiphp: Slot [6] registered\n[ 0.255108] acpiphp: Slot [7] registered\n[ 0.255907] acpiphp: Slot [8] registered\n[ 0.256710] acpiphp: Slot [9] registered\n[ 0.257508] acpiphp: Slot [10] registered\n[ 0.258329] acpiphp: Slot [11] registered\n[ 0.259139] acpiphp: Slot [12] registered\n[ 0.259951] acpiphp: Slot [13] registered\n[ 0.260763] acpiphp: Slot [14] registered\n[ 0.271658] acpiphp: Slot [15] registered\n[ 0.272470] acpiphp: Slot [16] registered\n[ 0.273284] acpiphp: Slot [17] registered\n[ 0.274094] acpiphp: Slot [18] registered\n[ 0.274900] acpiphp: Slot [19] registered\n[ 0.275711] acpiphp: Slot [20] registered\n[ 0.276514] acpiphp: Slot [21] registered\n[ 0.277321] acpiphp: Slot [22] registered\n[ 0.278128] acpiphp: Slot [23] registered\n[ 0.278935] acpiphp: Slot [24] registered\n[ 0.279746] acpiphp: Slot [25] registered\n[ 0.280550] acpiphp: Slot [26] registered\n[ 0.281359] acpiphp: Slot [27] registered\n[ 0.282165] acpiphp: Slot [28] registered\n[ 0.282976] acpiphp: Slot [29] registered\n[ 0.283789] acpiphp: Slot [30] registered\n[ 0.284591] acpiphp: Slot [31] registered\n[ 0.285393] PCI host bridge to bus 0000:00\n[ 0.286200] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287411] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290069] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.291514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300217] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301483] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307881] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357896] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361943] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363192] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365869] vgaarb: loaded\n[ 0.366465] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367606] SCSI subsystem initialized\n[ 0.368415] ACPI: bus type USB registered\n[ 0.369226] usbcore: registered new interface driver usbfs\n[ 0.370249] usbcore: registered new interface driver hub\n[ 0.371247] usbcore: registered new device driver usb\n[ 0.372287] PCI: Using ACPI for IRQ routing\n[ 0.373310] NetLabel: Initializing\n[ 0.374044] NetLabel: domain hash size = 128\n[ 0.374897] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375852] NetLabel: unlabeled traffic allowed by default\n[ 0.376939] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377907] clocksource: Switched to clocksource kvm-clock\n[ 0.383318] AppArmor: AppArmor Filesystem Enabled\n[ 0.384272] pnp: PnP ACPI init\n[ 0.385170] pnp: PnP ACPI: found 5 devices\n[ 0.391214] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392915] NET: Registered protocol family 2\n[ 0.393858] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395138] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396327] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397497] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398587] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.399776] NET: Registered protocol family 1\n[ 0.400634] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402810] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416909] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431099] Trying to unpack rootfs image as initramfs...\n[ 1.738455] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.754700] Scanning for low memory corruption every 60 seconds\n[ 1.756055] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.757196] audit: initializing netlink subsys (disabled)\n[ 1.758222] audit: type=2000 audit(1543141826.793:1): initialized\n[ 1.759525] Initialise system trusted keyring\n[ 1.760450] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.761602] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.763583] zbud: loaded\n[ 1.764286] VFS: Disk quotas dquot_6.6.0\n[ 1.765101] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.766495] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.767716] fuse init (API version 7.23)\n[ 1.768583] Key type big_key registered\n[ 1.769372] Allocating IMA MOK and blacklist keyrings.\n[ 1.770474] Key type asymmetric registered\n[ 1.771293] Asymmetric key parser 'x509' registered\n[ 1.772237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.773684] io scheduler noop registered\n[ 1.774477] io scheduler deadline registered (default)\n[ 1.775464] io scheduler cfq registered\n[ 1.776294] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.777330] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.778591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.780041] ACPI: Power Button [PWRF]\n[ 1.780872] GHES: HEST is not enabled!\n[ 1.794750] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.823155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.825496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.849458] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.851545] Linux agpgart interface v0.103\n[ 1.853533] brd: module loaded\n[ 1.854797] loop: module loaded\n[ 1.856300] vda: vda1\n[ 1.857615] scsi host0: ata_piix\n[ 1.858367] scsi host1: ata_piix\n[ 1.859081] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.860295] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.861734] libphy: Fixed MDIO Bus: probed\n[ 1.862564] tun: Universal TUN/TAP device driver, 1.6\n[ 1.863523] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.865638] PPP generic driver version 2.4.2\n[ 1.866539] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.867828] ehci-pci: EHCI PCI platform driver\n[ 1.868701] ehci-platform: EHCI generic platform driver\n[ 1.869689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.870826] ohci-pci: OHCI PCI platform driver\n[ 1.871703] ohci-platform: OHCI generic platform driver\n[ 1.872691] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887170] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.888175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.889629] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.890657] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.891781] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.893004] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.894425] usb usb1: Product: UHCI Host Controller\n[ 1.895359] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896496] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897518] hub 1-0:1.0: USB hub found\n[ 1.898312] hub 1-0:1.0: 2 ports detected\n[ 1.899219] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901323] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902285] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903317] mousedev: PS/2 mouse device common for all mice\n[ 1.904560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906419] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907524] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.909905] i2c /dev entries driver\n[ 1.910664] device-mapper: uevent: version 1.0.3\n[ 1.911605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913232] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914505] NET: Registered protocol family 10\n[ 1.915503] NET: Registered protocol family 17\n[ 1.916395] Key type dns_resolver registered\n[ 1.917332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920188] registered taskstats version 1\n[ 1.921023] Loading compiled-in X.509 certificates\n[ 1.922463] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924308] zswap: loaded using pool lzo/zbud\n[ 1.926104] Key type trusted registered\n[ 1.928365] Key type encrypted registered\n[ 1.929215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930261] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931311] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 10:447:528\n[ 1.933104] rtc_cmos 00:00: setting system clock to 2018-11-25 10:30:26 UTC (1543141826)\n[ 1.934729] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935841] EDD information not available.\n[ 2.014469] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.015911] ata1.00: configured for MWDMA2\n[ 2.017112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.019484] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.020755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.032118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.034143] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.035792] Write protecting the kernel read-only data: 14336k\n[ 2.037466] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.039278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.048191] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050270] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052226] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054182] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056126] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058093] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060016] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062461] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064406] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066333] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095432] virtio_net virtio0 ens3: renamed from eth0\n[ 2.104083] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106141] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.130721] AVX2 version of gcm_enc/dec engaged.\n[ 2.131820] AES CTR mode by8 optimization enabled\n[ 2.134307] FDC 0 is a S82078B\n[ 2.209950] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.375311] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.376708] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.378070] usb 1-1: Product: QEMU USB Tablet\n[ 2.378968] usb 1-1: Manufacturer: QEMU\n[ 2.379778] usb 1-1: SerialNumber: 42\n[ 2.386957] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.393840] usbcore: registered new interface driver usbhid\n[ 2.394978] usbhid: USB HID core driver\n[ 2.397651] 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[ 2.400034] 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.753972] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.755226] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.377381] md: linear personality registered for level -1\n[ 3.380058] md: multipath personality registered for level -4\n[ 3.382792] md: raid0 personality registered for level 0\n[ 3.385751] md: raid1 personality registered for level 1\n[ 3.453915] raid6: sse2x1 gen() 11314 MB/s\n[ 3.521911] raid6: sse2x1 xor() 8762 MB/s\n[ 3.589911] raid6: sse2x2 gen() 14565 MB/s\n[ 3.657911] raid6: sse2x2 xor() 9671 MB/s\n[ 3.725912] raid6: sse2x4 gen() 16906 MB/s\n[ 3.793911] raid6: sse2x4 xor() 11944 MB/s\n[ 3.861909] raid6: avx2x1 gen() 22768 MB/s\n[ 3.929910] raid6: avx2x2 gen() 27390 MB/s\n[ 3.997910] raid6: avx2x4 gen() 30992 MB/s\n[ 3.998778] raid6: using algorithm avx2x4 gen() 30992 MB/s\n[ 3.999833] raid6: using avx2x2 recovery algorithm\n[ 4.001808] xor: automatically using best checksumming function:\n[ 4.041909] avx : 35908.000 MB/sec\n[ 4.043690] async_tx: api initialized (async)\n[ 4.050993] md: raid6 personality registered for level 6\n[ 4.052091] md: raid5 personality registered for level 5\n[ 4.053156] md: raid4 personality registered for level 4\n[ 4.057218] 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 ... [ 4.080251] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106971] 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[ 4.198484] 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[ 4.201819] systemd[1]: Detected virtualization kvm.\n[ 4.202800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.206526] systemd[1]: Set hostname to .\n[ 4.210824] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.212010] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.335511] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.338193] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.340136] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.342125] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.344411] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.346604] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.348371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.351141] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.353198] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.355287] 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[ 4.358581] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.360659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.362926] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.365142] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.367153] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.369212] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.371325] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.373463] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.375949] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.378069] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.382046] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.385773] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.390456] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400975] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.403384] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.410780] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.413851] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.415802] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.418254] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.424495] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.427424] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.432080] 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[ 4.440121] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.442068] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.446711] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.452188] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.457391] iscsi: registered transport (tcp)\n[ 4.462312] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.464835] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.469674] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.474241] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.480918] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.504980] 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 Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\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[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.928074] cloud-init[464]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 25 Nov 2018 10:30:29 +0000. Up 5.19 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.388880] cloud-init[1033]: Cloud-init v. 0.7.9 running 'init' at Sun, 25 Nov 2018 10:30:31 +0000. Up 7.13 seconds.\n[ 8.390626] cloud-init[1033]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.396331] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.398178] cloud-init[1033]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.404117] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.405939] cloud-init[1033]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:b3:c0:df |\n[ 8.407683] cloud-init[1033]: ci-info: | ens3 | True | fe80::f816:3eff:feb3:c0df/64 | . | link | fa:16:3e:b3:c0:df |\n[ 8.413502] cloud-init[1033]: ci-info: | ens6 | False | . | . | . | 52:54:00:0c:94:01 |\n[ 8.415247] cloud-init[1033]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.420305] cloud-init[1033]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.422048] cloud-init[1033]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.428114] cloud-init[1033]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.429758] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.432114] cloud-init[1033]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.436099] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.440101] cloud-init[1033]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.441716] cloud-init[1033]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.445391] cloud-init[1033]: ci-info: | 2 | 169.254.169.254 | 10.10.11.2 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.450926] cloud-init[1033]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.456296] cloud-init[1033]: Generating public/private rsa key pair.\n[ 8.458862] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.464718] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.465853] cloud-init[1033]: The key fingerprint is:\n[ 8.466620] cloud-init[1033]: SHA256:tsCLOs3G1St3Q9lmZlOudDFDrs2jYrKaSx3uQ6copSQ root@sdnvpn-3-2-quagga\n[ 8.467827] \n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\ncloud-init[1033]: The key's randomart image is:\n[ 8.472607] cloud-init[1033]: +---[RSA 2048]----+\n[ 8.473580] cloud-init[1033]: | |\n Starting LXD - unix socket.\n[ 8.475437] cloud-init[1033]: [[0;32m OK [0m] Reached target Cloud-config availability.\n| . |\n[ 8.477554] cloud-init[1033]: | o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.[ 8.480078] cloud-init[1033]: | . * |\n[ 8.480812] cloud-init[1033]: | o.S o * + |\n[ 8.481547] cloud-init[1033]: | E ..o*oo+ X * |\n[ 8.482293] cloud-init[1033]: | *.+oo+= * = . |\n[ 8.483058] cloud-init[1033]: | ..B.oo* = o |\n[ 8.483789] cloud-init\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1033]: | .o .+=o* o |\n[ 8.489259] cloud-init[1033]: +----[SHA256]-----+\n[ 8.492183] cloud-init[1033]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.496121] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[ 8.500500] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.502104] cloud-init[1033]: The key fingerprint is:\n[ 8.502881] cloud-init[1033]: SHA256:7RIUVSTXjLOafJPg8QX1hWtMjjYDt59vPkUbph5ZBkQ root@sdnvpn-3-2-quagga\n\n Starting Apply the settings specified in cloud-config...\n Starting LSB: Record successful boot for GRUB...\n[ 8.506458] cloud-init[1033]: The key's randomart image is:\n[ 8.508273] cloud-init[1033]: +---[DSA 1024]----+[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.535081] cloud-init[1033]: | ..oo*E...|\n[ 8.540287] cloud-init[1033]: | ..o=.=..|\n[ 8.545814] cloud-init[1033]: | . o X...|\n[ 8.550168] cloud-init[1033]: | . .o B *=.|\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n[ 8.569853] [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).cloud-init[1033]: | So.B B*oo|\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 8.609436] cloud-init[1033]: | o= =+o..|\n[ 8.625054] cloud-init[1033]: | . .......|[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.641085] cloud-init[1033]: | . . .o|\n[ 8.650633] cloud-init[1033]: | oo|\n[ 8.662245] cloud-init[1033]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[ 8.675106] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1033]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\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: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...[ 8.722123] \n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.769354] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.807424] cloud-init[1033]: The key fingerprint is:\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.818891] cloud-init[1033]: [[0;32m OK [0m] Reached target Login Prompts.\nSHA256:9a45JMZ2EXckHFcOhTH4278pYUTi8j4Ag96KNwXROTg root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.832658] cloud-init[1033]: The key's randomart image is:\n[ 8.840593] cloud-init[1033]: +---[ECDSA 256]---+\n[ 8.844351] cloud-init[1033]: | o . .o+*=o|\n[ 8.845433] cloud-init[1033]: | E + ..++o+ |\n[ 8.852059] cloud-init[1033]: | + . oooo .|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.856053] cloud-init[1033]: | o o o.o .. |\n[ 8.860085] cloud-init[1033]: | . o.S o.o o |\n[ 8.864075] cloud-init[1033]: | . o=.oo o. .|\n[ 8.868062] cloud-init[1033]: | . oo +o o . .|\n[ 8.869054] cloud-init[1033]: | . + .= . o|\n[ 8.872059] cloud-init[1033]: | . . o.. .o.|\n[ 8.876055] cloud-init[1033]: +----[SHA256]-----+\n[ 8.878320] cloud-init[1033]: Generating public/private ed25519 key pair.\n[ 8.880053] cloud-init[1033]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.884067] cloud-init[1033]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.886982] cloud-init[1033]: The key fingerprint is:\n[ 8.889259] cloud-init[1033]: SHA256:d755bIEydUGxRrsi1EoRIc/lqZWkLojA1QJFXswtytY root@sdnvpn-3-2-quagga\n[ 8.892421] cloud-init[1033]: The key's randomart image is:\n[ 8.895035] cloud-init[1033]: +--[ED25519 256]--+\n[ 8.897079] cloud-init[1033]: | .+++... +oo.+. |\n[ 8.899586] cloud-init[1033]: | . o..= .+ B +.o |\n[ 8.902083] cloud-init[1033]: | o..+ . * * +. |\n[ 8.904057] cloud-init[1033]: | .+.E. + +.... |\n[ 8.906507] cloud-init[1033]: | .. . S *.oo. |\n[ 8.909128] cloud-init[1033]: | oo+... |\n[ 8.911909] cloud-init[1033]: | o.. . |\n[ 8.920247] cloud-init[1033]: | o+ |\n[ 8.921290] cloud-init[1033]: | oo |\n[ 8.922272] cloud-init[1033]: +----[SHA256]-----+\n[ 9.130891] cloud-init[1133]: Generating locales (this might take a while)...\n[ 9.707022] cloud-init[1133]: en_US.UTF-8... done\n[ 9.708987] cloud-init[1133]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 130.112562] cloud-init[1133]: Cloud-init v. 0.7.9 running 'modules:config' at Sun, 25 Nov 2018 10:30:33 +0000. Up 9.07 seconds.\n[ 130.397872] cloud-init[1397]: + chpasswd\n[ 130.398986] cloud-init[1397]: + echo ubuntu:opnfv\n[ 130.470924] cloud-init[1397]: + sleep 20\n[ 150.472692] cloud-init[1397]: + NEIGHBOR_IP=172.30.9.24\n[ 150.473817] cloud-init[1397]: + OWN_IP=172.30.9.202\n[ 150.474712] cloud-init[1397]: + EXT_NET_MASK=24\n[ 150.477058] cloud-init[1397]: ++ awk '{print $2}'\n[ 150.478104] cloud-init[1397]: ++ getent hosts\n[ 150.481692] cloud-init[1397]: ++ awk '{print $1}'\n[ 150.483366] cloud-init[1397]: ++ cat /etc/hostname\n[ 150.486277] cloud-init[1397]: + [[ localhost\n[ 150.487187] cloud-init[1397]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 150.490622] cloud-init[1397]: + tee -a /etc/hosts\n[ 150.491886] cloud-init[1397]: ++ awk '{print $1}'\n[ 150.493933] cloud-init[1397]: ++ cat /etc/hostname\n[ 150.496035] cloud-init[1397]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 150.498238] cloud-init[1397]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 150.500330] cloud-init[1397]: + quagga_int=\n[ 150.503224] cloud-init[1397]: ++ awk 'NR>2{print $1}'\n[ 150.505800] cloud-init[1397]: ++ netstat -ia\n[ 150.506930] cloud-init[1397]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.509021] cloud-init[1397]: ++ grep ens3\n[ 150.509787] cloud-init[1397]: ++ ifconfig\n[ 150.511048] cloud-init[1397]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:b3:c0:df ' ']'\n[ 150.523022] cloud-init[1397]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.526971] cloud-init[1397]: ++ grep ens6\n[ 150.527718] cloud-init[1397]: ++ ifconfig\n[ 150.528481] cloud-init[1397]: + '[' -z '' ']'\n[ 150.531016] cloud-init[1397]: + quagga_int=ens6\n[ 150.531836] cloud-init[1397]: + break\n[ 150.534018] cloud-init[1397]: + '[' -z ens6 ']'\n[ 150.534847] cloud-init[1397]: + ip link set ens6 up\n[ 150.537319] cloud-init[1397]: + ip addr add 172.30.9.202/24 dev ens6\n[ 150.538316] cloud-init[1397]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 150.540757] cloud-init[1397]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 150.551579] cloud-init[1397]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 150.555689] cloud-init[1397]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 150.557326] cloud-init[1397]: + touch /var/log/bgpd.log\n[ 150.560036] cloud-init[1397]: + chown quagga:quagga /var/log/bgpd.log\n[ 150.563206] cloud-init[1397]: + chown quagga:quagga /etc/quagga/daemons\n[ 150.564803] cloud-init[1397]: + cat\n[ 150.566368] cloud-init[1397]: + touch /etc/quagga/zebra.conf\n[ 150.567361] cloud-init[1397]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 150.568579] cloud-init[1397]: + cat\n[ 150.569316] cloud-init[1397]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 150.570456] cloud-init[1397]: + service quagga restart\n[ 150.591988] cloud-init[1397]: + pgrep bgpd\n[ 150.596874] cloud-init[1397]: 1490\n[ 150.597783] cloud-init[1397]: + pgrep zebra\n[ 150.600331] cloud-init[1397]: 1486\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Nov 25 10:32:55 ec2: \n<14>Nov 25 10:32:55 ec2: #############################################################\n<14>Nov 25 10:32:55 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Nov 25 10:32:55 ec2: 1024 SHA256:7RIUVSTXjLOafJPg8QX1hWtMjjYDt59vPkUbph5ZBkQ root@sdnvpn-3-2-quagga (DSA)\n<14>Nov 25 10:32:55 ec2: 256 SHA256:9a45JMZ2EXckHFcOhTH4278pYUTi8j4Ag96KNwXROTg root@sdnvpn-3-2-quagga (ECDSA)\n<14>Nov 25 10:32:55 ec2: 256 SHA256:d755bIEydUGxRrsi1EoRIc/lqZWkLojA1QJFXswtytY root@sdnvpn-3-2-quagga (ED25519)\n<14>Nov 25 10:32:55 ec2: 2048 SHA256:tsCLOs3G1St3Q9lmZlOudDFDrs2jYrKaSx3uQ6copSQ root@sdnvpn-3-2-quagga (RSA)\n<14>Nov 25 10:32:55 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Nov 25 10:32:55 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDOLlQNNLgKN76JLn3CO7pveMLYhM9gT6I8OysW54REW6ziFLsp91wlA04F0qZuIaqr08VaIhQyw4kup6thWeAU= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDB/BACo6TZVCktCqk5eef+wZLx2GYrFnCuaA86My4OK root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4HIxx02cU6WgIXtRZzZN5+oTVoOnsPZUOi6IcncME3xhPNAHQ33HsmXrkB4IdXSXrVYuXHg0EInmfK2JwJp+gcru2ilR+2blsBF8braHltkQ09xW0FRqgLxxxluzDRZ0EBoN/Kt/bJceDKFKmAGyvq5FOFLDsd3qDxz+hQWpJwPdI7gZ4RvdFDK2DEPXFdhVx3nt9BgAbF2DxKrUe9O4/UtZl/8znC5umrx0DgRblfzsc/gkLG6RGIpq/gpQKUGgPXKkMb1HWRtWRwi/w7vkRYDJL0y9bRQJQ7gJz8vNu7s2jkKB216Bc+etN75ud3mdZTIvjxLGUX4+PGzyI30bB root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 150.636619] cloud-init[1397]: Cloud-init v. 0.7.9 running 'modules:final' at Sun, 25 Nov 2018 10:32:35 +0000. Up 130.32 seconds.\n[ 150.638126] cloud-init[1397]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 150.639310] cloud-init[1397]: Cloud-init v. 0.7.9 finished at Sun, 25 Nov 2018 10:32:55 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 150.63 seconds\n"} 2018-11-25 10:33:06,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action used request id req-bcf64f2d-fa0c-4f28-9552-dbfbcfff9d3b 2018-11-25 10:33:06,977 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-11-25 10:33:06,978 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-11-25 10:33:06,979 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-11-25 10:33:06,979 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-11-25 10:33:06,982 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-11-25 10:33:07,678 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-11-25 10:33:07,679 - sdnvpn-quagga - INFO - Maybe stdout of configure-bgp -op add-neighbor --as-num 200 --ip 172.30.9.202 --use-source-ip 172.30.9.24: client: JAVA_HOME not set; results may vary  2018-11-25 10:33:07,680 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-11-25 10:33:07,680 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-11-25 10:33:07,682 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-11-25 10:33:07,682 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-11-25 10:33:07,724 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-11-25 10:33:08,390 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-11-25 10:33:08,391 - sdnvpn-quagga - INFO - Output of show-bgp --cmd \"ip bgp neighbors\": client: JAVA_HOME not set; results may vary BGP neighbor is 172.30.9.202, remote AS 200, local AS 100, external link BGP version 4, remote router ID 0.0.0.0 BGP state = Idle Last read 00:00:00, hold time is 180, keepalive interval is 60 seconds Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 0 0 Notifications: 0 0 Updates: 0 0 Keepalives: 0 0 Route Refresh: 0 0 Capability: 0 0 Total: 0 0 Minimum time between advertisement runs is 30 seconds For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 0; dropped 0 Last reset never Next start timer due in 1 seconds Read thread: off Write thread: off  2018-11-25 10:33:08,392 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-11-25 10:33:08,392 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-11-25 10:33:08,392 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-11-25 10:33:09,394 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-11-25 10:33:09,395 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-11-25 10:33:09,395 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-11-25 10:33:09,397 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-11-25 10:33:10,098 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-11-25 10:33:10,099 - sdnvpn-quagga - INFO - Output of show-bgp --cmd \"ip bgp neighbors\": client: JAVA_HOME not set; results may vary BGP neighbor is 172.30.9.202, remote AS 200, local AS 100, external link BGP version 4, remote router ID 0.0.0.0 BGP state = Idle Last read 00:00:02, hold time is 180, keepalive interval is 60 seconds Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 0 0 Notifications: 0 0 Updates: 0 0 Keepalives: 0 0 Route Refresh: 0 0 Capability: 0 0 Total: 0 0 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.24 For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 0; dropped 0 Last reset never Next start timer due in 1 seconds Read thread:off Write thread: off  2018-11-25 10:33:10,099 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-11-25 10:33:10,100 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-11-25 10:33:10,100 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-11-25 10:33:11,102 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-11-25 10:33:11,103 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-11-25 10:33:11,103 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-11-25 10:33:11,105 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-11-25 10:33:11,786 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-11-25 10:33:11,787 - sdnvpn-quagga - INFO - Output of show-bgp --cmd \"ip bgp neighbors\": client: JAVA_HOME not set; results may vary BGP neighbor is 172.30.9.202, remote AS 200, local AS 100, external link BGP version 4, remote router ID 172.30.9.202 BGP state = Established, up for 00:00:01 Last read00:00:01, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family VPN-IPv4 Unicast: advertised and received Graceful Restart Capabilty: advertised and received Remote Restart timer is 120 seconds Address families by peer: none Graceful restart informations: End-of-RIB send: End-of-RIB received: Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 1 Notifications: 0 0 Updates: 0 0 Keepalives: 2 1 Route Refresh: 0 0 Capability: 0 0 Total: 3 2 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.24 For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 1; dropped 0 Last reset never Local host: 172.30.9.24, Local port: 45300 Foreign host: 172.30.9.202, Foreign port: 179 Nexthop: 172.30.9.24 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2018-11-25 10:33:11,788 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-11-25 10:33:11,788 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-11-25 10:33:11,788 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:01 2018-11-25 10:33:12,790 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-11-25 10:33:12,790 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-25 10:33:12,791 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-25 10:33:12,792 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-25 10:33:12,794 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-25 10:33:12,869 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-11-25 10:33:12,870 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-25 10:33:12,871 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-25 10:33:12,872 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-25 10:33:12,872 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-25 10:33:12,912 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-25 10:33:13,021 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-25 10:33:13,022 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-25 10:33:13,023 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-25 10:33:13,024 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-25 10:33:13,024 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-25 10:33:13,065 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-25 10:33:13,217 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-25 10:33:13,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e451f93ac07b04fe65b9d6a5d34a6ae182af6382" 2018-11-25 10:33:13,222 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-25 10:33:13,438 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:33:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-03fd2485-ce73-4c43-92b4-eb239384a6ac x-compute-request-id: req-03fd2485-ce73-4c43-92b4-eb239384a6ac Content-Length: 0 Content-Type: application/json 2018-11-25 10:33:13,438 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc used request id req-03fd2485-ce73-4c43-92b4-eb239384a6ac 2018-11-25 10:33:13,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e451f93ac07b04fe65b9d6a5d34a6ae182af6382" -d '{"forceDelete": null}' 2018-11-25 10:33:13,603 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:33:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8fae6bac-5d12-450b-bece-878e954a3501 x-compute-request-id: req-8fae6bac-5d12-450b-bece-878e954a3501 Content-Length: 0 Content-Type: application/json 2018-11-25 10:33:13,603 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933/action used request id req-8fae6bac-5d12-450b-bece-878e954a3501 2018-11-25 10:33:13,603 - sdnvpn_test_utils - DEBUG - Waiting for instance to be deleted 2018-11-25 10:33:13,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e451f93ac07b04fe65b9d6a5d34a6ae182af6382" 2018-11-25 10:33:14,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50bac3a0-45f5-4807-af76-66553178c519 x-compute-request-id: req-50bac3a0-45f5-4807-af76-66553178c519 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:c0:df", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e284269-90c6-4a67-87da-bb9c90e4d933", "rel": "bookmark"}], "image": {"id": "4f0c11cc-3a21-4e87-a647-92166a3cecef", "links": [{"href": "http://172.30.9.23:8774/images/4f0c11cc-3a21-4e87-a647-92166a3cecef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-11-25T10:30:24.000000", "flavor": {"id": "9078bbe2-da0d-4393-b612-c4635edaeebc", "links": [{"href": "http://172.30.9.23:8774/flavors/9078bbe2-da0d-4393-b612-c4635edaeebc", "rel": "bookmark"}]}, "id": "4e284269-90c6-4a67-87da-bb9c90e4d933", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:33:13Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-11-25T10:28:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:33:14,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-50bac3a0-45f5-4807-af76-66553178c519 2018-11-25 10:33:16,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/4f0c11cc-3a21-4e87-a647-92166a3cecef -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e66b8acedde1fa06ca077525f432ea0fb2a227b" 2018-11-25 10:33:18,458 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc6e8dfa-267c-4eba-84fc-937a86aeca12 Date: Sun, 25 Nov 2018 10:33:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:33:18,458 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/4f0c11cc-3a21-4e87-a647-92166a3cecef used request id req-cc6e8dfa-267c-4eba-84fc-937a86aeca12 2018-11-25 10:33:18,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/fb2bfdeb-78a1-45aa-8fc5-58bd6c055f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:33:19,183 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d3dc6de-86e6-4e58-a9e7-e09b20336093 Content-Length: 0 Date: Sun, 25 Nov 2018 10:33:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:33:19,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/fb2bfdeb-78a1-45aa-8fc5-58bd6c055f38 used request id req-3d3dc6de-86e6-4e58-a9e7-e09b20336093 2018-11-25 10:33:19,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/fda54705-305a-4cc0-b0cd-4c9f4b66be1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:33:19,883 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55fa738a-27f4-47a7-a2c0-ce4f3e7f3f67 Content-Length: 0 Date: Sun, 25 Nov 2018 10:33:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:33:19,883 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/fda54705-305a-4cc0-b0cd-4c9f4b66be1a used request id req-55fa738a-27f4-47a7-a2c0-ce4f3e7f3f67 2018-11-25 10:33:19,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/54a80b74-528c-449d-b3e0-184295b3198c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"subnet_id": "ee694143-420d-4537-be88-d2eb47f44136"}' 2018-11-25 10:33:21,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f2d80605-a883-4b98-9e05-8e9a5ec796a6 Date: Sun, 25 Nov 2018 10:33:21 GMT RESP BODY: {"network_id": "fa01b165-e166-42ac-b38e-0e6add83e435", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "ee694143-420d-4537-be88-d2eb47f44136", "subnet_ids": ["ee694143-420d-4537-be88-d2eb47f44136"], "port_id": "dc8f11ec-ba39-4b8d-8ef0-ae6ccd19cf0d", "id": "54a80b74-528c-449d-b3e0-184295b3198c"} 2018-11-25 10:33:21,056 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/54a80b74-528c-449d-b3e0-184295b3198c/remove_router_interface used request id req-f2d80605-a883-4b98-9e05-8e9a5ec796a6 2018-11-25 10:33:21,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c21e6692-f000-4058-b59c-f39dcc0f3dac/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"subnet_id": "f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b"}' 2018-11-25 10:33:22,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3b3c8858-0c7b-422a-93d2-2907db834ea6 Date: Sun, 25 Nov 2018 10:33:22 GMT RESP BODY: {"network_id": "910a8f7c-5488-499e-b7c2-4a8e00374f78", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b", "subnet_ids": ["f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b"], "port_id": "b9834167-e014-447e-a1c0-38b1dc85d6f9", "id": "c21e6692-f000-4058-b59c-f39dcc0f3dac"} 2018-11-25 10:33:22,285 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c21e6692-f000-4058-b59c-f39dcc0f3dac/remove_router_interface used request id req-3b3c8858-0c7b-422a-93d2-2907db834ea6 2018-11-25 10:33:22,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/54a80b74-528c-449d-b3e0-184295b3198c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:33:23,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-eeb3f231-45b0-4fa4-beb1-b37b441698ad Date: Sun, 25 Nov 2018 10:33:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:27:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:33:23Z", "revision_number": 7, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "54a80b74-528c-449d-b3e0-184295b3198c", "name": "sdnvpn-3-1-router"}} 2018-11-25 10:33:23,368 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/54a80b74-528c-449d-b3e0-184295b3198c used request id req-eeb3f231-45b0-4fa4-beb1-b37b441698ad 2018-11-25 10:33:23,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c21e6692-f000-4058-b59c-f39dcc0f3dac -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:33:24,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-3ad993d8-9708-46cf-9aa0-619b068029a7 Date: Sun, 25 Nov 2018 10:33:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:27:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:33:23Z", "revision_number": 8, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "c21e6692-f000-4058-b59c-f39dcc0f3dac", "name": "sdnvpn-3-2-quagga-router"}} 2018-11-25 10:33:24,224 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c21e6692-f000-4058-b59c-f39dcc0f3dac used request id req-3ad993d8-9708-46cf-9aa0-619b068029a7 2018-11-25 10:33:24,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/ee694143-420d-4537-be88-d2eb47f44136 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:33:26,612 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-893811a1-b998-4d19-8bac-caa99ae8f3dd Date: Sun, 25 Nov 2018 10:33:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:33:26,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ee694143-420d-4537-be88-d2eb47f44136 used request id req-893811a1-b998-4d19-8bac-caa99ae8f3dd 2018-11-25 10:33:26,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:33:28,992 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6b4a1f3-aaca-4409-910b-3805979effdc Date: Sun, 25 Nov 2018 10:33:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:33:28,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b used request id req-e6b4a1f3-aaca-4409-910b-3805979effdc 2018-11-25 10:33:28,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/54a80b74-528c-449d-b3e0-184295b3198c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:33:29,514 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81076ac0-7a91-4826-81cd-f848135fedc8 Content-Length: 0 Date: Sun, 25 Nov 2018 10:33:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:33:29,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/54a80b74-528c-449d-b3e0-184295b3198c used request id req-81076ac0-7a91-4826-81cd-f848135fedc8 2018-11-25 10:33:29,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/c21e6692-f000-4058-b59c-f39dcc0f3dac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:33:29,954 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-98beb727-cb12-4476-8d0f-6e7f5a78debe Content-Length: 0 Date: Sun, 25 Nov 2018 10:33:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:33:29,955 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/c21e6692-f000-4058-b59c-f39dcc0f3dac used request id req-98beb727-cb12-4476-8d0f-6e7f5a78debe 2018-11-25 10:33:29,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/fa01b165-e166-42ac-b38e-0e6add83e435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:33:30,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de284c40-31f4-4aac-b55d-e32bf0dad2ac Date: Sun, 25 Nov 2018 10:33:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:33:30,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/fa01b165-e166-42ac-b38e-0e6add83e435 used request id req-de284c40-31f4-4aac-b55d-e32bf0dad2ac 2018-11-25 10:33:30,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/910a8f7c-5488-499e-b7c2-4a8e00374f78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3ba67e3d68df7cc5669a8f1edb74cca61ebe4a" 2018-11-25 10:33:31,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ee319d7-7293-4974-bc5a-bb3a5010f92b Date: Sun, 25 Nov 2018 10:33:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:33:31,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/910a8f7c-5488-499e-b7c2-4a8e00374f78 used request id req-2ee319d7-7293-4974-bc5a-bb3a5010f92b 2018-11-25 10:33:31,696 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Verify that OpenDaylight can start/communicate with zrpcd/Quagga | +----------------------------------------------------------------------------------------+ | PASS | Controller (ODL) list is ready | | PASS | zrpcd is running in overcloud-controller-2 | +----------------------------------------------------------------------------------------+ | PASS | zrpcd is running in overcloud-controller-0 | +----------------------------------------------------------------------------------------+ | PASS | zrpcd is running in overcloud-controller-1 | +----------------------------------------------------------------------------------------+ | PASS | Found BGP entity owner | +----------------------------------------------------------------------------------------+ | PASS | bgpd is running | +----------------------------------------------------------------------------------------+ | PASS | Assign a Floating IP to sdnvpn-3-2-quagga | | PASS | Bootstrap quagga inside an OpenStack instance | +========================================================================================+ +----------------------------------------------------------------------------------------+ | Peer Quagga with OpenDaylight | +----------------------------------------------------------------------------------------+ | PASS | Peering with quagga | +========================================================================================+ 2018-11-25 10:33:31,696 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-25 10:33:31,697 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-11-25 10:33:31,697 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_3 - Data center gateway integration': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'zrpcd is running in overcloud-controller-2': 'PASS'}, {'zrpcd is running in overcloud-controller-0': 'PASS'}, {'zrpcd is running in overcloud-controller-1': 'PASS'}, {'Found BGP entity owner': 'PASS'}, {'bgpd is running': 'PASS'}, {'Assign a Floating IP to sdnvpn-3-2-quagga ': 'PASS'}, {'Bootstrap quagga inside an OpenStack instance': 'PASS'}, {'Peering with quagga': 'PASS'}]} 2018-11-25 10:33:31,697 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-11-25 10:33:31,698 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-11-25 10:33:31,698 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-11-25 10:33:31,786 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-11-25 10:33:31,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:33:31,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:33:31,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:33:31,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:33:31,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:33:31,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:33:31,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:33:31,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:33:31,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:33:31,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:33:31,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:33:31,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:33:31,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:33:31,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:33:31,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:33:31,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:33:31,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:33:31,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:33:31,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:33:31,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:33:31,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:33:31,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:33:31,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:33:31,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:33:31,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:33:31,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:33:31,794 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:33:31,794 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-11-25 10:33:31,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:33:31,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cd312a0-4a7d-4ea6-916c-a9bfd8e67cb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:33:31,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2cd312a0-4a7d-4ea6-916c-a9bfd8e67cb9 2018-11-25 10:33:31,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:33:32,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:33:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["jGb-mzG6Tmasxvm34ZYJyw"], "issued_at": "2018-11-25T10:33:32.000000Z"}} 2018-11-25 10:33:32,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a7fd5d72e615b589bfbc6ba5bcbfced1571cf4" 2018-11-25 10:33:32,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-6191a223-fbed-4387-8f72-c103da631d11 Date: Sun, 25 Nov 2018 10:33:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-25 10:33:32,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-6191a223-fbed-4387-8f72-c103da631d11 2018-11-25 10:33:32,349 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:33:32,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a7fd5d72e615b589bfbc6ba5bcbfced1571cf4" 2018-11-25 10:33:32,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-719e575d-986d-4fad-bbea-00c1ea8307e4 Date: Sun, 25 Nov 2018 10:33:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 10:33:32,903 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-719e575d-986d-4fad-bbea-00c1ea8307e4 2018-11-25 10:33:32,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15a7fd5d72e615b589bfbc6ba5bcbfced1571cf4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-25 10:33:33,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1bba9013-1a6a-49ad-96aa-e92420e4c764 X-Openstack-Request-Id: req-0587735c-2d58-41ad-a7b5-f830157e1276 Date: Sun, 25 Nov 2018 10:33:33 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T10:33:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T10:33:33Z", "visibility": "public", "locations": [], "self": "/v2/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "min_disk": 0, "protected": false, "id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "file": "/v2/images/1bba9013-1a6a-49ad-96aa-e92420e4c764/file", "checksum": null, "owner": "6398f91c7f9a4cc9becafd672cd3c763", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 10:33:33,136 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0587735c-2d58-41ad-a7b5-f830157e1276 2018-11-25 10:33:33,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1bba9013-1a6a-49ad-96aa-e92420e4c764/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a7fd5d72e615b589bfbc6ba5bcbfced1571cf4" -d '' 2018-11-25 10:33:34,056 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42b2b864-39af-4b24-84a6-8a533908f578 Date: Sun, 25 Nov 2018 10:33:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:33:34,057 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1bba9013-1a6a-49ad-96aa-e92420e4c764/file used request id req-42b2b864-39af-4b24-84a6-8a533908f578 2018-11-25 10:33:34,057 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-11-25 10:33:34,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:33:34,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0748c8df-bab9-43f1-903b-71ff8cb63c11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:33:34,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0748c8df-bab9-43f1-903b-71ff8cb63c11 2018-11-25 10:33:34,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:33:34,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:33:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["4z-6K0HYS9OXNW6fBBxsFw"], "issued_at": "2018-11-25T10:33:34.000000Z"}} 2018-11-25 10:33:34,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-11-25 10:33:34,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-5d7a1a51-fc3a-473d-9f14-49133e71bcef Date: Sun, 25 Nov 2018 10:33:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"793cdae3-3532-4699-91b4-06b39de20a8c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:33:34Z","is_default":false,"provider:segmentation_id":56,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:33:34Z","mtu":1450}} 2018-11-25 10:33:34,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5d7a1a51-fc3a-473d-9f14-49133e71bcef 2018-11-25 10:33:34,966 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 793cdae3-3532-4699-91b4-06b39de20a8c with cidr 10.10.10.0/24 2018-11-25 10:33:34,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" -d '{"subnets": [{"ip_version": 4, "network_id": "793cdae3-3532-4699-91b4-06b39de20a8c", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-11-25 10:33:35,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-fe436c1e-5ded-4b7e-89b6-aff3f57e98b5 Date: Sun, 25 Nov 2018 10:33:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"793cdae3-3532-4699-91b4-06b39de20a8c","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:33:35Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:33:35Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"8f8012b1-1de9-4a20-a79e-83c9b58975e1","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-11-25 10:33:35,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-fe436c1e-5ded-4b7e-89b6-aff3f57e98b5 2018-11-25 10:33:35,612 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-11-25 10:33:35,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-11-25 10:33:36,019 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-6f530aa8-828a-47e6-8894-c1860dd5b0a4 Date: Sun, 25 Nov 2018 10:33:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1ab7863f-16d5-4cb1-90c8-24779cbaefa3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:33:35Z","is_default":false,"provider:segmentation_id":28,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:33:35Z","mtu":1450}} 2018-11-25 10:33:36,019 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6f530aa8-828a-47e6-8894-c1860dd5b0a4 2018-11-25 10:33:36,020 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 1ab7863f-16d5-4cb1-90c8-24779cbaefa3 with cidr 10.10.10.0/24 2018-11-25 10:33:36,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" -d '{"subnets": [{"ip_version": 4, "network_id": "1ab7863f-16d5-4cb1-90c8-24779cbaefa3", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-11-25 10:33:36,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-ce264311-a31b-4db1-9e20-d01c7173faf4 Date: Sun, 25 Nov 2018 10:33:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ab7863f-16d5-4cb1-90c8-24779cbaefa3","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:33:36Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:33:36Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"151b178c-b8c7-4dcd-8d56-ca7b3be09324","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-11-25 10:33:36,750 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ce264311-a31b-4db1-9e20-d01c7173faf4 2018-11-25 10:33:36,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" 2018-11-25 10:33:36,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-9cbe9db7-a889-48f5-86d6-c88d83052354 Date: Sun, 25 Nov 2018 10:33:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "updated_at": "2018-11-25T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "be60c331-bec8-4f83-b795-2cee1d41747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}], "revision_number": 4, "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8b709bbc-7260-46b7-88dc-54f09751360e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "updated_at": "2018-11-25T10:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "70416a38-6876-4fff-9847-564e75ee3305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-25T10:27:45Z", "revision_number": 0, "id": "c4d6f8eb-cb48-4051-b56f-a5bbef7a52ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:27:45Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 179, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 7, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "name": "sdnvpn-sg"}]} 2018-11-25 10:33:36,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-9cbe9db7-a889-48f5-86d6-c88d83052354 2018-11-25 10:33:36,958 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:33:36,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:33:36,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c5eb246-fa41-4803-bd75-9cba321236c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:33:36,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4c5eb246-fa41-4803-bd75-9cba321236c8 2018-11-25 10:33:36,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:33:37,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:33:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["J563rXvGSuu21xEVl2gEoQ"], "issued_at": "2018-11-25T10:33:37.000000Z"}} 2018-11-25 10:33:37,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" 2018-11-25 10:33:37,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33: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-fdd21c4c-374a-4d2c-b972-5d90e577baad x-compute-request-id: req-fdd21c4c-374a-4d2c-b972-5d90e577baad Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10172, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10172, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 10:33:37,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-fdd21c4c-374a-4d2c-b972-5d90e577baad 2018-11-25 10:33:37,660 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-11-25 10:33:37,660 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-11-25 10:33:37,660 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=1bba9013-1a6a-49ad-96aa-e92420e4c764 network=793cdae3-3532-4699-91b4-06b39de20a8c secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.10.12 files=None userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa 2018-11-25 10:33:37,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:33:37,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:33:37,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:33:37,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:33:37,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:33:37,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:33:37,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:33:37,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:33:37,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:33:37,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:33:37,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:33:37,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:33:37,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:33:37,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:33:37,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:33:37,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:33:37,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:33:37,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:33:37,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:33:37,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:33:37,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:33:37,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:33:37,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:33:37,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:33:37,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:33:37,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:33:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:33:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:33:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:33:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:33:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:33:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:33:37,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:33:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:33:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:33:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:33:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:33:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:33:37,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:33:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:33:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:33:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:33:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:33:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:33:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:33:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:33:37,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:33:37,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:33:37,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:33:37,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98c3a116-e597-40ad-a5b3-f167b37bd7f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:33:37,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-98c3a116-e597-40ad-a5b3-f167b37bd7f8 2018-11-25 10:33:37,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:33:38,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:33:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["i5KvRe9SR1C0neJoEZ8mFQ"], "issued_at": "2018-11-25T10:33:38.000000Z"}} 2018-11-25 10:33:38,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" 2018-11-25 10:33:38,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f331ce0-3615-41e2-9a81-02f7a2f6466e x-compute-request-id: req-5f331ce0-3615-41e2-9a81-02f7a2f6466e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:33:38,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5f331ce0-3615-41e2-9a81-02f7a2f6466e 2018-11-25 10:33:38,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" 2018-11-25 10:33:38,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e707e74-a471-4824-bb77-fd1cce15afed x-compute-request-id: req-5e707e74-a471-4824-bb77-fd1cce15afed Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:33:38,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-5e707e74-a471-4824-bb77-fd1cce15afed 2018-11-25 10:33:38,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "793cdae3-3532-4699-91b4-06b39de20a8c"}], "config_drive": true}}' 2018-11-25 10:33:40,574 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:33:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e0b67cd2-eb4a-4f3f-8a28-fc4151b16106 x-compute-request-id: req-e0b67cd2-eb4a-4f3f-8a28-fc4151b16106 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "49a0fb4f-6f1c-43d7-8b15-0415913242af", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "bookmark"}], "adminPass": "djk3BvPfhoYQ"}} 2018-11-25 10:33:40,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-e0b67cd2-eb4a-4f3f-8a28-fc4151b16106 2018-11-25 10:33:40,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:33:40,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01ad465b-dc0f-4cd7-8d1b-e76127478af1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:33:40,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-01ad465b-dc0f-4cd7-8d1b-e76127478af1 2018-11-25 10:33:40,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:33:40,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:33:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["mIKqiQo2Qh-6lLfwbaQv8w"], "issued_at": "2018-11-25T10:33:41.000000Z"}} 2018-11-25 10:33:40,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e99afb73adb410cf6d97ca6f96d4f8d71628fa2" 2018-11-25 10:33:41,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb33b56a-c32e-49c0-81b2-8ec4c7dfc5a7 x-compute-request-id: req-cb33b56a-c32e-49c0-81b2-8ec4c7dfc5a7 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "49a0fb4f-6f1c-43d7-8b15-0415913242af", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:33:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-2", "created": "2018-11-25T10:33:40Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:33:41,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af used request id req-cb33b56a-c32e-49c0-81b2-8ec4c7dfc5a7 2018-11-25 10:33:44,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e99afb73adb410cf6d97ca6f96d4f8d71628fa2" 2018-11-25 10:33:45,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ca3d94d-469d-4bbc-ac8b-f3adf8fbab0d x-compute-request-id: req-9ca3d94d-469d-4bbc-ac8b-f3adf8fbab0d Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "49a0fb4f-6f1c-43d7-8b15-0415913242af", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:33:42Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-25T10:33:40Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:33:45,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af used request id req-9ca3d94d-469d-4bbc-ac8b-f3adf8fbab0d 2018-11-25 10:33:48,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e99afb73adb410cf6d97ca6f96d4f8d71628fa2" 2018-11-25 10:33:49,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33: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-dd8fbd1a-410d-4025-8c8e-e16a093f288c x-compute-request-id: req-dd8fbd1a-410d-4025-8c8e-e16a093f288c Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:68:b0", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-11-25T10:33:47.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "49a0fb4f-6f1c-43d7-8b15-0415913242af", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:33:47Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-25T10:33:40Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:33:49,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af used request id req-dd8fbd1a-410d-4025-8c8e-e16a093f288c 2018-11-25 10:33:49,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" 2018-11-25 10:33:49,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33: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-0cba7f56-31e2-44d5-bb7d-2b1528cd290d x-compute-request-id: req-0cba7f56-31e2-44d5-bb7d-2b1528cd290d Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:68:b0", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-11-25T10:33:47.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "49a0fb4f-6f1c-43d7-8b15-0415913242af", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:33:47Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-25T10:33:40Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:33:49,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af used request id req-0cba7f56-31e2-44d5-bb7d-2b1528cd290d 2018-11-25 10:33:49,881 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-11-25 10:33:49,881 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-11-25 10:33:49,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:33:51,803 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:33:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ebdd038c-6075-467e-a207-412a2da76892 x-compute-request-id: req-ebdd038c-6075-467e-a207-412a2da76892 Content-Length: 0 Content-Type: application/json 2018-11-25 10:33:51,803 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-ebdd038c-6075-467e-a207-412a2da76892 2018-11-25 10:33:51,803 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-11-25 10:33:51,804 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=1bba9013-1a6a-49ad-96aa-e92420e4c764 network=1ab7863f-16d5-4cb1-90c8-24779cbaefa3 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.10.12 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.11 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-11-25 10:33:51,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:33:51,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:33:51,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:33:51,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:33:51,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:33:51,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:33:51,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:33:51,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:33:51,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:33:51,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:33:51,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:33:51,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:33:51,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:33:51,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:33:51,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:33:51,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:33:51,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:33:51,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:33:51,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:33:51,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:33:51,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:33:51,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:33:51,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:33:51,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:33:51,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:33:51,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:33:51,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:33:51,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:33:51,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:33:51,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:33:51,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:33:51,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:33:51,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:33:51,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:33:51,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:33:51,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:33:51,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:33:51,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:33:51,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:33:51,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:33:51,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:33:51,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:33:51,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:33:51,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:33:51,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:33:51,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:33:51,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:33:51,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:33:51,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:33:51,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6db99f49-01b8-4ca5-8f76-ddbae33c3f00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:33:51,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6db99f49-01b8-4ca5-8f76-ddbae33c3f00 2018-11-25 10:33:51,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:33:52,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:33:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["JxZOr4iEQuONjAxbmKIz1Q"], "issued_at": "2018-11-25T10:33:52.000000Z"}} 2018-11-25 10:33:52,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b44b5942fe2b7e9c27da243403188ebca4232ce2" 2018-11-25 10:33:52,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-e14970b9-c68d-41a7-a679-27ef8e8eacc4 x-compute-request-id: req-e14970b9-c68d-41a7-a679-27ef8e8eacc4 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:33:52,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e14970b9-c68d-41a7-a679-27ef8e8eacc4 2018-11-25 10:33:52,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b44b5942fe2b7e9c27da243403188ebca4232ce2" 2018-11-25 10:33:52,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-31b827ed-37c9-4848-b813-0463eff4aafa x-compute-request-id: req-31b827ed-37c9-4848-b813-0463eff4aafa Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:33:52,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-31b827ed-37c9-4848-b813-0463eff4aafa 2018-11-25 10:33:52,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b44b5942fe2b7e9c27da243403188ebca4232ce2" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCiMhL2Jpbi9zaApzZXQgMTAuMTAuMTAuMTEKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBob3N0bmFtZT0kKHNzaCAteSAtaSAvaG9tZS9jaXJyb3MvLnNzaC9pZF9yc2EgY2lycm9zQCRpcCAnaG9zdG5hbWUnIDwvZGV2L3plcm8gMj4vZGV2L251bGwpCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdOyB0aGVuIGVjaG8gJGlwICRob3N0bmFtZTsKICBlbHNlIGVjaG8gJGlwICdub3QgcmVhY2hhYmxlJztmaTsKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "personality": [{"path": "/home/cirros/id_rsa", "contents": "AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2kAAACCAX7P00UMJg/+U1+H510fMyoxRk1EG9OnbsdoYZt1XAWJkm8S9NSoDkIzLDtJ56EYq5T8XGnPRytkR3yvh/rf21u6H8/1h3m/3vl1eivh//911L5sd3AREjSWgA/d9sDQ5g6a44Zv5VnQeF2IWaG5b5qmHQOEzvrDoVEcj+vBUriSEQAAAEIAm3WsEwn6wsNz3KGIfP+9fKjbJTJDVjG9tvaHXgEMreAZj8BU7QTHeiCxfRa4fPHJwis3groaspH99clhEK/hsycAAABCAMHIMkSxbgBLNcwncB+ahxtDHNgxLWwrxwgDx0aWc+pM20wKwamqTOWc+93QcUcFaq/T+Rct+wkQAIBWjVo0Erbv"}], "networks": [{"fixed_ip": "10.10.10.12", "uuid": "1ab7863f-16d5-4cb1-90c8-24779cbaefa3"}], "config_drive": true}}' 2018-11-25 10:33:54,885 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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-a9bcff85-35d2-442a-bec4-05faad3f292f x-compute-request-id: req-a9bcff85-35d2-442a-bec4-05faad3f292f Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "bookmark"}], "adminPass": "4o4MDqmPVThm"}} 2018-11-25 10:33:54,885 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a9bcff85-35d2-442a-bec4-05faad3f292f 2018-11-25 10:33:54,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:33:54,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b826151-213f-4e38-9876-c7162cd294d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:33:54,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9b826151-213f-4e38-9876-c7162cd294d4 2018-11-25 10:33:54,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:33:55,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:33:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["d0R6wVDVT7ujMOg6xGlg9Q"], "issued_at": "2018-11-25T10:33:55.000000Z"}} 2018-11-25 10:33:55,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4347dfe104fcccacc8938aaf1b8e2f593830be" 2018-11-25 10:33:55,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33: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-d195f27e-b81b-4759-a386-bfe860b09b5c x-compute-request-id: req-d195f27e-b81b-4759-a386-bfe860b09b5c Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:33:55Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-11-25T10:33:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:33:55,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 used request id req-d195f27e-b81b-4759-a386-bfe860b09b5c 2018-11-25 10:33:58,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4347dfe104fcccacc8938aaf1b8e2f593830be" 2018-11-25 10:33:59,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:33:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbefed7c-ea5a-4555-a18e-e95e202ca25b x-compute-request-id: req-cbefed7c-ea5a-4555-a18e-e95e202ca25b Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:33:57Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-25T10:33:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:33:59,348 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 used request id req-cbefed7c-ea5a-4555-a18e-e95e202ca25b 2018-11-25 10:34:02,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4347dfe104fcccacc8938aaf1b8e2f593830be" 2018-11-25 10:34:03,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34: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-cb378bea-e252-4666-9766-7050efb92d64 x-compute-request-id: req-cb378bea-e252-4666-9766-7050efb92d64 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b5:c1", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-25T10:34:00.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:34:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-25T10:33:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:34:03,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 used request id req-cb378bea-e252-4666-9766-7050efb92d64 2018-11-25 10:34:03,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b44b5942fe2b7e9c27da243403188ebca4232ce2" 2018-11-25 10:34:03,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48c49bae-a8c7-40aa-9409-8a65b55d5463 x-compute-request-id: req-48c49bae-a8c7-40aa-9409-8a65b55d5463 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b5:c1", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-25T10:34:00.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:34:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-25T10:33:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:34:03,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 used request id req-48c49bae-a8c7-40aa-9409-8a65b55d5463 2018-11-25 10:34:03,852 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-11-25 10:34:03,852 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-11-25 10:34:03,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:34:05,115 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:34:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1deecefe-ec21-4852-86aa-1b34f5827bee x-compute-request-id: req-1deecefe-ec21-4852-86aa-1b34f5827bee Content-Length: 0 Content-Type: application/json 2018-11-25 10:34:05,115 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1/action used request id req-1deecefe-ec21-4852-86aa-1b34f5827bee 2018-11-25 10:34:05,115 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-11-25 10:34:05,116 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=1bba9013-1a6a-49ad-96aa-e92420e4c764 network=793cdae3-3532-4699-91b4-06b39de20a8c secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.10.11 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.12 10.10.10.12 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-11-25 10:34:05,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:34:05,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:34:05,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:34:05,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:34:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:34:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:34:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:34:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:34:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:34:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:34:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:34:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:34:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:34:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:34:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:34:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:34:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:34:05,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:34:05,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:34:05,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:34:05,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:34:05,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:34:05,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:34:05,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:34:05,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:34:05,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:34:05,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:34:05,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:34:05,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:34:05,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:34:05,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:34:05,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:34:05,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:34:05,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:34:05,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:34:05,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:34:05,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:34:05,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:34:05,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:34:05,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:34:05,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:34:05,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:34:05,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:34:05,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:34:05,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:34:05,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:34:05,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:34:05,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:34:05,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:34:05,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06811d6f-a734-4c21-a27f-70eb66dac5ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:34:05,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-06811d6f-a734-4c21-a27f-70eb66dac5ad 2018-11-25 10:34:05,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:34:05,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:34:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["P3OAH2csSUiJ4tNR8kU48w"], "issued_at": "2018-11-25T10:34:05.000000Z"}} 2018-11-25 10:34:05,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de3c37225792ea892521606dae31d850b9bf27d" 2018-11-25 10:34:05,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34: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-e7190150-883f-4069-a9b7-ca5a006e775a x-compute-request-id: req-e7190150-883f-4069-a9b7-ca5a006e775a Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:34:05,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e7190150-883f-4069-a9b7-ca5a006e775a 2018-11-25 10:34:05,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de3c37225792ea892521606dae31d850b9bf27d" 2018-11-25 10:34:05,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34: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-e9ea164e-5b8a-4df1-8d30-09ef6f7cf86f x-compute-request-id: req-e9ea164e-5b8a-4df1-8d30-09ef6f7cf86f Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:34:05,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-e9ea164e-5b8a-4df1-8d30-09ef6f7cf86f 2018-11-25 10:34:05,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de3c37225792ea892521606dae31d850b9bf27d" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCiMhL2Jpbi9zaApzZXQgMTAuMTAuMTAuMTIgMTAuMTAuMTAuMTIKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBob3N0bmFtZT0kKHNzaCAteSAtaSAvaG9tZS9jaXJyb3MvLnNzaC9pZF9yc2EgY2lycm9zQCRpcCAnaG9zdG5hbWUnIDwvZGV2L3plcm8gMj4vZGV2L251bGwpCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdOyB0aGVuIGVjaG8gJGlwICRob3N0bmFtZTsKICBlbHNlIGVjaG8gJGlwICdub3QgcmVhY2hhYmxlJztmaTsKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "personality": [{"path": "/home/cirros/id_rsa", "contents": "AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2kAAACCAX7P00UMJg/+U1+H510fMyoxRk1EG9OnbsdoYZt1XAWJkm8S9NSoDkIzLDtJ56EYq5T8XGnPRytkR3yvh/rf21u6H8/1h3m/3vl1eivh//911L5sd3AREjSWgA/d9sDQ5g6a44Zv5VnQeF2IWaG5b5qmHQOEzvrDoVEcj+vBUriSEQAAAEIAm3WsEwn6wsNz3KGIfP+9fKjbJTJDVjG9tvaHXgEMreAZj8BU7QTHeiCxfRa4fPHJwis3groaspH99clhEK/hsycAAABCAMHIMkSxbgBLNcwncB+ahxtDHNgxLWwrxwgDx0aWc+pM20wKwamqTOWc+93QcUcFaq/T+Rct+wkQAIBWjVo0Erbv"}], "networks": [{"fixed_ip": "10.10.10.11", "uuid": "793cdae3-3532-4699-91b4-06b39de20a8c"}], "config_drive": true}}' 2018-11-25 10:34:08,045 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:34: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-3492a035-8a78-4929-af02-dbee1c428298 x-compute-request-id: req-3492a035-8a78-4929-af02-dbee1c428298 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "804bcf25-153c-43af-91f4-91186437ce82", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "bookmark"}], "adminPass": "vgzC7zHVgx9L"}} 2018-11-25 10:34:08,045 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3492a035-8a78-4929-af02-dbee1c428298 2018-11-25 10:34:08,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:34:08,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd027c22-eb5b-429c-a2f3-84ee4e4208ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:34:08,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dd027c22-eb5b-429c-a2f3-84ee4e4208ad 2018-11-25 10:34:08,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:34:08,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:34:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["yMYhUnYyTDackVs3SBg12g"], "issued_at": "2018-11-25T10:34:08.000000Z"}} 2018-11-25 10:34:08,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fa9d5db722f57de600b8d40ca663373a7fe227" 2018-11-25 10:34:08,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57e427da-d042-465a-8340-e2dc69ce474e x-compute-request-id: req-57e427da-d042-465a-8340-e2dc69ce474e Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "804bcf25-153c-43af-91f4-91186437ce82", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:34:08Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-1", "created": "2018-11-25T10:34:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:34:08,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82 used request id req-57e427da-d042-465a-8340-e2dc69ce474e 2018-11-25 10:34:11,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fa9d5db722f57de600b8d40ca663373a7fe227" 2018-11-25 10:34:12,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e625b6c6-1c16-44a5-98f4-bffbee7ecdaf x-compute-request-id: req-e625b6c6-1c16-44a5-98f4-bffbee7ecdaf Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "804bcf25-153c-43af-91f4-91186437ce82", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:34:09Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-11-25T10:34:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:34:12,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82 used request id req-e625b6c6-1c16-44a5-98f4-bffbee7ecdaf 2018-11-25 10:34:15,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fa9d5db722f57de600b8d40ca663373a7fe227" 2018-11-25 10:34:16,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a77408a7-121c-4901-9c3b-8f77bf70d18f x-compute-request-id: req-a77408a7-121c-4901-9c3b-8f77bf70d18f Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e6:83", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-25T10:34:13.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "804bcf25-153c-43af-91f4-91186437ce82", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:34:13Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-11-25T10:34:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:34:16,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82 used request id req-a77408a7-121c-4901-9c3b-8f77bf70d18f 2018-11-25 10:34:16,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de3c37225792ea892521606dae31d850b9bf27d" 2018-11-25 10:34:16,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34: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-795ced3a-2a66-43f9-a7b4-5719d4eb5ac0 x-compute-request-id: req-795ced3a-2a66-43f9-a7b4-5719d4eb5ac0 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e6:83", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-25T10:34:13.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "804bcf25-153c-43af-91f4-91186437ce82", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:34:13Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-11-25T10:34:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:34:16,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82 used request id req-795ced3a-2a66-43f9-a7b4-5719d4eb5ac0 2018-11-25 10:34:16,920 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-11-25 10:34:16,920 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-11-25 10:34:16,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:34:18,373 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:34: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-9c55a600-d80e-4127-8328-9c18ecb6ecf0 x-compute-request-id: req-9c55a600-d80e-4127-8328-9c18ecb6ecf0 Content-Length: 0 Content-Type: application/json 2018-11-25 10:34:18,373 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82/action used request id req-9c55a600-d80e-4127-8328-9c18ecb6ecf0 2018-11-25 10:34:18,374 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-11-25 10:34:18,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-297087", "route_distinguishers": "111:111"}}' 2018-11-25 10:34:18,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-21b6bbfe-528c-47ea-9edc-a7466b3234cb Date: Sun, 25 Nov 2018 10:34:18 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "16d07d72-172e-4185-9f4d-bfaf55355d53", "name": "sdnvpn-1-297087", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:34:18,736 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-21b6bbfe-528c-47ea-9edc-a7466b3234cb 2018-11-25 10:34:18,736 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-297087', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [u'55:55'], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'16d07d72-172e-4185-9f4d-bfaf55355d53'}} 2018-11-25 10:34:18,737 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-11-25 10:34:18,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/16d07d72-172e-4185-9f4d-bfaf55355d53/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" -d '{"network_association": {"network_id": "793cdae3-3532-4699-91b4-06b39de20a8c"}}' 2018-11-25 10:34:19,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-3f8ca996-411a-4f54-a75b-b8c24b60f480 Date: Sun, 25 Nov 2018 10:34:19 GMT RESP BODY: {"network_association": {"network_id": "793cdae3-3532-4699-91b4-06b39de20a8c", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "942c8810-654a-47dd-9ca9-ff7cfd8785f7"}} 2018-11-25 10:34:19,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/16d07d72-172e-4185-9f4d-bfaf55355d53/network_associations used request id req-3f8ca996-411a-4f54-a75b-b8c24b60f480 2018-11-25 10:34:19,764 - sdnvpn_test_utils - INFO - Waiting for instance 49a0fb4f-6f1c-43d7-8b15-0415913242af to boot up 2018-11-25 10:34:19,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:20,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13d01dda-1e0d-49ef-8516-54753d26d465 x-compute-request-id: req-13d01dda-1e0d-49ef-8516-54753d26d465 Content-Encoding: gzip Content-Length: 7885 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:34:20,836 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-13d01dda-1e0d-49ef-8516-54753d26d465 2018-11-25 10:34:22,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:23,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34: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-4496cf03-12ad-431b-b4ab-8393f8a9a714 x-compute-request-id: req-4496cf03-12ad-431b-b4ab-8393f8a9a714 Content-Encoding: gzip Content-Length: 7885 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:34:23,921 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-4496cf03-12ad-431b-b4ab-8393f8a9a714 2018-11-25 10:34:25,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:27,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34: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-34220995-b213-4ba9-87fc-50f78e5517f3 x-compute-request-id: req-34220995-b213-4ba9-87fc-50f78e5517f3 Content-Encoding: gzip Content-Length: 7885 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:34:27,011 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-34220995-b213-4ba9-87fc-50f78e5517f3 2018-11-25 10:34:29,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:30,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-294c268d-2f58-4fa9-a91c-b52b96ae5f88 x-compute-request-id: req-294c268d-2f58-4fa9-a91c-b52b96ae5f88 Content-Encoding: gzip Content-Length: 7885 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:34:30,109 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-294c268d-2f58-4fa9-a91c-b52b96ae5f88 2018-11-25 10:34:32,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:33,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34: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-0ce1eab6-fe53-4d5a-8d82-ef4a00aef75c x-compute-request-id: req-0ce1eab6-fe53-4d5a-8d82-ef4a00aef75c Content-Encoding: gzip Content-Length: 7885 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:34:33,202 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-0ce1eab6-fe53-4d5a-8d82-ef4a00aef75c 2018-11-25 10:34:35,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:36,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92c06e45-6f39-4149-a35e-2b555d0c2a8e x-compute-request-id: req-92c06e45-6f39-4149-a35e-2b555d0c2a8e Content-Encoding: gzip Content-Length: 7885 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:34:36,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-92c06e45-6f39-4149-a35e-2b555d0c2a8e 2018-11-25 10:34:38,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:39,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71626c94-140f-4d5f-a79b-afecfd3cf8ea x-compute-request-id: req-71626c94-140f-4d5f-a79b-afecfd3cf8ea Content-Encoding: gzip Content-Length: 7885 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:34:39,426 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-71626c94-140f-4d5f-a79b-afecfd3cf8ea 2018-11-25 10:34:41,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:42,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f4b35a8-c507-4330-a24c-dda80d66a1a7 x-compute-request-id: req-8f4b35a8-c507-4330-a24c-dda80d66a1a7 Content-Encoding: gzip Content-Length: 7885 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:34:42,513 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-8f4b35a8-c507-4330-a24c-dda80d66a1a7 2018-11-25 10:34:44,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:45,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7e2948f-290c-4648-a743-fd37cc1fb52d x-compute-request-id: req-e7e2948f-290c-4648-a743-fd37cc1fb52d Content-Encoding: gzip Content-Length: 7885 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:34:45,600 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-e7e2948f-290c-4648-a743-fd37cc1fb52d 2018-11-25 10:34:47,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:48,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34: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-feefe647-7897-4d1f-8f8a-7ae797034672 x-compute-request-id: req-feefe647-7897-4d1f-8f8a-7ae797034672 Content-Encoding: gzip Content-Length: 7885 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:34:48,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-feefe647-7897-4d1f-8f8a-7ae797034672 2018-11-25 10:34:50,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:51,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db034e38-7474-4440-ab56-f27402df258f x-compute-request-id: req-db034e38-7474-4440-ab56-f27402df258f Content-Encoding: gzip Content-Length: 9544 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n"} 2018-11-25 10:34:51,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-db034e38-7474-4440-ab56-f27402df258f 2018-11-25 10:34:53,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:54,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0385099-ddf3-4bbe-9416-5991a94f02be x-compute-request-id: req-c0385099-ddf3-4bbe-9416-5991a94f02be Content-Encoding: gzip Content-Length: 10148 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:34:54,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-c0385099-ddf3-4bbe-9416-5991a94f02be 2018-11-25 10:34:56,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:34:57,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0086201-e49a-4cc1-be44-541ff3325de9 x-compute-request-id: req-c0086201-e49a-4cc1-be44-541ff3325de9 Content-Encoding: gzip Content-Length: 10148 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:34:57,963 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-c0086201-e49a-4cc1-be44-541ff3325de9 2018-11-25 10:34:59,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:01,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:34: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-f184c681-e37a-4938-88f6-784792d19550 x-compute-request-id: req-f184c681-e37a-4938-88f6-784792d19550 Content-Encoding: gzip Content-Length: 10148 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:35:01,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-f184c681-e37a-4938-88f6-784792d19550 2018-11-25 10:35:03,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:04,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-3a0ed4fb-869d-46fb-9098-9527d0d33378 x-compute-request-id: req-3a0ed4fb-869d-46fb-9098-9527d0d33378 Content-Encoding: gzip Content-Length: 10148 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:35:04,202 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-3a0ed4fb-869d-46fb-9098-9527d0d33378 2018-11-25 10:35:06,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:07,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-64f94c90-4a3d-43b5-83f8-864fd9162697 x-compute-request-id: req-64f94c90-4a3d-43b5-83f8-864fd9162697 Content-Encoding: gzip Content-Length: 10221 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:35:07,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-64f94c90-4a3d-43b5-83f8-864fd9162697 2018-11-25 10:35:09,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:10,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-3afc9c2c-ee25-463b-8a55-f448fd04a550 x-compute-request-id: req-3afc9c2c-ee25-463b-8a55-f448fd04a550 Content-Encoding: gzip Content-Length: 10221 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:35:10,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-3afc9c2c-ee25-463b-8a55-f448fd04a550 2018-11-25 10:35:12,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:13,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-f10034e6-8cf2-46eb-ba51-c9ec76ef8e3f x-compute-request-id: req-f10034e6-8cf2-46eb-ba51-c9ec76ef8e3f Content-Encoding: gzip Content-Length: 10221 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:35:13,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-f10034e6-8cf2-46eb-ba51-c9ec76ef8e3f 2018-11-25 10:35:15,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:16,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-79862539-8f4c-4a58-9a4d-edc933164d64 x-compute-request-id: req-79862539-8f4c-4a58-9a4d-edc933164d64 Content-Encoding: gzip Content-Length: 10221 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:35:16,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-79862539-8f4c-4a58-9a4d-edc933164d64 2018-11-25 10:35:18,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:19,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-083cb5bb-fd62-4508-833e-7e297f2e7242 x-compute-request-id: req-083cb5bb-fd62-4508-833e-7e297f2e7242 Content-Encoding: gzip Content-Length: 10221 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:35:19,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-083cb5bb-fd62-4508-833e-7e297f2e7242 2018-11-25 10:35:21,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:22,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-a70269d7-cf49-40ca-9453-22d929c86ff8 x-compute-request-id: req-a70269d7-cf49-40ca-9453-22d929c86ff8 Content-Encoding: gzip Content-Length: 10240 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:35:22,779 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-a70269d7-cf49-40ca-9453-22d929c86ff8 2018-11-25 10:35:24,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:25,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae2f263b-2517-4a7a-a551-10e7e8c23da7 x-compute-request-id: req-ae2f263b-2517-4a7a-a551-10e7e8c23da7 Content-Encoding: gzip Content-Length: 10240 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:35:25,878 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-ae2f263b-2517-4a7a-a551-10e7e8c23da7 2018-11-25 10:35:27,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:28,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-93a1cac3-4307-459e-823a-88c3062bcf3f x-compute-request-id: req-93a1cac3-4307-459e-823a-88c3062bcf3f Content-Encoding: gzip Content-Length: 10240 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:35:28,969 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-93a1cac3-4307-459e-823a-88c3062bcf3f 2018-11-25 10:35:30,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:32,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-cf5dd597-666d-49c5-9f69-91908fc67dd6 x-compute-request-id: req-cf5dd597-666d-49c5-9f69-91908fc67dd6 Content-Encoding: gzip Content-Length: 10240 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:35:32,063 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-cf5dd597-666d-49c5-9f69-91908fc67dd6 2018-11-25 10:35:34,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:35,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2b6d8e1-c84b-4ca8-b7ff-a3b69aa7625b x-compute-request-id: req-e2b6d8e1-c84b-4ca8-b7ff-a3b69aa7625b Content-Encoding: gzip Content-Length: 11000 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-2-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.124599] usb 1-1: SerialNumber: 42\n[ 1.258409] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.270346] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.287972] random: dd urandom read with 13 bits of entropy available\n[ 1.328978] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.330609] ISO 9660 Extensions: RRIP_1991A\n[ 1.492456] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.492459] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 62.388430] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 62.708979] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:35:30 cirros authpriv.info dropbear[632]: Exit (cirros): Exited normally\nNov 25 10:35:31 cirros authpriv.info dropbear[635]: Child connection from 10.10.10.11:48564\nNov 25 10:35:31 cirros authpriv.notice dropbear[635]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48564\nNov 25 10:35:31 cirros authpriv.info dropbear[635]: Exit (cirros): Exited normally\nNov 25 10:35:31 cirros authpriv.info dropbear[638]: Child connection from 10.10.10.11:48566\nNov 25 10:35:31 cirros authpriv.notice dropbear[638]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48566\nNov 25 10:35:31 cirros authpriv.info dropbear[638]: Exit (cirros): Exited normally\nNov 25 10:35:32 cirros authpriv.info dropbear[641]: Child connection from 10.10.10.11:48568\nNov 25 10:35:32 cirros authpriv.notice dropbear[641]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48568\nNov 25 10:35:32 cirros authpriv.info dropbear[641]: Exit (cirros): Exited normally\nNov 25 10:35:32 cirros authpriv.info dropbear[644]: Child connection from 10.10.10.11:48570\nNov 25 10:35:32 cirros authpriv.notice dropbear[644]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48570\nNov 25 10:35:32 cirros authpriv.info dropbear[644]: Exit (cirros): Exited normally\nNov 25 10:35:33 cirros authpriv.info dropbear[647]: Child connection from 10.10.10.11:48572\nNov 25 10:35:33 cirros authpriv.notice dropbear[647]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48572\nNov 25 10:35:33 cirros authpriv.info dropbear[647]: Exit (cirros): Exited normally\nNov 25 10:35:33 cirros authpriv.info dropbear[650]: Child connection from 10.10.10.11:48574\nNov 25 10:35:33 cirros authpriv.notice dropbear[650]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48574\nNov 25 10:35:33 cirros authpriv.info dropbear[650]: Exit (cirros): Exited normally\nNov 25 10:35:34 cirros authpriv.info dropbear[653]: Child connection from 10.10.10.11:48576\nNov 25 10:35:34 cirros authpriv.notice dropbear[653]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48576\nNov 25 10:35:34 cirros authpriv.info dropbear[653]: Exit (cirros): Exited normally\nNov 25 10:35:34 cirros authpriv.info dropbear[656]: Child connection from 10.10.10.11:48578\nNov 25 10:35:34 cirros authpriv.notice dropbear[656"} 2018-11-25 10:35:35,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-e2b6d8e1-c84b-4ca8-b7ff-a3b69aa7625b 2018-11-25 10:35:37,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1f84f0cb90a4cb050d29a33487a71917ac740c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:38,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-050dcc47-9ec0-42bb-9535-e0c23cedad4e x-compute-request-id: req-050dcc47-9ec0-42bb-9535-e0c23cedad4e Content-Encoding: gzip Content-Length: 11151 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 509349320 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.128670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130308] pid_max: default: 32768 minimum: 301\n[ 0.131194] ACPI: Core revision 20150930\n[ 0.132567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133868] Security Framework initialized\n[ 0.134673] Yama: becoming mindful.\n[ 0.135389] AppArmor: AppArmor initialized\n[ 0.136245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137564] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138828] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141392] Initializing cgroup subsys io\n[ 0.142195] Initializing cgroup subsys memory\n[ 0.143041] Initializing cgroup subsys devices\n[ 0.143910] Initializing cgroup subsys freezer\n[ 0.144765] Initializing cgroup subsys net_cls\n[ 0.145617] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147385] Initializing cgroup subsys hugetlb\n[ 0.148247] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150610] mce: CPU supports 10 MCE banks\n[ 0.151449] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152449] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164359] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170757] ftrace: allocating 31920 entries in 125 pages\n[ 0.196812] smpboot: Max logical packages: 1\n[ 0.197659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199003] x2apic enabled\n[ 0.199819] Switched APIC routing to physical x2apic.\n[ 0.201548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206405] KVM setup paravirtual spinlock\n[ 0.207689] x86: Booted up 1 node, 1 CPUs\n[ 0.208489] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209874] devtmpfs: initialized\n[ 0.211582] evm: security.selinux\n[ 0.212285] evm: security.SMACK64\n[ 0.212973] evm: security.SMACK64EXEC\n[ 0.213715] evm: security.SMACK64TRANSMUTE\n[ 0.214514] evm: security.SMACK64MMAP\n[ 0.215262] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218555] pinctrl core: initialized pinctrl subsystem\n[ 0.219652] RTC time: 10:33:47, date: 11/25/18\n[ 0.220599] NET: Registered protocol family 16\n[ 0.221571] cpuidle: using governor ladder\n[ 0.222389] cpuidle: using governor menu\n[ 0.223173] PCCT header not found.\n[ 0.223929] ACPI: bus type PCI registered\n[ 0.224730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225963] PCI: Using configuration type 1 for base access\n[ 0.227712] ACPI: Added _OSI(Module Device)\n[ 0.228551] ACPI: Added _OSI(Processor Device)\n[ 0.229413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232414] ACPI: Interpreter enabled\n[ 0.233184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240487] ACPI: (supports S0 S5)\n[ 0.241189] ACPI: Using IOAPIC for interrupt routing\n[ 0.242129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245205] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248754] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250956] acpiphp: Slot [3] registered\n[ 0.251754] acpiphp: Slot [4] registered\n[ 0.252545] acpiphp: Slot [5] registered\n[ 0.253340] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254928] acpiphp: Slot [8] registered\n[ 0.255723] acpiphp: Slot [9] registered\n[ 0.256510] acpiphp: Slot [10] registered\n[ 0.257313] acpiphp: Slot [11] registered\n[ 0.258127] acpiphp: Slot [12] registered\n[ 0.258933] acpiphp: Slot [13] registered\n[ 0.259737] acpiphp: Slot [14] registered\n[ 0.260538] acpiphp: Slot [15] registered\n[ 0.271390] acpiphp: Slot [16] registered\n[ 0.272193] acpiphp: Slot [17] registered\n[ 0.272999] acpiphp: Slot [18] registered\n[ 0.273799] acpiphp: Slot [19] registered\n[ 0.274594] acpiphp: Slot [20] registered\n[ 0.275405] acpiphp: Slot [21] registered\n[ 0.276210] acpiphp: Slot [22] registered\n[ 0.277014] acpiphp: Slot [23] registered\n[ 0.277817] acpiphp: Slot [24] registered\n[ 0.278617] acpiphp: Slot [25] registered\n[ 0.279441] acpiphp: Slot [26] registered\n[ 0.280251] acpiphp: Slot [27] registered\n[ 0.281060] acpiphp: Slot [28] registered\n[ 0.281868] acpiphp: Slot [29] registered\n[ 0.282674] acpiphp: Slot [30] registered\n[ 0.283478] acpiphp: Slot [31] registered\n[ 0.284282] PCI host bridge to bus 0000:00\n[ 0.285095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288955] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354662] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356151] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363907] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365427] vgaarb: loaded\n[ 0.366022] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367143] SCSI subsystem initialized\n[ 0.367952] ACPI: bus type USB registered\n[ 0.368761] usbcore: registered new interface driver usbfs\n[ 0.369774] usbcore: registered new interface driver hub\n[ 0.370766] usbcore: registered new device driver usb\n[ 0.371810] PCI: Using ACPI for IRQ routing\n[ 0.372825] NetLabel: Initializing\n[ 0.373528] NetLabel: domain hash size = 128\n[ 0.374366] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375300] NetLabel: unlabeled traffic allowed by default\n[ 0.376382] clocksource: Switched to clocksource kvm-clock\n[ 0.381760] AppArmor: AppArmor Filesystem Enabled\n[ 0.382719] pnp: PnP ACPI init\n[ 0.383616] pnp: PnP ACPI: found 5 devices\n[ 0.389976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391657] NET: Registered protocol family 2\n[ 0.392601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393865] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396168] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397233] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398388] NET: Registered protocol family 1\n[ 0.399246] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400330] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401396] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429671] Trying to unpack rootfs image as initramfs...\n[ 0.479505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493412] Scanning for low memory corruption every 60 seconds\n[ 0.494730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495870] audit: initializing netlink subsys (disabled)\n[ 0.496891] audit: type=2000 audit(1543142027.949:1): initialized\n[ 0.498191] Initialise system trusted keyring\n[ 0.499116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502234] zbud: loaded\n[ 0.502933] VFS: Disk quotas dquot_6.6.0\n[ 0.503747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505246] fuse init (API version 7.23)\n[ 0.506132] Key type big_key registered\n[ 0.506927] Allocating IMA MOK and blacklist keyrings.\n[ 0.508409] Key type asymmetric registered\n[ 0.509229] Asymmetric key parser 'x509' registered\n[ 0.510171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511616] io scheduler noop registered\n[ 0.512416] io scheduler deadline registered (default)\n[ 0.513398] io scheduler cfq registered\n[ 0.514223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517976] ACPI: Power Button [PWRF]\n[ 0.518801] GHES: HEST is not enabled!\n[ 0.532329] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591337] Linux agpgart interface v0.103\n[ 0.593447] brd: module loaded\n[ 0.594636] loop: module loaded\n[ 0.600229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601679] GPT:90111 != 2097151\n[ 0.602354] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603442] GPT:90111 != 2097151\n[ 0.604113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605078] vda: vda1 vda15\n[ 0.606836] scsi host0: ata_piix\n[ 0.607565] scsi host1: ata_piix\n[ 0.608272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609491] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610935] libphy: Fixed MDIO Bus: probed\n[ 0.611757] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614982] PPP generic driver version 2.4.2\n[ 0.615864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617224] ehci-pci: EHCI PCI platform driver\n[ 0.618098] ehci-platform: EHCI generic platform driver\n[ 0.619076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620190] ohci-pci: OHCI PCI platform driver\n[ 0.621056] ohci-platform: OHCI generic platform driver\n[ 0.622037] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638985] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643768] usb usb1: Product: UHCI Host Controller\n[ 0.644704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645841] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646847] hub 1-0:1.0: USB hub found\n[ 0.647619] hub 1-0:1.0: 2 ports detected\n[ 0.648525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650649] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651593] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652620] mousedev: PS/2 mouse device common for all mice\n[ 0.653874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659169] i2c /dev entries driver\n[ 0.659929] device-mapper: uevent: version 1.0.3\n[ 0.660906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662491] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663754] NET: Registered protocol family 10\n[ 0.664736] NET: Registered protocol family 17\n[ 0.665595] Key type dns_resolver registered\n[ 0.666495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669269] registered taskstats version 1\n[ 0.670077] Loading compiled-in X.509 certificates\n[ 0.671496] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673308] zswap: loaded using pool lzo/zbud\n[ 0.674660] Key type trusted registered\n[ 0.676181] Key type encrypted registered\n[ 0.677007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678005] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679014] evm: HMAC attrs: 0x1\n[ 0.679946] Magic number: 10:0:579\n[ 0.680713] pci_bus 0000:00: hash matches\n[ 0.681553] rtc_cmos 00:00: setting system clock to 2018-11-25 10:33:48 UTC (1543142028)\n[ 0.683465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684546] EDD information not available.\n[ 0.764928] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766341] ata1.00: configured for MWDMA2\n[ 0.777845] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779991] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781306] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782699] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784703] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786428] Write protecting the kernel read-only data: 14336k\n[ 0.788098] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790036] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\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.287972] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 489472 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5GxNaIgTxXXYrbNY7iu2jo0jVYy0YDJPTFc7x0hdoZIeO0mLiYr3eb81JVjBfy3iwoFoJbomFTS73YuT6x5+/f7ioqVmoFHuG2t7sHSi3iLCvwJufSctQ6om4fNrRL72xEPWyy41dk1aqp0662XZyc4mSZVkKewL8r3eEldKd6YIEmbWlfY3d6JorGYuqZIkDuiU410fCjKlQVSDfBYRjHa+zdRHfuRSGHnKzIv5CtvksLET+6rh+y24C8upOa5Yg/g5VxJsNKPDKHWuG3/6jKSHEtwydItUNaUIBJzelNVoMxeNznall+Hw2ydFA36wQkPoUYhvTg1iSARtaVV/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJQ0Cy8oTd69JanxmmprcoDBKc/gH9+prK320mmZ7xeZUDo21kp7RP69NWXHirmRzObC/f0T9OEknoRx7Yk7qR9TWIDVfJ6Hslc53wLMznhplB3imKsh6E4l63H8nauKksI9rkSq6KjE/ynTs4QOUmjGS61ekf+TLcRywV54GI4rAAAAFQD2BQqxsKUfmfZF4IM4WUCWfIkzWQAAAIA8GfrKpExWt1ypZwzLwUsjI+3eo0qg5ILWPZB/o7Y+mMaZzRyobrL3+/qhuQAxmR1x/5SzW6lxv4rVc0aspkYog4htfvSB7ugqGa3/XLSiEaVoGTzBzKvnayAvg9jF2yDLT6tP9OTFBMwB6054JueJjFpw7gsYEQ//bR083eWlHgAAAIATOG6j/Hdprn5Q5ZcLpNEkC1JvM1QXG8GozVvGVYZCia4qt2nh0z6iUSP85mZbZjeiH/hIDe/pR4N96R1qwRRxrarvSba1kEAPzAb7p7z9E2MZdc10lCoVlqSuHri8NR74jnnYIDY1OyYiO9wOp9IFV8KMrHnltdoJoEAVh9+eAg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:febc:68b0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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: configdrive local ===\ninstance-id: 49a0fb4f-6f1c-43d7-8b15-0415913242af\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.28 ===\n/dev/root resized successfully [took 2.76s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BC:68:B0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febc:68b0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89 errors:0 dropped:16 overruns:0 frame:0\n TX packets:44 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9078 (8.8 KiB) TX bytes:5751 (5.6 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-2-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.124599] usb 1-1: SerialNumber: 42\n[ 1.258409] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.270346] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.287972] random: dd urandom read with 13 bits of entropy available\n[ 1.328978] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.330609] ISO 9660 Extensions: RRIP_1991A\n[ 1.492456] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.492459] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 62.388430] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 62.708979] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:35:30 cirros authpriv.info dropbear[632]: Exit (cirros): Exited normally\nNov 25 10:35:31 cirros authpriv.info dropbear[635]: Child connection from 10.10.10.11:48564\nNov 25 10:35:31 cirros authpriv.notice dropbear[635]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48564\nNov 25 10:35:31 cirros authpriv.info dropbear[635]: Exit (cirros): Exited normally\nNov 25 10:35:31 cirros authpriv.info dropbear[638]: Child connection from 10.10.10.11:48566\nNov 25 10:35:31 cirros authpriv.notice dropbear[638]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48566\nNov 25 10:35:31 cirros authpriv.info dropbear[638]: Exit (cirros): Exited normally\nNov 25 10:35:32 cirros authpriv.info dropbear[641]: Child connection from 10.10.10.11:48568\nNov 25 10:35:32 cirros authpriv.notice dropbear[641]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48568\nNov 25 10:35:32 cirros authpriv.info dropbear[641]: Exit (cirros): Exited normally\nNov 25 10:35:32 cirros authpriv.info dropbear[644]: Child connection from 10.10.10.11:48570\nNov 25 10:35:32 cirros authpriv.notice dropbear[644]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48570\nNov 25 10:35:32 cirros authpriv.info dropbear[644]: Exit (cirros): Exited normally\nNov 25 10:35:33 cirros authpriv.info dropbear[647]: Child connection from 10.10.10.11:48572\nNov 25 10:35:33 cirros authpriv.notice dropbear[647]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48572\nNov 25 10:35:33 cirros authpriv.info dropbear[647]: Exit (cirros): Exited normally\nNov 25 10:35:33 cirros authpriv.info dropbear[650]: Child connection from 10.10.10.11:48574\nNov 25 10:35:33 cirros authpriv.notice dropbear[650]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48574\nNov 25 10:35:33 cirros authpriv.info dropbear[650]: Exit (cirros): Exited normally\nNov 25 10:35:34 cirros authpriv.info dropbear[653]: Child connection from 10.10.10.11:48576\nNov 25 10:35:34 cirros authpriv.notice dropbear[653]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48576\nNov 25 10:35:34 cirros authpriv.info dropbear[653]: Exit (cirros): Exited normally\nNov 25 10:35:34 cirros authpriv.info dropbear[656]: Child connection from 10.10.10.11:48578\nNov 25 10:35:34 cirros authpriv.notice dropbear[656]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48578\nNov 25 10:35:34 cirros authpriv.info dropbear[656]: Exit (cirros): Exited normally\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-2-2 login: "} 2018-11-25 10:35:38,307 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-050dcc47-9ec0-42bb-9535-e0c23cedad4e 2018-11-25 10:35:40,341 - sdnvpn_test_utils - INFO - Waiting for instance 804bcf25-153c-43af-91f4-91186437ce82 to boot up 2018-11-25 10:35:40,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de3c37225792ea892521606dae31d850b9bf27d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:41,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-9f062f60-3a59-47af-b433-81ce091851a0 x-compute-request-id: req-9f062f60-3a59-47af-b433-81ce091851a0 Content-Encoding: gzip Content-Length: 8166 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 801717328 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.147173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149354] pid_max: default: 32768 minimum: 301\n[ 0.150550] ACPI: Core revision 20150930\n[ 0.152178] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153896] Security Framework initialized\n[ 0.154974] Yama: becoming mindful.\n[ 0.155925] AppArmor: AppArmor initialized\n[ 0.157038] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160536] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162163] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163998] Initializing cgroup subsys io\n[ 0.165086] Initializing cgroup subsys memory\n[ 0.166233] Initializing cgroup subsys devices\n[ 0.167378] Initializing cgroup subsys freezer\n[ 0.168519] Initializing cgroup subsys net_cls\n[ 0.169667] Initializing cgroup subsys perf_event\n[ 0.170887] Initializing cgroup subsys net_prio\n[ 0.172054] Initializing cgroup subsys hugetlb\n[ 0.173197] Initializing cgroup subsys pids\n[ 0.174347] CPU: Physical Processor ID: 0\n[ 0.176110] mce: CPU supports 10 MCE banks\n[ 0.177210] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190908] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.197865] ftrace: allocating 31920 entries in 125 pages\n[ 0.224958] smpboot: Max logical packages: 1\n[ 0.226105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227894] x2apic enabled\n[ 0.228882] Switched APIC routing to physical x2apic.\n[ 0.230955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232438] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235068] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237397] KVM setup paravirtual spinlock\n[ 0.238951] x86: Booted up 1 node, 1 CPUs\n[ 0.240023] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241816] devtmpfs: initialized\n[ 0.243736] evm: security.selinux\n[ 0.244644] evm: security.SMACK64\n[ 0.245524] evm: security.SMACK64EXEC\n[ 0.246504] evm: security.SMACK64TRANSMUTE\n[ 0.247566] evm: security.SMACK64MMAP\n[ 0.248540] evm: security.ima\n[ 0.249369] evm: security.capability\n[ 0.250395] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252856] pinctrl core: initialized pinctrl subsystem\n[ 0.254278] RTC time: 10:34:13, date: 11/25/18\n[ 0.255498] NET: Registered protocol family 16\n[ 0.256755] cpuidle: using governor ladder\n[ 0.257860] cpuidle: using governor menu\n[ 0.258928] PCCT header not found.\n[ 0.259917] ACPI: bus type PCI registered\n[ 0.260993] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262678] PCI: Using configuration type 1 for base access\n[ 0.264840] ACPI: Added _OSI(Module Device)\n[ 0.265978] ACPI: Added _OSI(Processor Device)\n[ 0.267143] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.268362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270807] ACPI: Interpreter enabled\n[ 0.271810] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276634] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.279053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.281587] ACPI: (supports S0 S5)\n[ 0.282503] ACPI: Using IOAPIC for interrupt routing\n[ 0.283757] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.287411] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.288940] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290582] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292197] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295132] acpiphp: Slot [3] registered\n[ 0.296183] acpiphp: Slot [4] registered\n[ 0.297227] acpiphp: Slot [5] registered\n[ 0.298262] acpiphp: Slot [6] registered\n[ 0.299300] acpiphp: Slot [7] registered\n[ 0.300337] acpiphp: Slot [8] registered\n[ 0.301372] acpiphp: Slot [9] registered\n[ 0.302399] acpiphp: Slot [10] registered\n[ 0.303452] acpiphp: Slot [11] registered\n[ 0.304505] acpiphp: Slot [12] registered\n[ 0.305554] acpiphp: Slot [13] registered\n[ 0.306582] acpiphp: Slot [14] registered\n[ 0.307558] acpiphp: Slot [15] registered\n[ 0.318613] acpiphp: Slot [16] registered\n[ 0.319601] acpiphp: Slot [17] registered\n[ 0.320564] acpiphp: Slot [18] registered\n[ 0.321517] acpiphp: Slot [19] registered\n[ 0.322480] acpiphp: Slot [20] registered\n[ 0.323451] acpiphp: Slot [21] registered\n[ 0.324410] acpiphp: Slot [22] registered\n[ 0.325370] acpiphp: Slot [23] registered\n[ 0.326362] acpiphp: Slot [24] registered\n[ 0.327350] acpiphp: Slot [25] registered\n[ 0.328356] acpiphp: Slot [26] registered\n[ 0.329363] acpiphp: Slot [27] registered\n[ 0.330370] acpiphp: Slot [28] registered\n[ 0.331366] acpiphp: Slot [29] registered\n[ 0.332367] acpiphp: Slot [30] registered\n[ 0.333385] acpiphp: Slot [31] registered\n[ 0.334269] PCI host bridge to bus 0000:00\n[ 0.335062] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336232] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337410] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340222] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346397] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347650] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348793] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350032] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357035] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.358447] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.406506] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.407962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.409351] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.410752] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.413010] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414270] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415395] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.417931] vgaarb: loaded\n[ 0.418521] vgaarb: bridge control possible 0000:00:02.0\n[ 0.419637] SCSI subsystem initialized\n[ 0.420426] ACPI: bus type USB registered\n[ 0.421227] usbcore: registered new interface driver usbfs\n[ 0.422228] usbcore: registered new interface driver hub\n[ 0.423212] usbcore: registered new device driver usb\n[ 0.424241] PCI: Using ACPI for IRQ routing\n[ 0.425241] NetLabel: Initializing\n[ 0.425944] NetLabel: domain hash size = 128\n[ 0.426766] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427692] NetLabel: unlabeled traffic allowed by default\n[ 0.428752] clocksource: Switched to clocksource kvm-clock\n[ 0.434114] AppArmor: AppArmor Filesystem Enabled\n[ 0.435069] pnp: PnP ACPI init\n[ 0.435956] pnp: PnP ACPI: found 5 devices\n[ 0.442297] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.443955] NET: Registered protocol family 2\n[ 0.444887] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.446126] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.447451] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.448982] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.450381] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451894] NET: Registered protocol family 1\n[ 0.453009] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.454433] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.455828] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.470220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.484774] Trying to unpack rootfs image as initramfs...\n[ 0.535396] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.549681] Scanning for low memory corruption every 60 seconds\n[ 0.551366] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552873] audit: initializing netlink subsys (disabled)\n[ 0.554554] audit: type=2000 audit(1543142054.365:1): initialized\n[ 0.556552] Initialise system trusted keyring\n[ 0.558167] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559921] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562526] zbud: loaded\n[ 0.563506] VFS: Disk quotas dquot_6.6.0\n[ 0.564637] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566916] fuse init (API version 7.23)\n[ 0.568305] Key type big_key registered\n[ 0.569548] Allocating IMA MOK and blacklist keyrings.\n[ 0.571311] Key type asymmetric registered\n[ 0.572661] Asymmetric key parser 'x509' registered\n[ 0.574129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576041] io scheduler noop registered\n[ 0.577072] io scheduler deadline registered (default)\n[ 0.578403] io scheduler cfq registered\n[ 0.579451] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582812] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584673] ACPI: Power Button [PWRF]\n[ 0.585716] GHES: HEST is not enabled!\n[ 0.600989] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630121] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632485] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656461] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658561] Linux agpgart interface v0.103\n[ 0.660591] brd: module loaded\n[ 0.661786] loop: module loaded\n[ 0.666381] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.667818] GPT:90111 != 2097151\n[ 0.668482] GPT:Alternate GPT header not at the end of the disk.\n[ 0.669570] GPT:90111 != 2097151\n[ 0.670240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.671179] vda: vda1 vda15\n[ 0.672546] scsi host0: ata_piix\n[ 0.673290] scsi host1: ata_piix\n[ 0.673995] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.675175] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.676581] libphy: Fixed MDIO Bus: probed\n[ 0.677401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.678341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.680395] PPP generic driver version 2.4.2\n[ 0.681273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682539] ehci-pci: EHCI PCI platform driver\n[ 0.683402] ehci-platform: EHCI generic platform driver\n[ 0.684371] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.685478] ohci-pci: OHCI PCI platform driver\n[ 0.686330] ohci-platform: OHCI generic platform driver\n[ 0.687292] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.701616] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.702588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.704018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.705031] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.706135] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.707328] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708726] usb usb1: Product: UHCI Host Controller\n[ 0.709645] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.710766] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.711794] hub 1-0:1.0: USB hub found\n[ 0.712556] hub 1-0:1.0: 2 ports detected\n[ 0.713439] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.715519] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.716455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.717457] mousedev: PS/2 mouse device common for all mice\n[ 0.718679] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.720463] rtc_cmos 00:00: RTC can wake from S4\n[ 0.721527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.722694] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723860] i2c /dev entries driver\n[ 0.724601] device-mapper: uevent: version 1.0.3\n[ 0.725520] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.727107] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.728361] NET: Registered protocol family 10\n[ 0.729327] NET: Registered protocol family 17\n[ 0.730196] Key type dns_resolver registered\n[ 0.731106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.732189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733903] registered taskstats version 1\n[ 0.734725] Loading compiled-in X.509 certificates\n[ 0.736139] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737964] zswap: loaded using pool lzo/zbud\n[ 0.739319] Key type trusted registered\n[ 0.740862] Key type encrypted registered\n[ 0.741678] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742677] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743685] evm: HMAC attrs: 0x1\n[ 0.744584] Magic number: 10:0:579\n[ 0.745349] pci_bus 0000:00: hash matches\n[ 0.746206] rtc_cmos 00:00: setting system clock to 2018-11-25 10:34:14 UTC (1543142054)\n[ 0.747767] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748866] EDD information not available.\n[ 0.829305] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.831076] ata1.00: configured for MWDMA2\n[ 0.843119] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.845862] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.847534] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.849130] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.851349] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853385] Write protecting the kernel read-only data: 14336k\n[ 0.855344] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.857584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\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.208137] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.16s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-11-25 10:35:41,419 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82/action used request id req-9f062f60-3a59-47af-b433-81ce091851a0 2018-11-25 10:35:43,422 - sdnvpn_test_utils - INFO - Waiting for instance 8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 to boot up 2018-11-25 10:35:43,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b44b5942fe2b7e9c27da243403188ebca4232ce2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:35:44,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:35: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-083b8d65-6599-47a3-bcf6-9f5421bfebf4 x-compute-request-id: req-083b8d65-6599-47a3-bcf6-9f5421bfebf4 Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500674303 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.129086] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130696] pid_max: default: 32768 minimum: 301\n[ 0.131564] ACPI: Core revision 20150930\n[ 0.132920] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134194] Security Framework initialized\n[ 0.134988] Yama: becoming mindful.\n[ 0.135699] AppArmor: AppArmor initialized\n[ 0.136548] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137847] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141605] Initializing cgroup subsys io\n[ 0.142390] Initializing cgroup subsys memory\n[ 0.143222] Initializing cgroup subsys devices\n[ 0.144066] Initializing cgroup subsys freezer\n[ 0.144917] Initializing cgroup subsys net_cls\n[ 0.145756] Initializing cgroup subsys perf_event\n[ 0.146637] Initializing cgroup subsys net_prio\n[ 0.147488] Initializing cgroup subsys hugetlb\n[ 0.148339] Initializing cgroup subsys pids\n[ 0.149189] CPU: Physical Processor ID: 0\n[ 0.150664] mce: CPU supports 10 MCE banks\n[ 0.151487] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152465] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163102] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169418] ftrace: allocating 31920 entries in 125 pages\n[ 0.195775] smpboot: Max logical packages: 1\n[ 0.196621] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197933] x2apic enabled\n[ 0.198731] Switched APIC routing to physical x2apic.\n[ 0.200462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203496] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205241] KVM setup paravirtual spinlock\n[ 0.206581] x86: Booted up 1 node, 1 CPUs\n[ 0.207363] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208722] devtmpfs: initialized\n[ 0.210421] evm: security.selinux\n[ 0.211106] evm: security.SMACK64\n[ 0.211782] evm: security.SMACK64EXEC\n[ 0.212506] evm: security.SMACK64TRANSMUTE\n[ 0.213298] evm: security.SMACK64MMAP\n[ 0.214024] evm: security.ima\n[ 0.214654] evm: security.capability\n[ 0.215441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217242] pinctrl core: initialized pinctrl subsystem\n[ 0.218306] RTC time: 10:34:00, date: 11/25/18\n[ 0.219247] NET: Registered protocol family 16\n[ 0.220197] cpuidle: using governor ladder\n[ 0.220990] cpuidle: using governor menu\n[ 0.221753] PCCT header not found.\n[ 0.222478] ACPI: bus type PCI registered\n[ 0.223263] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224472] PCI: Using configuration type 1 for base access\n[ 0.226210] ACPI: Added _OSI(Module Device)\n[ 0.227033] ACPI: Added _OSI(Processor Device)\n[ 0.227878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228754] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230854] ACPI: Interpreter enabled\n[ 0.231599] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233394] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235190] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238799] ACPI: (supports S0 S5)\n[ 0.239482] ACPI: Using IOAPIC for interrupt routing\n[ 0.240509] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243564] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244673] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245862] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249169] acpiphp: Slot [3] registered\n[ 0.249950] acpiphp: Slot [4] registered\n[ 0.250725] acpiphp: Slot [5] registered\n[ 0.251494] acpiphp: Slot [6] registered\n[ 0.252268] acpiphp: Slot [7] registered\n[ 0.253050] acpiphp: Slot [8] registered\n[ 0.253840] acpiphp: Slot [9] registered\n[ 0.254613] acpiphp: Slot [10] registered\n[ 0.255393] acpiphp: Slot [11] registered\n[ 0.256188] acpiphp: Slot [12] registered\n[ 0.256985] acpiphp: Slot [13] registered\n[ 0.257773] acpiphp: Slot [14] registered\n[ 0.258560] acpiphp: Slot [15] registered\n[ 0.269479] acpiphp: Slot [16] registered\n[ 0.270290] acpiphp: Slot [17] registered\n[ 0.271078] acpiphp: Slot [18] registered\n[ 0.271862] acpiphp: Slot [19] registered\n[ 0.272646] acpiphp: Slot [20] registered\n[ 0.273429] acpiphp: Slot [21] registered\n[ 0.274221] acpiphp: Slot [22] registered\n[ 0.275009] acpiphp: Slot [23] registered\n[ 0.275799] acpiphp: Slot [24] registered\n[ 0.276591] acpiphp: Slot [25] registered\n[ 0.277375] acpiphp: Slot [26] registered\n[ 0.278180] acpiphp: Slot [27] registered\n[ 0.278976] acpiphp: Slot [28] registered\n[ 0.279763] acpiphp: Slot [29] registered\n[ 0.280544] acpiphp: Slot [30] registered\n[ 0.281322] acpiphp: Slot [31] registered\n[ 0.282102] PCI host bridge to bus 0000:00\n[ 0.282886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294093] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295349] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296496] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297725] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305607] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350995] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352463] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353856] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355243] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358938] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359962] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361538] vgaarb: loaded\n[ 0.362122] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363231] SCSI subsystem initialized\n[ 0.364034] ACPI: bus type USB registered\n[ 0.364834] usbcore: registered new interface driver usbfs\n[ 0.365834] usbcore: registered new interface driver hub\n[ 0.366806] usbcore: registered new device driver usb\n[ 0.367833] PCI: Using ACPI for IRQ routing\n[ 0.368833] NetLabel: Initializing\n[ 0.369527] NetLabel: domain hash size = 128\n[ 0.370345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371261] NetLabel: unlabeled traffic allowed by default\n[ 0.372330] clocksource: Switched to clocksource kvm-clock\n[ 0.377731] AppArmor: AppArmor Filesystem Enabled\n[ 0.378672] pnp: PnP ACPI init\n[ 0.379564] pnp: PnP ACPI: found 5 devices\n[ 0.385902] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387557] NET: Registered protocol family 2\n[ 0.388484] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389726] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390861] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391984] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393034] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394173] NET: Registered protocol family 1\n[ 0.395016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396082] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397130] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411115] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425194] Trying to unpack rootfs image as initramfs...\n[ 0.473987] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487847] Scanning for low memory corruption every 60 seconds\n[ 0.489151] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490277] audit: initializing netlink subsys (disabled)\n[ 0.491287] audit: type=2000 audit(1543142041.522:1): initialized\n[ 0.492598] Initialise system trusted keyring\n[ 0.493499] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494635] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496578] zbud: loaded\n[ 0.497267] VFS: Disk quotas dquot_6.6.0\n[ 0.498075] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499564] fuse init (API version 7.23)\n[ 0.500435] Key type big_key registered\n[ 0.501226] Allocating IMA MOK and blacklist keyrings.\n[ 0.502316] Key type asymmetric registered\n[ 0.503126] Asymmetric key parser 'x509' registered\n[ 0.504060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505501] io scheduler noop registered\n[ 0.506282] io scheduler deadline registered (default)\n[ 0.507246] io scheduler cfq registered\n[ 0.508065] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509099] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510329] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511749] ACPI: Power Button [PWRF]\n[ 0.512947] GHES: HEST is not enabled!\n[ 0.526388] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554712] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557872] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583408] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585900] Linux agpgart interface v0.103\n[ 0.587922] brd: module loaded\n[ 0.589069] loop: module loaded\n[ 0.594289] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595707] GPT:90111 != 2097151\n[ 0.596375] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597439] GPT:90111 != 2097151\n[ 0.598101] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599041] vda: vda1 vda15\n[ 0.600539] scsi host0: ata_piix\n[ 0.601253] scsi host1: ata_piix\n[ 0.601955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603136] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604550] libphy: Fixed MDIO Bus: probed\n[ 0.605345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606274] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608387] PPP generic driver version 2.4.2\n[ 0.609258] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610538] ehci-pci: EHCI PCI platform driver\n[ 0.611383] ehci-platform: EHCI generic platform driver\n[ 0.612355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613451] ohci-pci: OHCI PCI platform driver\n[ 0.614314] ohci-platform: OHCI generic platform driver\n[ 0.615273] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629603] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630574] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632994] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634090] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635278] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636666] usb usb1: Product: UHCI Host Controller\n[ 0.637579] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638698] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639638] hub 1-0:1.0: USB hub found\n[ 0.640403] hub 1-0:1.0: 2 ports detected\n[ 0.641282] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643364] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645295] mousedev: PS/2 mouse device common for all mice\n[ 0.646510] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648307] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649385] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650558] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651714] i2c /dev entries driver\n[ 0.652461] device-mapper: uevent: version 1.0.3\n[ 0.653370] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654946] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656195] NET: Registered protocol family 10\n[ 0.657162] NET: Registered protocol family 17\n[ 0.658040] Key type dns_resolver registered\n[ 0.658946] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660010] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661713] registered taskstats version 1\n[ 0.662531] Loading compiled-in X.509 certificates\n[ 0.663935] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665739] zswap: loaded using pool lzo/zbud\n[ 0.667085] Key type trusted registered\n[ 0.668626] Key type encrypted registered\n[ 0.669437] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670430] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671431] evm: HMAC attrs: 0x1\n[ 0.672348] Magic number: 10:0:579\n[ 0.673097] pci_bus 0000:00: hash matches\n[ 0.673948] rtc_cmos 00:00: setting system clock to 2018-11-25 10:34:01 UTC (1543142041)\n[ 0.675497] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676590] EDD information not available.\n[ 0.761008] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762418] ata1.00: configured for MWDMA2\n[ 0.773749] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775896] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777103] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778310] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780142] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781640] Write protecting the kernel read-only data: 14336k\n[ 0.783169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784932] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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.92\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.112964] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.48s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-11-25 10:35:44,496 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1/action used request id req-083b8d65-6599-47a3-bcf6-9f5421bfebf4 2018-11-25 10:35:46,499 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:36:16,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de3c37225792ea892521606dae31d850b9bf27d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:36:17,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:36:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d74da2d-5217-4a77-983e-c3f14310c134 x-compute-request-id: req-5d74da2d-5217-4a77-983e-c3f14310c134 Content-Encoding: gzip Content-Length: 8179 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 801717328 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.147173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149354] pid_max: default: 32768 minimum: 301\n[ 0.150550] ACPI: Core revision 20150930\n[ 0.152178] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153896] Security Framework initialized\n[ 0.154974] Yama: becoming mindful.\n[ 0.155925] AppArmor: AppArmor initialized\n[ 0.157038] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160536] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162163] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163998] Initializing cgroup subsys io\n[ 0.165086] Initializing cgroup subsys memory\n[ 0.166233] Initializing cgroup subsys devices\n[ 0.167378] Initializing cgroup subsys freezer\n[ 0.168519] Initializing cgroup subsys net_cls\n[ 0.169667] Initializing cgroup subsys perf_event\n[ 0.170887] Initializing cgroup subsys net_prio\n[ 0.172054] Initializing cgroup subsys hugetlb\n[ 0.173197] Initializing cgroup subsys pids\n[ 0.174347] CPU: Physical Processor ID: 0\n[ 0.176110] mce: CPU supports 10 MCE banks\n[ 0.177210] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190908] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.197865] ftrace: allocating 31920 entries in 125 pages\n[ 0.224958] smpboot: Max logical packages: 1\n[ 0.226105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227894] x2apic enabled\n[ 0.228882] Switched APIC routing to physical x2apic.\n[ 0.230955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232438] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235068] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237397] KVM setup paravirtual spinlock\n[ 0.238951] x86: Booted up 1 node, 1 CPUs\n[ 0.240023] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241816] devtmpfs: initialized\n[ 0.243736] evm: security.selinux\n[ 0.244644] evm: security.SMACK64\n[ 0.245524] evm: security.SMACK64EXEC\n[ 0.246504] evm: security.SMACK64TRANSMUTE\n[ 0.247566] evm: security.SMACK64MMAP\n[ 0.248540] evm: security.ima\n[ 0.249369] evm: security.capability\n[ 0.250395] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252856] pinctrl core: initialized pinctrl subsystem\n[ 0.254278] RTC time: 10:34:13, date: 11/25/18\n[ 0.255498] NET: Registered protocol family 16\n[ 0.256755] cpuidle: using governor ladder\n[ 0.257860] cpuidle: using governor menu\n[ 0.258928] PCCT header not found.\n[ 0.259917] ACPI: bus type PCI registered\n[ 0.260993] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262678] PCI: Using configuration type 1 for base access\n[ 0.264840] ACPI: Added _OSI(Module Device)\n[ 0.265978] ACPI: Added _OSI(Processor Device)\n[ 0.267143] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.268362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270807] ACPI: Interpreter enabled\n[ 0.271810] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276634] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.279053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.281587] ACPI: (supports S0 S5)\n[ 0.282503] ACPI: Using IOAPIC for interrupt routing\n[ 0.283757] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.287411] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.288940] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290582] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292197] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295132] acpiphp: Slot [3] registered\n[ 0.296183] acpiphp: Slot [4] registered\n[ 0.297227] acpiphp: Slot [5] registered\n[ 0.298262] acpiphp: Slot [6] registered\n[ 0.299300] acpiphp: Slot [7] registered\n[ 0.300337] acpiphp: Slot [8] registered\n[ 0.301372] acpiphp: Slot [9] registered\n[ 0.302399] acpiphp: Slot [10] registered\n[ 0.303452] acpiphp: Slot [11] registered\n[ 0.304505] acpiphp: Slot [12] registered\n[ 0.305554] acpiphp: Slot [13] registered\n[ 0.306582] acpiphp: Slot [14] registered\n[ 0.307558] acpiphp: Slot [15] registered\n[ 0.318613] acpiphp: Slot [16] registered\n[ 0.319601] acpiphp: Slot [17] registered\n[ 0.320564] acpiphp: Slot [18] registered\n[ 0.321517] acpiphp: Slot [19] registered\n[ 0.322480] acpiphp: Slot [20] registered\n[ 0.323451] acpiphp: Slot [21] registered\n[ 0.324410] acpiphp: Slot [22] registered\n[ 0.325370] acpiphp: Slot [23] registered\n[ 0.326362] acpiphp: Slot [24] registered\n[ 0.327350] acpiphp: Slot [25] registered\n[ 0.328356] acpiphp: Slot [26] registered\n[ 0.329363] acpiphp: Slot [27] registered\n[ 0.330370] acpiphp: Slot [28] registered\n[ 0.331366] acpiphp: Slot [29] registered\n[ 0.332367] acpiphp: Slot [30] registered\n[ 0.333385] acpiphp: Slot [31] registered\n[ 0.334269] PCI host bridge to bus 0000:00\n[ 0.335062] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336232] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337410] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340222] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346397] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347650] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348793] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350032] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357035] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.358447] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.406506] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.407962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.409351] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.410752] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.413010] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414270] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415395] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.417931] vgaarb: loaded\n[ 0.418521] vgaarb: bridge control possible 0000:00:02.0\n[ 0.419637] SCSI subsystem initialized\n[ 0.420426] ACPI: bus type USB registered\n[ 0.421227] usbcore: registered new interface driver usbfs\n[ 0.422228] usbcore: registered new interface driver hub\n[ 0.423212] usbcore: registered new device driver usb\n[ 0.424241] PCI: Using ACPI for IRQ routing\n[ 0.425241] NetLabel: Initializing\n[ 0.425944] NetLabel: domain hash size = 128\n[ 0.426766] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427692] NetLabel: unlabeled traffic allowed by default\n[ 0.428752] clocksource: Switched to clocksource kvm-clock\n[ 0.434114] AppArmor: AppArmor Filesystem Enabled\n[ 0.435069] pnp: PnP ACPI init\n[ 0.435956] pnp: PnP ACPI: found 5 devices\n[ 0.442297] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.443955] NET: Registered protocol family 2\n[ 0.444887] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.446126] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.447451] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.448982] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.450381] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451894] NET: Registered protocol family 1\n[ 0.453009] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.454433] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.455828] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.470220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.484774] Trying to unpack rootfs image as initramfs...\n[ 0.535396] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.549681] Scanning for low memory corruption every 60 seconds\n[ 0.551366] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552873] audit: initializing netlink subsys (disabled)\n[ 0.554554] audit: type=2000 audit(1543142054.365:1): initialized\n[ 0.556552] Initialise system trusted keyring\n[ 0.558167] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559921] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562526] zbud: loaded\n[ 0.563506] VFS: Disk quotas dquot_6.6.0\n[ 0.564637] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566916] fuse init (API version 7.23)\n[ 0.568305] Key type big_key registered\n[ 0.569548] Allocating IMA MOK and blacklist keyrings.\n[ 0.571311] Key type asymmetric registered\n[ 0.572661] Asymmetric key parser 'x509' registered\n[ 0.574129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576041] io scheduler noop registered\n[ 0.577072] io scheduler deadline registered (default)\n[ 0.578403] io scheduler cfq registered\n[ 0.579451] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582812] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584673] ACPI: Power Button [PWRF]\n[ 0.585716] GHES: HEST is not enabled!\n[ 0.600989] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630121] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632485] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656461] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658561] Linux agpgart interface v0.103\n[ 0.660591] brd: module loaded\n[ 0.661786] loop: module loaded\n[ 0.666381] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.667818] GPT:90111 != 2097151\n[ 0.668482] GPT:Alternate GPT header not at the end of the disk.\n[ 0.669570] GPT:90111 != 2097151\n[ 0.670240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.671179] vda: vda1 vda15\n[ 0.672546] scsi host0: ata_piix\n[ 0.673290] scsi host1: ata_piix\n[ 0.673995] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.675175] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.676581] libphy: Fixed MDIO Bus: probed\n[ 0.677401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.678341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.680395] PPP generic driver version 2.4.2\n[ 0.681273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682539] ehci-pci: EHCI PCI platform driver\n[ 0.683402] ehci-platform: EHCI generic platform driver\n[ 0.684371] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.685478] ohci-pci: OHCI PCI platform driver\n[ 0.686330] ohci-platform: OHCI generic platform driver\n[ 0.687292] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.701616] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.702588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.704018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.705031] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.706135] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.707328] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708726] usb usb1: Product: UHCI Host Controller\n[ 0.709645] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.710766] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.711794] hub 1-0:1.0: USB hub found\n[ 0.712556] hub 1-0:1.0: 2 ports detected\n[ 0.713439] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.715519] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.716455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.717457] mousedev: PS/2 mouse device common for all mice\n[ 0.718679] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.720463] rtc_cmos 00:00: RTC can wake from S4\n[ 0.721527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.722694] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723860] i2c /dev entries driver\n[ 0.724601] device-mapper: uevent: version 1.0.3\n[ 0.725520] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.727107] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.728361] NET: Registered protocol family 10\n[ 0.729327] NET: Registered protocol family 17\n[ 0.730196] Key type dns_resolver registered\n[ 0.731106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.732189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733903] registered taskstats version 1\n[ 0.734725] Loading compiled-in X.509 certificates\n[ 0.736139] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737964] zswap: loaded using pool lzo/zbud\n[ 0.739319] Key type trusted registered\n[ 0.740862] Key type encrypted registered\n[ 0.741678] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742677] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743685] evm: HMAC attrs: 0x1\n[ 0.744584] Magic number: 10:0:579\n[ 0.745349] pci_bus 0000:00: hash matches\n[ 0.746206] rtc_cmos 00:00: setting system clock to 2018-11-25 10:34:14 UTC (1543142054)\n[ 0.747767] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748866] EDD information not available.\n[ 0.829305] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.831076] ata1.00: configured for MWDMA2\n[ 0.843119] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.845862] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.847534] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.849130] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.851349] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853385] Write protecting the kernel read-only data: 14336k\n[ 0.855344] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.857584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\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.208137] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.16s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-11-25 10:36:17,584 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82/action used request id req-5d74da2d-5217-4a77-983e-c3f14310c134 2018-11-25 10:36:17,586 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-1' (10.10.10.11) to 'sdnvpn-2-2' (10.10.10.12). -->Expected result: sdnvpn-2-2. 2018-11-25 10:36:17,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de3c37225792ea892521606dae31d850b9bf27d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:36:18,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:36: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-d070dc81-8ada-4789-baba-4aa82e156990 x-compute-request-id: req-d070dc81-8ada-4789-baba-4aa82e156990 Content-Encoding: gzip Content-Length: 8207 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 801717328 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.147173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149354] pid_max: default: 32768 minimum: 301\n[ 0.150550] ACPI: Core revision 20150930\n[ 0.152178] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153896] Security Framework initialized\n[ 0.154974] Yama: becoming mindful.\n[ 0.155925] AppArmor: AppArmor initialized\n[ 0.157038] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160536] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162163] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163998] Initializing cgroup subsys io\n[ 0.165086] Initializing cgroup subsys memory\n[ 0.166233] Initializing cgroup subsys devices\n[ 0.167378] Initializing cgroup subsys freezer\n[ 0.168519] Initializing cgroup subsys net_cls\n[ 0.169667] Initializing cgroup subsys perf_event\n[ 0.170887] Initializing cgroup subsys net_prio\n[ 0.172054] Initializing cgroup subsys hugetlb\n[ 0.173197] Initializing cgroup subsys pids\n[ 0.174347] CPU: Physical Processor ID: 0\n[ 0.176110] mce: CPU supports 10 MCE banks\n[ 0.177210] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190908] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.197865] ftrace: allocating 31920 entries in 125 pages\n[ 0.224958] smpboot: Max logical packages: 1\n[ 0.226105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227894] x2apic enabled\n[ 0.228882] Switched APIC routing to physical x2apic.\n[ 0.230955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232438] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235068] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237397] KVM setup paravirtual spinlock\n[ 0.238951] x86: Booted up 1 node, 1 CPUs\n[ 0.240023] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241816] devtmpfs: initialized\n[ 0.243736] evm: security.selinux\n[ 0.244644] evm: security.SMACK64\n[ 0.245524] evm: security.SMACK64EXEC\n[ 0.246504] evm: security.SMACK64TRANSMUTE\n[ 0.247566] evm: security.SMACK64MMAP\n[ 0.248540] evm: security.ima\n[ 0.249369] evm: security.capability\n[ 0.250395] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252856] pinctrl core: initialized pinctrl subsystem\n[ 0.254278] RTC time: 10:34:13, date: 11/25/18\n[ 0.255498] NET: Registered protocol family 16\n[ 0.256755] cpuidle: using governor ladder\n[ 0.257860] cpuidle: using governor menu\n[ 0.258928] PCCT header not found.\n[ 0.259917] ACPI: bus type PCI registered\n[ 0.260993] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262678] PCI: Using configuration type 1 for base access\n[ 0.264840] ACPI: Added _OSI(Module Device)\n[ 0.265978] ACPI: Added _OSI(Processor Device)\n[ 0.267143] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.268362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270807] ACPI: Interpreter enabled\n[ 0.271810] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276634] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.279053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.281587] ACPI: (supports S0 S5)\n[ 0.282503] ACPI: Using IOAPIC for interrupt routing\n[ 0.283757] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.287411] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.288940] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290582] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292197] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295132] acpiphp: Slot [3] registered\n[ 0.296183] acpiphp: Slot [4] registered\n[ 0.297227] acpiphp: Slot [5] registered\n[ 0.298262] acpiphp: Slot [6] registered\n[ 0.299300] acpiphp: Slot [7] registered\n[ 0.300337] acpiphp: Slot [8] registered\n[ 0.301372] acpiphp: Slot [9] registered\n[ 0.302399] acpiphp: Slot [10] registered\n[ 0.303452] acpiphp: Slot [11] registered\n[ 0.304505] acpiphp: Slot [12] registered\n[ 0.305554] acpiphp: Slot [13] registered\n[ 0.306582] acpiphp: Slot [14] registered\n[ 0.307558] acpiphp: Slot [15] registered\n[ 0.318613] acpiphp: Slot [16] registered\n[ 0.319601] acpiphp: Slot [17] registered\n[ 0.320564] acpiphp: Slot [18] registered\n[ 0.321517] acpiphp: Slot [19] registered\n[ 0.322480] acpiphp: Slot [20] registered\n[ 0.323451] acpiphp: Slot [21] registered\n[ 0.324410] acpiphp: Slot [22] registered\n[ 0.325370] acpiphp: Slot [23] registered\n[ 0.326362] acpiphp: Slot [24] registered\n[ 0.327350] acpiphp: Slot [25] registered\n[ 0.328356] acpiphp: Slot [26] registered\n[ 0.329363] acpiphp: Slot [27] registered\n[ 0.330370] acpiphp: Slot [28] registered\n[ 0.331366] acpiphp: Slot [29] registered\n[ 0.332367] acpiphp: Slot [30] registered\n[ 0.333385] acpiphp: Slot [31] registered\n[ 0.334269] PCI host bridge to bus 0000:00\n[ 0.335062] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336232] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337410] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340222] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346397] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347650] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348793] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350032] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357035] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.358447] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.406506] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.407962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.409351] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.410752] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.413010] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414270] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415395] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416423] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.417931] vgaarb: loaded\n[ 0.418521] vgaarb: bridge control possible 0000:00:02.0\n[ 0.419637] SCSI subsystem initialized\n[ 0.420426] ACPI: bus type USB registered\n[ 0.421227] usbcore: registered new interface driver usbfs\n[ 0.422228] usbcore: registered new interface driver hub\n[ 0.423212] usbcore: registered new device driver usb\n[ 0.424241] PCI: Using ACPI for IRQ routing\n[ 0.425241] NetLabel: Initializing\n[ 0.425944] NetLabel: domain hash size = 128\n[ 0.426766] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.427692] NetLabel: unlabeled traffic allowed by default\n[ 0.428752] clocksource: Switched to clocksource kvm-clock\n[ 0.434114] AppArmor: AppArmor Filesystem Enabled\n[ 0.435069] pnp: PnP ACPI init\n[ 0.435956] pnp: PnP ACPI: found 5 devices\n[ 0.442297] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.443955] NET: Registered protocol family 2\n[ 0.444887] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.446126] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.447451] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.448982] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.450381] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451894] NET: Registered protocol family 1\n[ 0.453009] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.454433] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.455828] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.470220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.484774] Trying to unpack rootfs image as initramfs...\n[ 0.535396] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.549681] Scanning for low memory corruption every 60 seconds\n[ 0.551366] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552873] audit: initializing netlink subsys (disabled)\n[ 0.554554] audit: type=2000 audit(1543142054.365:1): initialized\n[ 0.556552] Initialise system trusted keyring\n[ 0.558167] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.559921] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562526] zbud: loaded\n[ 0.563506] VFS: Disk quotas dquot_6.6.0\n[ 0.564637] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566916] fuse init (API version 7.23)\n[ 0.568305] Key type big_key registered\n[ 0.569548] Allocating IMA MOK and blacklist keyrings.\n[ 0.571311] Key type asymmetric registered\n[ 0.572661] Asymmetric key parser 'x509' registered\n[ 0.574129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576041] io scheduler noop registered\n[ 0.577072] io scheduler deadline registered (default)\n[ 0.578403] io scheduler cfq registered\n[ 0.579451] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580824] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582812] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584673] ACPI: Power Button [PWRF]\n[ 0.585716] GHES: HEST is not enabled!\n[ 0.600989] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.630121] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632485] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656461] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658561] Linux agpgart interface v0.103\n[ 0.660591] brd: module loaded\n[ 0.661786] loop: module loaded\n[ 0.666381] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.667818] GPT:90111 != 2097151\n[ 0.668482] GPT:Alternate GPT header not at the end of the disk.\n[ 0.669570] GPT:90111 != 2097151\n[ 0.670240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.671179] vda: vda1 vda15\n[ 0.672546] scsi host0: ata_piix\n[ 0.673290] scsi host1: ata_piix\n[ 0.673995] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.675175] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.676581] libphy: Fixed MDIO Bus: probed\n[ 0.677401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.678341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.680395] PPP generic driver version 2.4.2\n[ 0.681273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682539] ehci-pci: EHCI PCI platform driver\n[ 0.683402] ehci-platform: EHCI generic platform driver\n[ 0.684371] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.685478] ohci-pci: OHCI PCI platform driver\n[ 0.686330] ohci-platform: OHCI generic platform driver\n[ 0.687292] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.701616] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.702588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.704018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.705031] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.706135] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.707328] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708726] usb usb1: Product: UHCI Host Controller\n[ 0.709645] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.710766] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.711794] hub 1-0:1.0: USB hub found\n[ 0.712556] hub 1-0:1.0: 2 ports detected\n[ 0.713439] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.715519] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.716455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.717457] mousedev: PS/2 mouse device common for all mice\n[ 0.718679] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.720463] rtc_cmos 00:00: RTC can wake from S4\n[ 0.721527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.722694] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723860] i2c /dev entries driver\n[ 0.724601] device-mapper: uevent: version 1.0.3\n[ 0.725520] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.727107] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.728361] NET: Registered protocol family 10\n[ 0.729327] NET: Registered protocol family 17\n[ 0.730196] Key type dns_resolver registered\n[ 0.731106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.732189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733903] registered taskstats version 1\n[ 0.734725] Loading compiled-in X.509 certificates\n[ 0.736139] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737964] zswap: loaded using pool lzo/zbud\n[ 0.739319] Key type trusted registered\n[ 0.740862] Key type encrypted registered\n[ 0.741678] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742677] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743685] evm: HMAC attrs: 0x1\n[ 0.744584] Magic number: 10:0:579\n[ 0.745349] pci_bus 0000:00: hash matches\n[ 0.746206] rtc_cmos 00:00: setting system clock to 2018-11-25 10:34:14 UTC (1543142054)\n[ 0.747767] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748866] EDD information not available.\n[ 0.829305] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.831076] ata1.00: configured for MWDMA2\n[ 0.843119] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.845862] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.847534] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.849130] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.851349] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853385] Write protecting the kernel read-only data: 14336k\n[ 0.855344] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.857584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\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.208137] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.16s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n[ 123.739822] random: nonblocking pool is initialized\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-11-25 10:36:18,661 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82/action used request id req-d070dc81-8ada-4789-baba-4aa82e156990 2018-11-25 10:36:18,662 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-11-25 10:36:18,663 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-11-25 10:36:18,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-368795", "route_distinguishers": "222:222"}}' 2018-11-25 10:36:18,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-638f00b6-979e-4986-9002-04c686e7c51a Date: Sun, 25 Nov 2018 10:36:18 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "4113161e-4256-44e1-a489-be83d9cb080e", "name": "sdnvpn-2-368795", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:36:18,891 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-638f00b6-979e-4986-9002-04c686e7c51a 2018-11-25 10:36:18,891 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-368795', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [u'88:88'], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'4113161e-4256-44e1-a489-be83d9cb080e'}} 2018-11-25 10:36:18,892 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-11-25 10:36:18,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4113161e-4256-44e1-a489-be83d9cb080e/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" -d '{"network_association": {"network_id": "1ab7863f-16d5-4cb1-90c8-24779cbaefa3"}}' 2018-11-25 10:36:19,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-f0fc268d-ce2d-4f1a-ae37-5d1054504b89 Date: Sun, 25 Nov 2018 10:36:19 GMT RESP BODY: {"network_association": {"network_id": "1ab7863f-16d5-4cb1-90c8-24779cbaefa3", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "e1441279-6b44-4fdd-8e5b-afee6127e402"}} 2018-11-25 10:36:19,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4113161e-4256-44e1-a489-be83d9cb080e/network_associations used request id req-f0fc268d-ce2d-4f1a-ae37-5d1054504b89 2018-11-25 10:36:19,531 - sdnvpn_test_utils - DEBUG - Waiting for network 16d07d72-172e-4185-9f4d-bfaf55355d53 to associate with BGPVPN 793cdae3-3532-4699-91b4-06b39de20a8c 2018-11-25 10:36:19,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/16d07d72-172e-4185-9f4d-bfaf55355d53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" 2018-11-25 10:36:19,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-9187fb96-2a84-4b4e-9d15-f870cd5e7fdf Date: Sun, 25 Nov 2018 10:36:19 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "16d07d72-172e-4185-9f4d-bfaf55355d53", "name": "sdnvpn-1-297087", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["55:55"], "networks": ["793cdae3-3532-4699-91b4-06b39de20a8c"], "route_targets": ["55:55"], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:36:19,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/16d07d72-172e-4185-9f4d-bfaf55355d53 used request id req-9187fb96-2a84-4b4e-9d15-f870cd5e7fdf 2018-11-25 10:36:20,853 - sdnvpn_test_utils - DEBUG - Waiting for network 4113161e-4256-44e1-a489-be83d9cb080e to associate with BGPVPN 1ab7863f-16d5-4cb1-90c8-24779cbaefa3 2018-11-25 10:36:20,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4113161e-4256-44e1-a489-be83d9cb080e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" 2018-11-25 10:36:21,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-9885db49-1f1c-4df3-b9a8-36bc77f704a8 Date: Sun, 25 Nov 2018 10:36:21 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "4113161e-4256-44e1-a489-be83d9cb080e", "name": "sdnvpn-2-368795", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": ["1ab7863f-16d5-4cb1-90c8-24779cbaefa3"], "route_targets": ["88:88"], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:36:21,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4113161e-4256-44e1-a489-be83d9cb080e used request id req-9885db49-1f1c-4df3-b9a8-36bc77f704a8 2018-11-25 10:36:22,320 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:36:52,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b44b5942fe2b7e9c27da243403188ebca4232ce2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:36:53,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:36:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dae8fe02-edda-4a17-bc06-6e5e00f31da2 x-compute-request-id: req-dae8fe02-edda-4a17-bc06-6e5e00f31da2 Content-Encoding: gzip Content-Length: 8113 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500674303 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.129086] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130696] pid_max: default: 32768 minimum: 301\n[ 0.131564] ACPI: Core revision 20150930\n[ 0.132920] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134194] Security Framework initialized\n[ 0.134988] Yama: becoming mindful.\n[ 0.135699] AppArmor: AppArmor initialized\n[ 0.136548] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137847] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141605] Initializing cgroup subsys io\n[ 0.142390] Initializing cgroup subsys memory\n[ 0.143222] Initializing cgroup subsys devices\n[ 0.144066] Initializing cgroup subsys freezer\n[ 0.144917] Initializing cgroup subsys net_cls\n[ 0.145756] Initializing cgroup subsys perf_event\n[ 0.146637] Initializing cgroup subsys net_prio\n[ 0.147488] Initializing cgroup subsys hugetlb\n[ 0.148339] Initializing cgroup subsys pids\n[ 0.149189] CPU: Physical Processor ID: 0\n[ 0.150664] mce: CPU supports 10 MCE banks\n[ 0.151487] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152465] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163102] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169418] ftrace: allocating 31920 entries in 125 pages\n[ 0.195775] smpboot: Max logical packages: 1\n[ 0.196621] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197933] x2apic enabled\n[ 0.198731] Switched APIC routing to physical x2apic.\n[ 0.200462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203496] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205241] KVM setup paravirtual spinlock\n[ 0.206581] x86: Booted up 1 node, 1 CPUs\n[ 0.207363] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208722] devtmpfs: initialized\n[ 0.210421] evm: security.selinux\n[ 0.211106] evm: security.SMACK64\n[ 0.211782] evm: security.SMACK64EXEC\n[ 0.212506] evm: security.SMACK64TRANSMUTE\n[ 0.213298] evm: security.SMACK64MMAP\n[ 0.214024] evm: security.ima\n[ 0.214654] evm: security.capability\n[ 0.215441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217242] pinctrl core: initialized pinctrl subsystem\n[ 0.218306] RTC time: 10:34:00, date: 11/25/18\n[ 0.219247] NET: Registered protocol family 16\n[ 0.220197] cpuidle: using governor ladder\n[ 0.220990] cpuidle: using governor menu\n[ 0.221753] PCCT header not found.\n[ 0.222478] ACPI: bus type PCI registered\n[ 0.223263] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224472] PCI: Using configuration type 1 for base access\n[ 0.226210] ACPI: Added _OSI(Module Device)\n[ 0.227033] ACPI: Added _OSI(Processor Device)\n[ 0.227878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228754] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230854] ACPI: Interpreter enabled\n[ 0.231599] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233394] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235190] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238799] ACPI: (supports S0 S5)\n[ 0.239482] ACPI: Using IOAPIC for interrupt routing\n[ 0.240509] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243564] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244673] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245862] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249169] acpiphp: Slot [3] registered\n[ 0.249950] acpiphp: Slot [4] registered\n[ 0.250725] acpiphp: Slot [5] registered\n[ 0.251494] acpiphp: Slot [6] registered\n[ 0.252268] acpiphp: Slot [7] registered\n[ 0.253050] acpiphp: Slot [8] registered\n[ 0.253840] acpiphp: Slot [9] registered\n[ 0.254613] acpiphp: Slot [10] registered\n[ 0.255393] acpiphp: Slot [11] registered\n[ 0.256188] acpiphp: Slot [12] registered\n[ 0.256985] acpiphp: Slot [13] registered\n[ 0.257773] acpiphp: Slot [14] registered\n[ 0.258560] acpiphp: Slot [15] registered\n[ 0.269479] acpiphp: Slot [16] registered\n[ 0.270290] acpiphp: Slot [17] registered\n[ 0.271078] acpiphp: Slot [18] registered\n[ 0.271862] acpiphp: Slot [19] registered\n[ 0.272646] acpiphp: Slot [20] registered\n[ 0.273429] acpiphp: Slot [21] registered\n[ 0.274221] acpiphp: Slot [22] registered\n[ 0.275009] acpiphp: Slot [23] registered\n[ 0.275799] acpiphp: Slot [24] registered\n[ 0.276591] acpiphp: Slot [25] registered\n[ 0.277375] acpiphp: Slot [26] registered\n[ 0.278180] acpiphp: Slot [27] registered\n[ 0.278976] acpiphp: Slot [28] registered\n[ 0.279763] acpiphp: Slot [29] registered\n[ 0.280544] acpiphp: Slot [30] registered\n[ 0.281322] acpiphp: Slot [31] registered\n[ 0.282102] PCI host bridge to bus 0000:00\n[ 0.282886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294093] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295349] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296496] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297725] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305607] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350995] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352463] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353856] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355243] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358938] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359962] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361538] vgaarb: loaded\n[ 0.362122] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363231] SCSI subsystem initialized\n[ 0.364034] ACPI: bus type USB registered\n[ 0.364834] usbcore: registered new interface driver usbfs\n[ 0.365834] usbcore: registered new interface driver hub\n[ 0.366806] usbcore: registered new device driver usb\n[ 0.367833] PCI: Using ACPI for IRQ routing\n[ 0.368833] NetLabel: Initializing\n[ 0.369527] NetLabel: domain hash size = 128\n[ 0.370345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371261] NetLabel: unlabeled traffic allowed by default\n[ 0.372330] clocksource: Switched to clocksource kvm-clock\n[ 0.377731] AppArmor: AppArmor Filesystem Enabled\n[ 0.378672] pnp: PnP ACPI init\n[ 0.379564] pnp: PnP ACPI: found 5 devices\n[ 0.385902] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387557] NET: Registered protocol family 2\n[ 0.388484] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389726] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390861] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391984] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393034] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394173] NET: Registered protocol family 1\n[ 0.395016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396082] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397130] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411115] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425194] Trying to unpack rootfs image as initramfs...\n[ 0.473987] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487847] Scanning for low memory corruption every 60 seconds\n[ 0.489151] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490277] audit: initializing netlink subsys (disabled)\n[ 0.491287] audit: type=2000 audit(1543142041.522:1): initialized\n[ 0.492598] Initialise system trusted keyring\n[ 0.493499] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494635] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496578] zbud: loaded\n[ 0.497267] VFS: Disk quotas dquot_6.6.0\n[ 0.498075] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499564] fuse init (API version 7.23)\n[ 0.500435] Key type big_key registered\n[ 0.501226] Allocating IMA MOK and blacklist keyrings.\n[ 0.502316] Key type asymmetric registered\n[ 0.503126] Asymmetric key parser 'x509' registered\n[ 0.504060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505501] io scheduler noop registered\n[ 0.506282] io scheduler deadline registered (default)\n[ 0.507246] io scheduler cfq registered\n[ 0.508065] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509099] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510329] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511749] ACPI: Power Button [PWRF]\n[ 0.512947] GHES: HEST is not enabled!\n[ 0.526388] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554712] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557872] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583408] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585900] Linux agpgart interface v0.103\n[ 0.587922] brd: module loaded\n[ 0.589069] loop: module loaded\n[ 0.594289] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595707] GPT:90111 != 2097151\n[ 0.596375] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597439] GPT:90111 != 2097151\n[ 0.598101] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599041] vda: vda1 vda15\n[ 0.600539] scsi host0: ata_piix\n[ 0.601253] scsi host1: ata_piix\n[ 0.601955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603136] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604550] libphy: Fixed MDIO Bus: probed\n[ 0.605345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606274] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608387] PPP generic driver version 2.4.2\n[ 0.609258] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610538] ehci-pci: EHCI PCI platform driver\n[ 0.611383] ehci-platform: EHCI generic platform driver\n[ 0.612355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613451] ohci-pci: OHCI PCI platform driver\n[ 0.614314] ohci-platform: OHCI generic platform driver\n[ 0.615273] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629603] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630574] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632994] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634090] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635278] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636666] usb usb1: Product: UHCI Host Controller\n[ 0.637579] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638698] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639638] hub 1-0:1.0: USB hub found\n[ 0.640403] hub 1-0:1.0: 2 ports detected\n[ 0.641282] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643364] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645295] mousedev: PS/2 mouse device common for all mice\n[ 0.646510] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648307] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649385] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650558] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651714] i2c /dev entries driver\n[ 0.652461] device-mapper: uevent: version 1.0.3\n[ 0.653370] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654946] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656195] NET: Registered protocol family 10\n[ 0.657162] NET: Registered protocol family 17\n[ 0.658040] Key type dns_resolver registered\n[ 0.658946] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660010] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661713] registered taskstats version 1\n[ 0.662531] Loading compiled-in X.509 certificates\n[ 0.663935] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665739] zswap: loaded using pool lzo/zbud\n[ 0.667085] Key type trusted registered\n[ 0.668626] Key type encrypted registered\n[ 0.669437] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670430] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671431] evm: HMAC attrs: 0x1\n[ 0.672348] Magic number: 10:0:579\n[ 0.673097] pci_bus 0000:00: hash matches\n[ 0.673948] rtc_cmos 00:00: setting system clock to 2018-11-25 10:34:01 UTC (1543142041)\n[ 0.675497] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676590] EDD information not available.\n[ 0.761008] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762418] ata1.00: configured for MWDMA2\n[ 0.773749] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775896] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777103] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778310] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780142] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781640] Write protecting the kernel read-only data: 14336k\n[ 0.783169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784932] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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.92\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.112964] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.48s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-11-25 10:36:53,424 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1/action used request id req-dae8fe02-edda-4a17-bc06-6e5e00f31da2 2018-11-25 10:36:53,425 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-4' (10.10.10.12) to 'sdnvpn-2-1' (10.10.10.11). -->Expected result: not reachable. 2018-11-25 10:36:53,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b44b5942fe2b7e9c27da243403188ebca4232ce2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:36:54,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:36: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-0b91c542-53dd-4831-bae3-358d762ff999 x-compute-request-id: req-0b91c542-53dd-4831-bae3-358d762ff999 Content-Encoding: gzip Content-Length: 8112 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500674303 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.129086] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130696] pid_max: default: 32768 minimum: 301\n[ 0.131564] ACPI: Core revision 20150930\n[ 0.132920] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134194] Security Framework initialized\n[ 0.134988] Yama: becoming mindful.\n[ 0.135699] AppArmor: AppArmor initialized\n[ 0.136548] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137847] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141605] Initializing cgroup subsys io\n[ 0.142390] Initializing cgroup subsys memory\n[ 0.143222] Initializing cgroup subsys devices\n[ 0.144066] Initializing cgroup subsys freezer\n[ 0.144917] Initializing cgroup subsys net_cls\n[ 0.145756] Initializing cgroup subsys perf_event\n[ 0.146637] Initializing cgroup subsys net_prio\n[ 0.147488] Initializing cgroup subsys hugetlb\n[ 0.148339] Initializing cgroup subsys pids\n[ 0.149189] CPU: Physical Processor ID: 0\n[ 0.150664] mce: CPU supports 10 MCE banks\n[ 0.151487] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152465] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163102] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169418] ftrace: allocating 31920 entries in 125 pages\n[ 0.195775] smpboot: Max logical packages: 1\n[ 0.196621] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197933] x2apic enabled\n[ 0.198731] Switched APIC routing to physical x2apic.\n[ 0.200462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203496] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205241] KVM setup paravirtual spinlock\n[ 0.206581] x86: Booted up 1 node, 1 CPUs\n[ 0.207363] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208722] devtmpfs: initialized\n[ 0.210421] evm: security.selinux\n[ 0.211106] evm: security.SMACK64\n[ 0.211782] evm: security.SMACK64EXEC\n[ 0.212506] evm: security.SMACK64TRANSMUTE\n[ 0.213298] evm: security.SMACK64MMAP\n[ 0.214024] evm: security.ima\n[ 0.214654] evm: security.capability\n[ 0.215441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217242] pinctrl core: initialized pinctrl subsystem\n[ 0.218306] RTC time: 10:34:00, date: 11/25/18\n[ 0.219247] NET: Registered protocol family 16\n[ 0.220197] cpuidle: using governor ladder\n[ 0.220990] cpuidle: using governor menu\n[ 0.221753] PCCT header not found.\n[ 0.222478] ACPI: bus type PCI registered\n[ 0.223263] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224472] PCI: Using configuration type 1 for base access\n[ 0.226210] ACPI: Added _OSI(Module Device)\n[ 0.227033] ACPI: Added _OSI(Processor Device)\n[ 0.227878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228754] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230854] ACPI: Interpreter enabled\n[ 0.231599] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233394] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235190] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238799] ACPI: (supports S0 S5)\n[ 0.239482] ACPI: Using IOAPIC for interrupt routing\n[ 0.240509] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243564] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244673] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245862] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249169] acpiphp: Slot [3] registered\n[ 0.249950] acpiphp: Slot [4] registered\n[ 0.250725] acpiphp: Slot [5] registered\n[ 0.251494] acpiphp: Slot [6] registered\n[ 0.252268] acpiphp: Slot [7] registered\n[ 0.253050] acpiphp: Slot [8] registered\n[ 0.253840] acpiphp: Slot [9] registered\n[ 0.254613] acpiphp: Slot [10] registered\n[ 0.255393] acpiphp: Slot [11] registered\n[ 0.256188] acpiphp: Slot [12] registered\n[ 0.256985] acpiphp: Slot [13] registered\n[ 0.257773] acpiphp: Slot [14] registered\n[ 0.258560] acpiphp: Slot [15] registered\n[ 0.269479] acpiphp: Slot [16] registered\n[ 0.270290] acpiphp: Slot [17] registered\n[ 0.271078] acpiphp: Slot [18] registered\n[ 0.271862] acpiphp: Slot [19] registered\n[ 0.272646] acpiphp: Slot [20] registered\n[ 0.273429] acpiphp: Slot [21] registered\n[ 0.274221] acpiphp: Slot [22] registered\n[ 0.275009] acpiphp: Slot [23] registered\n[ 0.275799] acpiphp: Slot [24] registered\n[ 0.276591] acpiphp: Slot [25] registered\n[ 0.277375] acpiphp: Slot [26] registered\n[ 0.278180] acpiphp: Slot [27] registered\n[ 0.278976] acpiphp: Slot [28] registered\n[ 0.279763] acpiphp: Slot [29] registered\n[ 0.280544] acpiphp: Slot [30] registered\n[ 0.281322] acpiphp: Slot [31] registered\n[ 0.282102] PCI host bridge to bus 0000:00\n[ 0.282886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294093] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295349] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296496] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297725] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305607] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350995] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352463] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353856] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355243] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357811] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358938] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359962] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361538] vgaarb: loaded\n[ 0.362122] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363231] SCSI subsystem initialized\n[ 0.364034] ACPI: bus type USB registered\n[ 0.364834] usbcore: registered new interface driver usbfs\n[ 0.365834] usbcore: registered new interface driver hub\n[ 0.366806] usbcore: registered new device driver usb\n[ 0.367833] PCI: Using ACPI for IRQ routing\n[ 0.368833] NetLabel: Initializing\n[ 0.369527] NetLabel: domain hash size = 128\n[ 0.370345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371261] NetLabel: unlabeled traffic allowed by default\n[ 0.372330] clocksource: Switched to clocksource kvm-clock\n[ 0.377731] AppArmor: AppArmor Filesystem Enabled\n[ 0.378672] pnp: PnP ACPI init\n[ 0.379564] pnp: PnP ACPI: found 5 devices\n[ 0.385902] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387557] NET: Registered protocol family 2\n[ 0.388484] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389726] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390861] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391984] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393034] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394173] NET: Registered protocol family 1\n[ 0.395016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396082] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397130] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411115] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425194] Trying to unpack rootfs image as initramfs...\n[ 0.473987] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487847] Scanning for low memory corruption every 60 seconds\n[ 0.489151] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490277] audit: initializing netlink subsys (disabled)\n[ 0.491287] audit: type=2000 audit(1543142041.522:1): initialized\n[ 0.492598] Initialise system trusted keyring\n[ 0.493499] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494635] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496578] zbud: loaded\n[ 0.497267] VFS: Disk quotas dquot_6.6.0\n[ 0.498075] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499564] fuse init (API version 7.23)\n[ 0.500435] Key type big_key registered\n[ 0.501226] Allocating IMA MOK and blacklist keyrings.\n[ 0.502316] Key type asymmetric registered\n[ 0.503126] Asymmetric key parser 'x509' registered\n[ 0.504060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505501] io scheduler noop registered\n[ 0.506282] io scheduler deadline registered (default)\n[ 0.507246] io scheduler cfq registered\n[ 0.508065] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509099] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510329] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511749] ACPI: Power Button [PWRF]\n[ 0.512947] GHES: HEST is not enabled!\n[ 0.526388] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554712] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557872] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583408] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585900] Linux agpgart interface v0.103\n[ 0.587922] brd: module loaded\n[ 0.589069] loop: module loaded\n[ 0.594289] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595707] GPT:90111 != 2097151\n[ 0.596375] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597439] GPT:90111 != 2097151\n[ 0.598101] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599041] vda: vda1 vda15\n[ 0.600539] scsi host0: ata_piix\n[ 0.601253] scsi host1: ata_piix\n[ 0.601955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603136] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604550] libphy: Fixed MDIO Bus: probed\n[ 0.605345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606274] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608387] PPP generic driver version 2.4.2\n[ 0.609258] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610538] ehci-pci: EHCI PCI platform driver\n[ 0.611383] ehci-platform: EHCI generic platform driver\n[ 0.612355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613451] ohci-pci: OHCI PCI platform driver\n[ 0.614314] ohci-platform: OHCI generic platform driver\n[ 0.615273] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629603] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630574] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632994] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634090] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635278] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636666] usb usb1: Product: UHCI Host Controller\n[ 0.637579] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638698] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639638] hub 1-0:1.0: USB hub found\n[ 0.640403] hub 1-0:1.0: 2 ports detected\n[ 0.641282] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643364] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644290] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645295] mousedev: PS/2 mouse device common for all mice\n[ 0.646510] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648307] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649385] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650558] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651714] i2c /dev entries driver\n[ 0.652461] device-mapper: uevent: version 1.0.3\n[ 0.653370] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654946] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656195] NET: Registered protocol family 10\n[ 0.657162] NET: Registered protocol family 17\n[ 0.658040] Key type dns_resolver registered\n[ 0.658946] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660010] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661713] registered taskstats version 1\n[ 0.662531] Loading compiled-in X.509 certificates\n[ 0.663935] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665739] zswap: loaded using pool lzo/zbud\n[ 0.667085] Key type trusted registered\n[ 0.668626] Key type encrypted registered\n[ 0.669437] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670430] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671431] evm: HMAC attrs: 0x1\n[ 0.672348] Magic number: 10:0:579\n[ 0.673097] pci_bus 0000:00: hash matches\n[ 0.673948] rtc_cmos 00:00: setting system clock to 2018-11-25 10:34:01 UTC (1543142041)\n[ 0.675497] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676590] EDD information not available.\n[ 0.761008] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762418] ata1.00: configured for MWDMA2\n[ 0.773749] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775896] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777103] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778310] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780142] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781640] Write protecting the kernel read-only data: 14336k\n[ 0.783169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784932] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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.92\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.112964] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.48s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-11-25 10:36:54,497 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1/action used request id req-0b91c542-53dd-4831-bae3-358d762ff999 2018-11-25 10:36:54,498 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-11-25 10:36:54,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" -d '{"forceDelete": null}' 2018-11-25 10:36:54,669 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f2e573d-2fa8-4852-9c9c-2428e89863e1 x-compute-request-id: req-2f2e573d-2fa8-4852-9c9c-2428e89863e1 Content-Length: 0 Content-Type: application/json 2018-11-25 10:36:54,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82/action used request id req-2f2e573d-2fa8-4852-9c9c-2428e89863e1 2018-11-25 10:36:54,669 - sdnvpn_test_utils - DEBUG - Waiting for instance 804bcf25-153c-43af-91f4-91186437ce82 to be deleted 2018-11-25 10:36:54,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" 2018-11-25 10:36:55,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51238d8e-a204-428f-be79-5eca750df1ba x-compute-request-id: req-51238d8e-a204-428f-be79-5eca750df1ba Content-Encoding: gzip Content-Length: 980 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e6:83", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/804bcf25-153c-43af-91f4-91186437ce82", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-11-25T10:34:13.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "804bcf25-153c-43af-91f4-91186437ce82", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:36:54Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-11-25T10:34:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b5:c1", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-25T10:34:00.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:34:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-25T10:33:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:68:b0", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-11-25T10:33:47.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "49a0fb4f-6f1c-43d7-8b15-0415913242af", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:33:47Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-25T10:33:40Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:36:55,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-51238d8e-a204-428f-be79-5eca750df1ba 2018-11-25 10:36:57,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" 2018-11-25 10:36:58,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:36:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59057501-2a85-4323-9f33-f4393d1e58b3 x-compute-request-id: req-59057501-2a85-4323-9f33-f4393d1e58b3 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b5:c1", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-25T10:34:00.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:34:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-25T10:33:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:68:b0", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-11-25T10:33:47.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "49a0fb4f-6f1c-43d7-8b15-0415913242af", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:33:47Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-25T10:33:40Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:36:58,120 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-59057501-2a85-4323-9f33-f4393d1e58b3 2018-11-25 10:37:00,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" -d '{"forceDelete": null}' 2018-11-25 10:37:00,286 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:37: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-302a3a91-723e-41ff-8b93-169a8f39ab0d x-compute-request-id: req-302a3a91-723e-41ff-8b93-169a8f39ab0d Content-Length: 0 Content-Type: application/json 2018-11-25 10:37:00,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af/action used request id req-302a3a91-723e-41ff-8b93-169a8f39ab0d 2018-11-25 10:37:00,286 - sdnvpn_test_utils - DEBUG - Waiting for instance 49a0fb4f-6f1c-43d7-8b15-0415913242af to be deleted 2018-11-25 10:37:00,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" 2018-11-25 10:37:00,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37: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-d3866f4a-78a6-4732-8082-f24829ab41c6 x-compute-request-id: req-d3866f4a-78a6-4732-8082-f24829ab41c6 Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b5:c1", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-25T10:34:00.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:34:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-25T10:33:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:68:b0", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49a0fb4f-6f1c-43d7-8b15-0415913242af", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-11-25T10:33:47.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "49a0fb4f-6f1c-43d7-8b15-0415913242af", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:37:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-11-25T10:33:40Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:37:00,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-d3866f4a-78a6-4732-8082-f24829ab41c6 2018-11-25 10:37:02,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" 2018-11-25 10:37:03,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37: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-a0a8ce71-0b4f-42bb-bdca-4bd1e3a60664 x-compute-request-id: req-a0a8ce71-0b4f-42bb-bdca-4bd1e3a60664 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b5:c1", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-25T10:34:00.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:34:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-25T10:33:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:37:03,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-a0a8ce71-0b4f-42bb-bdca-4bd1e3a60664 2018-11-25 10:37:05,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" -d '{"forceDelete": null}' 2018-11-25 10:37:05,849 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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-cfae0bf3-df6f-4fcf-8bec-65d3cc3e769d x-compute-request-id: req-cfae0bf3-df6f-4fcf-8bec-65d3cc3e769d Content-Length: 0 Content-Type: application/json 2018-11-25 10:37:05,849 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1/action used request id req-cfae0bf3-df6f-4fcf-8bec-65d3cc3e769d 2018-11-25 10:37:05,849 - sdnvpn_test_utils - DEBUG - Waiting for instance 8bcbffbe-ef2d-4a32-a4a7-af0278af16c1 to be deleted 2018-11-25 10:37:05,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" 2018-11-25 10:37:06,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-1e17ac47-1781-49d7-9649-c79a88c23091 x-compute-request-id: req-1e17ac47-1781-49d7-9649-c79a88c23091 Content-Encoding: gzip Content-Length: 796 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b5:c1", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "rel": "bookmark"}], "image": {"id": "1bba9013-1a6a-49ad-96aa-e92420e4c764", "links": [{"href": "http://172.30.9.23:8774/images/1bba9013-1a6a-49ad-96aa-e92420e4c764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-11-25T10:34:00.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8bcbffbe-ef2d-4a32-a4a7-af0278af16c1", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:37:05Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-11-25T10:33:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:37:06,347 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-1e17ac47-1781-49d7-9649-c79a88c23091 2018-11-25 10:37:08,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46999d56d3cf43ee372c12e136a1da83edbefc64" 2018-11-25 10:37:08,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aaf9ac96-e4af-4cda-9d45-1c1e240dc651 x-compute-request-id: req-aaf9ac96-e4af-4cda-9d45-1c1e240dc651 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 10:37:08,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-aaf9ac96-e4af-4cda-9d45-1c1e240dc651 2018-11-25 10:37:10,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1bba9013-1a6a-49ad-96aa-e92420e4c764 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a7fd5d72e615b589bfbc6ba5bcbfced1571cf4" 2018-11-25 10:37:11,147 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e5f07c6d-4dbf-4e66-8c4d-5a456a715f8b Date: Sun, 25 Nov 2018 10:37:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:37:11,147 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1bba9013-1a6a-49ad-96aa-e92420e4c764 used request id req-e5f07c6d-4dbf-4e66-8c4d-5a456a715f8b 2018-11-25 10:37:11,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/16d07d72-172e-4185-9f4d-bfaf55355d53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" 2018-11-25 10:37:11,800 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce4a0bc8-af8f-4bca-aeb1-6d9bf7de0f46 Content-Length: 0 Date: Sun, 25 Nov 2018 10:37:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:37:11,800 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/16d07d72-172e-4185-9f4d-bfaf55355d53 used request id req-ce4a0bc8-af8f-4bca-aeb1-6d9bf7de0f46 2018-11-25 10:37:11,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4113161e-4256-44e1-a489-be83d9cb080e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" 2018-11-25 10:37:12,452 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6f6e34cd-c285-491b-820f-6957b1a435d8 Content-Length: 0 Date: Sun, 25 Nov 2018 10:37:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:37:12,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4113161e-4256-44e1-a489-be83d9cb080e used request id req-6f6e34cd-c285-491b-820f-6957b1a435d8 2018-11-25 10:37:12,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/8f8012b1-1de9-4a20-a79e-83c9b58975e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" 2018-11-25 10:37:14,773 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ed0c2af-166a-4c65-ab97-a66a5664c9be Date: Sun, 25 Nov 2018 10:37:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:37:14,773 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8f8012b1-1de9-4a20-a79e-83c9b58975e1 used request id req-0ed0c2af-166a-4c65-ab97-a66a5664c9be 2018-11-25 10:37:14,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/151b178c-b8c7-4dcd-8d56-ca7b3be09324 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" 2018-11-25 10:37:17,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6b7d3071-79a0-49b4-a8da-5f6484efc6b6 Date: Sun, 25 Nov 2018 10:37:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:37:17,152 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/151b178c-b8c7-4dcd-8d56-ca7b3be09324 used request id req-6b7d3071-79a0-49b4-a8da-5f6484efc6b6 2018-11-25 10:37:17,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/793cdae3-3532-4699-91b4-06b39de20a8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" 2018-11-25 10:37:17,899 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54e91551-731e-4aba-afba-3d0450950a5e Date: Sun, 25 Nov 2018 10:37:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:37:17,899 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/793cdae3-3532-4699-91b4-06b39de20a8c used request id req-54e91551-731e-4aba-afba-3d0450950a5e 2018-11-25 10:37:17,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/1ab7863f-16d5-4cb1-90c8-24779cbaefa3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba93268bd695454ec8cc023bb5b474add58f84f6" 2018-11-25 10:37:18,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd9440c0-27a0-48d9-a4e2-b979d2ce8273 Date: Sun, 25 Nov 2018 10:37:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:37:18,786 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1ab7863f-16d5-4cb1-90c8-24779cbaefa3 used request id req-cd9440c0-27a0-48d9-a4e2-b979d2ce8273 2018-11-25 10:37:18,786 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN1 with eRT=iRT | | Associate network 'sdnvpn-2-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] | +----------------------------------------------------------------------------------------+ | Create VPN2 with eRT=iRT | | Associate network 'sdnvpn-2-2-net' to the VPN2. | +----------------------------------------------------------------------------------------+ | PASS | [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] | +========================================================================================+ 2018-11-25 10:37:18,786 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-25 10:37:18,786 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-11-25 10:37:18,787 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_2 - Tenant separation': {'status': 'PASS', 'details': [{u"[10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11]": 'PASS'}, {u"[10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12]": 'PASS'}]} 2018-11-25 10:37:18,787 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-11-25 10:37:18,787 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-11-25 10:37:18,788 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-11-25 10:37:18,892 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-11-25 10:37:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:37:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:37:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:37:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:37:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:37:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:37:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:37:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:37:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:37:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:37:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:37:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:37:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:37:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:37:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:37:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:37:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:37:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:37:18,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:37:18,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:37:18,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:37:18,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:37:18,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:37:18,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:37:18,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:37:18,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:37:18,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:37:18,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:37:18,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:37:18,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:37:18,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:37:18,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:37:18,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:37:18,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:37:18,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:37:18,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:37:18,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:37:18,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:37:18,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:37:18,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:37:18,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:37:18,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:37:18,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:37:18,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:37:18,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:37:18,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:37:18,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:37:18,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:37:18,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-25 10:37:18,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:37:18,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:37:18,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:37:18,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:37:18,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:37:18,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:37:18,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:37:18,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:37:18,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:37:18,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:37:18,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:37:18,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:37:18,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:37:18,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:37:18,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:37:18,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:37:18,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:37:18,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:37:18,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:37:18,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:37:18,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:37:18,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:37:18,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:37:18,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:37:18,904 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:37:18,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:37:18,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2368c391-3b4b-403b-a511-12444eff176a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:37:18,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2368c391-3b4b-403b-a511-12444eff176a 2018-11-25 10:37:18,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:37:19,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:37:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["V_WadMHvRSavFaWSl61H3g"], "issued_at": "2018-11-25T10:37:19.000000Z"}} 2018-11-25 10:37:19,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a03db54f64109dcad3f865172050424942708985" 2018-11-25 10:37:19,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-0e7beba8-4c32-466b-afd9-e47f1d413de8 Date: Sun, 25 Nov 2018 10:37:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-25 10:37:19,477 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-0e7beba8-4c32-466b-afd9-e47f1d413de8 2018-11-25 10:37:19,477 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:37:19,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a03db54f64109dcad3f865172050424942708985" 2018-11-25 10:37:19,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-90a506bd-4dae-4a94-8fb4-15aa968f295d Date: Sun, 25 Nov 2018 10:37:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 10:37:19,628 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-90a506bd-4dae-4a94-8fb4-15aa968f295d 2018-11-25 10:37:19,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a03db54f64109dcad3f865172050424942708985" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-25 10:37:20,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/71e12df6-6a51-4808-812f-7062d3f9fc24 X-Openstack-Request-Id: req-04344df0-9cd2-4c69-b5b8-1323c0c500eb Date: Sun, 25 Nov 2018 10:37:20 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T10:37:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T10:37:20Z", "visibility": "public", "locations": [], "self": "/v2/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "min_disk": 0, "protected": false, "id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "file": "/v2/images/71e12df6-6a51-4808-812f-7062d3f9fc24/file", "checksum": null, "owner": "6398f91c7f9a4cc9becafd672cd3c763", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 10:37:20,239 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-04344df0-9cd2-4c69-b5b8-1323c0c500eb 2018-11-25 10:37:20,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/71e12df6-6a51-4808-812f-7062d3f9fc24/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a03db54f64109dcad3f865172050424942708985" -d '' 2018-11-25 10:37:22,598 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c56b001f-9162-4cbd-b837-d50ede17a2ea Date: Sun, 25 Nov 2018 10:37:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:37:22,598 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/71e12df6-6a51-4808-812f-7062d3f9fc24/file used request id req-c56b001f-9162-4cbd-b837-d50ede17a2ea 2018-11-25 10:37:22,599 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-11-25 10:37:22,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:37:22,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33a47b39-1552-4730-ae76-ad0f1ada8e62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:37:22,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-33a47b39-1552-4730-ae76-ad0f1ada8e62 2018-11-25 10:37:22,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:37:22,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:37:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["jC_wzHDqSsSK6tdPDQPnug"], "issued_at": "2018-11-25T10:37:23.000000Z"}} 2018-11-25 10:37:22,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-11-25 10:37:23,405 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-142316ba-af96-4bb5-b6e5-282fafd5a0aa Date: Sun, 25 Nov 2018 10:37:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3468d4b7-fad3-4c02-b0ed-651f653e07be","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:37:23Z","is_default":false,"provider:segmentation_id":47,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:37:23Z","mtu":1450}} 2018-11-25 10:37:23,405 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-142316ba-af96-4bb5-b6e5-282fafd5a0aa 2018-11-25 10:37:23,405 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network 3468d4b7-fad3-4c02-b0ed-651f653e07be with cidr 10.10.10.0/24 2018-11-25 10:37:23,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" -d '{"subnets": [{"ip_version": 4, "network_id": "3468d4b7-fad3-4c02-b0ed-651f653e07be", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-11-25 10:37:24,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-389d3cbf-af95-4b13-9685-ac5f5f667a87 Date: Sun, 25 Nov 2018 10:37:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3468d4b7-fad3-4c02-b0ed-651f653e07be","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:37:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:37:23Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"16c0125b-fff9-41a7-8e76-a1ca13225664","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-11-25 10:37:24,145 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-389d3cbf-af95-4b13-9685-ac5f5f667a87 2018-11-25 10:37:24,146 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-11-25 10:37:24,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-11-25 10:37:24,522 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-25dfd536-f746-4815-9f2e-a0cbb40c01cd Date: Sun, 25 Nov 2018 10:37:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a5c687e6-2f98-4259-8a32-8d1c3ca4f56a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:37:24Z","is_default":false,"provider:segmentation_id":42,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:37:24Z","mtu":1450}} 2018-11-25 10:37:24,522 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-25dfd536-f746-4815-9f2e-a0cbb40c01cd 2018-11-25 10:37:24,522 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network a5c687e6-2f98-4259-8a32-8d1c3ca4f56a with cidr 10.10.11.0/24 2018-11-25 10:37:24,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" -d '{"subnets": [{"ip_version": 4, "network_id": "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-11-25 10:37:25,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-02533cdc-fc93-4d29-82f6-b3656890321f Date: Sun, 25 Nov 2018 10:37:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5c687e6-2f98-4259-8a32-8d1c3ca4f56a","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:37:25Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:37:25Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"f724f4db-5f39-4ed5-9577-f0e9e6152ace","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-11-25 10:37:25,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-02533cdc-fc93-4d29-82f6-b3656890321f 2018-11-25 10:37:25,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:37:25,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-6ee22bf9-7041-47f7-a586-fd52b582479f Date: Sun, 25 Nov 2018 10:37:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "updated_at": "2018-11-25T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "be60c331-bec8-4f83-b795-2cee1d41747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}], "revision_number": 4, "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8b709bbc-7260-46b7-88dc-54f09751360e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "updated_at": "2018-11-25T10:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "70416a38-6876-4fff-9847-564e75ee3305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-25T10:27:45Z", "revision_number": 0, "id": "c4d6f8eb-cb48-4051-b56f-a5bbef7a52ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:27:45Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 179, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 7, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "name": "sdnvpn-sg"}]} 2018-11-25 10:37:25,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-6ee22bf9-7041-47f7-a586-fd52b582479f 2018-11-25 10:37:25,629 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:37:25,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:37:25,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e900949c-067f-4bab-8a0b-e9f3e32f9a60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:37:25,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e900949c-067f-4bab-8a0b-e9f3e32f9a60 2018-11-25 10:37:25,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:37:26,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:37:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["qSx3PcO4QUqYwnStP6JOow"], "issued_at": "2018-11-25T10:37:26.000000Z"}} 2018-11-25 10:37:26,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:37:26,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89343287-aa35-42c3-8221-e11c1e87b58c x-compute-request-id: req-89343287-aa35-42c3-8221-e11c1e87b58c Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 10:37:26,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-89343287-aa35-42c3-8221-e11c1e87b58c 2018-11-25 10:37:26,220 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-11-25 10:37:26,220 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-11-25 10:37:26,221 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=71e12df6-6a51-4808-812f-7062d3f9fc24 network=3468d4b7-fad3-4c02-b0ed-651f653e07be secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:37:26,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:37:26,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:37:26,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:37:26,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:37:26,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:37:26,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:37:26,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:37:26,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:37:26,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:37:26,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:37:26,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:37:26,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:37:26,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:37:26,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:37:26,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:37:26,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:37:26,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:37:26,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:37:26,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:37:26,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:37:26,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:37:26,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:37:26,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:37:26,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:37:26,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:37:26,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:37:26,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:37:26,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:37:26,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:37:26,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:37:26,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:37:26,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:37:26,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:37:26,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:37:26,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:37:26,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:37:26,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:37:26,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:37:26,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:37:26,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:37:26,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:37:26,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:37:26,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:37:26,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:37:26,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:37:26,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:37:26,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:37:26,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:37:26,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:37:26,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f374d5-4156-4ed4-8de2-546b6c35cffd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:37:26,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d7f374d5-4156-4ed4-8de2-546b6c35cffd 2018-11-25 10:37:26,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:37:26,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:37:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["JNXa6f_aTMm7MNFxSHDJaw"], "issued_at": "2018-11-25T10:37:26.000000Z"}} 2018-11-25 10:37:26,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" 2018-11-25 10:37:26,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-159c43cd-472c-4f0d-86b9-81746cf18423 x-compute-request-id: req-159c43cd-472c-4f0d-86b9-81746cf18423 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:37:26,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-159c43cd-472c-4f0d-86b9-81746cf18423 2018-11-25 10:37:26,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" 2018-11-25 10:37:26,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb50d87a-b358-48b4-8e6e-fc3f8da85298 x-compute-request-id: req-bb50d87a-b358-48b4-8e6e-fc3f8da85298 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:37:26,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-bb50d87a-b358-48b4-8e6e-fc3f8da85298 2018-11-25 10:37:26,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "71e12df6-6a51-4808-812f-7062d3f9fc24", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3468d4b7-fad3-4c02-b0ed-651f653e07be"}]}}' 2018-11-25 10:37:28,998 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:37:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d207a17-b59c-4f3c-b4a1-fbff0edd03cb x-compute-request-id: req-4d207a17-b59c-4f3c-b4a1-fbff0edd03cb Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "bookmark"}], "adminPass": "fCjBpLXpi8RG"}} 2018-11-25 10:37:28,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4d207a17-b59c-4f3c-b4a1-fbff0edd03cb 2018-11-25 10:37:28,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:37:29,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c39ebcc-38ab-47c3-9a01-39fe86902f02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:37:29,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3c39ebcc-38ab-47c3-9a01-39fe86902f02 2018-11-25 10:37:29,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:37:29,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:37:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["nIcFbKDtQw2yoLhOyB5L6Q"], "issued_at": "2018-11-25T10:37:29.000000Z"}} 2018-11-25 10:37:29,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1732ca7523be0837ab2c5d86bffb40ea91c1f4fc" 2018-11-25 10:37:29,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32a31137-cbb5-4915-9b55-9a6cf1da21cd x-compute-request-id: req-32a31137-cbb5-4915-9b55-9a6cf1da21cd Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:37:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-2", "created": "2018-11-25T10:37:28Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:37:29,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e used request id req-32a31137-cbb5-4915-9b55-9a6cf1da21cd 2018-11-25 10:37:32,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1732ca7523be0837ab2c5d86bffb40ea91c1f4fc" 2018-11-25 10:37:33,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37: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-8c487ac2-fdbc-46b4-affd-e56723f23d5d x-compute-request-id: req-8c487ac2-fdbc-46b4-affd-e56723f23d5d Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:cb:3a", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:37:29Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-25T10:37:28Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:37:33,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e used request id req-8c487ac2-fdbc-46b4-affd-e56723f23d5d 2018-11-25 10:37:36,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1732ca7523be0837ab2c5d86bffb40ea91c1f4fc" 2018-11-25 10:37:37,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37: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-ce8ac181-9c9d-4ff5-93b6-0b5067063a67 x-compute-request-id: req-ce8ac181-9c9d-4ff5-93b6-0b5067063a67 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:cb:3a", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-11-25T10:37:33.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:33Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-25T10:37:28Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:37:37,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e used request id req-ce8ac181-9c9d-4ff5-93b6-0b5067063a67 2018-11-25 10:37:37,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" 2018-11-25 10:37:37,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b00b7192-920d-4ef1-be65-f17b13486f66 x-compute-request-id: req-b00b7192-920d-4ef1-be65-f17b13486f66 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:cb:3a", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-11-25T10:37:33.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:33Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-25T10:37:28Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:37:37,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e used request id req-b00b7192-920d-4ef1-be65-f17b13486f66 2018-11-25 10:37:37,775 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.12'. 2018-11-25 10:37:37,775 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-11-25 10:37:37,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:37:39,439 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:37:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7acec78-d449-4312-8bae-994894f7a68c x-compute-request-id: req-b7acec78-d449-4312-8bae-994894f7a68c Content-Length: 0 Content-Type: application/json 2018-11-25 10:37:39,440 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-b7acec78-d449-4312-8bae-994894f7a68c 2018-11-25 10:37:39,440 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-11-25 10:37:39,440 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=71e12df6-6a51-4808-812f-7062d3f9fc24 network=3468d4b7-fad3-4c02-b0ed-651f653e07be secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:37:39,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:37:39,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:37:39,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:37:39,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:37:39,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:37:39,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:37:39,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:37:39,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:37:39,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:37:39,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:37:39,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:37:39,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:37:39,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:37:39,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:37:39,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:37:39,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:37:39,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:37:39,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:37:39,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:37:39,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:37:39,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:37:39,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:37:39,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:37:39,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:37:39,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:37:39,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:37:39,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:37:39,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:37:39,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:37:39,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:37:39,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:37:39,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:37:39,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:37:39,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:37:39,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:37:39,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:37:39,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:37:39,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:37:39,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:37:39,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:37:39,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:37:39,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:37:39,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:37:39,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:37:39,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:37:39,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:37:39,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:37:39,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:37:39,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:37:39,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b057c7f-2736-4681-af57-04fe97a9b6e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:37:39,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4b057c7f-2736-4681-af57-04fe97a9b6e1 2018-11-25 10:37:39,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:37:39,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:37:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["LcqzMGLOTSO3Dpm3w068mw"], "issued_at": "2018-11-25T10:37:39.000000Z"}} 2018-11-25 10:37:39,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349dde5a5401339a54450e403a22cc83b490918" 2018-11-25 10:37:40,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f902bc88-6114-4ca6-b9cf-d5a007b5af9c x-compute-request-id: req-f902bc88-6114-4ca6-b9cf-d5a007b5af9c Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:37:40,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f902bc88-6114-4ca6-b9cf-d5a007b5af9c 2018-11-25 10:37:40,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349dde5a5401339a54450e403a22cc83b490918" 2018-11-25 10:37:40,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84395045-0eb5-4205-93f2-675b1eac3556 x-compute-request-id: req-84395045-0eb5-4205-93f2-675b1eac3556 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:37:40,133 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-84395045-0eb5-4205-93f2-675b1eac3556 2018-11-25 10:37:40,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349dde5a5401339a54450e403a22cc83b490918" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "71e12df6-6a51-4808-812f-7062d3f9fc24", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3468d4b7-fad3-4c02-b0ed-651f653e07be"}]}}' 2018-11-25 10:37:42,071 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:37:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c81b034-d412-4db8-8340-24ec53b9a2e7 x-compute-request-id: req-5c81b034-d412-4db8-8340-24ec53b9a2e7 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "bookmark"}], "adminPass": "HZAzHiypMx7G"}} 2018-11-25 10:37:42,071 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-5c81b034-d412-4db8-8340-24ec53b9a2e7 2018-11-25 10:37:42,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:37:42,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6083daa2-3e7e-42c0-b92d-6a40ec938a60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:37:42,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6083daa2-3e7e-42c0-b92d-6a40ec938a60 2018-11-25 10:37:42,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:37:42,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:37:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["EQ1q2sxxT4WD7ZcHv7G-3Q"], "issued_at": "2018-11-25T10:37:42.000000Z"}} 2018-11-25 10:37:42,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71618d3e095d8b951a8e199bdadac833e27467f5" 2018-11-25 10:37:43,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc050e3b-c46b-4e4e-b42b-990f25dd5722 x-compute-request-id: req-fc050e3b-c46b-4e4e-b42b-990f25dd5722 Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:37:42Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-25T10:37:42Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:37:43,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf used request id req-fc050e3b-c46b-4e4e-b42b-990f25dd5722 2018-11-25 10:37:46,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71618d3e095d8b951a8e199bdadac833e27467f5" 2018-11-25 10:37:46,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-327ac49b-fa9e-404b-9361-97004ae2309e x-compute-request-id: req-327ac49b-fa9e-404b-9361-97004ae2309e Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d0:ad", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:37:42Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-25T10:37:42Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:37:46,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf used request id req-327ac49b-fa9e-404b-9361-97004ae2309e 2018-11-25 10:37:49,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71618d3e095d8b951a8e199bdadac833e27467f5" 2018-11-25 10:37:50,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-267b0395-012e-42f8-b814-0da1260d4b13 x-compute-request-id: req-267b0395-012e-42f8-b814-0da1260d4b13 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d0:ad", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-11-25T10:37:46.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:46Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-25T10:37:42Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:37:50,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf used request id req-267b0395-012e-42f8-b814-0da1260d4b13 2018-11-25 10:37:50,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349dde5a5401339a54450e403a22cc83b490918" 2018-11-25 10:37:51,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d539824-2bf5-4d17-bb47-74d8d26796e6 x-compute-request-id: req-9d539824-2bf5-4d17-bb47-74d8d26796e6 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d0:ad", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-11-25T10:37:46.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:46Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-25T10:37:42Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:37:51,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf used request id req-9d539824-2bf5-4d17-bb47-74d8d26796e6 2018-11-25 10:37:51,116 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.5'. 2018-11-25 10:37:51,116 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-11-25 10:37:51,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:37:52,383 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:37:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d19c3d3d-83a3-420c-b583-e296ef010d02 x-compute-request-id: req-d19c3d3d-83a3-420c-b583-e296ef010d02 Content-Length: 0 Content-Type: application/json 2018-11-25 10:37:52,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action used request id req-d19c3d3d-83a3-420c-b583-e296ef010d02 2018-11-25 10:37:52,383 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-11-25 10:37:52,384 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=71e12df6-6a51-4808-812f-7062d3f9fc24 network=a5c687e6-2f98-4259-8a32-8d1c3ca4f56a secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:37:52,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:37:52,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:37:52,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:37:52,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:37:52,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:37:52,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:37:52,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:37:52,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:37:52,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:37:52,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:37:52,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:37:52,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:37:52,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:37:52,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:37:52,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:37:52,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:37:52,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:37:52,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:37:52,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:37:52,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:37:52,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:37:52,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:37:52,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:37:52,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:37:52,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:37:52,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:37:52,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:37:52,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:37:52,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:37:52,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:37:52,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:37:52,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:37:52,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:37:52,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:37:52,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:37:52,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:37:52,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:37:52,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:37:52,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:37:52,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:37:52,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:37:52,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:37:52,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:37:52,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:37:52,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:37:52,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:37:52,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:37:52,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:37:52,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:37:52,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-602de16c-cbc7-47ce-a879-8b5643448aeb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:37:52,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-602de16c-cbc7-47ce-a879-8b5643448aeb 2018-11-25 10:37:52,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:37:52,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["k3jxeE4YTxqUi-_LnW7IYQ"], "issued_at": "2018-11-25T10:37:52.000000Z"}} 2018-11-25 10:37:52,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc89f8e4ee1b22ea60ab4ffa0777401b3ad01f3" 2018-11-25 10:37:52,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0ed82d1-494a-44f8-a505-accfa0d148c9 x-compute-request-id: req-f0ed82d1-494a-44f8-a505-accfa0d148c9 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:37:52,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f0ed82d1-494a-44f8-a505-accfa0d148c9 2018-11-25 10:37:52,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc89f8e4ee1b22ea60ab4ffa0777401b3ad01f3" 2018-11-25 10:37:52,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e9e8114-89e2-4455-8893-9623d4d3eb69 x-compute-request-id: req-5e9e8114-89e2-4455-8893-9623d4d3eb69 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:37:52,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-5e9e8114-89e2-4455-8893-9623d4d3eb69 2018-11-25 10:37:52,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc89f8e4ee1b22ea60ab4ffa0777401b3ad01f3" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "71e12df6-6a51-4808-812f-7062d3f9fc24", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a"}]}}' 2018-11-25 10:37:54,244 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:37:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-290e5d3b-cf81-4a09-9d57-8a60d554a098 x-compute-request-id: req-290e5d3b-cf81-4a09-9d57-8a60d554a098 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "adminPass": "EWW3oUWkTw37"}} 2018-11-25 10:37:54,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-290e5d3b-cf81-4a09-9d57-8a60d554a098 2018-11-25 10:37:54,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:37:54,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93bc4b67-cd40-45d7-9565-609fbf384629 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:37:54,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-93bc4b67-cd40-45d7-9565-609fbf384629 2018-11-25 10:37:54,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:37:54,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:37:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["Mur79rBIRVWKDUQDj7_R6g"], "issued_at": "2018-11-25T10:37:54.000000Z"}} 2018-11-25 10:37:54,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901d70cfc2eefb358c84f0e254c88b1c551ecb90" 2018-11-25 10:37:55,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-423af5de-c56a-4b93-9c60-fd0db788a658 x-compute-request-id: req-423af5de-c56a-4b93-9c60-fd0db788a658 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:37:54Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:37:55,020 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 used request id req-423af5de-c56a-4b93-9c60-fd0db788a658 2018-11-25 10:37:58,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901d70cfc2eefb358c84f0e254c88b1c551ecb90" 2018-11-25 10:37:59,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:37:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f91fd69f-9fb3-4802-9f9f-93c2fc56e674 x-compute-request-id: req-f91fd69f-9fb3-4802-9f9f-93c2fc56e674 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:37:55Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:37:59,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 used request id req-f91fd69f-9fb3-4802-9f9f-93c2fc56e674 2018-11-25 10:38:02,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901d70cfc2eefb358c84f0e254c88b1c551ecb90" 2018-11-25 10:38:02,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-e9e9d43d-a0e5-445b-ac41-01bfa22a5e44 x-compute-request-id: req-e9e9d43d-a0e5-445b-ac41-01bfa22a5e44 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:58Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:38:02,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 used request id req-e9e9d43d-a0e5-445b-ac41-01bfa22a5e44 2018-11-25 10:38:02,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc89f8e4ee1b22ea60ab4ffa0777401b3ad01f3" 2018-11-25 10:38:03,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-78d0598b-7b41-424d-aa51-953e5bbc0206 x-compute-request-id: req-78d0598b-7b41-424d-aa51-953e5bbc0206 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:58Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:38:03,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 used request id req-78d0598b-7b41-424d-aa51-953e5bbc0206 2018-11-25 10:38:03,595 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.7'. 2018-11-25 10:38:03,595 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-11-25 10:38:03,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:38:05,238 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:38:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e83870d8-9817-4166-9409-8a612681409b x-compute-request-id: req-e83870d8-9817-4166-9409-8a612681409b Content-Length: 0 Content-Type: application/json 2018-11-25 10:38:05,238 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action used request id req-e83870d8-9817-4166-9409-8a612681409b 2018-11-25 10:38:05,239 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-11-25 10:38:05,239 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=71e12df6-6a51-4808-812f-7062d3f9fc24 network=a5c687e6-2f98-4259-8a32-8d1c3ca4f56a secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.7 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-25 10:38:05,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:38:05,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:38:05,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:38:05,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:38:05,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:38:05,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:38:05,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:38:05,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:38:05,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:38:05,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:38:05,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:38:05,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:38:05,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:38:05,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:38:05,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:38:05,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:38:05,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:38:05,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:38:05,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:38:05,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:38:05,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:38:05,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:38:05,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:38:05,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:38:05,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:38:05,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:38:05,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:38:05,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:38:05,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:38:05,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:38:05,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:38:05,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:38:05,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:38:05,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:38:05,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:38:05,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:38:05,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:38:05,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:38:05,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:38:05,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:38:05,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:38:05,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:38:05,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:38:05,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:38:05,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:38:05,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:38:05,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:38:05,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:38:05,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:38:05,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9baf9f1d-4a85-4f05-871b-92497ac5b498 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:38:05,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9baf9f1d-4a85-4f05-871b-92497ac5b498 2018-11-25 10:38:05,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:38:05,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["D0hhfj-rSGCVabVZvSfF0g"], "issued_at": "2018-11-25T10:38:05.000000Z"}} 2018-11-25 10:38:05,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25bdcd8849c69479c4ef3204ea23cd26512801" 2018-11-25 10:38:05,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa0074bc-3f1d-40d7-ad0d-1207519fe0c4 x-compute-request-id: req-fa0074bc-3f1d-40d7-ad0d-1207519fe0c4 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:38:05,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fa0074bc-3f1d-40d7-ad0d-1207519fe0c4 2018-11-25 10:38:05,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25bdcd8849c69479c4ef3204ea23cd26512801" 2018-11-25 10:38:05,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31d19dce-5400-4389-a769-4accf84a13a4 x-compute-request-id: req-31d19dce-5400-4389-a769-4accf84a13a4 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:38:05,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-31d19dce-5400-4389-a769-4accf84a13a4 2018-11-25 10:38:05,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25bdcd8849c69479c4ef3204ea23cd26512801" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "71e12df6-6a51-4808-812f-7062d3f9fc24", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a"}], "config_drive": true}}' 2018-11-25 10:38:07,795 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:38:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49ed4e7a-9e01-4f0a-8783-c12e2132780b x-compute-request-id: req-49ed4e7a-9e01-4f0a-8783-c12e2132780b Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "adminPass": "xRHdcq7YBUxW"}} 2018-11-25 10:38:07,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-49ed4e7a-9e01-4f0a-8783-c12e2132780b 2018-11-25 10:38:07,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:38:07,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-816e7318-8fd3-4be6-b329-c1b92a9d1b6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:38:07,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-816e7318-8fd3-4be6-b329-c1b92a9d1b6a 2018-11-25 10:38:07,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:38:08,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:38:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["j8sb7jUrRU6Kgut4thAnMQ"], "issued_at": "2018-11-25T10:38:08.000000Z"}} 2018-11-25 10:38:08,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d27994286d07d1e85473a155be0a8e83e9a299ae" 2018-11-25 10:38:08,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9f1ffbb-0438-4b1e-899b-3823d6903c5f x-compute-request-id: req-c9f1ffbb-0438-4b1e-899b-3823d6903c5f Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:38:08Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:38:08,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9 used request id req-c9f1ffbb-0438-4b1e-899b-3823d6903c5f 2018-11-25 10:38:11,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d27994286d07d1e85473a155be0a8e83e9a299ae" 2018-11-25 10:38:12,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-7c2f9ba6-4ac1-4300-b61e-eae66cbf1102 x-compute-request-id: req-7c2f9ba6-4ac1-4300-b61e-eae66cbf1102 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:4c:18", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:38:08Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:38:12,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9 used request id req-7c2f9ba6-4ac1-4300-b61e-eae66cbf1102 2018-11-25 10:38:15,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d27994286d07d1e85473a155be0a8e83e9a299ae" 2018-11-25 10:38:16,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-22b62bf6-c347-4de8-bbf5-29a797e798e0 x-compute-request-id: req-22b62bf6-c347-4de8-bbf5-29a797e798e0 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:4c:18", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-11-25T10:38:12.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:38:12Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:38:16,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9 used request id req-22b62bf6-c347-4de8-bbf5-29a797e798e0 2018-11-25 10:38:16,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25bdcd8849c69479c4ef3204ea23cd26512801" 2018-11-25 10:38:16,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-f563b991-f183-4d60-a6a2-2a91f44077ad x-compute-request-id: req-f563b991-f183-4d60-a6a2-2a91f44077ad Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:4c:18", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-11-25T10:38:12.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:38:12Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:38:16,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9 used request id req-f563b991-f183-4d60-a6a2-2a91f44077ad 2018-11-25 10:38:16,999 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.5'. 2018-11-25 10:38:17,000 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-11-25 10:38:17,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:38:18,209 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:38:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4b85d44-93cd-4ea6-8c76-2dd932219d83 x-compute-request-id: req-c4b85d44-93cd-4ea6-8c76-2dd932219d83 Content-Length: 0 Content-Type: application/json 2018-11-25 10:38:18,210 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9/action used request id req-c4b85d44-93cd-4ea6-8c76-2dd932219d83 2018-11-25 10:38:18,210 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-11-25 10:38:18,210 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=71e12df6-6a51-4808-812f-7062d3f9fc24 network=3468d4b7-fad3-4c02-b0ed-651f653e07be secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.12 10.10.10.5 10.10.11.5 10.10.11.7 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-25 10:38:18,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:38:18,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:38:18,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:38:18,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:38:18,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:38:18,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:38:18,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:38:18,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:38:18,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:38:18,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:38:18,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:38:18,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:38:18,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:38:18,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:38:18,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:38:18,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:38:18,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:38:18,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:38:18,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:38:18,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:38:18,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:38:18,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:38:18,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:38:18,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:38:18,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:38:18,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:38:18,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:38:18,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:38:18,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:38:18,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:38:18,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:38:18,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:38:18,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:38:18,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:38:18,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:38:18,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:38:18,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:38:18,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:38:18,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:38:18,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:38:18,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:38:18,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:38:18,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:38:18,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:38:18,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:38:18,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:38:18,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:38:18,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:38:18,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:38:18,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-578a8714-8935-4ed2-8e83-3b7c14c21ce9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:38:18,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-578a8714-8935-4ed2-8e83-3b7c14c21ce9 2018-11-25 10:38:18,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:38:18,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:38:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["t1KLBe6mRkaAdzaar7lYXg"], "issued_at": "2018-11-25T10:38:18.000000Z"}} 2018-11-25 10:38:18,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" 2018-11-25 10:38:18,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c240f317-91f6-4d80-bef4-7a3cc7f2e7fe x-compute-request-id: req-c240f317-91f6-4d80-bef4-7a3cc7f2e7fe Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:38:18,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c240f317-91f6-4d80-bef4-7a3cc7f2e7fe 2018-11-25 10:38:18,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" 2018-11-25 10:38:18,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74e4c9d1-b0a8-4fc3-9cf2-93680ed3813b x-compute-request-id: req-74e4c9d1-b0a8-4fc3-9cf2-93680ed3813b Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:38:18,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-74e4c9d1-b0a8-4fc3-9cf2-93680ed3813b 2018-11-25 10:38:18,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "71e12df6-6a51-4808-812f-7062d3f9fc24", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMiAxMC4xMC4xMC41IDEwLjEwLjExLjUgMTAuMTAuMTEuNwp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3468d4b7-fad3-4c02-b0ed-651f653e07be"}], "config_drive": true}}' 2018-11-25 10:38:20,269 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:38:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2fb3351a-56bc-42cf-9834-31fa2edc34f8 x-compute-request-id: req-2fb3351a-56bc-42cf-9834-31fa2edc34f8 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "338ee25a-1fb3-4892-81d5-afd692ee24fc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "bookmark"}], "adminPass": "bBufkiB3CqNT"}} 2018-11-25 10:38:20,270 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2fb3351a-56bc-42cf-9834-31fa2edc34f8 2018-11-25 10:38:20,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:38:20,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c53db3c-54a2-4cb7-90c4-ba73f6c74bd5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:38:20,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1c53db3c-54a2-4cb7-90c4-ba73f6c74bd5 2018-11-25 10:38:20,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:38:20,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:38:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["EYb0gqKaSYezMBr89GE7IA"], "issued_at": "2018-11-25T10:38:20.000000Z"}} 2018-11-25 10:38:20,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef334813bc559288a808849038c163b3ff4d2983" 2018-11-25 10:38:21,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc7d489d-1fa2-426a-9e03-6afe335c1458 x-compute-request-id: req-dc7d489d-1fa2-426a-9e03-6afe335c1458 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "338ee25a-1fb3-4892-81d5-afd692ee24fc", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:38:20Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-11-25T10:38:20Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:38:21,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc used request id req-dc7d489d-1fa2-426a-9e03-6afe335c1458 2018-11-25 10:38:24,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef334813bc559288a808849038c163b3ff4d2983" 2018-11-25 10:38:25,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33ab0741-e0f1-4f39-b5a8-ebb0f9c36c1f x-compute-request-id: req-33ab0741-e0f1-4f39-b5a8-ebb0f9c36c1f Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:d4:dc", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "338ee25a-1fb3-4892-81d5-afd692ee24fc", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:38:21Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-11-25T10:38:20Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:38:25,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc used request id req-33ab0741-e0f1-4f39-b5a8-ebb0f9c36c1f 2018-11-25 10:38:28,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef334813bc559288a808849038c163b3ff4d2983" 2018-11-25 10:38:28,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c6fdd30-2d07-460c-805b-5cce576c12d7 x-compute-request-id: req-8c6fdd30-2d07-460c-805b-5cce576c12d7 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:d4:dc", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-11-25T10:38:24.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "338ee25a-1fb3-4892-81d5-afd692ee24fc", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:38:24Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-11-25T10:38:20Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:38:28,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc used request id req-8c6fdd30-2d07-460c-805b-5cce576c12d7 2018-11-25 10:38:28,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" 2018-11-25 10:38:29,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce638025-cca0-4007-812d-a20fa4e952d7 x-compute-request-id: req-ce638025-cca0-4007-812d-a20fa4e952d7 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:d4:dc", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-11-25T10:38:24.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "338ee25a-1fb3-4892-81d5-afd692ee24fc", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:38:24Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-11-25T10:38:20Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:38:29,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc used request id req-ce638025-cca0-4007-812d-a20fa4e952d7 2018-11-25 10:38:29,309 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.7'. 2018-11-25 10:38:29,309 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-11-25 10:38:29,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:38:30,681 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-673a36b3-4c16-4447-bb1f-293651fa1ab1 x-compute-request-id: req-673a36b3-4c16-4447-bb1f-293651fa1ab1 Content-Length: 0 Content-Type: application/json 2018-11-25 10:38:30,681 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-673a36b3-4c16-4447-bb1f-293651fa1ab1 2018-11-25 10:38:30,681 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-11-25 10:38:30,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-953418", "route_distinguishers": "11:11"}}' 2018-11-25 10:38:31,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-a96480bb-3e00-4935-99f1-2a18bab64930 Date: Sun, 25 Nov 2018 10:38:31 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "891f7a71-339a-4418-84f5-7770f0752cea", "name": "sdnvpn-953418", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:38:31,071 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-a96480bb-3e00-4935-99f1-2a18bab64930 2018-11-25 10:38:31,072 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-953418', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'891f7a71-339a-4418-84f5-7770f0752cea'}} 2018-11-25 10:38:31,072 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-11-25 10:38:31,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/891f7a71-339a-4418-84f5-7770f0752cea/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" -d '{"network_association": {"network_id": "3468d4b7-fad3-4c02-b0ed-651f653e07be"}}' 2018-11-25 10:38:31,548 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-3b3c7358-8ed1-4a56-a649-8226ce10267e Date: Sun, 25 Nov 2018 10:38:31 GMT RESP BODY: {"network_association": {"network_id": "3468d4b7-fad3-4c02-b0ed-651f653e07be", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "0c6e9d75-e03e-418f-839e-7c2c8547b3cc"}} 2018-11-25 10:38:31,548 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/891f7a71-339a-4418-84f5-7770f0752cea/network_associations used request id req-3b3c7358-8ed1-4a56-a649-8226ce10267e 2018-11-25 10:38:31,548 - sdnvpn_test_utils - INFO - Waiting for instance ea74062c-d2a1-4cfa-b18f-4beee6bda76e to boot up 2018-11-25 10:38:31,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:38:32,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6beeb40d-efd5-46a1-82bc-48459e720657 x-compute-request-id: req-6beeb40d-efd5-46a1-82bc-48459e720657 Content-Encoding: gzip Content-Length: 7694 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:38:32,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-6beeb40d-efd5-46a1-82bc-48459e720657 2018-11-25 10:38:34,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:38:35,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-339c33be-291d-4898-9766-a9403483a60d x-compute-request-id: req-339c33be-291d-4898-9766-a9403483a60d Content-Encoding: gzip Content-Length: 7828 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-11-25 10:38:35,703 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-339c33be-291d-4898-9766-a9403483a60d 2018-11-25 10:38:37,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:38:38,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-ab9ccab9-2d87-487d-b01d-2a7e328da6cb x-compute-request-id: req-ab9ccab9-2d87-487d-b01d-2a7e328da6cb Content-Encoding: gzip Content-Length: 9387 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n"} 2018-11-25 10:38:38,836 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-ab9ccab9-2d87-487d-b01d-2a7e328da6cb 2018-11-25 10:38:40,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:38:41,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c057ec15-d282-48e2-9f78-e0b9d05e799a x-compute-request-id: req-c057ec15-d282-48e2-9f78-e0b9d05e799a Content-Encoding: gzip Content-Length: 9990 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:38:41,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-c057ec15-d282-48e2-9f78-e0b9d05e799a 2018-11-25 10:38:43,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:38:45,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-826904db-4c4b-430c-9238-b4ccbe6c1720 x-compute-request-id: req-826904db-4c4b-430c-9238-b4ccbe6c1720 Content-Encoding: gzip Content-Length: 9990 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:38:45,011 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-826904db-4c4b-430c-9238-b4ccbe6c1720 2018-11-25 10:38:47,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:38:48,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80bd5403-b777-4dd9-aa1a-9167c785fe33 x-compute-request-id: req-80bd5403-b777-4dd9-aa1a-9167c785fe33 Content-Encoding: gzip Content-Length: 9990 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:38:48,099 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-80bd5403-b777-4dd9-aa1a-9167c785fe33 2018-11-25 10:38:50,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:38:51,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-083b0428-3bbc-4667-b2a1-8a69660fbf0c x-compute-request-id: req-083b0428-3bbc-4667-b2a1-8a69660fbf0c Content-Encoding: gzip Content-Length: 9990 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:38:51,194 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-083b0428-3bbc-4667-b2a1-8a69660fbf0c 2018-11-25 10:38:53,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:38:54,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-a195f553-ff46-4909-bf23-1e15c61f408e x-compute-request-id: req-a195f553-ff46-4909-bf23-1e15c61f408e Content-Encoding: gzip Content-Length: 9990 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:38:54,284 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-a195f553-ff46-4909-bf23-1e15c61f408e 2018-11-25 10:38:56,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:38:57,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19c7b441-dff2-4b80-9dad-22d27bf77310 x-compute-request-id: req-19c7b441-dff2-4b80-9dad-22d27bf77310 Content-Encoding: gzip Content-Length: 10059 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:38:57,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-19c7b441-dff2-4b80-9dad-22d27bf77310 2018-11-25 10:38:59,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:00,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:38: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-e9060a28-1ccf-4470-bb9f-4e7427c85121 x-compute-request-id: req-e9060a28-1ccf-4470-bb9f-4e7427c85121 Content-Encoding: gzip Content-Length: 10059 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:39:00,470 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-e9060a28-1ccf-4470-bb9f-4e7427c85121 2018-11-25 10:39:02,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:03,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39: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-9497bda2-3511-4bb5-8162-c5909c908338 x-compute-request-id: req-9497bda2-3511-4bb5-8162-c5909c908338 Content-Encoding: gzip Content-Length: 10059 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:39:03,617 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-9497bda2-3511-4bb5-8162-c5909c908338 2018-11-25 10:39:05,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:06,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aed7e9cd-176e-4423-91ed-faab83cef181 x-compute-request-id: req-aed7e9cd-176e-4423-91ed-faab83cef181 Content-Encoding: gzip Content-Length: 10059 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:39:06,716 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-aed7e9cd-176e-4423-91ed-faab83cef181 2018-11-25 10:39:08,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:09,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25a9e8a9-378d-40ea-9b39-635cee461355 x-compute-request-id: req-25a9e8a9-378d-40ea-9b39-635cee461355 Content-Encoding: gzip Content-Length: 10079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:39:09,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-25a9e8a9-378d-40ea-9b39-635cee461355 2018-11-25 10:39:11,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:12,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39: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-2af38b33-3866-4e9b-b2f4-2c64fdd7c0c1 x-compute-request-id: req-2af38b33-3866-4e9b-b2f4-2c64fdd7c0c1 Content-Encoding: gzip Content-Length: 10079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:39:12,905 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-2af38b33-3866-4e9b-b2f4-2c64fdd7c0c1 2018-11-25 10:39:14,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:16,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39: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-ceb247d4-fe37-490b-8a53-28e446ca23da x-compute-request-id: req-ceb247d4-fe37-490b-8a53-28e446ca23da Content-Encoding: gzip Content-Length: 10079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:39:16,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-ceb247d4-fe37-490b-8a53-28e446ca23da 2018-11-25 10:39:18,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:19,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39: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-f422b10f-72d3-4889-af8f-b9eb071dce7f x-compute-request-id: req-f422b10f-72d3-4889-af8f-b9eb071dce7f Content-Encoding: gzip Content-Length: 10079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:39:19,150 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-f422b10f-72d3-4889-af8f-b9eb071dce7f 2018-11-25 10:39:21,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:22,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39: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-d43aa31f-f41a-471f-a62d-0fcf7b9c5769 x-compute-request-id: req-d43aa31f-f41a-471f-a62d-0fcf7b9c5769 Content-Encoding: gzip Content-Length: 10079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:39:22,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-d43aa31f-f41a-471f-a62d-0fcf7b9c5769 2018-11-25 10:39:24,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba03897592bf3b8fa5c724a276966af89ed70af" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:25,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e845b949-f1a1-4a7c-92b2-569d6965290c x-compute-request-id: req-e845b949-f1a1-4a7c-92b2-569d6965290c Content-Encoding: gzip Content-Length: 11142 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505758346 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.131103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132760] pid_max: default: 32768 minimum: 301\n[ 0.133651] ACPI: Core revision 20150930\n[ 0.135029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136328] Security Framework initialized\n[ 0.137131] Yama: becoming mindful.\n[ 0.137855] AppArmor: AppArmor initialized\n[ 0.138712] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142506] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143879] Initializing cgroup subsys io\n[ 0.144687] Initializing cgroup subsys memory\n[ 0.145538] Initializing cgroup subsys devices\n[ 0.146413] Initializing cgroup subsys freezer\n[ 0.147268] Initializing cgroup subsys net_cls\n[ 0.148128] Initializing cgroup subsys perf_event\n[ 0.149028] Initializing cgroup subsys net_prio\n[ 0.149901] Initializing cgroup subsys hugetlb\n[ 0.150767] Initializing cgroup subsys pids\n[ 0.151633] CPU: Physical Processor ID: 0\n[ 0.153118] mce: CPU supports 10 MCE banks\n[ 0.153963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154967] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171877] ftrace: allocating 31920 entries in 125 pages\n[ 0.197958] smpboot: Max logical packages: 1\n[ 0.198824] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200161] x2apic enabled\n[ 0.200963] Switched APIC routing to physical x2apic.\n[ 0.202712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207596] KVM setup paravirtual spinlock\n[ 0.208886] x86: Booted up 1 node, 1 CPUs\n[ 0.209695] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211082] devtmpfs: initialized\n[ 0.212794] evm: security.selinux\n[ 0.213495] evm: security.SMACK64\n[ 0.214181] evm: security.SMACK64EXEC\n[ 0.214921] evm: security.SMACK64TRANSMUTE\n[ 0.215725] evm: security.SMACK64MMAP\n[ 0.216478] evm: security.ima\n[ 0.217114] evm: security.capability\n[ 0.217915] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219757] pinctrl core: initialized pinctrl subsystem\n[ 0.220857] RTC time: 10:37:33, date: 11/25/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222779] cpuidle: using governor ladder\n[ 0.223599] cpuidle: using governor menu\n[ 0.224383] PCCT header not found.\n[ 0.225135] ACPI: bus type PCI registered\n[ 0.225940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227176] PCI: Using configuration type 1 for base access\n[ 0.228924] ACPI: Added _OSI(Module Device)\n[ 0.229770] ACPI: Added _OSI(Processor Device)\n[ 0.230629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231525] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233659] ACPI: Interpreter enabled\n[ 0.234439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241791] ACPI: (supports S0 S5)\n[ 0.242494] ACPI: Using IOAPIC for interrupt routing\n[ 0.243555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252572] acpiphp: Slot [3] registered\n[ 0.253375] acpiphp: Slot [4] registered\n[ 0.254189] acpiphp: Slot [5] registered\n[ 0.254989] acpiphp: Slot [6] registered\n[ 0.255783] acpiphp: Slot [7] registered\n[ 0.256609] acpiphp: Slot [8] registered\n[ 0.257406] acpiphp: Slot [9] registered\n[ 0.258198] acpiphp: Slot [10] registered\n[ 0.259013] acpiphp: Slot [11] registered\n[ 0.259816] acpiphp: Slot [12] registered\n[ 0.260621] acpiphp: Slot [13] registered\n[ 0.261465] acpiphp: Slot [14] registered\n[ 0.262264] acpiphp: Slot [15] registered\n[ 0.273029] acpiphp: Slot [16] registered\n[ 0.273865] acpiphp: Slot [17] registered\n[ 0.274702] acpiphp: Slot [18] registered\n[ 0.275500] acpiphp: Slot [19] registered\n[ 0.276296] acpiphp: Slot [20] registered\n[ 0.277096] acpiphp: Slot [21] registered\n[ 0.277907] acpiphp: Slot [22] registered\n[ 0.278719] acpiphp: Slot [23] registered\n[ 0.279557] acpiphp: Slot [24] registered\n[ 0.280383] acpiphp: Slot [25] registered\n[ 0.281184] acpiphp: Slot [26] registered\n[ 0.281982] acpiphp: Slot [27] registered\n[ 0.282779] acpiphp: Slot [28] registered\n[ 0.283580] acpiphp: Slot [29] registered\n[ 0.284376] acpiphp: Slot [30] registered\n[ 0.285175] acpiphp: Slot [31] registered\n[ 0.285972] PCI host bridge to bus 0000:00\n[ 0.286767] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290639] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299705] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356594] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358223] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368616] vgaarb: loaded\n[ 0.369237] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370434] SCSI subsystem initialized\n[ 0.371307] ACPI: bus type USB registered\n[ 0.372177] usbcore: registered new interface driver usbfs\n[ 0.373304] usbcore: registered new interface driver hub\n[ 0.374399] usbcore: registered new device driver usb\n[ 0.375543] PCI: Using ACPI for IRQ routing\n[ 0.376624] NetLabel: Initializing\n[ 0.377383] NetLabel: domain hash size = 128\n[ 0.378248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379192] NetLabel: unlabeled traffic allowed by default\n[ 0.380300] clocksource: Switched to clocksource kvm-clock\n[ 0.386443] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388426] pnp: PnP ACPI: found 5 devices\n[ 0.394805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396528] NET: Registered protocol family 2\n[ 0.397502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400004] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401176] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403520] NET: Registered protocol family 1\n[ 0.404438] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406635] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434413] Trying to unpack rootfs image as initramfs...\n[ 0.483384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497249] Scanning for low memory corruption every 60 seconds\n[ 0.498643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499818] audit: initializing netlink subsys (disabled)\n[ 0.500875] audit: type=2000 audit(1543142254.112:1): initialized\n[ 0.502229] Initialise system trusted keyring\n[ 0.503186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504411] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506459] zbud: loaded\n[ 0.507181] VFS: Disk quotas dquot_6.6.0\n[ 0.508024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509576] fuse init (API version 7.23)\n[ 0.510482] Key type big_key registered\n[ 0.511317] Allocating IMA MOK and blacklist keyrings.\n[ 0.512489] Key type asymmetric registered\n[ 0.513330] Asymmetric key parser 'x509' registered\n[ 0.514293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515769] io scheduler noop registered\n[ 0.516580] io scheduler deadline registered (default)\n[ 0.517627] io scheduler cfq registered\n[ 0.518463] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522268] ACPI: Power Button [PWRF]\n[ 0.523476] GHES: HEST is not enabled!\n[ 0.536866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571116] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618654] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620906] Linux agpgart interface v0.103\n[ 0.623066] brd: module loaded\n[ 0.624391] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631011] GPT:90111 != 2097151\n[ 0.631700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632816] GPT:90111 != 2097151\n[ 0.633502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634482] vda: vda1 vda15\n[ 0.636113] scsi host0: ata_piix\n[ 0.636883] scsi host1: ata_piix\n[ 0.637603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640325] libphy: Fixed MDIO Bus: probed\n[ 0.641161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644335] PPP generic driver version 2.4.2\n[ 0.645230] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646538] ehci-pci: EHCI PCI platform driver\n[ 0.647442] ehci-platform: EHCI generic platform driver\n[ 0.648462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649613] ohci-pci: OHCI PCI platform driver\n[ 0.650493] ohci-platform: OHCI generic platform driver\n[ 0.651492] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667048] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669541] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673336] usb usb1: Product: UHCI Host Controller\n[ 0.674271] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675415] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676455] hub 1-0:1.0: USB hub found\n[ 0.677238] hub 1-0:1.0: 2 ports detected\n[ 0.678151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680262] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681227] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682721] mousedev: PS/2 mouse device common for all mice\n[ 0.683973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685818] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686922] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689337] i2c /dev entries driver\n[ 0.690107] device-mapper: uevent: version 1.0.3\n[ 0.691052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694004] NET: Registered protocol family 10\n[ 0.694999] NET: Registered protocol family 17\n[ 0.695888] Key type dns_resolver registered\n[ 0.696822] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699680] registered taskstats version 1\n[ 0.700530] Loading compiled-in X.509 certificates\n[ 0.701981] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703853] zswap: loaded using pool lzo/zbud\n[ 0.705241] Key type trusted registered\n[ 0.707234] Key type encrypted registered\n[ 0.708087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710178] evm: HMAC attrs: 0x1\n[ 0.711111] Magic number: 10:550:629\n[ 0.711982] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:34 UTC (1543142254)\n[ 0.713583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714705] EDD information not available.\n[ 0.797303] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798864] Write protecting the kernel read-only data: 14336k\n[ 0.810798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\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 1.07\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.270560] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYSoAWoDljRuAfn4/zcebqT/+9N7Ug4aFLy0Q18KBYVYKHsiJ5NxFsn+7XhqmVxm0+meKIKxd69n1LD2IP3A+TSyNdILOTM4T1ESyhquvrfswFWXl3+OcYoupgxm6kRYHpBVmmo7aC2GotgR8BWL+z6QGVVAi8qmZ27Egn5vCpaUTEtToUgBCMoEZmz41MD+pmU4kAF63Dfdma8tJCn6GBpUtW9ntV2IIVy+BWZi3pCemwsLk2kl3+GwTh2LphAX2kvk61Cj5tBDA0PSRRBeuwzNbR6SqcELHKgAb3GWiURROxH1CluwSE3XMDfkcagHFSwkHtTmMI+faOEvWBez3N root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKEuxRSAD3MsyrGh+XoheVcwB4UeNi4aIs3UaDE/rSL3Qoxf5BfB3yaKKAhgtnrXP8Mkq2wz10TGYGcbh/Hu5pstEM2zeA8heu+phbiWd0wTUkdnuxFOxdTTQWFaqJMCkOpLPQDDEml8oy6iHaSJHKEKfP0DIrB2/90BJVmXFmMrAAAAFQDP/RjRvP/YQhuywolJrXB9iUsa2wAAAIAdQcSNK19KgZyEtnPjfYj/WEN5GZHEol5/DdMP72ZX+mQ9SWyWyKapr/wFtdqaj3NA9CxRPAhxUplJfk9fF3YqVGjm0XuAaO9zBvbAgQBqi6m7w97QmhIvY6GbuPLb8HStxIJqATFdUymRqOXJdMrHFnQwhCHVAB9Bc6Lo3BneiAAAAIBlxXrjIFLyAseYB2G8t2MRbptNn356ubmdRO5oqh+cn1xnJWE4OnXAcriNjsD7xHy6adibv5T08aufZb9zuXKZQDK5dRPJaErVIpOmR0wp8XK6WeqnlkK1LonjkmRevLl2oQyTMFrLiMR7G3sGKTcx13qdLcJnFjQ7sn69xqxvqQ== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe28:cb3a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.62 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:28:CB:3A \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:cb3a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97 errors:0 dropped:17 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10559 (10.3 KiB) TX bytes:10054 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.147743] usb 1-1: Product: QEMU USB Tablet\n[ 1.147744] usb 1-1: Manufacturer: QEMU\n[ 1.147745] usb 1-1: SerialNumber: 42\n[ 1.233862] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.252076] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.270560] random: dd urandom read with 5 bits of entropy available\n[ 1.496360] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.496362] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.737135] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.076583] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:37:35 cirros kern.info kernel: [ 0.812637] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 25 10:37:35 cirros kern.info kernel: [ 0.823836] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 25 10:37:35 cirros kern.info kernel: [ 0.823838] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 25 10:37:35 cirros kern.info kernel: [ 0.825585] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 25 10:37:35 cirros kern.info kernel: [ 0.828621] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 25 10:37:35 cirros kern.info kernel: [ 0.830608] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 25 10:37:35 cirros kern.info kernel: [ 0.853163] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 25 10:37:35 cirros kern.info kernel: [ 0.854175] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 25 10:37:35 cirros kern.info kernel: [ 0.855222] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 25 10:37:35 cirros kern.info kernel: [ 0.906259] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 25 10:37:35 cirros kern.info kernel: [ 0.988349] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 25 10:37:35 cirros kern.info kernel: [ 1.147739] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 25 10:37:35 cirros kern.info kernel: [ 1.147742] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 25 10:37:35 cirros kern.info kernel: [ 1.147743] usb 1-1: Product: QEMU USB Tablet\nNov 25 10:37:35 cirros kern.info kernel: [ 1.147744] usb 1-1: Manufacturer: QEMU\nNov 25 10:37:35 cirros kern.info kernel: [ 1.147745] usb 1-1: SerialNumber: 42\nNov 25 10:37:35 cirros kern.info kernel: [ 1.233862] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 25 10:37:35 cirros kern.info kernel: [ 1.252076] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 25 10:37:35 cirros kern.notice kernel: [ 1.270560] random: dd urandom read with 5 bits of entropy available\nNov 25 10:37:35 cirros kern.info kernel: [ 1.496360] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nNov 25 10:37:35 cirros kern.info kernel: [ 1.496362] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nNov 25 10:38:36 cirros auth.notice su: + /dev/console root:cirros\nNov 25 10:38:37 cirros authpriv.info dropbear[340]: Running in background\nNov 25 10:38:37 cirros kern.info kernel: [ 63.737135] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 10:38:37 cirros kern.info kernel: [ 64.076583] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-2 login: "} 2018-11-25 10:39:25,337 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-e845b949-f1a1-4a7c-92b2-569d6965290c 2018-11-25 10:39:27,373 - sdnvpn_test_utils - INFO - Waiting for instance 8debdcf7-5868-4507-a4ae-18cfb04ed1bf to boot up 2018-11-25 10:39:27,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349dde5a5401339a54450e403a22cc83b490918" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:28,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39: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-0a80eb1e-81e9-4750-aa28-5e90d18ad76d x-compute-request-id: req-0a80eb1e-81e9-4750-aa28-5e90d18ad76d Content-Encoding: gzip Content-Length: 10085 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 469163223 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.908 MHz processor\n[ 0.130835] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132441] pid_max: default: 32768 minimum: 301\n[ 0.133311] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135935] Security Framework initialized\n[ 0.136728] Yama: becoming mindful.\n[ 0.137436] AppArmor: AppArmor initialized\n[ 0.138291] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139619] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140872] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Initializing cgroup subsys io\n[ 0.144217] Initializing cgroup subsys memory\n[ 0.145081] Initializing cgroup subsys devices\n[ 0.145936] Initializing cgroup subsys freezer\n[ 0.146810] Initializing cgroup subsys net_cls\n[ 0.147650] Initializing cgroup subsys perf_event\n[ 0.148528] Initializing cgroup subsys net_prio\n[ 0.149383] Initializing cgroup subsys hugetlb\n[ 0.150247] Initializing cgroup subsys pids\n[ 0.151108] CPU: Physical Processor ID: 0\n[ 0.152584] mce: CPU supports 10 MCE banks\n[ 0.153417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154407] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165495] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171767] ftrace: allocating 31920 entries in 125 pages\n[ 0.197605] smpboot: Max logical packages: 1\n[ 0.198457] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199781] x2apic enabled\n[ 0.200571] Switched APIC routing to physical x2apic.\n[ 0.202289] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205360] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207116] KVM setup paravirtual spinlock\n[ 0.208390] x86: Booted up 1 node, 1 CPUs\n[ 0.209182] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210554] devtmpfs: initialized\n[ 0.212225] evm: security.selinux\n[ 0.212919] evm: security.SMACK64\n[ 0.213601] evm: security.SMACK64EXEC\n[ 0.214331] evm: security.SMACK64TRANSMUTE\n[ 0.215120] evm: security.SMACK64MMAP\n[ 0.215850] evm: security.ima\n[ 0.216483] evm: security.capability\n[ 0.217272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219089] pinctrl core: initialized pinctrl subsystem\n[ 0.220164] RTC time: 10:37:46, date: 11/25/18\n[ 0.221115] NET: Registered protocol family 16\n[ 0.222084] cpuidle: using governor ladder\n[ 0.222890] cpuidle: using governor menu\n[ 0.223662] PCCT header not found.\n[ 0.224417] ACPI: bus type PCI registered\n[ 0.225223] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226491] PCI: Using configuration type 1 for base access\n[ 0.228217] ACPI: Added _OSI(Module Device)\n[ 0.229045] ACPI: Added _OSI(Processor Device)\n[ 0.229998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230916] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232996] ACPI: Interpreter enabled\n[ 0.233782] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237407] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241053] ACPI: (supports S0 S5)\n[ 0.241753] ACPI: Using IOAPIC for interrupt routing\n[ 0.242701] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248207] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249399] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251586] acpiphp: Slot [3] registered\n[ 0.252373] acpiphp: Slot [4] registered\n[ 0.253183] acpiphp: Slot [5] registered\n[ 0.254010] acpiphp: Slot [6] registered\n[ 0.254796] acpiphp: Slot [7] registered\n[ 0.255580] acpiphp: Slot [8] registered\n[ 0.256363] acpiphp: Slot [9] registered\n[ 0.257148] acpiphp: Slot [10] registered\n[ 0.257942] acpiphp: Slot [11] registered\n[ 0.258756] acpiphp: Slot [12] registered\n[ 0.259554] acpiphp: Slot [13] registered\n[ 0.260354] acpiphp: Slot [14] registered\n[ 0.261181] acpiphp: Slot [15] registered\n[ 0.272106] acpiphp: Slot [16] registered\n[ 0.272910] acpiphp: Slot [17] registered\n[ 0.273707] acpiphp: Slot [18] registered\n[ 0.274499] acpiphp: Slot [19] registered\n[ 0.275285] acpiphp: Slot [20] registered\n[ 0.276079] acpiphp: Slot [21] registered\n[ 0.276878] acpiphp: Slot [22] registered\n[ 0.277693] acpiphp: Slot [23] registered\n[ 0.278518] acpiphp: Slot [24] registered\n[ 0.279341] acpiphp: Slot [25] registered\n[ 0.280143] acpiphp: Slot [26] registered\n[ 0.280947] acpiphp: Slot [27] registered\n[ 0.281744] acpiphp: Slot [28] registered\n[ 0.282538] acpiphp: Slot [29] registered\n[ 0.283331] acpiphp: Slot [30] registered\n[ 0.284224] acpiphp: Slot [31] registered\n[ 0.285061] PCI host bridge to bus 0000:00\n[ 0.285863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287046] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288225] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291071] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297128] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307157] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353631] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357883] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359249] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360475] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361603] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362705] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364282] vgaarb: loaded\n[ 0.364880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366006] SCSI subsystem initialized\n[ 0.366817] ACPI: bus type USB registered\n[ 0.367627] usbcore: registered new interface driver usbfs\n[ 0.368650] usbcore: registered new interface driver hub\n[ 0.369645] usbcore: registered new device driver usb\n[ 0.370683] PCI: Using ACPI for IRQ routing\n[ 0.371685] NetLabel: Initializing\n[ 0.372391] NetLabel: domain hash size = 128\n[ 0.373259] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374231] NetLabel: unlabeled traffic allowed by default\n[ 0.375319] clocksource: Switched to clocksource kvm-clock\n[ 0.380750] AppArmor: AppArmor Filesystem Enabled\n[ 0.381698] pnp: PnP ACPI init\n[ 0.382591] pnp: PnP ACPI: found 5 devices\n[ 0.388929] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390670] NET: Registered protocol family 2\n[ 0.391617] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392871] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395158] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396223] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397386] NET: Registered protocol family 1\n[ 0.398236] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414056] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428017] Trying to unpack rootfs image as initramfs...\n[ 0.477146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490897] Scanning for low memory corruption every 60 seconds\n[ 0.492784] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494523] audit: initializing netlink subsys (disabled)\n[ 0.496084] audit: type=2000 audit(1543142267.080:1): initialized\n[ 0.497992] Initialise system trusted keyring\n[ 0.499339] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501076] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503612] zbud: loaded\n[ 0.504542] VFS: Disk quotas dquot_6.6.0\n[ 0.505712] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507843] fuse init (API version 7.23)\n[ 0.508761] Key type big_key registered\n[ 0.509559] Allocating IMA MOK and blacklist keyrings.\n[ 0.511028] Key type asymmetric registered\n[ 0.511861] Asymmetric key parser 'x509' registered\n[ 0.512812] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514271] io scheduler noop registered\n[ 0.515063] io scheduler deadline registered (default)\n[ 0.516050] io scheduler cfq registered\n[ 0.516882] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519158] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541390] ACPI: Power Button [PWRF]\n[ 0.542222] GHES: HEST is not enabled!\n[ 0.555911] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584021] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611705] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614358] Linux agpgart interface v0.103\n[ 0.616439] brd: module loaded\n[ 0.617654] loop: module loaded\n[ 0.622058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623501] GPT:90111 != 2097151\n[ 0.624167] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625241] GPT:90111 != 2097151\n[ 0.625903] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626853] vda: vda1 vda15\n[ 0.628360] scsi host0: ata_piix\n[ 0.629080] scsi host1: ata_piix\n[ 0.629782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632409] libphy: Fixed MDIO Bus: probed\n[ 0.633210] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634144] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636312] PPP generic driver version 2.4.2\n[ 0.637181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638451] ehci-pci: EHCI PCI platform driver\n[ 0.639304] ehci-platform: EHCI generic platform driver\n[ 0.640287] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641403] ohci-pci: OHCI PCI platform driver\n[ 0.642248] ohci-platform: OHCI generic platform driver\n[ 0.643216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658314] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659740] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660750] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661844] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663045] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664448] usb usb1: Product: UHCI Host Controller\n[ 0.665365] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666485] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667475] hub 1-0:1.0: USB hub found\n[ 0.668238] hub 1-0:1.0: 2 ports detected\n[ 0.669125] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671201] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672150] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673158] mousedev: PS/2 mouse device common for all mice\n[ 0.674387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676195] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677257] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678428] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679601] i2c /dev entries driver\n[ 0.680356] device-mapper: uevent: version 1.0.3\n[ 0.681277] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684146] NET: Registered protocol family 10\n[ 0.685115] NET: Registered protocol family 17\n[ 0.685992] Key type dns_resolver registered\n[ 0.686906] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688000] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689721] registered taskstats version 1\n[ 0.690547] Loading compiled-in X.509 certificates\n[ 0.691980] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693825] zswap: loaded using pool lzo/zbud\n[ 0.695177] Key type trusted registered\n[ 0.696703] Key type encrypted registered\n[ 0.697525] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698532] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699564] evm: HMAC attrs: 0x1\n[ 0.700473] Magic number: 10:550:629\n[ 0.701312] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:47 UTC (1543142267)\n[ 0.702882] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703981] EDD information not available.\n[ 0.792295] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793830] Write protecting the kernel read-only data: 14336k\n[ 0.805516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807422] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.01\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.205527] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDCOSZj0eIMgO8p73Abn55IWmHbWBkO2dMgTK9NHmRUUfjDKkbPLQgv/VN7MxFFQN/b1+cgs/Cjj6vygxNom9WwfLlSA5VslCNbD/quA95011doeQZcRBS/TqBvsXXKasohQfAaS7WXdc6JRDCsn2W65hXutrc0PehBANiV7+a2j6OZ9vBhmauev0Hfqmbo3cjeP4tGBk4xdbKlyQB82FXDHjXgcNEpfPhnTSA2XJq2gSQo7BRx3zn7+QXFgVkMYcnKUDuqMK+eQa32lZRFetWdK+r8ch3Jiw0dHLHA55nzKOnnCCc0uXdd5KaAM6P2sl7RMO/J0m56bHBtpegJFne1 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAPGWsowkcMoWUwF6d4sN6AmsFs4fB+R7UhoBFVi2bChzE0IDGY1hvrsswPQyidXvz0NwOInccANQY+utE1mrR0RJ2pSV+dISqU87Z954owrfRTR2hgVTrQakR7szggekuJLUjxXLBDkDIjhf0SHbMpUPml40ThKs+E9OItbqn7+lAAAAFQCBy1xJA6qIuNiOxopu7IfjdA08FQAAAIBMGl3dafDZMfUQwXK/DkzIwWh9Q+OMfnAtw6uVOSuWzSl2wE+j2aV6rOtRBmocCQhchDW8PbXpJ4INxADLQ28K1YtHYKnopZZA6p/RJgFRhctm14iypJANgViunjVbSHpyov0STJH9OlI62LACvWMWz8yiZopHFrArJmxQsA/WlgAAAIEAnVpO86IoBgIVbhSxi2mhZOlk5mmwnGJIaGyIqP+AjMo8OBenGPPVToiTjHzvSRrCy8PqaXBFDCLUb/OJhSDyOOklX+EYdxItK1fjdyzYRJ4mNq3Ok6dlzMMocTqbH+Xvh0dPmHqHJO+6fDrnjN5oe/iZwg4TRSXgAVTVEFF2ngc= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe10:d0ad/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \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-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.50s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:10:D0:AD \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe10:d0ad/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9462 (9.2 KiB) TX bytes:9620 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:39:28,499 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action used request id req-0a80eb1e-81e9-4750-aa28-5e90d18ad76d 2018-11-25 10:39:30,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349dde5a5401339a54450e403a22cc83b490918" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:31,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39: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-359f4266-6bea-492d-b6ba-c47fdadceb14 x-compute-request-id: req-359f4266-6bea-492d-b6ba-c47fdadceb14 Content-Encoding: gzip Content-Length: 10085 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 469163223 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.908 MHz processor\n[ 0.130835] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132441] pid_max: default: 32768 minimum: 301\n[ 0.133311] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135935] Security Framework initialized\n[ 0.136728] Yama: becoming mindful.\n[ 0.137436] AppArmor: AppArmor initialized\n[ 0.138291] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139619] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140872] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Initializing cgroup subsys io\n[ 0.144217] Initializing cgroup subsys memory\n[ 0.145081] Initializing cgroup subsys devices\n[ 0.145936] Initializing cgroup subsys freezer\n[ 0.146810] Initializing cgroup subsys net_cls\n[ 0.147650] Initializing cgroup subsys perf_event\n[ 0.148528] Initializing cgroup subsys net_prio\n[ 0.149383] Initializing cgroup subsys hugetlb\n[ 0.150247] Initializing cgroup subsys pids\n[ 0.151108] CPU: Physical Processor ID: 0\n[ 0.152584] mce: CPU supports 10 MCE banks\n[ 0.153417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154407] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165495] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171767] ftrace: allocating 31920 entries in 125 pages\n[ 0.197605] smpboot: Max logical packages: 1\n[ 0.198457] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199781] x2apic enabled\n[ 0.200571] Switched APIC routing to physical x2apic.\n[ 0.202289] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205360] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207116] KVM setup paravirtual spinlock\n[ 0.208390] x86: Booted up 1 node, 1 CPUs\n[ 0.209182] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210554] devtmpfs: initialized\n[ 0.212225] evm: security.selinux\n[ 0.212919] evm: security.SMACK64\n[ 0.213601] evm: security.SMACK64EXEC\n[ 0.214331] evm: security.SMACK64TRANSMUTE\n[ 0.215120] evm: security.SMACK64MMAP\n[ 0.215850] evm: security.ima\n[ 0.216483] evm: security.capability\n[ 0.217272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219089] pinctrl core: initialized pinctrl subsystem\n[ 0.220164] RTC time: 10:37:46, date: 11/25/18\n[ 0.221115] NET: Registered protocol family 16\n[ 0.222084] cpuidle: using governor ladder\n[ 0.222890] cpuidle: using governor menu\n[ 0.223662] PCCT header not found.\n[ 0.224417] ACPI: bus type PCI registered\n[ 0.225223] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226491] PCI: Using configuration type 1 for base access\n[ 0.228217] ACPI: Added _OSI(Module Device)\n[ 0.229045] ACPI: Added _OSI(Processor Device)\n[ 0.229998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230916] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232996] ACPI: Interpreter enabled\n[ 0.233782] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237407] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241053] ACPI: (supports S0 S5)\n[ 0.241753] ACPI: Using IOAPIC for interrupt routing\n[ 0.242701] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248207] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249399] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251586] acpiphp: Slot [3] registered\n[ 0.252373] acpiphp: Slot [4] registered\n[ 0.253183] acpiphp: Slot [5] registered\n[ 0.254010] acpiphp: Slot [6] registered\n[ 0.254796] acpiphp: Slot [7] registered\n[ 0.255580] acpiphp: Slot [8] registered\n[ 0.256363] acpiphp: Slot [9] registered\n[ 0.257148] acpiphp: Slot [10] registered\n[ 0.257942] acpiphp: Slot [11] registered\n[ 0.258756] acpiphp: Slot [12] registered\n[ 0.259554] acpiphp: Slot [13] registered\n[ 0.260354] acpiphp: Slot [14] registered\n[ 0.261181] acpiphp: Slot [15] registered\n[ 0.272106] acpiphp: Slot [16] registered\n[ 0.272910] acpiphp: Slot [17] registered\n[ 0.273707] acpiphp: Slot [18] registered\n[ 0.274499] acpiphp: Slot [19] registered\n[ 0.275285] acpiphp: Slot [20] registered\n[ 0.276079] acpiphp: Slot [21] registered\n[ 0.276878] acpiphp: Slot [22] registered\n[ 0.277693] acpiphp: Slot [23] registered\n[ 0.278518] acpiphp: Slot [24] registered\n[ 0.279341] acpiphp: Slot [25] registered\n[ 0.280143] acpiphp: Slot [26] registered\n[ 0.280947] acpiphp: Slot [27] registered\n[ 0.281744] acpiphp: Slot [28] registered\n[ 0.282538] acpiphp: Slot [29] registered\n[ 0.283331] acpiphp: Slot [30] registered\n[ 0.284224] acpiphp: Slot [31] registered\n[ 0.285061] PCI host bridge to bus 0000:00\n[ 0.285863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287046] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288225] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291071] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297128] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307157] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353631] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357883] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359249] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360475] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361603] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362705] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364282] vgaarb: loaded\n[ 0.364880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366006] SCSI subsystem initialized\n[ 0.366817] ACPI: bus type USB registered\n[ 0.367627] usbcore: registered new interface driver usbfs\n[ 0.368650] usbcore: registered new interface driver hub\n[ 0.369645] usbcore: registered new device driver usb\n[ 0.370683] PCI: Using ACPI for IRQ routing\n[ 0.371685] NetLabel: Initializing\n[ 0.372391] NetLabel: domain hash size = 128\n[ 0.373259] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374231] NetLabel: unlabeled traffic allowed by default\n[ 0.375319] clocksource: Switched to clocksource kvm-clock\n[ 0.380750] AppArmor: AppArmor Filesystem Enabled\n[ 0.381698] pnp: PnP ACPI init\n[ 0.382591] pnp: PnP ACPI: found 5 devices\n[ 0.388929] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390670] NET: Registered protocol family 2\n[ 0.391617] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392871] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395158] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396223] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397386] NET: Registered protocol family 1\n[ 0.398236] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414056] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428017] Trying to unpack rootfs image as initramfs...\n[ 0.477146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490897] Scanning for low memory corruption every 60 seconds\n[ 0.492784] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494523] audit: initializing netlink subsys (disabled)\n[ 0.496084] audit: type=2000 audit(1543142267.080:1): initialized\n[ 0.497992] Initialise system trusted keyring\n[ 0.499339] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501076] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503612] zbud: loaded\n[ 0.504542] VFS: Disk quotas dquot_6.6.0\n[ 0.505712] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507843] fuse init (API version 7.23)\n[ 0.508761] Key type big_key registered\n[ 0.509559] Allocating IMA MOK and blacklist keyrings.\n[ 0.511028] Key type asymmetric registered\n[ 0.511861] Asymmetric key parser 'x509' registered\n[ 0.512812] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514271] io scheduler noop registered\n[ 0.515063] io scheduler deadline registered (default)\n[ 0.516050] io scheduler cfq registered\n[ 0.516882] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519158] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541390] ACPI: Power Button [PWRF]\n[ 0.542222] GHES: HEST is not enabled!\n[ 0.555911] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584021] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611705] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614358] Linux agpgart interface v0.103\n[ 0.616439] brd: module loaded\n[ 0.617654] loop: module loaded\n[ 0.622058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623501] GPT:90111 != 2097151\n[ 0.624167] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625241] GPT:90111 != 2097151\n[ 0.625903] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626853] vda: vda1 vda15\n[ 0.628360] scsi host0: ata_piix\n[ 0.629080] scsi host1: ata_piix\n[ 0.629782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632409] libphy: Fixed MDIO Bus: probed\n[ 0.633210] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634144] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636312] PPP generic driver version 2.4.2\n[ 0.637181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638451] ehci-pci: EHCI PCI platform driver\n[ 0.639304] ehci-platform: EHCI generic platform driver\n[ 0.640287] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641403] ohci-pci: OHCI PCI platform driver\n[ 0.642248] ohci-platform: OHCI generic platform driver\n[ 0.643216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658314] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659740] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660750] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661844] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663045] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664448] usb usb1: Product: UHCI Host Controller\n[ 0.665365] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666485] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667475] hub 1-0:1.0: USB hub found\n[ 0.668238] hub 1-0:1.0: 2 ports detected\n[ 0.669125] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671201] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672150] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673158] mousedev: PS/2 mouse device common for all mice\n[ 0.674387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676195] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677257] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678428] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679601] i2c /dev entries driver\n[ 0.680356] device-mapper: uevent: version 1.0.3\n[ 0.681277] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684146] NET: Registered protocol family 10\n[ 0.685115] NET: Registered protocol family 17\n[ 0.685992] Key type dns_resolver registered\n[ 0.686906] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688000] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689721] registered taskstats version 1\n[ 0.690547] Loading compiled-in X.509 certificates\n[ 0.691980] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693825] zswap: loaded using pool lzo/zbud\n[ 0.695177] Key type trusted registered\n[ 0.696703] Key type encrypted registered\n[ 0.697525] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698532] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699564] evm: HMAC attrs: 0x1\n[ 0.700473] Magic number: 10:550:629\n[ 0.701312] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:47 UTC (1543142267)\n[ 0.702882] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703981] EDD information not available.\n[ 0.792295] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793830] Write protecting the kernel read-only data: 14336k\n[ 0.805516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807422] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.01\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.205527] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDCOSZj0eIMgO8p73Abn55IWmHbWBkO2dMgTK9NHmRUUfjDKkbPLQgv/VN7MxFFQN/b1+cgs/Cjj6vygxNom9WwfLlSA5VslCNbD/quA95011doeQZcRBS/TqBvsXXKasohQfAaS7WXdc6JRDCsn2W65hXutrc0PehBANiV7+a2j6OZ9vBhmauev0Hfqmbo3cjeP4tGBk4xdbKlyQB82FXDHjXgcNEpfPhnTSA2XJq2gSQo7BRx3zn7+QXFgVkMYcnKUDuqMK+eQa32lZRFetWdK+r8ch3Jiw0dHLHA55nzKOnnCCc0uXdd5KaAM6P2sl7RMO/J0m56bHBtpegJFne1 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAPGWsowkcMoWUwF6d4sN6AmsFs4fB+R7UhoBFVi2bChzE0IDGY1hvrsswPQyidXvz0NwOInccANQY+utE1mrR0RJ2pSV+dISqU87Z954owrfRTR2hgVTrQakR7szggekuJLUjxXLBDkDIjhf0SHbMpUPml40ThKs+E9OItbqn7+lAAAAFQCBy1xJA6qIuNiOxopu7IfjdA08FQAAAIBMGl3dafDZMfUQwXK/DkzIwWh9Q+OMfnAtw6uVOSuWzSl2wE+j2aV6rOtRBmocCQhchDW8PbXpJ4INxADLQ28K1YtHYKnopZZA6p/RJgFRhctm14iypJANgViunjVbSHpyov0STJH9OlI62LACvWMWz8yiZopHFrArJmxQsA/WlgAAAIEAnVpO86IoBgIVbhSxi2mhZOlk5mmwnGJIaGyIqP+AjMo8OBenGPPVToiTjHzvSRrCy8PqaXBFDCLUb/OJhSDyOOklX+EYdxItK1fjdyzYRJ4mNq3Ok6dlzMMocTqbH+Xvh0dPmHqHJO+6fDrnjN5oe/iZwg4TRSXgAVTVEFF2ngc= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe10:d0ad/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \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-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.50s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:10:D0:AD \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe10:d0ad/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9462 (9.2 KiB) TX bytes:9620 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:39:31,590 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action used request id req-359f4266-6bea-492d-b6ba-c47fdadceb14 2018-11-25 10:39:33,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349dde5a5401339a54450e403a22cc83b490918" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:34,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-ddca9907-0a0c-45a4-8c9d-416d611414d0 x-compute-request-id: req-ddca9907-0a0c-45a4-8c9d-416d611414d0 Content-Encoding: gzip Content-Length: 10085 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 469163223 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.908 MHz processor\n[ 0.130835] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132441] pid_max: default: 32768 minimum: 301\n[ 0.133311] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135935] Security Framework initialized\n[ 0.136728] Yama: becoming mindful.\n[ 0.137436] AppArmor: AppArmor initialized\n[ 0.138291] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139619] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140872] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Initializing cgroup subsys io\n[ 0.144217] Initializing cgroup subsys memory\n[ 0.145081] Initializing cgroup subsys devices\n[ 0.145936] Initializing cgroup subsys freezer\n[ 0.146810] Initializing cgroup subsys net_cls\n[ 0.147650] Initializing cgroup subsys perf_event\n[ 0.148528] Initializing cgroup subsys net_prio\n[ 0.149383] Initializing cgroup subsys hugetlb\n[ 0.150247] Initializing cgroup subsys pids\n[ 0.151108] CPU: Physical Processor ID: 0\n[ 0.152584] mce: CPU supports 10 MCE banks\n[ 0.153417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154407] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165495] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171767] ftrace: allocating 31920 entries in 125 pages\n[ 0.197605] smpboot: Max logical packages: 1\n[ 0.198457] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199781] x2apic enabled\n[ 0.200571] Switched APIC routing to physical x2apic.\n[ 0.202289] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205360] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207116] KVM setup paravirtual spinlock\n[ 0.208390] x86: Booted up 1 node, 1 CPUs\n[ 0.209182] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210554] devtmpfs: initialized\n[ 0.212225] evm: security.selinux\n[ 0.212919] evm: security.SMACK64\n[ 0.213601] evm: security.SMACK64EXEC\n[ 0.214331] evm: security.SMACK64TRANSMUTE\n[ 0.215120] evm: security.SMACK64MMAP\n[ 0.215850] evm: security.ima\n[ 0.216483] evm: security.capability\n[ 0.217272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219089] pinctrl core: initialized pinctrl subsystem\n[ 0.220164] RTC time: 10:37:46, date: 11/25/18\n[ 0.221115] NET: Registered protocol family 16\n[ 0.222084] cpuidle: using governor ladder\n[ 0.222890] cpuidle: using governor menu\n[ 0.223662] PCCT header not found.\n[ 0.224417] ACPI: bus type PCI registered\n[ 0.225223] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226491] PCI: Using configuration type 1 for base access\n[ 0.228217] ACPI: Added _OSI(Module Device)\n[ 0.229045] ACPI: Added _OSI(Processor Device)\n[ 0.229998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230916] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232996] ACPI: Interpreter enabled\n[ 0.233782] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237407] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241053] ACPI: (supports S0 S5)\n[ 0.241753] ACPI: Using IOAPIC for interrupt routing\n[ 0.242701] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248207] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249399] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251586] acpiphp: Slot [3] registered\n[ 0.252373] acpiphp: Slot [4] registered\n[ 0.253183] acpiphp: Slot [5] registered\n[ 0.254010] acpiphp: Slot [6] registered\n[ 0.254796] acpiphp: Slot [7] registered\n[ 0.255580] acpiphp: Slot [8] registered\n[ 0.256363] acpiphp: Slot [9] registered\n[ 0.257148] acpiphp: Slot [10] registered\n[ 0.257942] acpiphp: Slot [11] registered\n[ 0.258756] acpiphp: Slot [12] registered\n[ 0.259554] acpiphp: Slot [13] registered\n[ 0.260354] acpiphp: Slot [14] registered\n[ 0.261181] acpiphp: Slot [15] registered\n[ 0.272106] acpiphp: Slot [16] registered\n[ 0.272910] acpiphp: Slot [17] registered\n[ 0.273707] acpiphp: Slot [18] registered\n[ 0.274499] acpiphp: Slot [19] registered\n[ 0.275285] acpiphp: Slot [20] registered\n[ 0.276079] acpiphp: Slot [21] registered\n[ 0.276878] acpiphp: Slot [22] registered\n[ 0.277693] acpiphp: Slot [23] registered\n[ 0.278518] acpiphp: Slot [24] registered\n[ 0.279341] acpiphp: Slot [25] registered\n[ 0.280143] acpiphp: Slot [26] registered\n[ 0.280947] acpiphp: Slot [27] registered\n[ 0.281744] acpiphp: Slot [28] registered\n[ 0.282538] acpiphp: Slot [29] registered\n[ 0.283331] acpiphp: Slot [30] registered\n[ 0.284224] acpiphp: Slot [31] registered\n[ 0.285061] PCI host bridge to bus 0000:00\n[ 0.285863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287046] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288225] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291071] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297128] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307157] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353631] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357883] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359249] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360475] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361603] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362705] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364282] vgaarb: loaded\n[ 0.364880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366006] SCSI subsystem initialized\n[ 0.366817] ACPI: bus type USB registered\n[ 0.367627] usbcore: registered new interface driver usbfs\n[ 0.368650] usbcore: registered new interface driver hub\n[ 0.369645] usbcore: registered new device driver usb\n[ 0.370683] PCI: Using ACPI for IRQ routing\n[ 0.371685] NetLabel: Initializing\n[ 0.372391] NetLabel: domain hash size = 128\n[ 0.373259] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374231] NetLabel: unlabeled traffic allowed by default\n[ 0.375319] clocksource: Switched to clocksource kvm-clock\n[ 0.380750] AppArmor: AppArmor Filesystem Enabled\n[ 0.381698] pnp: PnP ACPI init\n[ 0.382591] pnp: PnP ACPI: found 5 devices\n[ 0.388929] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390670] NET: Registered protocol family 2\n[ 0.391617] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392871] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395158] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396223] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397386] NET: Registered protocol family 1\n[ 0.398236] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414056] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428017] Trying to unpack rootfs image as initramfs...\n[ 0.477146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490897] Scanning for low memory corruption every 60 seconds\n[ 0.492784] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494523] audit: initializing netlink subsys (disabled)\n[ 0.496084] audit: type=2000 audit(1543142267.080:1): initialized\n[ 0.497992] Initialise system trusted keyring\n[ 0.499339] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501076] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503612] zbud: loaded\n[ 0.504542] VFS: Disk quotas dquot_6.6.0\n[ 0.505712] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507843] fuse init (API version 7.23)\n[ 0.508761] Key type big_key registered\n[ 0.509559] Allocating IMA MOK and blacklist keyrings.\n[ 0.511028] Key type asymmetric registered\n[ 0.511861] Asymmetric key parser 'x509' registered\n[ 0.512812] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514271] io scheduler noop registered\n[ 0.515063] io scheduler deadline registered (default)\n[ 0.516050] io scheduler cfq registered\n[ 0.516882] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519158] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541390] ACPI: Power Button [PWRF]\n[ 0.542222] GHES: HEST is not enabled!\n[ 0.555911] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584021] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611705] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614358] Linux agpgart interface v0.103\n[ 0.616439] brd: module loaded\n[ 0.617654] loop: module loaded\n[ 0.622058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623501] GPT:90111 != 2097151\n[ 0.624167] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625241] GPT:90111 != 2097151\n[ 0.625903] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626853] vda: vda1 vda15\n[ 0.628360] scsi host0: ata_piix\n[ 0.629080] scsi host1: ata_piix\n[ 0.629782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632409] libphy: Fixed MDIO Bus: probed\n[ 0.633210] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634144] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636312] PPP generic driver version 2.4.2\n[ 0.637181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638451] ehci-pci: EHCI PCI platform driver\n[ 0.639304] ehci-platform: EHCI generic platform driver\n[ 0.640287] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641403] ohci-pci: OHCI PCI platform driver\n[ 0.642248] ohci-platform: OHCI generic platform driver\n[ 0.643216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658314] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659740] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660750] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661844] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663045] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664448] usb usb1: Product: UHCI Host Controller\n[ 0.665365] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666485] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667475] hub 1-0:1.0: USB hub found\n[ 0.668238] hub 1-0:1.0: 2 ports detected\n[ 0.669125] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671201] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672150] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673158] mousedev: PS/2 mouse device common for all mice\n[ 0.674387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676195] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677257] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678428] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679601] i2c /dev entries driver\n[ 0.680356] device-mapper: uevent: version 1.0.3\n[ 0.681277] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684146] NET: Registered protocol family 10\n[ 0.685115] NET: Registered protocol family 17\n[ 0.685992] Key type dns_resolver registered\n[ 0.686906] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688000] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689721] registered taskstats version 1\n[ 0.690547] Loading compiled-in X.509 certificates\n[ 0.691980] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693825] zswap: loaded using pool lzo/zbud\n[ 0.695177] Key type trusted registered\n[ 0.696703] Key type encrypted registered\n[ 0.697525] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698532] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699564] evm: HMAC attrs: 0x1\n[ 0.700473] Magic number: 10:550:629\n[ 0.701312] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:47 UTC (1543142267)\n[ 0.702882] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703981] EDD information not available.\n[ 0.792295] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793830] Write protecting the kernel read-only data: 14336k\n[ 0.805516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807422] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.01\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.205527] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDCOSZj0eIMgO8p73Abn55IWmHbWBkO2dMgTK9NHmRUUfjDKkbPLQgv/VN7MxFFQN/b1+cgs/Cjj6vygxNom9WwfLlSA5VslCNbD/quA95011doeQZcRBS/TqBvsXXKasohQfAaS7WXdc6JRDCsn2W65hXutrc0PehBANiV7+a2j6OZ9vBhmauev0Hfqmbo3cjeP4tGBk4xdbKlyQB82FXDHjXgcNEpfPhnTSA2XJq2gSQo7BRx3zn7+QXFgVkMYcnKUDuqMK+eQa32lZRFetWdK+r8ch3Jiw0dHLHA55nzKOnnCCc0uXdd5KaAM6P2sl7RMO/J0m56bHBtpegJFne1 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAPGWsowkcMoWUwF6d4sN6AmsFs4fB+R7UhoBFVi2bChzE0IDGY1hvrsswPQyidXvz0NwOInccANQY+utE1mrR0RJ2pSV+dISqU87Z954owrfRTR2hgVTrQakR7szggekuJLUjxXLBDkDIjhf0SHbMpUPml40ThKs+E9OItbqn7+lAAAAFQCBy1xJA6qIuNiOxopu7IfjdA08FQAAAIBMGl3dafDZMfUQwXK/DkzIwWh9Q+OMfnAtw6uVOSuWzSl2wE+j2aV6rOtRBmocCQhchDW8PbXpJ4INxADLQ28K1YtHYKnopZZA6p/RJgFRhctm14iypJANgViunjVbSHpyov0STJH9OlI62LACvWMWz8yiZopHFrArJmxQsA/WlgAAAIEAnVpO86IoBgIVbhSxi2mhZOlk5mmwnGJIaGyIqP+AjMo8OBenGPPVToiTjHzvSRrCy8PqaXBFDCLUb/OJhSDyOOklX+EYdxItK1fjdyzYRJ4mNq3Ok6dlzMMocTqbH+Xvh0dPmHqHJO+6fDrnjN5oe/iZwg4TRSXgAVTVEFF2ngc= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe10:d0ad/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \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-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.50s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:10:D0:AD \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe10:d0ad/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9462 (9.2 KiB) TX bytes:9620 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:39:34,686 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action used request id req-ddca9907-0a0c-45a4-8c9d-416d611414d0 2018-11-25 10:39:36,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349dde5a5401339a54450e403a22cc83b490918" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:37,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-221bf377-0dc1-44bf-9407-ac86b63d8fa1 x-compute-request-id: req-221bf377-0dc1-44bf-9407-ac86b63d8fa1 Content-Encoding: gzip Content-Length: 10897 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 469163223 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.908 MHz processor\n[ 0.130835] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132441] pid_max: default: 32768 minimum: 301\n[ 0.133311] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135935] Security Framework initialized\n[ 0.136728] Yama: becoming mindful.\n[ 0.137436] AppArmor: AppArmor initialized\n[ 0.138291] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139619] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140872] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Initializing cgroup subsys io\n[ 0.144217] Initializing cgroup subsys memory\n[ 0.145081] Initializing cgroup subsys devices\n[ 0.145936] Initializing cgroup subsys freezer\n[ 0.146810] Initializing cgroup subsys net_cls\n[ 0.147650] Initializing cgroup subsys perf_event\n[ 0.148528] Initializing cgroup subsys net_prio\n[ 0.149383] Initializing cgroup subsys hugetlb\n[ 0.150247] Initializing cgroup subsys pids\n[ 0.151108] CPU: Physical Processor ID: 0\n[ 0.152584] mce: CPU supports 10 MCE banks\n[ 0.153417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154407] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165495] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171767] ftrace: allocating 31920 entries in 125 pages\n[ 0.197605] smpboot: Max logical packages: 1\n[ 0.198457] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199781] x2apic enabled\n[ 0.200571] Switched APIC routing to physical x2apic.\n[ 0.202289] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205360] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207116] KVM setup paravirtual spinlock\n[ 0.208390] x86: Booted up 1 node, 1 CPUs\n[ 0.209182] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210554] devtmpfs: initialized\n[ 0.212225] evm: security.selinux\n[ 0.212919] evm: security.SMACK64\n[ 0.213601] evm: security.SMACK64EXEC\n[ 0.214331] evm: security.SMACK64TRANSMUTE\n[ 0.215120] evm: security.SMACK64MMAP\n[ 0.215850] evm: security.ima\n[ 0.216483] evm: security.capability\n[ 0.217272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219089] pinctrl core: initialized pinctrl subsystem\n[ 0.220164] RTC time: 10:37:46, date: 11/25/18\n[ 0.221115] NET: Registered protocol family 16\n[ 0.222084] cpuidle: using governor ladder\n[ 0.222890] cpuidle: using governor menu\n[ 0.223662] PCCT header not found.\n[ 0.224417] ACPI: bus type PCI registered\n[ 0.225223] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226491] PCI: Using configuration type 1 for base access\n[ 0.228217] ACPI: Added _OSI(Module Device)\n[ 0.229045] ACPI: Added _OSI(Processor Device)\n[ 0.229998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230916] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232996] ACPI: Interpreter enabled\n[ 0.233782] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237407] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241053] ACPI: (supports S0 S5)\n[ 0.241753] ACPI: Using IOAPIC for interrupt routing\n[ 0.242701] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248207] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249399] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251586] acpiphp: Slot [3] registered\n[ 0.252373] acpiphp: Slot [4] registered\n[ 0.253183] acpiphp: Slot [5] registered\n[ 0.254010] acpiphp: Slot [6] registered\n[ 0.254796] acpiphp: Slot [7] registered\n[ 0.255580] acpiphp: Slot [8] registered\n[ 0.256363] acpiphp: Slot [9] registered\n[ 0.257148] acpiphp: Slot [10] registered\n[ 0.257942] acpiphp: Slot [11] registered\n[ 0.258756] acpiphp: Slot [12] registered\n[ 0.259554] acpiphp: Slot [13] registered\n[ 0.260354] acpiphp: Slot [14] registered\n[ 0.261181] acpiphp: Slot [15] registered\n[ 0.272106] acpiphp: Slot [16] registered\n[ 0.272910] acpiphp: Slot [17] registered\n[ 0.273707] acpiphp: Slot [18] registered\n[ 0.274499] acpiphp: Slot [19] registered\n[ 0.275285] acpiphp: Slot [20] registered\n[ 0.276079] acpiphp: Slot [21] registered\n[ 0.276878] acpiphp: Slot [22] registered\n[ 0.277693] acpiphp: Slot [23] registered\n[ 0.278518] acpiphp: Slot [24] registered\n[ 0.279341] acpiphp: Slot [25] registered\n[ 0.280143] acpiphp: Slot [26] registered\n[ 0.280947] acpiphp: Slot [27] registered\n[ 0.281744] acpiphp: Slot [28] registered\n[ 0.282538] acpiphp: Slot [29] registered\n[ 0.283331] acpiphp: Slot [30] registered\n[ 0.284224] acpiphp: Slot [31] registered\n[ 0.285061] PCI host bridge to bus 0000:00\n[ 0.285863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287046] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288225] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291071] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297128] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307157] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353631] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357883] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359249] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360475] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361603] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362705] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364282] vgaarb: loaded\n[ 0.364880] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366006] SCSI subsystem initialized\n[ 0.366817] ACPI: bus type USB registered\n[ 0.367627] usbcore: registered new interface driver usbfs\n[ 0.368650] usbcore: registered new interface driver hub\n[ 0.369645] usbcore: registered new device driver usb\n[ 0.370683] PCI: Using ACPI for IRQ routing\n[ 0.371685] NetLabel: Initializing\n[ 0.372391] NetLabel: domain hash size = 128\n[ 0.373259] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374231] NetLabel: unlabeled traffic allowed by default\n[ 0.375319] clocksource: Switched to clocksource kvm-clock\n[ 0.380750] AppArmor: AppArmor Filesystem Enabled\n[ 0.381698] pnp: PnP ACPI init\n[ 0.382591] pnp: PnP ACPI: found 5 devices\n[ 0.388929] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390670] NET: Registered protocol family 2\n[ 0.391617] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392871] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395158] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396223] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397386] NET: Registered protocol family 1\n[ 0.398236] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414056] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428017] Trying to unpack rootfs image as initramfs...\n[ 0.477146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490897] Scanning for low memory corruption every 60 seconds\n[ 0.492784] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494523] audit: initializing netlink subsys (disabled)\n[ 0.496084] audit: type=2000 audit(1543142267.080:1): initialized\n[ 0.497992] Initialise system trusted keyring\n[ 0.499339] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501076] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503612] zbud: loaded\n[ 0.504542] VFS: Disk quotas dquot_6.6.0\n[ 0.505712] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507843] fuse init (API version 7.23)\n[ 0.508761] Key type big_key registered\n[ 0.509559] Allocating IMA MOK and blacklist keyrings.\n[ 0.511028] Key type asymmetric registered\n[ 0.511861] Asymmetric key parser 'x509' registered\n[ 0.512812] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514271] io scheduler noop registered\n[ 0.515063] io scheduler deadline registered (default)\n[ 0.516050] io scheduler cfq registered\n[ 0.516882] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519158] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541390] ACPI: Power Button [PWRF]\n[ 0.542222] GHES: HEST is not enabled!\n[ 0.555911] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584021] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611705] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614358] Linux agpgart interface v0.103\n[ 0.616439] brd: module loaded\n[ 0.617654] loop: module loaded\n[ 0.622058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623501] GPT:90111 != 2097151\n[ 0.624167] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625241] GPT:90111 != 2097151\n[ 0.625903] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626853] vda: vda1 vda15\n[ 0.628360] scsi host0: ata_piix\n[ 0.629080] scsi host1: ata_piix\n[ 0.629782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632409] libphy: Fixed MDIO Bus: probed\n[ 0.633210] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634144] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636312] PPP generic driver version 2.4.2\n[ 0.637181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638451] ehci-pci: EHCI PCI platform driver\n[ 0.639304] ehci-platform: EHCI generic platform driver\n[ 0.640287] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641403] ohci-pci: OHCI PCI platform driver\n[ 0.642248] ohci-platform: OHCI generic platform driver\n[ 0.643216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657342] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658314] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659740] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660750] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661844] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663045] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664448] usb usb1: Product: UHCI Host Controller\n[ 0.665365] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666485] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667475] hub 1-0:1.0: USB hub found\n[ 0.668238] hub 1-0:1.0: 2 ports detected\n[ 0.669125] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671201] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672150] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673158] mousedev: PS/2 mouse device common for all mice\n[ 0.674387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676195] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677257] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678428] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679601] i2c /dev entries driver\n[ 0.680356] device-mapper: uevent: version 1.0.3\n[ 0.681277] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684146] NET: Registered protocol family 10\n[ 0.685115] NET: Registered protocol family 17\n[ 0.685992] Key type dns_resolver registered\n[ 0.686906] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688000] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689721] registered taskstats version 1\n[ 0.690547] Loading compiled-in X.509 certificates\n[ 0.691980] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693825] zswap: loaded using pool lzo/zbud\n[ 0.695177] Key type trusted registered\n[ 0.696703] Key type encrypted registered\n[ 0.697525] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698532] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699564] evm: HMAC attrs: 0x1\n[ 0.700473] Magic number: 10:550:629\n[ 0.701312] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:47 UTC (1543142267)\n[ 0.702882] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703981] EDD information not available.\n[ 0.792295] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793830] Write protecting the kernel read-only data: 14336k\n[ 0.805516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807422] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.01\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.205527] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDCOSZj0eIMgO8p73Abn55IWmHbWBkO2dMgTK9NHmRUUfjDKkbPLQgv/VN7MxFFQN/b1+cgs/Cjj6vygxNom9WwfLlSA5VslCNbD/quA95011doeQZcRBS/TqBvsXXKasohQfAaS7WXdc6JRDCsn2W65hXutrc0PehBANiV7+a2j6OZ9vBhmauev0Hfqmbo3cjeP4tGBk4xdbKlyQB82FXDHjXgcNEpfPhnTSA2XJq2gSQo7BRx3zn7+QXFgVkMYcnKUDuqMK+eQa32lZRFetWdK+r8ch3Jiw0dHLHA55nzKOnnCCc0uXdd5KaAM6P2sl7RMO/J0m56bHBtpegJFne1 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAPGWsowkcMoWUwF6d4sN6AmsFs4fB+R7UhoBFVi2bChzE0IDGY1hvrsswPQyidXvz0NwOInccANQY+utE1mrR0RJ2pSV+dISqU87Z954owrfRTR2hgVTrQakR7szggekuJLUjxXLBDkDIjhf0SHbMpUPml40ThKs+E9OItbqn7+lAAAAFQCBy1xJA6qIuNiOxopu7IfjdA08FQAAAIBMGl3dafDZMfUQwXK/DkzIwWh9Q+OMfnAtw6uVOSuWzSl2wE+j2aV6rOtRBmocCQhchDW8PbXpJ4INxADLQ28K1YtHYKnopZZA6p/RJgFRhctm14iypJANgViunjVbSHpyov0STJH9OlI62LACvWMWz8yiZopHFrArJmxQsA/WlgAAAIEAnVpO86IoBgIVbhSxi2mhZOlk5mmwnGJIaGyIqP+AjMo8OBenGPPVToiTjHzvSRrCy8PqaXBFDCLUb/OJhSDyOOklX+EYdxItK1fjdyzYRJ4mNq3Ok6dlzMMocTqbH+Xvh0dPmHqHJO+6fDrnjN5oe/iZwg4TRSXgAVTVEFF2ngc= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe10:d0ad/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \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-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.50s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:10:D0:AD \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe10:d0ad/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9462 (9.2 KiB) TX bytes:9620 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.143888] usb 1-1: Product: QEMU USB Tablet\n[ 1.143889] usb 1-1: Manufacturer: QEMU\n[ 1.143890] usb 1-1: SerialNumber: 42\n[ 1.171396] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.185405] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.205527] random: dd urandom read with 5 bits of entropy available\n[ 1.487363] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.487366] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 63.371861] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.780996] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:37:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 10:37:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 10:37:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 10:37:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 10:37:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 10:37:47 cirros kern.notice kernel: [ 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)\nNov 25 10:37:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 10:37:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 10:37:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 10:37:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 10:37:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 10:37:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 10:37:48 cirros kern.notice kernel: [ 1.205527] random: dd urandom read with 5 bits of entropy available\nNov 25 10:37:48 cirros kern.info kernel: [ 1.487363] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nNov 25 10:37:48 cirros kern.info kernel: [ 1.487366] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nNov 25 10:38:49 cirros auth.notice su: + /dev/console root:cirros\nNov 25 10:38:49 cirros authpriv.info dropbear[340]: Running in background\nNov 25 10:38:50 cirros kern.info kernel: [ 63.371861] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 10:38:50 cirros kern.info kernel: [ 63.780996] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-3 login: "} 2018-11-25 10:39:37,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action used request id req-221bf377-0dc1-44bf-9407-ac86b63d8fa1 2018-11-25 10:39:39,819 - sdnvpn_test_utils - INFO - Waiting for instance e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 to boot up 2018-11-25 10:39:39,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc89f8e4ee1b22ea60ab4ffa0777401b3ad01f3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:40,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-f3b11745-a946-4205-8948-04e10fa38d75 x-compute-request-id: req-f3b11745-a946-4205-8948-04e10fa38d75 Content-Encoding: gzip Content-Length: 10063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513805704 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.908 MHz processor\n[ 0.129991] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131631] pid_max: default: 32768 minimum: 301\n[ 0.132510] ACPI: Core revision 20150930\n[ 0.133919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135247] Security Framework initialized\n[ 0.136070] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139036] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140311] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141548] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143745] Initializing cgroup subsys memory\n[ 0.144593] Initializing cgroup subsys devices\n[ 0.145492] Initializing cgroup subsys freezer\n[ 0.146390] Initializing cgroup subsys net_cls\n[ 0.147268] Initializing cgroup subsys perf_event\n[ 0.148195] Initializing cgroup subsys net_prio\n[ 0.149114] Initializing cgroup subsys hugetlb\n[ 0.150025] Initializing cgroup subsys pids\n[ 0.150921] CPU: Physical Processor ID: 0\n[ 0.152436] mce: CPU supports 10 MCE banks\n[ 0.153331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154379] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171367] ftrace: allocating 31920 entries in 125 pages\n[ 0.197536] smpboot: Max logical packages: 1\n[ 0.198445] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199781] x2apic enabled\n[ 0.200607] Switched APIC routing to physical x2apic.\n[ 0.202401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207375] KVM setup paravirtual spinlock\n[ 0.208638] x86: Booted up 1 node, 1 CPUs\n[ 0.209473] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210915] devtmpfs: initialized\n[ 0.212611] evm: security.selinux\n[ 0.213335] evm: security.SMACK64\n[ 0.214052] evm: security.SMACK64EXEC\n[ 0.214810] evm: security.SMACK64TRANSMUTE\n[ 0.215626] evm: security.SMACK64MMAP\n[ 0.216378] evm: security.ima\n[ 0.217027] evm: security.capability\n[ 0.217829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219663] pinctrl core: initialized pinctrl subsystem\n[ 0.220747] RTC time: 10:37:57, date: 11/25/18\n[ 0.221704] NET: Registered protocol family 16\n[ 0.222674] cpuidle: using governor ladder\n[ 0.223482] cpuidle: using governor menu\n[ 0.224291] PCCT header not found.\n[ 0.225027] ACPI: bus type PCI registered\n[ 0.225806] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227027] PCI: Using configuration type 1 for base access\n[ 0.228732] ACPI: Added _OSI(Module Device)\n[ 0.229587] ACPI: Added _OSI(Processor Device)\n[ 0.230462] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231347] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233444] ACPI: Interpreter enabled\n[ 0.234239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239691] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241493] ACPI: (supports S0 S5)\n[ 0.242193] ACPI: Using IOAPIC for interrupt routing\n[ 0.243140] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247363] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248581] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249774] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251964] acpiphp: Slot [3] registered\n[ 0.252755] acpiphp: Slot [4] registered\n[ 0.253594] acpiphp: Slot [5] registered\n[ 0.254415] acpiphp: Slot [6] registered\n[ 0.255200] acpiphp: Slot [7] registered\n[ 0.255989] acpiphp: Slot [8] registered\n[ 0.256773] acpiphp: Slot [9] registered\n[ 0.257562] acpiphp: Slot [10] registered\n[ 0.258356] acpiphp: Slot [11] registered\n[ 0.259218] acpiphp: Slot [12] registered\n[ 0.260023] acpiphp: Slot [13] registered\n[ 0.260818] acpiphp: Slot [14] registered\n[ 0.261631] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272948] acpiphp: Slot [17] registered\n[ 0.273771] acpiphp: Slot [18] registered\n[ 0.274600] acpiphp: Slot [19] registered\n[ 0.275427] acpiphp: Slot [20] registered\n[ 0.276260] acpiphp: Slot [21] registered\n[ 0.277079] acpiphp: Slot [22] registered\n[ 0.277901] acpiphp: Slot [23] registered\n[ 0.278713] acpiphp: Slot [24] registered\n[ 0.279537] acpiphp: Slot [25] registered\n[ 0.280366] acpiphp: Slot [26] registered\n[ 0.281195] acpiphp: Slot [27] registered\n[ 0.282009] acpiphp: Slot [28] registered\n[ 0.282818] acpiphp: Slot [29] registered\n[ 0.283647] acpiphp: Slot [30] registered\n[ 0.284471] acpiphp: Slot [31] registered\n[ 0.285278] PCI host bridge to bus 0000:00\n[ 0.286077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287285] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288503] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289961] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297492] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298787] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299969] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353659] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356557] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357948] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359333] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360557] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361684] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364368] vgaarb: loaded\n[ 0.364965] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366083] SCSI subsystem initialized\n[ 0.366901] ACPI: bus type USB registered\n[ 0.367714] usbcore: registered new interface driver usbfs\n[ 0.368752] usbcore: registered new interface driver hub\n[ 0.369744] usbcore: registered new device driver usb\n[ 0.370801] PCI: Using ACPI for IRQ routing\n[ 0.371807] NetLabel: Initializing\n[ 0.372541] NetLabel: domain hash size = 128\n[ 0.373397] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374367] NetLabel: unlabeled traffic allowed by default\n[ 0.375475] clocksource: Switched to clocksource kvm-clock\n[ 0.380817] AppArmor: AppArmor Filesystem Enabled\n[ 0.381780] pnp: PnP ACPI init\n[ 0.382688] pnp: PnP ACPI: found 5 devices\n[ 0.389031] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390718] NET: Registered protocol family 2\n[ 0.391666] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392926] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394080] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396298] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397462] NET: Registered protocol family 1\n[ 0.398338] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399441] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400528] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414374] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428543] Trying to unpack rootfs image as initramfs...\n[ 0.477652] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491406] Scanning for low memory corruption every 60 seconds\n[ 0.492762] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493962] audit: initializing netlink subsys (disabled)\n[ 0.495005] audit: type=2000 audit(1543142278.815:1): initialized\n[ 0.496352] Initialise system trusted keyring\n[ 0.497313] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498503] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500455] zbud: loaded\n[ 0.501157] VFS: Disk quotas dquot_6.6.0\n[ 0.501986] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503490] fuse init (API version 7.23)\n[ 0.504393] Key type big_key registered\n[ 0.505200] Allocating IMA MOK and blacklist keyrings.\n[ 0.506298] Key type asymmetric registered\n[ 0.507123] Asymmetric key parser 'x509' registered\n[ 0.508072] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509543] io scheduler noop registered\n[ 0.510356] io scheduler deadline registered (default)\n[ 0.511364] io scheduler cfq registered\n[ 0.512192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513256] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514546] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516033] ACPI: Power Button [PWRF]\n[ 0.517221] GHES: HEST is not enabled!\n[ 0.530698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561161] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588347] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591952] Linux agpgart interface v0.103\n[ 0.595404] brd: module loaded\n[ 0.597310] loop: module loaded\n[ 0.604723] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606139] GPT:90111 != 2097151\n[ 0.606797] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607867] GPT:90111 != 2097151\n[ 0.608530] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609469] vda: vda1 vda15\n[ 0.610948] scsi host0: ata_piix\n[ 0.611670] scsi host1: ata_piix\n[ 0.612366] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614942] libphy: Fixed MDIO Bus: probed\n[ 0.615748] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616680] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618785] PPP generic driver version 2.4.2\n[ 0.619659] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620912] ehci-pci: EHCI PCI platform driver\n[ 0.621758] ehci-platform: EHCI generic platform driver\n[ 0.622717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623816] ohci-pci: OHCI PCI platform driver\n[ 0.624666] ohci-platform: OHCI generic platform driver\n[ 0.625625] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639944] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640915] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642325] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643333] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644425] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645609] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646987] usb usb1: Product: UHCI Host Controller\n[ 0.647900] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649944] hub 1-0:1.0: USB hub found\n[ 0.650700] hub 1-0:1.0: 2 ports detected\n[ 0.651597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653663] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654586] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655589] mousedev: PS/2 mouse device common for all mice\n[ 0.656799] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658584] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659663] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660817] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661976] i2c /dev entries driver\n[ 0.662704] device-mapper: uevent: version 1.0.3\n[ 0.663617] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665207] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666460] NET: Registered protocol family 10\n[ 0.667429] NET: Registered protocol family 17\n[ 0.668302] Key type dns_resolver registered\n[ 0.669217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670287] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672000] registered taskstats version 1\n[ 0.672818] Loading compiled-in X.509 certificates\n[ 0.674230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676040] zswap: loaded using pool lzo/zbud\n[ 0.677380] Key type trusted registered\n[ 0.678922] Key type encrypted registered\n[ 0.679727] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680725] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681726] evm: HMAC attrs: 0x1\n[ 0.682649] Magic number: 10:550:629\n[ 0.683492] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:58 UTC (1543142278)\n[ 0.685055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686150] EDD information not available.\n[ 0.772416] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773926] Write protecting the kernel read-only data: 14336k\n[ 0.785687] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787456] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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.828082] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\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 discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.43. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUvvQQB0xCZQ6Vd2ZEmTJ6BaDs/ej3gf5+NLZsrSODxEiDVVj2xhwtB4voALPrrFAnKcBcmoBqgdh54F8pVti2ln5aW9jbBqfkhlgXZaA1dDfvBOs+e5ZQejwfCFwcIiATtgXuP7/FLm8Y3C2ZK0DhKe89syjoWBK9uJmztVKMfNO2dANUpOwVrhqcW+2TmBcf8AEbJtOitUoL69JrDeN4V/NOkPrP43qtzGNJcnoV0vh21lOTjHe51QSuP4clT+ussIFai6b24wvBzY1Ce/ghnfHhr5ebSv9Gv8N8EemdRC7X2ofQ38hCSUvSYxplT9pmtTyaR/fKSGawZVl3pyA/ root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJIqdTMNAdDF86Eet+jpTfzKp9rRuWABUgXrKyubGV+JTHyMghI729oGnCcQjc06cvJe1q/X5IlpkOPLiBLoEp0psbK55NelsiUS6v6aOWHZOnm023paqHjGhYCLMAhqYCZXcShM+5HNKR/IYh4ZYWc3DfSwSO0GdFTmIA4AXdDZAAAAFQC9iRBAj66ZNf4O2PDBhtTaHH2IVwAAAIAk1UEagQ4gH11AZmu+JhPzyIPHbzQq5JWtjNYbgy2oblcKP2nY5Nw7ZCwskzJIIlMJIWM8AHKZfRk2y09/4Flfa6zNzhQJt7A9mlbkiF3TEl0/mUX/rkr5Aluk2d+hBwsZP+z1/8FG4Nzhcayij9+aQOGHIBSwrKjc/sUBBNZ3/AAAAIBtHD7DbuN/ifScYs2YMXreL0VbmnB1f0MeVH2miWGvaXNEmJwT2poMcefcaZXwytIlFyHDPxQksRL51evEgnmnYwgNZQVGvqtsXR9lLwr10mmfW6e/LnZjtP5iK4GUL/NqZymLMClRZSWrbFHy8cVKX22HZtCTGEjSYeXfP77duQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.7,24,fe80::f816:3eff:feed:1339/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.91 ===\n/dev/root resized successfully [took 1.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:ED:13:39 \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feed:1339/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9505 (9.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:39:40,892 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action used request id req-f3b11745-a946-4205-8948-04e10fa38d75 2018-11-25 10:39:42,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc89f8e4ee1b22ea60ab4ffa0777401b3ad01f3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:44,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-5aebb156-9e1c-4316-8764-09cddd817a2e x-compute-request-id: req-5aebb156-9e1c-4316-8764-09cddd817a2e Content-Encoding: gzip Content-Length: 10063 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513805704 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.908 MHz processor\n[ 0.129991] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131631] pid_max: default: 32768 minimum: 301\n[ 0.132510] ACPI: Core revision 20150930\n[ 0.133919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135247] Security Framework initialized\n[ 0.136070] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139036] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140311] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141548] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143745] Initializing cgroup subsys memory\n[ 0.144593] Initializing cgroup subsys devices\n[ 0.145492] Initializing cgroup subsys freezer\n[ 0.146390] Initializing cgroup subsys net_cls\n[ 0.147268] Initializing cgroup subsys perf_event\n[ 0.148195] Initializing cgroup subsys net_prio\n[ 0.149114] Initializing cgroup subsys hugetlb\n[ 0.150025] Initializing cgroup subsys pids\n[ 0.150921] CPU: Physical Processor ID: 0\n[ 0.152436] mce: CPU supports 10 MCE banks\n[ 0.153331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154379] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171367] ftrace: allocating 31920 entries in 125 pages\n[ 0.197536] smpboot: Max logical packages: 1\n[ 0.198445] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199781] x2apic enabled\n[ 0.200607] Switched APIC routing to physical x2apic.\n[ 0.202401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207375] KVM setup paravirtual spinlock\n[ 0.208638] x86: Booted up 1 node, 1 CPUs\n[ 0.209473] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210915] devtmpfs: initialized\n[ 0.212611] evm: security.selinux\n[ 0.213335] evm: security.SMACK64\n[ 0.214052] evm: security.SMACK64EXEC\n[ 0.214810] evm: security.SMACK64TRANSMUTE\n[ 0.215626] evm: security.SMACK64MMAP\n[ 0.216378] evm: security.ima\n[ 0.217027] evm: security.capability\n[ 0.217829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219663] pinctrl core: initialized pinctrl subsystem\n[ 0.220747] RTC time: 10:37:57, date: 11/25/18\n[ 0.221704] NET: Registered protocol family 16\n[ 0.222674] cpuidle: using governor ladder\n[ 0.223482] cpuidle: using governor menu\n[ 0.224291] PCCT header not found.\n[ 0.225027] ACPI: bus type PCI registered\n[ 0.225806] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227027] PCI: Using configuration type 1 for base access\n[ 0.228732] ACPI: Added _OSI(Module Device)\n[ 0.229587] ACPI: Added _OSI(Processor Device)\n[ 0.230462] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231347] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233444] ACPI: Interpreter enabled\n[ 0.234239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239691] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241493] ACPI: (supports S0 S5)\n[ 0.242193] ACPI: Using IOAPIC for interrupt routing\n[ 0.243140] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247363] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248581] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249774] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251964] acpiphp: Slot [3] registered\n[ 0.252755] acpiphp: Slot [4] registered\n[ 0.253594] acpiphp: Slot [5] registered\n[ 0.254415] acpiphp: Slot [6] registered\n[ 0.255200] acpiphp: Slot [7] registered\n[ 0.255989] acpiphp: Slot [8] registered\n[ 0.256773] acpiphp: Slot [9] registered\n[ 0.257562] acpiphp: Slot [10] registered\n[ 0.258356] acpiphp: Slot [11] registered\n[ 0.259218] acpiphp: Slot [12] registered\n[ 0.260023] acpiphp: Slot [13] registered\n[ 0.260818] acpiphp: Slot [14] registered\n[ 0.261631] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272948] acpiphp: Slot [17] registered\n[ 0.273771] acpiphp: Slot [18] registered\n[ 0.274600] acpiphp: Slot [19] registered\n[ 0.275427] acpiphp: Slot [20] registered\n[ 0.276260] acpiphp: Slot [21] registered\n[ 0.277079] acpiphp: Slot [22] registered\n[ 0.277901] acpiphp: Slot [23] registered\n[ 0.278713] acpiphp: Slot [24] registered\n[ 0.279537] acpiphp: Slot [25] registered\n[ 0.280366] acpiphp: Slot [26] registered\n[ 0.281195] acpiphp: Slot [27] registered\n[ 0.282009] acpiphp: Slot [28] registered\n[ 0.282818] acpiphp: Slot [29] registered\n[ 0.283647] acpiphp: Slot [30] registered\n[ 0.284471] acpiphp: Slot [31] registered\n[ 0.285278] PCI host bridge to bus 0000:00\n[ 0.286077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287285] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288503] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289961] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297492] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298787] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299969] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353659] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356557] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357948] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359333] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360557] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361684] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364368] vgaarb: loaded\n[ 0.364965] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366083] SCSI subsystem initialized\n[ 0.366901] ACPI: bus type USB registered\n[ 0.367714] usbcore: registered new interface driver usbfs\n[ 0.368752] usbcore: registered new interface driver hub\n[ 0.369744] usbcore: registered new device driver usb\n[ 0.370801] PCI: Using ACPI for IRQ routing\n[ 0.371807] NetLabel: Initializing\n[ 0.372541] NetLabel: domain hash size = 128\n[ 0.373397] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374367] NetLabel: unlabeled traffic allowed by default\n[ 0.375475] clocksource: Switched to clocksource kvm-clock\n[ 0.380817] AppArmor: AppArmor Filesystem Enabled\n[ 0.381780] pnp: PnP ACPI init\n[ 0.382688] pnp: PnP ACPI: found 5 devices\n[ 0.389031] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390718] NET: Registered protocol family 2\n[ 0.391666] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392926] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394080] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396298] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397462] NET: Registered protocol family 1\n[ 0.398338] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399441] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400528] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414374] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428543] Trying to unpack rootfs image as initramfs...\n[ 0.477652] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491406] Scanning for low memory corruption every 60 seconds\n[ 0.492762] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493962] audit: initializing netlink subsys (disabled)\n[ 0.495005] audit: type=2000 audit(1543142278.815:1): initialized\n[ 0.496352] Initialise system trusted keyring\n[ 0.497313] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498503] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500455] zbud: loaded\n[ 0.501157] VFS: Disk quotas dquot_6.6.0\n[ 0.501986] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503490] fuse init (API version 7.23)\n[ 0.504393] Key type big_key registered\n[ 0.505200] Allocating IMA MOK and blacklist keyrings.\n[ 0.506298] Key type asymmetric registered\n[ 0.507123] Asymmetric key parser 'x509' registered\n[ 0.508072] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509543] io scheduler noop registered\n[ 0.510356] io scheduler deadline registered (default)\n[ 0.511364] io scheduler cfq registered\n[ 0.512192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513256] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514546] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516033] ACPI: Power Button [PWRF]\n[ 0.517221] GHES: HEST is not enabled!\n[ 0.530698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561161] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588347] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591952] Linux agpgart interface v0.103\n[ 0.595404] brd: module loaded\n[ 0.597310] loop: module loaded\n[ 0.604723] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606139] GPT:90111 != 2097151\n[ 0.606797] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607867] GPT:90111 != 2097151\n[ 0.608530] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609469] vda: vda1 vda15\n[ 0.610948] scsi host0: ata_piix\n[ 0.611670] scsi host1: ata_piix\n[ 0.612366] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614942] libphy: Fixed MDIO Bus: probed\n[ 0.615748] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616680] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618785] PPP generic driver version 2.4.2\n[ 0.619659] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620912] ehci-pci: EHCI PCI platform driver\n[ 0.621758] ehci-platform: EHCI generic platform driver\n[ 0.622717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623816] ohci-pci: OHCI PCI platform driver\n[ 0.624666] ohci-platform: OHCI generic platform driver\n[ 0.625625] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639944] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640915] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642325] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643333] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644425] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645609] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646987] usb usb1: Product: UHCI Host Controller\n[ 0.647900] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649944] hub 1-0:1.0: USB hub found\n[ 0.650700] hub 1-0:1.0: 2 ports detected\n[ 0.651597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653663] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654586] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655589] mousedev: PS/2 mouse device common for all mice\n[ 0.656799] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658584] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659663] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660817] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661976] i2c /dev entries driver\n[ 0.662704] device-mapper: uevent: version 1.0.3\n[ 0.663617] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665207] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666460] NET: Registered protocol family 10\n[ 0.667429] NET: Registered protocol family 17\n[ 0.668302] Key type dns_resolver registered\n[ 0.669217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670287] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672000] registered taskstats version 1\n[ 0.672818] Loading compiled-in X.509 certificates\n[ 0.674230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676040] zswap: loaded using pool lzo/zbud\n[ 0.677380] Key type trusted registered\n[ 0.678922] Key type encrypted registered\n[ 0.679727] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680725] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681726] evm: HMAC attrs: 0x1\n[ 0.682649] Magic number: 10:550:629\n[ 0.683492] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:58 UTC (1543142278)\n[ 0.685055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686150] EDD information not available.\n[ 0.772416] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773926] Write protecting the kernel read-only data: 14336k\n[ 0.785687] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787456] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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.828082] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\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 discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.43. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUvvQQB0xCZQ6Vd2ZEmTJ6BaDs/ej3gf5+NLZsrSODxEiDVVj2xhwtB4voALPrrFAnKcBcmoBqgdh54F8pVti2ln5aW9jbBqfkhlgXZaA1dDfvBOs+e5ZQejwfCFwcIiATtgXuP7/FLm8Y3C2ZK0DhKe89syjoWBK9uJmztVKMfNO2dANUpOwVrhqcW+2TmBcf8AEbJtOitUoL69JrDeN4V/NOkPrP43qtzGNJcnoV0vh21lOTjHe51QSuP4clT+ussIFai6b24wvBzY1Ce/ghnfHhr5ebSv9Gv8N8EemdRC7X2ofQ38hCSUvSYxplT9pmtTyaR/fKSGawZVl3pyA/ root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJIqdTMNAdDF86Eet+jpTfzKp9rRuWABUgXrKyubGV+JTHyMghI729oGnCcQjc06cvJe1q/X5IlpkOPLiBLoEp0psbK55NelsiUS6v6aOWHZOnm023paqHjGhYCLMAhqYCZXcShM+5HNKR/IYh4ZYWc3DfSwSO0GdFTmIA4AXdDZAAAAFQC9iRBAj66ZNf4O2PDBhtTaHH2IVwAAAIAk1UEagQ4gH11AZmu+JhPzyIPHbzQq5JWtjNYbgy2oblcKP2nY5Nw7ZCwskzJIIlMJIWM8AHKZfRk2y09/4Flfa6zNzhQJt7A9mlbkiF3TEl0/mUX/rkr5Aluk2d+hBwsZP+z1/8FG4Nzhcayij9+aQOGHIBSwrKjc/sUBBNZ3/AAAAIBtHD7DbuN/ifScYs2YMXreL0VbmnB1f0MeVH2miWGvaXNEmJwT2poMcefcaZXwytIlFyHDPxQksRL51evEgnmnYwgNZQVGvqtsXR9lLwr10mmfW6e/LnZjtP5iK4GUL/NqZymLMClRZSWrbFHy8cVKX22HZtCTGEjSYeXfP77duQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.7,24,fe80::f816:3eff:feed:1339/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.91 ===\n/dev/root resized successfully [took 1.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:ED:13:39 \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feed:1339/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9505 (9.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:39:44,007 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action used request id req-5aebb156-9e1c-4316-8764-09cddd817a2e 2018-11-25 10:39:46,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc89f8e4ee1b22ea60ab4ffa0777401b3ad01f3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:47,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39: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-ae6ca2e1-918d-4693-8917-4fa6e6a85045 x-compute-request-id: req-ae6ca2e1-918d-4693-8917-4fa6e6a85045 Content-Encoding: gzip Content-Length: 11089 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513805704 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.908 MHz processor\n[ 0.129991] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131631] pid_max: default: 32768 minimum: 301\n[ 0.132510] ACPI: Core revision 20150930\n[ 0.133919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135247] Security Framework initialized\n[ 0.136070] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139036] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140311] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141548] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143745] Initializing cgroup subsys memory\n[ 0.144593] Initializing cgroup subsys devices\n[ 0.145492] Initializing cgroup subsys freezer\n[ 0.146390] Initializing cgroup subsys net_cls\n[ 0.147268] Initializing cgroup subsys perf_event\n[ 0.148195] Initializing cgroup subsys net_prio\n[ 0.149114] Initializing cgroup subsys hugetlb\n[ 0.150025] Initializing cgroup subsys pids\n[ 0.150921] CPU: Physical Processor ID: 0\n[ 0.152436] mce: CPU supports 10 MCE banks\n[ 0.153331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154379] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171367] ftrace: allocating 31920 entries in 125 pages\n[ 0.197536] smpboot: Max logical packages: 1\n[ 0.198445] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199781] x2apic enabled\n[ 0.200607] Switched APIC routing to physical x2apic.\n[ 0.202401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207375] KVM setup paravirtual spinlock\n[ 0.208638] x86: Booted up 1 node, 1 CPUs\n[ 0.209473] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210915] devtmpfs: initialized\n[ 0.212611] evm: security.selinux\n[ 0.213335] evm: security.SMACK64\n[ 0.214052] evm: security.SMACK64EXEC\n[ 0.214810] evm: security.SMACK64TRANSMUTE\n[ 0.215626] evm: security.SMACK64MMAP\n[ 0.216378] evm: security.ima\n[ 0.217027] evm: security.capability\n[ 0.217829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219663] pinctrl core: initialized pinctrl subsystem\n[ 0.220747] RTC time: 10:37:57, date: 11/25/18\n[ 0.221704] NET: Registered protocol family 16\n[ 0.222674] cpuidle: using governor ladder\n[ 0.223482] cpuidle: using governor menu\n[ 0.224291] PCCT header not found.\n[ 0.225027] ACPI: bus type PCI registered\n[ 0.225806] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227027] PCI: Using configuration type 1 for base access\n[ 0.228732] ACPI: Added _OSI(Module Device)\n[ 0.229587] ACPI: Added _OSI(Processor Device)\n[ 0.230462] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231347] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233444] ACPI: Interpreter enabled\n[ 0.234239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239691] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241493] ACPI: (supports S0 S5)\n[ 0.242193] ACPI: Using IOAPIC for interrupt routing\n[ 0.243140] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247363] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248581] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249774] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251964] acpiphp: Slot [3] registered\n[ 0.252755] acpiphp: Slot [4] registered\n[ 0.253594] acpiphp: Slot [5] registered\n[ 0.254415] acpiphp: Slot [6] registered\n[ 0.255200] acpiphp: Slot [7] registered\n[ 0.255989] acpiphp: Slot [8] registered\n[ 0.256773] acpiphp: Slot [9] registered\n[ 0.257562] acpiphp: Slot [10] registered\n[ 0.258356] acpiphp: Slot [11] registered\n[ 0.259218] acpiphp: Slot [12] registered\n[ 0.260023] acpiphp: Slot [13] registered\n[ 0.260818] acpiphp: Slot [14] registered\n[ 0.261631] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272948] acpiphp: Slot [17] registered\n[ 0.273771] acpiphp: Slot [18] registered\n[ 0.274600] acpiphp: Slot [19] registered\n[ 0.275427] acpiphp: Slot [20] registered\n[ 0.276260] acpiphp: Slot [21] registered\n[ 0.277079] acpiphp: Slot [22] registered\n[ 0.277901] acpiphp: Slot [23] registered\n[ 0.278713] acpiphp: Slot [24] registered\n[ 0.279537] acpiphp: Slot [25] registered\n[ 0.280366] acpiphp: Slot [26] registered\n[ 0.281195] acpiphp: Slot [27] registered\n[ 0.282009] acpiphp: Slot [28] registered\n[ 0.282818] acpiphp: Slot [29] registered\n[ 0.283647] acpiphp: Slot [30] registered\n[ 0.284471] acpiphp: Slot [31] registered\n[ 0.285278] PCI host bridge to bus 0000:00\n[ 0.286077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287285] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288503] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289961] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297492] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298787] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299969] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353659] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356557] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357948] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359333] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360557] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361684] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364368] vgaarb: loaded\n[ 0.364965] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366083] SCSI subsystem initialized\n[ 0.366901] ACPI: bus type USB registered\n[ 0.367714] usbcore: registered new interface driver usbfs\n[ 0.368752] usbcore: registered new interface driver hub\n[ 0.369744] usbcore: registered new device driver usb\n[ 0.370801] PCI: Using ACPI for IRQ routing\n[ 0.371807] NetLabel: Initializing\n[ 0.372541] NetLabel: domain hash size = 128\n[ 0.373397] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374367] NetLabel: unlabeled traffic allowed by default\n[ 0.375475] clocksource: Switched to clocksource kvm-clock\n[ 0.380817] AppArmor: AppArmor Filesystem Enabled\n[ 0.381780] pnp: PnP ACPI init\n[ 0.382688] pnp: PnP ACPI: found 5 devices\n[ 0.389031] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390718] NET: Registered protocol family 2\n[ 0.391666] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392926] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394080] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396298] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397462] NET: Registered protocol family 1\n[ 0.398338] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399441] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400528] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414374] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428543] Trying to unpack rootfs image as initramfs...\n[ 0.477652] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491406] Scanning for low memory corruption every 60 seconds\n[ 0.492762] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493962] audit: initializing netlink subsys (disabled)\n[ 0.495005] audit: type=2000 audit(1543142278.815:1): initialized\n[ 0.496352] Initialise system trusted keyring\n[ 0.497313] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498503] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500455] zbud: loaded\n[ 0.501157] VFS: Disk quotas dquot_6.6.0\n[ 0.501986] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503490] fuse init (API version 7.23)\n[ 0.504393] Key type big_key registered\n[ 0.505200] Allocating IMA MOK and blacklist keyrings.\n[ 0.506298] Key type asymmetric registered\n[ 0.507123] Asymmetric key parser 'x509' registered\n[ 0.508072] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509543] io scheduler noop registered\n[ 0.510356] io scheduler deadline registered (default)\n[ 0.511364] io scheduler cfq registered\n[ 0.512192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513256] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514546] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516033] ACPI: Power Button [PWRF]\n[ 0.517221] GHES: HEST is not enabled!\n[ 0.530698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561161] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588347] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591952] Linux agpgart interface v0.103\n[ 0.595404] brd: module loaded\n[ 0.597310] loop: module loaded\n[ 0.604723] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606139] GPT:90111 != 2097151\n[ 0.606797] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607867] GPT:90111 != 2097151\n[ 0.608530] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609469] vda: vda1 vda15\n[ 0.610948] scsi host0: ata_piix\n[ 0.611670] scsi host1: ata_piix\n[ 0.612366] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614942] libphy: Fixed MDIO Bus: probed\n[ 0.615748] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616680] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618785] PPP generic driver version 2.4.2\n[ 0.619659] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620912] ehci-pci: EHCI PCI platform driver\n[ 0.621758] ehci-platform: EHCI generic platform driver\n[ 0.622717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623816] ohci-pci: OHCI PCI platform driver\n[ 0.624666] ohci-platform: OHCI generic platform driver\n[ 0.625625] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639944] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640915] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642325] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643333] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644425] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645609] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646987] usb usb1: Product: UHCI Host Controller\n[ 0.647900] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649944] hub 1-0:1.0: USB hub found\n[ 0.650700] hub 1-0:1.0: 2 ports detected\n[ 0.651597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653663] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654586] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655589] mousedev: PS/2 mouse device common for all mice\n[ 0.656799] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658584] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659663] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660817] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661976] i2c /dev entries driver\n[ 0.662704] device-mapper: uevent: version 1.0.3\n[ 0.663617] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665207] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666460] NET: Registered protocol family 10\n[ 0.667429] NET: Registered protocol family 17\n[ 0.668302] Key type dns_resolver registered\n[ 0.669217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670287] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672000] registered taskstats version 1\n[ 0.672818] Loading compiled-in X.509 certificates\n[ 0.674230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676040] zswap: loaded using pool lzo/zbud\n[ 0.677380] Key type trusted registered\n[ 0.678922] Key type encrypted registered\n[ 0.679727] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680725] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681726] evm: HMAC attrs: 0x1\n[ 0.682649] Magic number: 10:550:629\n[ 0.683492] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:58 UTC (1543142278)\n[ 0.685055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686150] EDD information not available.\n[ 0.772416] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773926] Write protecting the kernel read-only data: 14336k\n[ 0.785687] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787456] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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.828082] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\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 discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.43. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUvvQQB0xCZQ6Vd2ZEmTJ6BaDs/ej3gf5+NLZsrSODxEiDVVj2xhwtB4voALPrrFAnKcBcmoBqgdh54F8pVti2ln5aW9jbBqfkhlgXZaA1dDfvBOs+e5ZQejwfCFwcIiATtgXuP7/FLm8Y3C2ZK0DhKe89syjoWBK9uJmztVKMfNO2dANUpOwVrhqcW+2TmBcf8AEbJtOitUoL69JrDeN4V/NOkPrP43qtzGNJcnoV0vh21lOTjHe51QSuP4clT+ussIFai6b24wvBzY1Ce/ghnfHhr5ebSv9Gv8N8EemdRC7X2ofQ38hCSUvSYxplT9pmtTyaR/fKSGawZVl3pyA/ root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJIqdTMNAdDF86Eet+jpTfzKp9rRuWABUgXrKyubGV+JTHyMghI729oGnCcQjc06cvJe1q/X5IlpkOPLiBLoEp0psbK55NelsiUS6v6aOWHZOnm023paqHjGhYCLMAhqYCZXcShM+5HNKR/IYh4ZYWc3DfSwSO0GdFTmIA4AXdDZAAAAFQC9iRBAj66ZNf4O2PDBhtTaHH2IVwAAAIAk1UEagQ4gH11AZmu+JhPzyIPHbzQq5JWtjNYbgy2oblcKP2nY5Nw7ZCwskzJIIlMJIWM8AHKZfRk2y09/4Flfa6zNzhQJt7A9mlbkiF3TEl0/mUX/rkr5Aluk2d+hBwsZP+z1/8FG4Nzhcayij9+aQOGHIBSwrKjc/sUBBNZ3/AAAAIBtHD7DbuN/ifScYs2YMXreL0VbmnB1f0MeVH2miWGvaXNEmJwT2poMcefcaZXwytIlFyHDPxQksRL51evEgnmnYwgNZQVGvqtsXR9lLwr10mmfW6e/LnZjtP5iK4GUL/NqZymLMClRZSWrbFHy8cVKX22HZtCTGEjSYeXfP77duQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.7,24,fe80::f816:3eff:feed:1339/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.91 ===\n/dev/root resized successfully [took 1.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:ED:13:39 \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feed:1339/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9505 (9.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.125201] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.125202] usb 1-1: Product: QEMU USB Tablet\n[ 1.125203] usb 1-1: Manufacturer: QEMU\n[ 1.125204] usb 1-1: SerialNumber: 42\n[ 1.483489] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.487515] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.487518] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 1.507346] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 63.029090] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.409581] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:37:59 cirros kern.info kernel: [ 0.787456] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 25 10:37:59 cirros kern.info kernel: [ 0.798348] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 25 10:37:59 cirros kern.info kernel: [ 0.798350] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 25 10:37:59 cirros kern.info kernel: [ 0.800022] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 25 10:37:59 cirros kern.info kernel: [ 0.802922] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 25 10:37:59 cirros kern.info kernel: [ 0.804879] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 25 10:37:59 cirros kern.info kernel: [ 0.825848] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 25 10:37:59 cirros kern.info kernel: [ 0.826657] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 25 10:37:59 cirros kern.notice kernel: [ 0.828082] random: blkid urandom read with 2 bits of entropy available\nNov 25 10:37:59 cirros kern.info kernel: [ 0.829624] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 25 10:37:59 cirros kern.info kernel: [ 0.963532] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 25 10:37:59 cirros kern.info kernel: [ 1.015339] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 25 10:37:59 cirros kern.info kernel: [ 1.125198] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 25 10:37:59 cirros kern.info kernel: [ 1.125201] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 25 10:37:59 cirros kern.info kernel: [ 1.125202] usb 1-1: Product: QEMU USB Tablet\nNov 25 10:37:59 cirros kern.info kernel: [ 1.125203] usb 1-1: Manufacturer: QEMU\nNov 25 10:37:59 cirros kern.info kernel: [ 1.125204] usb 1-1: SerialNumber: 42\nNov 25 10:37:59 cirros kern.info kernel: [ 1.483489] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 25 10:37:59 cirros kern.info kernel: [ 1.487515] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nNov 25 10:37:59 cirros kern.info kernel: [ 1.487518] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nNov 25 10:37:59 cirros kern.info kernel: [ 1.507346] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 25 10:39:00 cirros auth.notice su: + /dev/console root:cirros\nNov 25 10:39:00 cirros authpriv.info dropbear[340]: Running in background\nNov 25 10:39:00 cirros kern.info kernel: [ 63.029090] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 10:39:01 cirros kern.info kernel: [ 63.409581] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2018-11-25 10:39:47,100 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action used request id req-ae6ca2e1-918d-4693-8917-4fa6e6a85045 2018-11-25 10:39:49,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc89f8e4ee1b22ea60ab4ffa0777401b3ad01f3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:50,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-3a735e33-982e-4758-807f-e5e04c90cf11 x-compute-request-id: req-3a735e33-982e-4758-807f-e5e04c90cf11 Content-Encoding: gzip Content-Length: 11142 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 513805704 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.908 MHz processor\n[ 0.129991] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131631] pid_max: default: 32768 minimum: 301\n[ 0.132510] ACPI: Core revision 20150930\n[ 0.133919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135247] Security Framework initialized\n[ 0.136070] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139036] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140311] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141548] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143745] Initializing cgroup subsys memory\n[ 0.144593] Initializing cgroup subsys devices\n[ 0.145492] Initializing cgroup subsys freezer\n[ 0.146390] Initializing cgroup subsys net_cls\n[ 0.147268] Initializing cgroup subsys perf_event\n[ 0.148195] Initializing cgroup subsys net_prio\n[ 0.149114] Initializing cgroup subsys hugetlb\n[ 0.150025] Initializing cgroup subsys pids\n[ 0.150921] CPU: Physical Processor ID: 0\n[ 0.152436] mce: CPU supports 10 MCE banks\n[ 0.153331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154379] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171367] ftrace: allocating 31920 entries in 125 pages\n[ 0.197536] smpboot: Max logical packages: 1\n[ 0.198445] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199781] x2apic enabled\n[ 0.200607] Switched APIC routing to physical x2apic.\n[ 0.202401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205558] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207375] KVM setup paravirtual spinlock\n[ 0.208638] x86: Booted up 1 node, 1 CPUs\n[ 0.209473] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210915] devtmpfs: initialized\n[ 0.212611] evm: security.selinux\n[ 0.213335] evm: security.SMACK64\n[ 0.214052] evm: security.SMACK64EXEC\n[ 0.214810] evm: security.SMACK64TRANSMUTE\n[ 0.215626] evm: security.SMACK64MMAP\n[ 0.216378] evm: security.ima\n[ 0.217027] evm: security.capability\n[ 0.217829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219663] pinctrl core: initialized pinctrl subsystem\n[ 0.220747] RTC time: 10:37:57, date: 11/25/18\n[ 0.221704] NET: Registered protocol family 16\n[ 0.222674] cpuidle: using governor ladder\n[ 0.223482] cpuidle: using governor menu\n[ 0.224291] PCCT header not found.\n[ 0.225027] ACPI: bus type PCI registered\n[ 0.225806] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227027] PCI: Using configuration type 1 for base access\n[ 0.228732] ACPI: Added _OSI(Module Device)\n[ 0.229587] ACPI: Added _OSI(Processor Device)\n[ 0.230462] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231347] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233444] ACPI: Interpreter enabled\n[ 0.234239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239691] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241493] ACPI: (supports S0 S5)\n[ 0.242193] ACPI: Using IOAPIC for interrupt routing\n[ 0.243140] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247363] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248581] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249774] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251964] acpiphp: Slot [3] registered\n[ 0.252755] acpiphp: Slot [4] registered\n[ 0.253594] acpiphp: Slot [5] registered\n[ 0.254415] acpiphp: Slot [6] registered\n[ 0.255200] acpiphp: Slot [7] registered\n[ 0.255989] acpiphp: Slot [8] registered\n[ 0.256773] acpiphp: Slot [9] registered\n[ 0.257562] acpiphp: Slot [10] registered\n[ 0.258356] acpiphp: Slot [11] registered\n[ 0.259218] acpiphp: Slot [12] registered\n[ 0.260023] acpiphp: Slot [13] registered\n[ 0.260818] acpiphp: Slot [14] registered\n[ 0.261631] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272948] acpiphp: Slot [17] registered\n[ 0.273771] acpiphp: Slot [18] registered\n[ 0.274600] acpiphp: Slot [19] registered\n[ 0.275427] acpiphp: Slot [20] registered\n[ 0.276260] acpiphp: Slot [21] registered\n[ 0.277079] acpiphp: Slot [22] registered\n[ 0.277901] acpiphp: Slot [23] registered\n[ 0.278713] acpiphp: Slot [24] registered\n[ 0.279537] acpiphp: Slot [25] registered\n[ 0.280366] acpiphp: Slot [26] registered\n[ 0.281195] acpiphp: Slot [27] registered\n[ 0.282009] acpiphp: Slot [28] registered\n[ 0.282818] acpiphp: Slot [29] registered\n[ 0.283647] acpiphp: Slot [30] registered\n[ 0.284471] acpiphp: Slot [31] registered\n[ 0.285278] PCI host bridge to bus 0000:00\n[ 0.286077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287285] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288503] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289961] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291385] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297492] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298787] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299969] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353659] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355167] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356557] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357948] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359333] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360557] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361684] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364368] vgaarb: loaded\n[ 0.364965] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366083] SCSI subsystem initialized\n[ 0.366901] ACPI: bus type USB registered\n[ 0.367714] usbcore: registered new interface driver usbfs\n[ 0.368752] usbcore: registered new interface driver hub\n[ 0.369744] usbcore: registered new device driver usb\n[ 0.370801] PCI: Using ACPI for IRQ routing\n[ 0.371807] NetLabel: Initializing\n[ 0.372541] NetLabel: domain hash size = 128\n[ 0.373397] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374367] NetLabel: unlabeled traffic allowed by default\n[ 0.375475] clocksource: Switched to clocksource kvm-clock\n[ 0.380817] AppArmor: AppArmor Filesystem Enabled\n[ 0.381780] pnp: PnP ACPI init\n[ 0.382688] pnp: PnP ACPI: found 5 devices\n[ 0.389031] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390718] NET: Registered protocol family 2\n[ 0.391666] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392926] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394080] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396298] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397462] NET: Registered protocol family 1\n[ 0.398338] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399441] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400528] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414374] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428543] Trying to unpack rootfs image as initramfs...\n[ 0.477652] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491406] Scanning for low memory corruption every 60 seconds\n[ 0.492762] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493962] audit: initializing netlink subsys (disabled)\n[ 0.495005] audit: type=2000 audit(1543142278.815:1): initialized\n[ 0.496352] Initialise system trusted keyring\n[ 0.497313] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498503] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500455] zbud: loaded\n[ 0.501157] VFS: Disk quotas dquot_6.6.0\n[ 0.501986] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503490] fuse init (API version 7.23)\n[ 0.504393] Key type big_key registered\n[ 0.505200] Allocating IMA MOK and blacklist keyrings.\n[ 0.506298] Key type asymmetric registered\n[ 0.507123] Asymmetric key parser 'x509' registered\n[ 0.508072] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509543] io scheduler noop registered\n[ 0.510356] io scheduler deadline registered (default)\n[ 0.511364] io scheduler cfq registered\n[ 0.512192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513256] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514546] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516033] ACPI: Power Button [PWRF]\n[ 0.517221] GHES: HEST is not enabled!\n[ 0.530698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561161] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588347] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591952] Linux agpgart interface v0.103\n[ 0.595404] brd: module loaded\n[ 0.597310] loop: module loaded\n[ 0.604723] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606139] GPT:90111 != 2097151\n[ 0.606797] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607867] GPT:90111 != 2097151\n[ 0.608530] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609469] vda: vda1 vda15\n[ 0.610948] scsi host0: ata_piix\n[ 0.611670] scsi host1: ata_piix\n[ 0.612366] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614942] libphy: Fixed MDIO Bus: probed\n[ 0.615748] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616680] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618785] PPP generic driver version 2.4.2\n[ 0.619659] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620912] ehci-pci: EHCI PCI platform driver\n[ 0.621758] ehci-platform: EHCI generic platform driver\n[ 0.622717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623816] ohci-pci: OHCI PCI platform driver\n[ 0.624666] ohci-platform: OHCI generic platform driver\n[ 0.625625] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639944] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640915] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642325] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643333] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644425] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645609] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646987] usb usb1: Product: UHCI Host Controller\n[ 0.647900] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649944] hub 1-0:1.0: USB hub found\n[ 0.650700] hub 1-0:1.0: 2 ports detected\n[ 0.651597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653663] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654586] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655589] mousedev: PS/2 mouse device common for all mice\n[ 0.656799] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658584] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659663] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660817] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661976] i2c /dev entries driver\n[ 0.662704] device-mapper: uevent: version 1.0.3\n[ 0.663617] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665207] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666460] NET: Registered protocol family 10\n[ 0.667429] NET: Registered protocol family 17\n[ 0.668302] Key type dns_resolver registered\n[ 0.669217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670287] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672000] registered taskstats version 1\n[ 0.672818] Loading compiled-in X.509 certificates\n[ 0.674230] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676040] zswap: loaded using pool lzo/zbud\n[ 0.677380] Key type trusted registered\n[ 0.678922] Key type encrypted registered\n[ 0.679727] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680725] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681726] evm: HMAC attrs: 0x1\n[ 0.682649] Magic number: 10:550:629\n[ 0.683492] rtc_cmos 00:00: setting system clock to 2018-11-25 10:37:58 UTC (1543142278)\n[ 0.685055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686150] EDD information not available.\n[ 0.772416] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773926] Write protecting the kernel read-only data: 14336k\n[ 0.785687] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787456] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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.828082] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\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 discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.43. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUvvQQB0xCZQ6Vd2ZEmTJ6BaDs/ej3gf5+NLZsrSODxEiDVVj2xhwtB4voALPrrFAnKcBcmoBqgdh54F8pVti2ln5aW9jbBqfkhlgXZaA1dDfvBOs+e5ZQejwfCFwcIiATtgXuP7/FLm8Y3C2ZK0DhKe89syjoWBK9uJmztVKMfNO2dANUpOwVrhqcW+2TmBcf8AEbJtOitUoL69JrDeN4V/NOkPrP43qtzGNJcnoV0vh21lOTjHe51QSuP4clT+ussIFai6b24wvBzY1Ce/ghnfHhr5ebSv9Gv8N8EemdRC7X2ofQ38hCSUvSYxplT9pmtTyaR/fKSGawZVl3pyA/ root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJIqdTMNAdDF86Eet+jpTfzKp9rRuWABUgXrKyubGV+JTHyMghI729oGnCcQjc06cvJe1q/X5IlpkOPLiBLoEp0psbK55NelsiUS6v6aOWHZOnm023paqHjGhYCLMAhqYCZXcShM+5HNKR/IYh4ZYWc3DfSwSO0GdFTmIA4AXdDZAAAAFQC9iRBAj66ZNf4O2PDBhtTaHH2IVwAAAIAk1UEagQ4gH11AZmu+JhPzyIPHbzQq5JWtjNYbgy2oblcKP2nY5Nw7ZCwskzJIIlMJIWM8AHKZfRk2y09/4Flfa6zNzhQJt7A9mlbkiF3TEl0/mUX/rkr5Aluk2d+hBwsZP+z1/8FG4Nzhcayij9+aQOGHIBSwrKjc/sUBBNZ3/AAAAIBtHD7DbuN/ifScYs2YMXreL0VbmnB1f0MeVH2miWGvaXNEmJwT2poMcefcaZXwytIlFyHDPxQksRL51evEgnmnYwgNZQVGvqtsXR9lLwr10mmfW6e/LnZjtP5iK4GUL/NqZymLMClRZSWrbFHy8cVKX22HZtCTGEjSYeXfP77duQ== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.7,24,fe80::f816:3eff:feed:1339/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.91 ===\n/dev/root resized successfully [took 1.99s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:ED:13:39 \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feed:1339/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9505 (9.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.125201] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.125202] usb 1-1: Product: QEMU USB Tablet\n[ 1.125203] usb 1-1: Manufacturer: QEMU\n[ 1.125204] usb 1-1: SerialNumber: 42\n[ 1.483489] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.487515] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.487518] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 1.507346] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 63.029090] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.409581] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:37:59 cirros kern.info kernel: [ 0.787456] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nNov 25 10:37:59 cirros kern.info kernel: [ 0.798348] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nNov 25 10:37:59 cirros kern.info kernel: [ 0.798350] e1000: Copyright (c) 1999-2006 Intel Corporation.\nNov 25 10:37:59 cirros kern.info kernel: [ 0.800022] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nNov 25 10:37:59 cirros kern.info kernel: [ 0.802922] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nNov 25 10:37:59 cirros kern.info kernel: [ 0.804879] ip_tables: (C) 2000-2006 Netfilter Core Team\nNov 25 10:37:59 cirros kern.info kernel: [ 0.825848] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 25 10:37:59 cirros kern.info kernel: [ 0.826657] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 25 10:37:59 cirros kern.notice kernel: [ 0.828082] random: blkid urandom read with 2 bits of entropy available\nNov 25 10:37:59 cirros kern.info kernel: [ 0.829624] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nNov 25 10:37:59 cirros kern.info kernel: [ 0.963532] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nNov 25 10:37:59 cirros kern.info kernel: [ 1.015339] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nNov 25 10:37:59 cirros kern.info kernel: [ 1.125198] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nNov 25 10:37:59 cirros kern.info kernel: [ 1.125201] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nNov 25 10:37:59 cirros kern.info kernel: [ 1.125202] usb 1-1: Product: QEMU USB Tablet\nNov 25 10:37:59 cirros kern.info kernel: [ 1.125203] usb 1-1: Manufacturer: QEMU\nNov 25 10:37:59 cirros kern.info kernel: [ 1.125204] usb 1-1: SerialNumber: 42\nNov 25 10:37:59 cirros kern.info kernel: [ 1.483489] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 25 10:37:59 cirros kern.info kernel: [ 1.487515] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nNov 25 10:37:59 cirros kern.info kernel: [ 1.487518] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nNov 25 10:37:59 cirros kern.info kernel: [ 1.507346] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nNov 25 10:39:00 cirros auth.notice su: + /dev/console root:cirros\nNov 25 10:39:00 cirros authpriv.info dropbear[340]: Running in background\nNov 25 10:39:00 cirros kern.info kernel: [ 63.029090] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 10:39:01 cirros kern.info kernel: [ 63.409581] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-5 login: "} 2018-11-25 10:39:50,203 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action used request id req-3a735e33-982e-4758-807f-e5e04c90cf11 2018-11-25 10:39:52,237 - sdnvpn_test_utils - INFO - Waiting for instance 338ee25a-1fb3-4892-81d5-afd692ee24fc to boot up 2018-11-25 10:39:52,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:53,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-411f140a-3b1b-4da9-b8f3-f8afe7c788da x-compute-request-id: req-411f140a-3b1b-4da9-b8f3-f8afe7c788da Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\n"} 2018-11-25 10:39:53,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-411f140a-3b1b-4da9-b8f3-f8afe7c788da 2018-11-25 10:39:55,313 - sdnvpn_test_utils - INFO - Waiting for instance 615b80d6-5685-46c1-87a1-1c9f00546db9 to boot up 2018-11-25 10:39:55,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25bdcd8849c69479c4ef3204ea23cd26512801" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:56,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39: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-2d8cf843-82c1-467d-831b-2fa4d64784e7 x-compute-request-id: req-2d8cf843-82c1-467d-831b-2fa4d64784e7 Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 535288621 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.131291] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132952] pid_max: default: 32768 minimum: 301\n[ 0.133846] ACPI: Core revision 20150930\n[ 0.135227] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136536] Security Framework initialized\n[ 0.137345] Yama: becoming mindful.\n[ 0.138077] AppArmor: AppArmor initialized\n[ 0.138949] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140286] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141572] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142784] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144170] Initializing cgroup subsys io\n[ 0.144987] Initializing cgroup subsys memory\n[ 0.145849] Initializing cgroup subsys devices\n[ 0.146731] Initializing cgroup subsys freezer\n[ 0.147600] Initializing cgroup subsys net_cls\n[ 0.148464] Initializing cgroup subsys perf_event\n[ 0.149366] Initializing cgroup subsys net_prio\n[ 0.150263] Initializing cgroup subsys hugetlb\n[ 0.151147] Initializing cgroup subsys pids\n[ 0.152024] CPU: Physical Processor ID: 0\n[ 0.153528] mce: CPU supports 10 MCE banks\n[ 0.154380] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155379] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165990] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172338] ftrace: allocating 31920 entries in 125 pages\n[ 0.198450] smpboot: Max logical packages: 1\n[ 0.199298] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200653] x2apic enabled\n[ 0.201464] Switched APIC routing to physical x2apic.\n[ 0.203226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206348] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208135] KVM setup paravirtual spinlock\n[ 0.209425] x86: Booted up 1 node, 1 CPUs\n[ 0.210235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211625] devtmpfs: initialized\n[ 0.213337] evm: security.selinux\n[ 0.214043] evm: security.SMACK64\n[ 0.214736] evm: security.SMACK64EXEC\n[ 0.215479] evm: security.SMACK64TRANSMUTE\n[ 0.216283] evm: security.SMACK64MMAP\n[ 0.217032] evm: security.ima\n[ 0.217676] evm: security.capability\n[ 0.218484] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220342] pinctrl core: initialized pinctrl subsystem\n[ 0.221451] RTC time: 10:38:12, date: 11/25/18\n[ 0.222399] NET: Registered protocol family 16\n[ 0.223370] cpuidle: using governor ladder\n[ 0.224193] cpuidle: using governor menu\n[ 0.224981] PCCT header not found.\n[ 0.225737] ACPI: bus type PCI registered\n[ 0.226541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227786] PCI: Using configuration type 1 for base access\n[ 0.229543] ACPI: Added _OSI(Module Device)\n[ 0.230388] ACPI: Added _OSI(Processor Device)\n[ 0.231257] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232163] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234297] ACPI: Interpreter enabled\n[ 0.235079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242464] ACPI: (supports S0 S5)\n[ 0.243168] ACPI: Using IOAPIC for interrupt routing\n[ 0.244236] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247319] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248473] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249709] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250912] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253148] acpiphp: Slot [3] registered\n[ 0.253954] acpiphp: Slot [4] registered\n[ 0.254758] acpiphp: Slot [5] registered\n[ 0.255561] acpiphp: Slot [6] registered\n[ 0.256356] acpiphp: Slot [7] registered\n[ 0.257166] acpiphp: Slot [8] registered\n[ 0.257971] acpiphp: Slot [9] registered\n[ 0.258771] acpiphp: Slot [10] registered\n[ 0.259593] acpiphp: Slot [11] registered\n[ 0.260406] acpiphp: Slot [12] registered\n[ 0.261228] acpiphp: Slot [13] registered\n[ 0.262048] acpiphp: Slot [14] registered\n[ 0.262875] acpiphp: Slot [15] registered\n[ 0.273626] acpiphp: Slot [16] registered\n[ 0.274457] acpiphp: Slot [17] registered\n[ 0.275278] acpiphp: Slot [18] registered\n[ 0.276101] acpiphp: Slot [19] registered\n[ 0.276918] acpiphp: Slot [20] registered\n[ 0.277751] acpiphp: Slot [21] registered\n[ 0.278566] acpiphp: Slot [22] registered\n[ 0.279389] acpiphp: Slot [23] registered\n[ 0.280206] acpiphp: Slot [24] registered\n[ 0.281031] acpiphp: Slot [25] registered\n[ 0.281855] acpiphp: Slot [26] registered\n[ 0.282670] acpiphp: Slot [27] registered\n[ 0.283500] acpiphp: Slot [28] registered\n[ 0.284313] acpiphp: Slot [29] registered\n[ 0.285149] acpiphp: Slot [30] registered\n[ 0.285972] acpiphp: Slot [31] registered\n[ 0.286790] PCI host bridge to bus 0000:00\n[ 0.287604] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288830] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291538] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292990] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299308] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300616] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301815] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303114] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309593] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357567] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360587] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362064] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365356] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366536] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369225] vgaarb: loaded\n[ 0.369850] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371013] SCSI subsystem initialized\n[ 0.371855] ACPI: bus type USB registered\n[ 0.372686] usbcore: registered new interface driver usbfs\n[ 0.373750] usbcore: registered new interface driver hub\n[ 0.374783] usbcore: registered new device driver usb\n[ 0.375895] PCI: Using ACPI for IRQ routing\n[ 0.376942] NetLabel: Initializing\n[ 0.377665] NetLabel: domain hash size = 128\n[ 0.378546] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379527] NetLabel: unlabeled traffic allowed by default\n[ 0.380634] clocksource: Switched to clocksource kvm-clock\n[ 0.386203] AppArmor: AppArmor Filesystem Enabled\n[ 0.387178] pnp: PnP ACPI init\n[ 0.388110] pnp: PnP ACPI: found 5 devices\n[ 0.394523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396255] NET: Registered protocol family 2\n[ 0.397234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398532] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403274] NET: Registered protocol family 1\n[ 0.404175] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406474] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420749] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435176] Trying to unpack rootfs image as initramfs...\n[ 0.484873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498744] Scanning for low memory corruption every 60 seconds\n[ 0.500113] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501314] audit: initializing netlink subsys (disabled)\n[ 0.502374] audit: type=2000 audit(1543142293.312:1): initialized\n[ 0.503763] Initialise system trusted keyring\n[ 0.504734] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505936] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507967] zbud: loaded\n[ 0.508702] VFS: Disk quotas dquot_6.6.0\n[ 0.509534] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511060] fuse init (API version 7.23)\n[ 0.511968] Key type big_key registered\n[ 0.512801] Allocating IMA MOK and blacklist keyrings.\n[ 0.514277] Key type asymmetric registered\n[ 0.515115] Asymmetric key parser 'x509' registered\n[ 0.516077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517574] io scheduler noop registered\n[ 0.518365] io scheduler deadline registered (default)\n[ 0.519360] io scheduler cfq registered\n[ 0.520208] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521274] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522561] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524044] ACPI: Power Button [PWRF]\n[ 0.524913] GHES: HEST is not enabled!\n[ 0.538789] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569858] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597793] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600008] Linux agpgart interface v0.103\n[ 0.602133] brd: module loaded\n[ 0.603393] loop: module loaded\n[ 0.607600] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609109] GPT:90111 != 2097151\n[ 0.609811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610942] GPT:90111 != 2097151\n[ 0.611635] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612631] vda: vda1 vda15\n[ 0.614130] scsi host0: ata_piix\n[ 0.614893] scsi host1: ata_piix\n[ 0.615629] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616905] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618404] libphy: Fixed MDIO Bus: probed\n[ 0.619254] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620236] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622527] PPP generic driver version 2.4.2\n[ 0.623451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624709] ehci-pci: EHCI PCI platform driver\n[ 0.625565] ehci-platform: EHCI generic platform driver\n[ 0.626534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627645] ohci-pci: OHCI PCI platform driver\n[ 0.628497] ohci-platform: OHCI generic platform driver\n[ 0.629474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643862] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644847] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646277] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647276] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648378] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650986] usb usb1: Product: UHCI Host Controller\n[ 0.651909] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.653037] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.654023] hub 1-0:1.0: USB hub found\n[ 0.654787] hub 1-0:1.0: 2 ports detected\n[ 0.655673] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657787] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658739] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659753] mousedev: PS/2 mouse device common for all mice\n[ 0.661005] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662830] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665103] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666274] i2c /dev entries driver\n[ 0.667028] device-mapper: uevent: version 1.0.3\n[ 0.667965] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669581] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670839] NET: Registered protocol family 10\n[ 0.671805] NET: Registered protocol family 17\n[ 0.672686] Key type dns_resolver registered\n[ 0.673610] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674687] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676398] registered taskstats version 1\n[ 0.677228] Loading compiled-in X.509 certificates\n[ 0.678656] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680480] zswap: loaded using pool lzo/zbud\n[ 0.681846] Key type trusted registered\n[ 0.683381] Key type encrypted registered\n[ 0.684195] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685224] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686256] evm: HMAC attrs: 0x1\n[ 0.687184] Magic number: 10:550:629\n[ 0.688037] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:13 UTC (1543142293)\n[ 0.689612] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690700] EDD information not available.\n[ 0.773159] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774605] ata1.00: configured for MWDMA2\n[ 0.775784] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789536] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792576] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794075] Write protecting the kernel read-only data: 14336k\n[ 0.795624] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797399] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.10\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.318257] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.5...\nLease of 10.10.11.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 1.36s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2018-11-25 10:39:56,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9/action used request id req-2d8cf843-82c1-467d-831b-2fa4d64784e7 2018-11-25 10:39:58,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:39:59,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:39: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-b1893a77-ee20-404e-ae0b-66dc8af97169 x-compute-request-id: req-b1893a77-ee20-404e-ae0b-66dc8af97169 Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\n"} 2018-11-25 10:39:59,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-b1893a77-ee20-404e-ae0b-66dc8af97169 2018-11-25 10:39:59,476 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.7) to 'sdnvpn-1-2' (10.10.10.12). -->Expected result: can ping. 2018-11-25 10:39:59,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:40:00,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-ec8aa62a-ba8f-46b3-8311-091120d21046 x-compute-request-id: req-ec8aa62a-ba8f-46b3-8311-091120d21046 Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\n"} 2018-11-25 10:40:00,548 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-ec8aa62a-ba8f-46b3-8311-091120d21046 2018-11-25 10:40:00,549 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-11-25 10:40:00,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:40:01,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:40:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d34fad4f-5c27-4b4c-b0fe-2f9a21823a25 x-compute-request-id: req-d34fad4f-5c27-4b4c-b0fe-2f9a21823a25 Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\n"} 2018-11-25 10:40:01,627 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-d34fad4f-5c27-4b4c-b0fe-2f9a21823a25 2018-11-25 10:40:01,628 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.7) to 'sdnvpn-1-3' (10.10.10.5). -->Expected result: can ping. 2018-11-25 10:40:01,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:40:02,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-b4c2845b-8ccc-40fb-982f-89afc1c31357 x-compute-request-id: req-b4c2845b-8ccc-40fb-982f-89afc1c31357 Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\n"} 2018-11-25 10:40:02,696 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-b4c2845b-8ccc-40fb-982f-89afc1c31357 2018-11-25 10:40:02,697 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-3' 2018-11-25 10:40:02,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:40:03,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:40: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-cec9b1be-1fb1-4698-ae1f-4df91e9e28d4 x-compute-request-id: req-cec9b1be-1fb1-4698-ae1f-4df91e9e28d4 Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\n"} 2018-11-25 10:40:03,769 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-cec9b1be-1fb1-4698-ae1f-4df91e9e28d4 2018-11-25 10:40:03,770 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.7) to 'sdnvpn-1-4' (10.10.11.5). -->Expected result: cannot ping. 2018-11-25 10:40:03,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:40:04,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:40: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-485bd5e9-7bd4-49c3-8c2d-51041a10e0dc x-compute-request-id: req-485bd5e9-7bd4-49c3-8c2d-51041a10e0dc Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\n"} 2018-11-25 10:40:04,845 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-485bd5e9-7bd4-49c3-8c2d-51041a10e0dc 2018-11-25 10:40:04,846 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-11-25 10:40:04,846 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-11-25 10:40:04,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/891f7a71-339a-4418-84f5-7770f0752cea/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" -d '{"network_association": {"network_id": "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a"}}' 2018-11-25 10:40:05,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-8a1c4a73-c3dc-431f-9590-66ec3fed4187 Date: Sun, 25 Nov 2018 10:40:05 GMT RESP BODY: {"network_association": {"network_id": "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d8b0bb6e-fa1a-4bc3-a06b-1d4901d9d012"}} 2018-11-25 10:40:05,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/891f7a71-339a-4418-84f5-7770f0752cea/network_associations used request id req-8a1c4a73-c3dc-431f-9590-66ec3fed4187 2018-11-25 10:40:05,410 - sdnvpn_test_utils - DEBUG - Waiting for network 891f7a71-339a-4418-84f5-7770f0752cea to associate with BGPVPN 3468d4b7-fad3-4c02-b0ed-651f653e07be 2018-11-25 10:40:05,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/891f7a71-339a-4418-84f5-7770f0752cea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:40:05,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-6045acf6-4619-40f9-94b6-804841c36ca1 Date: Sun, 25 Nov 2018 10:40:05 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "891f7a71-339a-4418-84f5-7770f0752cea", "name": "sdnvpn-953418", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": ["3468d4b7-fad3-4c02-b0ed-651f653e07be", "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a"], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:40:05,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/891f7a71-339a-4418-84f5-7770f0752cea used request id req-6045acf6-4619-40f9-94b6-804841c36ca1 2018-11-25 10:40:06,748 - sdnvpn_test_utils - DEBUG - Waiting for network 891f7a71-339a-4418-84f5-7770f0752cea to associate with BGPVPN a5c687e6-2f98-4259-8a32-8d1c3ca4f56a 2018-11-25 10:40:06,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/891f7a71-339a-4418-84f5-7770f0752cea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:40:07,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-95dc2bf3-7248-42f6-9844-3da0c6d9d73d Date: Sun, 25 Nov 2018 10:40:07 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "891f7a71-339a-4418-84f5-7770f0752cea", "name": "sdnvpn-953418", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": ["3468d4b7-fad3-4c02-b0ed-651f653e07be", "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a"], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:40:07,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/891f7a71-339a-4418-84f5-7770f0752cea used request id req-95dc2bf3-7248-42f6-9844-3da0c6d9d73d 2018-11-25 10:40:08,070 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:40:38,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25bdcd8849c69479c4ef3204ea23cd26512801" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:40:39,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:40:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d051f32-fd94-4710-90c1-30158e054e34 x-compute-request-id: req-9d051f32-fd94-4710-90c1-30158e054e34 Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 535288621 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.131291] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132952] pid_max: default: 32768 minimum: 301\n[ 0.133846] ACPI: Core revision 20150930\n[ 0.135227] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136536] Security Framework initialized\n[ 0.137345] Yama: becoming mindful.\n[ 0.138077] AppArmor: AppArmor initialized\n[ 0.138949] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140286] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141572] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142784] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144170] Initializing cgroup subsys io\n[ 0.144987] Initializing cgroup subsys memory\n[ 0.145849] Initializing cgroup subsys devices\n[ 0.146731] Initializing cgroup subsys freezer\n[ 0.147600] Initializing cgroup subsys net_cls\n[ 0.148464] Initializing cgroup subsys perf_event\n[ 0.149366] Initializing cgroup subsys net_prio\n[ 0.150263] Initializing cgroup subsys hugetlb\n[ 0.151147] Initializing cgroup subsys pids\n[ 0.152024] CPU: Physical Processor ID: 0\n[ 0.153528] mce: CPU supports 10 MCE banks\n[ 0.154380] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155379] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165990] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172338] ftrace: allocating 31920 entries in 125 pages\n[ 0.198450] smpboot: Max logical packages: 1\n[ 0.199298] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200653] x2apic enabled\n[ 0.201464] Switched APIC routing to physical x2apic.\n[ 0.203226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206348] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208135] KVM setup paravirtual spinlock\n[ 0.209425] x86: Booted up 1 node, 1 CPUs\n[ 0.210235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211625] devtmpfs: initialized\n[ 0.213337] evm: security.selinux\n[ 0.214043] evm: security.SMACK64\n[ 0.214736] evm: security.SMACK64EXEC\n[ 0.215479] evm: security.SMACK64TRANSMUTE\n[ 0.216283] evm: security.SMACK64MMAP\n[ 0.217032] evm: security.ima\n[ 0.217676] evm: security.capability\n[ 0.218484] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220342] pinctrl core: initialized pinctrl subsystem\n[ 0.221451] RTC time: 10:38:12, date: 11/25/18\n[ 0.222399] NET: Registered protocol family 16\n[ 0.223370] cpuidle: using governor ladder\n[ 0.224193] cpuidle: using governor menu\n[ 0.224981] PCCT header not found.\n[ 0.225737] ACPI: bus type PCI registered\n[ 0.226541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227786] PCI: Using configuration type 1 for base access\n[ 0.229543] ACPI: Added _OSI(Module Device)\n[ 0.230388] ACPI: Added _OSI(Processor Device)\n[ 0.231257] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232163] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234297] ACPI: Interpreter enabled\n[ 0.235079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242464] ACPI: (supports S0 S5)\n[ 0.243168] ACPI: Using IOAPIC for interrupt routing\n[ 0.244236] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247319] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248473] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249709] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250912] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253148] acpiphp: Slot [3] registered\n[ 0.253954] acpiphp: Slot [4] registered\n[ 0.254758] acpiphp: Slot [5] registered\n[ 0.255561] acpiphp: Slot [6] registered\n[ 0.256356] acpiphp: Slot [7] registered\n[ 0.257166] acpiphp: Slot [8] registered\n[ 0.257971] acpiphp: Slot [9] registered\n[ 0.258771] acpiphp: Slot [10] registered\n[ 0.259593] acpiphp: Slot [11] registered\n[ 0.260406] acpiphp: Slot [12] registered\n[ 0.261228] acpiphp: Slot [13] registered\n[ 0.262048] acpiphp: Slot [14] registered\n[ 0.262875] acpiphp: Slot [15] registered\n[ 0.273626] acpiphp: Slot [16] registered\n[ 0.274457] acpiphp: Slot [17] registered\n[ 0.275278] acpiphp: Slot [18] registered\n[ 0.276101] acpiphp: Slot [19] registered\n[ 0.276918] acpiphp: Slot [20] registered\n[ 0.277751] acpiphp: Slot [21] registered\n[ 0.278566] acpiphp: Slot [22] registered\n[ 0.279389] acpiphp: Slot [23] registered\n[ 0.280206] acpiphp: Slot [24] registered\n[ 0.281031] acpiphp: Slot [25] registered\n[ 0.281855] acpiphp: Slot [26] registered\n[ 0.282670] acpiphp: Slot [27] registered\n[ 0.283500] acpiphp: Slot [28] registered\n[ 0.284313] acpiphp: Slot [29] registered\n[ 0.285149] acpiphp: Slot [30] registered\n[ 0.285972] acpiphp: Slot [31] registered\n[ 0.286790] PCI host bridge to bus 0000:00\n[ 0.287604] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288830] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291538] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292990] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299308] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300616] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301815] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303114] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309593] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357567] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360587] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362064] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365356] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366536] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369225] vgaarb: loaded\n[ 0.369850] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371013] SCSI subsystem initialized\n[ 0.371855] ACPI: bus type USB registered\n[ 0.372686] usbcore: registered new interface driver usbfs\n[ 0.373750] usbcore: registered new interface driver hub\n[ 0.374783] usbcore: registered new device driver usb\n[ 0.375895] PCI: Using ACPI for IRQ routing\n[ 0.376942] NetLabel: Initializing\n[ 0.377665] NetLabel: domain hash size = 128\n[ 0.378546] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379527] NetLabel: unlabeled traffic allowed by default\n[ 0.380634] clocksource: Switched to clocksource kvm-clock\n[ 0.386203] AppArmor: AppArmor Filesystem Enabled\n[ 0.387178] pnp: PnP ACPI init\n[ 0.388110] pnp: PnP ACPI: found 5 devices\n[ 0.394523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396255] NET: Registered protocol family 2\n[ 0.397234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398532] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403274] NET: Registered protocol family 1\n[ 0.404175] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406474] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420749] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435176] Trying to unpack rootfs image as initramfs...\n[ 0.484873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498744] Scanning for low memory corruption every 60 seconds\n[ 0.500113] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501314] audit: initializing netlink subsys (disabled)\n[ 0.502374] audit: type=2000 audit(1543142293.312:1): initialized\n[ 0.503763] Initialise system trusted keyring\n[ 0.504734] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505936] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507967] zbud: loaded\n[ 0.508702] VFS: Disk quotas dquot_6.6.0\n[ 0.509534] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511060] fuse init (API version 7.23)\n[ 0.511968] Key type big_key registered\n[ 0.512801] Allocating IMA MOK and blacklist keyrings.\n[ 0.514277] Key type asymmetric registered\n[ 0.515115] Asymmetric key parser 'x509' registered\n[ 0.516077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517574] io scheduler noop registered\n[ 0.518365] io scheduler deadline registered (default)\n[ 0.519360] io scheduler cfq registered\n[ 0.520208] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521274] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522561] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524044] ACPI: Power Button [PWRF]\n[ 0.524913] GHES: HEST is not enabled!\n[ 0.538789] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569858] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597793] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600008] Linux agpgart interface v0.103\n[ 0.602133] brd: module loaded\n[ 0.603393] loop: module loaded\n[ 0.607600] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609109] GPT:90111 != 2097151\n[ 0.609811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610942] GPT:90111 != 2097151\n[ 0.611635] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612631] vda: vda1 vda15\n[ 0.614130] scsi host0: ata_piix\n[ 0.614893] scsi host1: ata_piix\n[ 0.615629] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616905] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618404] libphy: Fixed MDIO Bus: probed\n[ 0.619254] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620236] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622527] PPP generic driver version 2.4.2\n[ 0.623451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624709] ehci-pci: EHCI PCI platform driver\n[ 0.625565] ehci-platform: EHCI generic platform driver\n[ 0.626534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627645] ohci-pci: OHCI PCI platform driver\n[ 0.628497] ohci-platform: OHCI generic platform driver\n[ 0.629474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643862] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644847] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646277] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647276] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648378] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650986] usb usb1: Product: UHCI Host Controller\n[ 0.651909] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.653037] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.654023] hub 1-0:1.0: USB hub found\n[ 0.654787] hub 1-0:1.0: 2 ports detected\n[ 0.655673] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657787] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658739] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659753] mousedev: PS/2 mouse device common for all mice\n[ 0.661005] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662830] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665103] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666274] i2c /dev entries driver\n[ 0.667028] device-mapper: uevent: version 1.0.3\n[ 0.667965] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669581] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670839] NET: Registered protocol family 10\n[ 0.671805] NET: Registered protocol family 17\n[ 0.672686] Key type dns_resolver registered\n[ 0.673610] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674687] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676398] registered taskstats version 1\n[ 0.677228] Loading compiled-in X.509 certificates\n[ 0.678656] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680480] zswap: loaded using pool lzo/zbud\n[ 0.681846] Key type trusted registered\n[ 0.683381] Key type encrypted registered\n[ 0.684195] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685224] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686256] evm: HMAC attrs: 0x1\n[ 0.687184] Magic number: 10:550:629\n[ 0.688037] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:13 UTC (1543142293)\n[ 0.689612] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690700] EDD information not available.\n[ 0.773159] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774605] ata1.00: configured for MWDMA2\n[ 0.775784] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789536] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792576] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794075] Write protecting the kernel read-only data: 14336k\n[ 0.795624] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797399] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.10\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.318257] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.5...\nLease of 10.10.11.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 1.36s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2018-11-25 10:40:39,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9/action used request id req-9d051f32-fd94-4710-90c1-30158e054e34 2018-11-25 10:40:39,170 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.5) to 'sdnvpn-1-5' (10.10.11.7). -->Expected result: can ping. 2018-11-25 10:40:39,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25bdcd8849c69479c4ef3204ea23cd26512801" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:40:40,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:40:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b38dd723-1e9c-43eb-b87a-fe1755a4a82c x-compute-request-id: req-b38dd723-1e9c-43eb-b87a-fe1755a4a82c Content-Encoding: gzip Content-Length: 8105 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 535288621 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.131291] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132952] pid_max: default: 32768 minimum: 301\n[ 0.133846] ACPI: Core revision 20150930\n[ 0.135227] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136536] Security Framework initialized\n[ 0.137345] Yama: becoming mindful.\n[ 0.138077] AppArmor: AppArmor initialized\n[ 0.138949] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140286] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141572] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142784] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144170] Initializing cgroup subsys io\n[ 0.144987] Initializing cgroup subsys memory\n[ 0.145849] Initializing cgroup subsys devices\n[ 0.146731] Initializing cgroup subsys freezer\n[ 0.147600] Initializing cgroup subsys net_cls\n[ 0.148464] Initializing cgroup subsys perf_event\n[ 0.149366] Initializing cgroup subsys net_prio\n[ 0.150263] Initializing cgroup subsys hugetlb\n[ 0.151147] Initializing cgroup subsys pids\n[ 0.152024] CPU: Physical Processor ID: 0\n[ 0.153528] mce: CPU supports 10 MCE banks\n[ 0.154380] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155379] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165990] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172338] ftrace: allocating 31920 entries in 125 pages\n[ 0.198450] smpboot: Max logical packages: 1\n[ 0.199298] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200653] x2apic enabled\n[ 0.201464] Switched APIC routing to physical x2apic.\n[ 0.203226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206348] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208135] KVM setup paravirtual spinlock\n[ 0.209425] x86: Booted up 1 node, 1 CPUs\n[ 0.210235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211625] devtmpfs: initialized\n[ 0.213337] evm: security.selinux\n[ 0.214043] evm: security.SMACK64\n[ 0.214736] evm: security.SMACK64EXEC\n[ 0.215479] evm: security.SMACK64TRANSMUTE\n[ 0.216283] evm: security.SMACK64MMAP\n[ 0.217032] evm: security.ima\n[ 0.217676] evm: security.capability\n[ 0.218484] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220342] pinctrl core: initialized pinctrl subsystem\n[ 0.221451] RTC time: 10:38:12, date: 11/25/18\n[ 0.222399] NET: Registered protocol family 16\n[ 0.223370] cpuidle: using governor ladder\n[ 0.224193] cpuidle: using governor menu\n[ 0.224981] PCCT header not found.\n[ 0.225737] ACPI: bus type PCI registered\n[ 0.226541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227786] PCI: Using configuration type 1 for base access\n[ 0.229543] ACPI: Added _OSI(Module Device)\n[ 0.230388] ACPI: Added _OSI(Processor Device)\n[ 0.231257] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232163] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234297] ACPI: Interpreter enabled\n[ 0.235079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242464] ACPI: (supports S0 S5)\n[ 0.243168] ACPI: Using IOAPIC for interrupt routing\n[ 0.244236] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247319] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248473] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249709] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250912] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253148] acpiphp: Slot [3] registered\n[ 0.253954] acpiphp: Slot [4] registered\n[ 0.254758] acpiphp: Slot [5] registered\n[ 0.255561] acpiphp: Slot [6] registered\n[ 0.256356] acpiphp: Slot [7] registered\n[ 0.257166] acpiphp: Slot [8] registered\n[ 0.257971] acpiphp: Slot [9] registered\n[ 0.258771] acpiphp: Slot [10] registered\n[ 0.259593] acpiphp: Slot [11] registered\n[ 0.260406] acpiphp: Slot [12] registered\n[ 0.261228] acpiphp: Slot [13] registered\n[ 0.262048] acpiphp: Slot [14] registered\n[ 0.262875] acpiphp: Slot [15] registered\n[ 0.273626] acpiphp: Slot [16] registered\n[ 0.274457] acpiphp: Slot [17] registered\n[ 0.275278] acpiphp: Slot [18] registered\n[ 0.276101] acpiphp: Slot [19] registered\n[ 0.276918] acpiphp: Slot [20] registered\n[ 0.277751] acpiphp: Slot [21] registered\n[ 0.278566] acpiphp: Slot [22] registered\n[ 0.279389] acpiphp: Slot [23] registered\n[ 0.280206] acpiphp: Slot [24] registered\n[ 0.281031] acpiphp: Slot [25] registered\n[ 0.281855] acpiphp: Slot [26] registered\n[ 0.282670] acpiphp: Slot [27] registered\n[ 0.283500] acpiphp: Slot [28] registered\n[ 0.284313] acpiphp: Slot [29] registered\n[ 0.285149] acpiphp: Slot [30] registered\n[ 0.285972] acpiphp: Slot [31] registered\n[ 0.286790] PCI host bridge to bus 0000:00\n[ 0.287604] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288830] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291538] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292990] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299308] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300616] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301815] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303114] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309593] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357567] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360587] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362064] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365356] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366536] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369225] vgaarb: loaded\n[ 0.369850] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371013] SCSI subsystem initialized\n[ 0.371855] ACPI: bus type USB registered\n[ 0.372686] usbcore: registered new interface driver usbfs\n[ 0.373750] usbcore: registered new interface driver hub\n[ 0.374783] usbcore: registered new device driver usb\n[ 0.375895] PCI: Using ACPI for IRQ routing\n[ 0.376942] NetLabel: Initializing\n[ 0.377665] NetLabel: domain hash size = 128\n[ 0.378546] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379527] NetLabel: unlabeled traffic allowed by default\n[ 0.380634] clocksource: Switched to clocksource kvm-clock\n[ 0.386203] AppArmor: AppArmor Filesystem Enabled\n[ 0.387178] pnp: PnP ACPI init\n[ 0.388110] pnp: PnP ACPI: found 5 devices\n[ 0.394523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396255] NET: Registered protocol family 2\n[ 0.397234] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398532] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402063] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403274] NET: Registered protocol family 1\n[ 0.404175] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405348] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406474] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420749] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435176] Trying to unpack rootfs image as initramfs...\n[ 0.484873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498744] Scanning for low memory corruption every 60 seconds\n[ 0.500113] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501314] audit: initializing netlink subsys (disabled)\n[ 0.502374] audit: type=2000 audit(1543142293.312:1): initialized\n[ 0.503763] Initialise system trusted keyring\n[ 0.504734] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505936] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507967] zbud: loaded\n[ 0.508702] VFS: Disk quotas dquot_6.6.0\n[ 0.509534] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511060] fuse init (API version 7.23)\n[ 0.511968] Key type big_key registered\n[ 0.512801] Allocating IMA MOK and blacklist keyrings.\n[ 0.514277] Key type asymmetric registered\n[ 0.515115] Asymmetric key parser 'x509' registered\n[ 0.516077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517574] io scheduler noop registered\n[ 0.518365] io scheduler deadline registered (default)\n[ 0.519360] io scheduler cfq registered\n[ 0.520208] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521274] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522561] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524044] ACPI: Power Button [PWRF]\n[ 0.524913] GHES: HEST is not enabled!\n[ 0.538789] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569858] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597793] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600008] Linux agpgart interface v0.103\n[ 0.602133] brd: module loaded\n[ 0.603393] loop: module loaded\n[ 0.607600] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609109] GPT:90111 != 2097151\n[ 0.609811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610942] GPT:90111 != 2097151\n[ 0.611635] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612631] vda: vda1 vda15\n[ 0.614130] scsi host0: ata_piix\n[ 0.614893] scsi host1: ata_piix\n[ 0.615629] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616905] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618404] libphy: Fixed MDIO Bus: probed\n[ 0.619254] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620236] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622527] PPP generic driver version 2.4.2\n[ 0.623451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624709] ehci-pci: EHCI PCI platform driver\n[ 0.625565] ehci-platform: EHCI generic platform driver\n[ 0.626534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627645] ohci-pci: OHCI PCI platform driver\n[ 0.628497] ohci-platform: OHCI generic platform driver\n[ 0.629474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643862] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644847] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646277] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647276] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648378] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650986] usb usb1: Product: UHCI Host Controller\n[ 0.651909] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.653037] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.654023] hub 1-0:1.0: USB hub found\n[ 0.654787] hub 1-0:1.0: 2 ports detected\n[ 0.655673] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657787] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658739] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659753] mousedev: PS/2 mouse device common for all mice\n[ 0.661005] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662830] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663909] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665103] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666274] i2c /dev entries driver\n[ 0.667028] device-mapper: uevent: version 1.0.3\n[ 0.667965] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669581] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670839] NET: Registered protocol family 10\n[ 0.671805] NET: Registered protocol family 17\n[ 0.672686] Key type dns_resolver registered\n[ 0.673610] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674687] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676398] registered taskstats version 1\n[ 0.677228] Loading compiled-in X.509 certificates\n[ 0.678656] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680480] zswap: loaded using pool lzo/zbud\n[ 0.681846] Key type trusted registered\n[ 0.683381] Key type encrypted registered\n[ 0.684195] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685224] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686256] evm: HMAC attrs: 0x1\n[ 0.687184] Magic number: 10:550:629\n[ 0.688037] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:13 UTC (1543142293)\n[ 0.689612] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690700] EDD information not available.\n[ 0.773159] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774605] ata1.00: configured for MWDMA2\n[ 0.775784] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789536] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792576] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794075] Write protecting the kernel read-only data: 14336k\n[ 0.795624] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797399] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.10\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.318257] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.5...\nLease of 10.10.11.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 1.36s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2018-11-25 10:40:40,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9/action used request id req-b38dd723-1e9c-43eb-b87a-fe1755a4a82c 2018-11-25 10:40:40,245 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-4' cannot ping 'sdnvpn-1-5' 2018-11-25 10:40:40,245 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-11-25 10:40:40,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/891f7a71-339a-4418-84f5-7770f0752cea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:40:40,578 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9268acd5-f042-4e68-989b-31f8f87945c3 Content-Length: 0 Date: Sun, 25 Nov 2018 10:40:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:40:40,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/891f7a71-339a-4418-84f5-7770f0752cea used request id req-9268acd5-f042-4e68-989b-31f8f87945c3 2018-11-25 10:41:10,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-953418", "route_distinguishers": "11:11"}}' 2018-11-25 10:41:10,932 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-cf0d491d-c73e-4bec-b7de-8fd62b856a88 Date: Sun, 25 Nov 2018 10:41:10 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "ca74c200-f64e-4936-8f5d-325d7847adbe", "name": "sdnvpn-953418", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:41:10,932 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-cf0d491d-c73e-4bec-b7de-8fd62b856a88 2018-11-25 10:41:10,933 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-953418', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'ca74c200-f64e-4936-8f5d-325d7847adbe'}} 2018-11-25 10:41:10,933 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-11-25 10:41:10,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca74c200-f64e-4936-8f5d-325d7847adbe/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" -d '{"network_association": {"network_id": "3468d4b7-fad3-4c02-b0ed-651f653e07be"}}' 2018-11-25 10:41:11,416 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-90e461be-df06-4f9b-b6c1-392685c833cf Date: Sun, 25 Nov 2018 10:41:11 GMT RESP BODY: {"network_association": {"network_id": "3468d4b7-fad3-4c02-b0ed-651f653e07be", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "500f3525-f251-4144-a989-a247b03faf3e"}} 2018-11-25 10:41:11,416 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca74c200-f64e-4936-8f5d-325d7847adbe/network_associations used request id req-90e461be-df06-4f9b-b6c1-392685c833cf 2018-11-25 10:41:11,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca74c200-f64e-4936-8f5d-325d7847adbe/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" -d '{"network_association": {"network_id": "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a"}}' 2018-11-25 10:41:11,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-1851c3bf-5dc0-4d34-9df8-38de6f969858 Date: Sun, 25 Nov 2018 10:41:12 GMT RESP BODY: {"network_association": {"network_id": "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "dc888c6a-99e5-46f0-9e8a-10d6fc21bf57"}} 2018-11-25 10:41:11,972 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca74c200-f64e-4936-8f5d-325d7847adbe/network_associations used request id req-1851c3bf-5dc0-4d34-9df8-38de6f969858 2018-11-25 10:41:11,972 - sdnvpn_test_utils - DEBUG - Waiting for network ca74c200-f64e-4936-8f5d-325d7847adbe to associate with BGPVPN 3468d4b7-fad3-4c02-b0ed-651f653e07be 2018-11-25 10:41:11,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca74c200-f64e-4936-8f5d-325d7847adbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:41:12,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-0124c755-33f6-41aa-aa29-89bddbbab65c Date: Sun, 25 Nov 2018 10:41:12 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "ca74c200-f64e-4936-8f5d-325d7847adbe", "name": "sdnvpn-953418", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": ["3468d4b7-fad3-4c02-b0ed-651f653e07be", "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a"], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:41:12,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca74c200-f64e-4936-8f5d-325d7847adbe used request id req-0124c755-33f6-41aa-aa29-89bddbbab65c 2018-11-25 10:41:13,273 - sdnvpn_test_utils - DEBUG - Waiting for network ca74c200-f64e-4936-8f5d-325d7847adbe to associate with BGPVPN a5c687e6-2f98-4259-8a32-8d1c3ca4f56a 2018-11-25 10:41:13,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca74c200-f64e-4936-8f5d-325d7847adbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:41:13,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-57a74e33-86cf-4a70-88a1-d79e9adba562 Date: Sun, 25 Nov 2018 10:41:13 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "ca74c200-f64e-4936-8f5d-325d7847adbe", "name": "sdnvpn-953418", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": ["3468d4b7-fad3-4c02-b0ed-651f653e07be", "a5c687e6-2f98-4259-8a32-8d1c3ca4f56a"], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:41:13,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca74c200-f64e-4936-8f5d-325d7847adbe used request id req-57a74e33-86cf-4a70-88a1-d79e9adba562 2018-11-25 10:41:14,759 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:41:44,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:41:45,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:41:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b783f659-fd0f-4496-9c00-bd96527671a3 x-compute-request-id: req-b783f659-fd0f-4496-9c00-bd96527671a3 Content-Encoding: gzip Content-Length: 8113 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 OK\nping 10.10.11.7 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\n"} 2018-11-25 10:41:45,869 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-b783f659-fd0f-4496-9c00-bd96527671a3 2018-11-25 10:41:45,870 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.7) to 'sdnvpn-1-4' (10.10.11.5). -->Expected result: can ping. 2018-11-25 10:41:45,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:41:46,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:41: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-5d0e5698-5c26-421a-b58a-72f4198033d4 x-compute-request-id: req-5d0e5698-5c26-421a-b58a-72f4198033d4 Content-Encoding: gzip Content-Length: 8113 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 OK\nping 10.10.11.7 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\n"} 2018-11-25 10:41:46,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-5d0e5698-5c26-421a-b58a-72f4198033d4 2018-11-25 10:41:46,951 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-11-25 10:41:46,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:41:48,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:41:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b12e2be-44a0-4902-94e0-6729f6e00d29 x-compute-request-id: req-6b12e2be-44a0-4902-94e0-6729f6e00d29 Content-Encoding: gzip Content-Length: 8113 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 OK\nping 10.10.11.7 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\n"} 2018-11-25 10:41:48,043 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-6b12e2be-44a0-4902-94e0-6729f6e00d29 2018-11-25 10:41:48,044 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.7) to 'sdnvpn-1-5' (10.10.11.7). -->Expected result: can ping. 2018-11-25 10:41:48,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9623d1b5574389ca61f9cf6f7f58e663b3184ed6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:41:49,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:41: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-1bee1145-17a3-47e0-aef3-d4b3d7fb02b1 x-compute-request-id: req-1bee1145-17a3-47e0-aef3-d4b3d7fb02b1 Content-Encoding: gzip Content-Length: 8113 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 499412434 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.134340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135993] pid_max: default: 32768 minimum: 301\n[ 0.136918] ACPI: Core revision 20150930\n[ 0.138333] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139637] Security Framework initialized\n[ 0.140451] Yama: becoming mindful.\n[ 0.141168] AppArmor: AppArmor initialized\n[ 0.142048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143434] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144717] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145926] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147321] Initializing cgroup subsys io\n[ 0.148132] Initializing cgroup subsys memory\n[ 0.149002] Initializing cgroup subsys devices\n[ 0.149898] Initializing cgroup subsys freezer\n[ 0.150775] Initializing cgroup subsys net_cls\n[ 0.151653] Initializing cgroup subsys perf_event\n[ 0.152588] Initializing cgroup subsys net_prio\n[ 0.153487] Initializing cgroup subsys hugetlb\n[ 0.154389] Initializing cgroup subsys pids\n[ 0.155296] CPU: Physical Processor ID: 0\n[ 0.156838] mce: CPU supports 10 MCE banks\n[ 0.157727] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169666] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176086] ftrace: allocating 31920 entries in 125 pages\n[ 0.202816] smpboot: Max logical packages: 1\n[ 0.203683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205072] x2apic enabled\n[ 0.205917] Switched APIC routing to physical x2apic.\n[ 0.207724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208859] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210874] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212713] KVM setup paravirtual spinlock\n[ 0.214006] x86: Booted up 1 node, 1 CPUs\n[ 0.214824] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216224] devtmpfs: initialized\n[ 0.217938] evm: security.selinux\n[ 0.218649] evm: security.SMACK64\n[ 0.219332] evm: security.SMACK64EXEC\n[ 0.220066] evm: security.SMACK64TRANSMUTE\n[ 0.220880] evm: security.SMACK64MMAP\n[ 0.221640] evm: security.ima\n[ 0.222279] evm: security.capability\n[ 0.223075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224942] pinctrl core: initialized pinctrl subsystem\n[ 0.226040] RTC time: 10:38:24, date: 11/25/18\n[ 0.226997] NET: Registered protocol family 16\n[ 0.227968] cpuidle: using governor ladder\n[ 0.228797] cpuidle: using governor menu\n[ 0.229580] PCCT header not found.\n[ 0.230352] ACPI: bus type PCI registered\n[ 0.231154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232410] PCI: Using configuration type 1 for base access\n[ 0.234163] ACPI: Added _OSI(Module Device)\n[ 0.235031] ACPI: Added _OSI(Processor Device)\n[ 0.235902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238964] ACPI: Interpreter enabled\n[ 0.239746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247301] ACPI: (supports S0 S5)\n[ 0.248028] ACPI: Using IOAPIC for interrupt routing\n[ 0.249095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255971] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258215] acpiphp: Slot [3] registered\n[ 0.259051] acpiphp: Slot [4] registered\n[ 0.259846] acpiphp: Slot [5] registered\n[ 0.260655] acpiphp: Slot [6] registered\n[ 0.261457] acpiphp: Slot [7] registered\n[ 0.262264] acpiphp: Slot [8] registered\n[ 0.263046] acpiphp: Slot [9] registered\n[ 0.263854] acpiphp: Slot [10] registered\n[ 0.264674] acpiphp: Slot [11] registered\n[ 0.265490] acpiphp: Slot [12] registered\n[ 0.266307] acpiphp: Slot [13] registered\n[ 0.267104] acpiphp: Slot [14] registered\n[ 0.267919] acpiphp: Slot [15] registered\n[ 0.278884] acpiphp: Slot [16] registered\n[ 0.279711] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281337] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282963] acpiphp: Slot [21] registered\n[ 0.283791] acpiphp: Slot [22] registered\n[ 0.284598] acpiphp: Slot [23] registered\n[ 0.285415] acpiphp: Slot [24] registered\n[ 0.286219] acpiphp: Slot [25] registered\n[ 0.287041] acpiphp: Slot [26] registered\n[ 0.287865] acpiphp: Slot [27] registered\n[ 0.288677] acpiphp: Slot [28] registered\n[ 0.289513] acpiphp: Slot [29] registered\n[ 0.290341] acpiphp: Slot [30] registered\n[ 0.291172] acpiphp: Slot [31] registered\n[ 0.292021] PCI host bridge to bus 0000:00\n[ 0.292855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294102] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298345] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315105] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316552] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368773] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374044] vgaarb: loaded\n[ 0.374655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375816] SCSI subsystem initialized\n[ 0.376636] ACPI: bus type USB registered\n[ 0.377459] usbcore: registered new interface driver usbfs\n[ 0.378510] usbcore: registered new interface driver hub\n[ 0.379524] usbcore: registered new device driver usb\n[ 0.380596] PCI: Using ACPI for IRQ routing\n[ 0.381630] NetLabel: Initializing\n[ 0.382354] NetLabel: domain hash size = 128\n[ 0.383204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384168] NetLabel: unlabeled traffic allowed by default\n[ 0.385282] clocksource: Switched to clocksource kvm-clock\n[ 0.390965] AppArmor: AppArmor Filesystem Enabled\n[ 0.391956] pnp: PnP ACPI init\n[ 0.392904] pnp: PnP ACPI: found 5 devices\n[ 0.399339] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401026] NET: Registered protocol family 2\n[ 0.401979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404380] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405533] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407740] NET: Registered protocol family 1\n[ 0.408596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410743] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439045] Trying to unpack rootfs image as initramfs...\n[ 0.489873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503665] Scanning for low memory corruption every 60 seconds\n[ 0.504976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507111] audit: type=2000 audit(1543142305.681:1): initialized\n[ 0.508403] Initialise system trusted keyring\n[ 0.509329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510470] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512414] zbud: loaded\n[ 0.513095] VFS: Disk quotas dquot_6.6.0\n[ 0.513910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515385] fuse init (API version 7.23)\n[ 0.516261] Key type big_key registered\n[ 0.517041] Allocating IMA MOK and blacklist keyrings.\n[ 0.518129] Key type asymmetric registered\n[ 0.518933] Asymmetric key parser 'x509' registered\n[ 0.519862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521679] io scheduler noop registered\n[ 0.522468] io scheduler deadline registered (default)\n[ 0.523440] io scheduler cfq registered\n[ 0.524255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526550] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527975] ACPI: Power Button [PWRF]\n[ 0.528796] GHES: HEST is not enabled!\n[ 0.542482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599546] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601680] Linux agpgart interface v0.103\n[ 0.603745] brd: module loaded\n[ 0.604930] loop: module loaded\n[ 0.614575] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616228] GPT:90111 != 2097151\n[ 0.617001] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618364] GPT:90111 != 2097151\n[ 0.619107] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620255] vda: vda1 vda15\n[ 0.622135] scsi host0: ata_piix\n[ 0.622972] scsi host1: ata_piix\n[ 0.623846] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626841] libphy: Fixed MDIO Bus: probed\n[ 0.627658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628596] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630864] PPP generic driver version 2.4.2\n[ 0.631870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633043] ehci-pci: EHCI PCI platform driver\n[ 0.633916] ehci-platform: EHCI generic platform driver\n[ 0.634894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636006] ohci-pci: OHCI PCI platform driver\n[ 0.636866] ohci-platform: OHCI generic platform driver\n[ 0.637849] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653403] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654828] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659543] usb usb1: Product: UHCI Host Controller\n[ 0.660461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662571] hub 1-0:1.0: USB hub found\n[ 0.663332] hub 1-0:1.0: 2 ports detected\n[ 0.664214] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667258] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668268] mousedev: PS/2 mouse device common for all mice\n[ 0.669519] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674763] i2c /dev entries driver\n[ 0.675508] device-mapper: uevent: version 1.0.3\n[ 0.676432] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679323] NET: Registered protocol family 10\n[ 0.680320] NET: Registered protocol family 17\n[ 0.681193] Key type dns_resolver registered\n[ 0.682115] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684907] registered taskstats version 1\n[ 0.685736] Loading compiled-in X.509 certificates\n[ 0.687159] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688968] zswap: loaded using pool lzo/zbud\n[ 0.690323] Key type trusted registered\n[ 0.691858] Key type encrypted registered\n[ 0.692685] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694859] evm: HMAC attrs: 0x1\n[ 0.695987] Magic number: 10:550:629\n[ 0.697063] rtc_cmos 00:00: setting system clock to 2018-11-25 10:38:25 UTC (1543142305)\n[ 0.699203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700647] EDD information not available.\n[ 0.781831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783271] ata1.00: configured for MWDMA2\n[ 0.784450] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797313] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799752] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803101] Write protecting the kernel read-only data: 14336k\n[ 0.804626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.862959] random: blkid urandom read with 10 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.98\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 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.60s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 OK\nping 10.10.11.7 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.5 KO\nping 10.10.11.7 KO\n"} 2018-11-25 10:41:49,121 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-1bee1145-17a3-47e0-aef3-d4b3d7fb02b1 2018-11-25 10:41:49,122 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-5' 2018-11-25 10:41:49,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" -d '{"forceDelete": null}' 2018-11-25 10:41:49,285 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf8ee037-84f2-4d2a-9433-2d785311a768 x-compute-request-id: req-bf8ee037-84f2-4d2a-9433-2d785311a768 Content-Length: 0 Content-Type: application/json 2018-11-25 10:41:49,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc/action used request id req-bf8ee037-84f2-4d2a-9433-2d785311a768 2018-11-25 10:41:49,286 - sdnvpn_test_utils - DEBUG - Waiting for instance 338ee25a-1fb3-4892-81d5-afd692ee24fc to be deleted 2018-11-25 10:41:49,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:41:49,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a28986d3-94f1-49ea-9632-7cb7f93b61f7 x-compute-request-id: req-a28986d3-94f1-49ea-9632-7cb7f93b61f7 Content-Encoding: gzip Content-Length: 1185 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:d4:dc", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/338ee25a-1fb3-4892-81d5-afd692ee24fc", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-11-25T10:38:24.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "338ee25a-1fb3-4892-81d5-afd692ee24fc", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:41:49Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-11-25T10:38:20Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:4c:18", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-11-25T10:38:12.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:38:12Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:58Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d0:ad", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-11-25T10:37:46.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:46Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-25T10:37:42Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:cb:3a", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-11-25T10:37:33.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:33Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-25T10:37:28Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:41:49,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-a28986d3-94f1-49ea-9632-7cb7f93b61f7 2018-11-25 10:41:51,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:41:52,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:41: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-e606ecdf-be31-41b5-8f37-fdcca0c49fbb x-compute-request-id: req-e606ecdf-be31-41b5-8f37-fdcca0c49fbb Content-Encoding: gzip Content-Length: 1095 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:4c:18", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-11-25T10:38:12.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:38:12Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:58Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d0:ad", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-11-25T10:37:46.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:46Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-25T10:37:42Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:cb:3a", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-11-25T10:37:33.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:33Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-25T10:37:28Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:41:52,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-e606ecdf-be31-41b5-8f37-fdcca0c49fbb 2018-11-25 10:41:54,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" -d '{"forceDelete": null}' 2018-11-25 10:41:54,525 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:41:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d25a317-8e50-4edd-a0e8-07367935fa5a x-compute-request-id: req-2d25a317-8e50-4edd-a0e8-07367935fa5a Content-Length: 0 Content-Type: application/json 2018-11-25 10:41:54,526 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e/action used request id req-2d25a317-8e50-4edd-a0e8-07367935fa5a 2018-11-25 10:41:54,526 - sdnvpn_test_utils - DEBUG - Waiting for instance ea74062c-d2a1-4cfa-b18f-4beee6bda76e to be deleted 2018-11-25 10:41:54,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:41:55,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:41:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ce7ba09-9968-4a5e-a4a9-3bea012a7de4 x-compute-request-id: req-3ce7ba09-9968-4a5e-a4a9-3bea012a7de4 Content-Encoding: gzip Content-Length: 1109 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:4c:18", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-11-25T10:38:12.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:38:12Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:58Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d0:ad", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-11-25T10:37:46.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:46Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-25T10:37:42Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:cb:3a", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-11-25T10:37:33.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ea74062c-d2a1-4cfa-b18f-4beee6bda76e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:41:54Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-11-25T10:37:28Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:41:55,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-3ce7ba09-9968-4a5e-a4a9-3bea012a7de4 2018-11-25 10:41:57,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:41:57,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:41:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd59e461-279c-49d8-aa13-dac0612ff0d0 x-compute-request-id: req-dd59e461-279c-49d8-aa13-dac0612ff0d0 Content-Encoding: gzip Content-Length: 1017 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:4c:18", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-11-25T10:38:12.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:38:12Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:58Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d0:ad", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-11-25T10:37:46.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:46Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-25T10:37:42Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:41:57,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-dd59e461-279c-49d8-aa13-dac0612ff0d0 2018-11-25 10:41:59,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" -d '{"forceDelete": null}' 2018-11-25 10:41:59,998 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:41:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-46b4c200-1db1-4309-ae5b-8c23a3b3069d x-compute-request-id: req-46b4c200-1db1-4309-ae5b-8c23a3b3069d Content-Length: 0 Content-Type: application/json 2018-11-25 10:41:59,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf/action used request id req-46b4c200-1db1-4309-ae5b-8c23a3b3069d 2018-11-25 10:41:59,999 - sdnvpn_test_utils - DEBUG - Waiting for instance 8debdcf7-5868-4507-a4ae-18cfb04ed1bf to be deleted 2018-11-25 10:42:00,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:42:00,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42: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-d3d947ac-54fa-42e0-95b1-a7e7649f321a x-compute-request-id: req-d3d947ac-54fa-42e0-95b1-a7e7649f321a Content-Encoding: gzip Content-Length: 1027 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:4c:18", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-11-25T10:38:12.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:38:12Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:58Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d0:ad", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-11-25T10:37:46.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "8debdcf7-5868-4507-a4ae-18cfb04ed1bf", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:41:59Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-11-25T10:37:42Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:42:00,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-d3d947ac-54fa-42e0-95b1-a7e7649f321a 2018-11-25 10:42:02,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:42:03,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42: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-c85027f2-0af5-429e-b04b-f200b968107d x-compute-request-id: req-c85027f2-0af5-429e-b04b-f200b968107d Content-Encoding: gzip Content-Length: 933 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:4c:18", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-11-25T10:38:12.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:38:12Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:58Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:42:03,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-c85027f2-0af5-429e-b04b-f200b968107d 2018-11-25 10:42:05,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" -d '{"forceDelete": null}' 2018-11-25 10:42:05,645 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d4ab2cc6-a8db-4819-812d-80209ba22ecd x-compute-request-id: req-d4ab2cc6-a8db-4819-812d-80209ba22ecd Content-Length: 0 Content-Type: application/json 2018-11-25 10:42:05,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9/action used request id req-d4ab2cc6-a8db-4819-812d-80209ba22ecd 2018-11-25 10:42:05,645 - sdnvpn_test_utils - DEBUG - Waiting for instance 615b80d6-5685-46c1-87a1-1c9f00546db9 to be deleted 2018-11-25 10:42:05,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:42:06,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd1e6ce9-88b5-48ed-bef8-881d18cb5b43 x-compute-request-id: req-dd1e6ce9-88b5-48ed-bef8-881d18cb5b43 Content-Encoding: gzip Content-Length: 944 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:4c:18", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/615b80d6-5685-46c1-87a1-1c9f00546db9", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-11-25T10:38:12.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "615b80d6-5685-46c1-87a1-1c9f00546db9", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:42:05Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-11-25T10:38:07Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:58Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:42:06,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-dd1e6ce9-88b5-48ed-bef8-881d18cb5b43 2018-11-25 10:42:08,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:42:08,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58350bb8-efdc-428e-ab86-b04401d3ab48 x-compute-request-id: req-58350bb8-efdc-428e-ab86-b04401d3ab48 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:37:58Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:42:08,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-58350bb8-efdc-428e-ab86-b04401d3ab48 2018-11-25 10:42:10,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" -d '{"forceDelete": null}' 2018-11-25 10:42:11,005 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-48cba5d9-0ae7-4e3e-b275-fb3e557242c9 x-compute-request-id: req-48cba5d9-0ae7-4e3e-b275-fb3e557242c9 Content-Length: 0 Content-Type: application/json 2018-11-25 10:42:11,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76/action used request id req-48cba5d9-0ae7-4e3e-b275-fb3e557242c9 2018-11-25 10:42:11,005 - sdnvpn_test_utils - DEBUG - Waiting for instance e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76 to be deleted 2018-11-25 10:42:11,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:42:11,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f09111a2-ade9-4f58-a0b8-1ca1d4fad36d x-compute-request-id: req-f09111a2-ade9-4f58-a0b8-1ca1d4fad36d Content-Encoding: gzip Content-Length: 798 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:13:39", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "rel": "bookmark"}], "image": {"id": "71e12df6-6a51-4808-812f-7062d3f9fc24", "links": [{"href": "http://172.30.9.23:8774/images/71e12df6-6a51-4808-812f-7062d3f9fc24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-11-25T10:37:58.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e7d19a3a-8ce7-47fe-8d4d-9a4f6471fc76", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:42:10Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-11-25T10:37:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:42:11,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-f09111a2-ade9-4f58-a0b8-1ca1d4fad36d 2018-11-25 10:42:13,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e38eed6752cd0d9bffec1bc736df4a4ea01719" 2018-11-25 10:42:13,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c644489b-47e3-4c2a-87b6-31ca3422c3ff x-compute-request-id: req-c644489b-47e3-4c2a-87b6-31ca3422c3ff Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 10:42:13,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-c644489b-47e3-4c2a-87b6-31ca3422c3ff 2018-11-25 10:42:15,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/71e12df6-6a51-4808-812f-7062d3f9fc24 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a03db54f64109dcad3f865172050424942708985" 2018-11-25 10:42:16,500 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-be8cbb84-2344-41c4-9501-be972531b474 Date: Sun, 25 Nov 2018 10:42:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:42:16,500 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/71e12df6-6a51-4808-812f-7062d3f9fc24 used request id req-be8cbb84-2344-41c4-9501-be972531b474 2018-11-25 10:42:16,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca74c200-f64e-4936-8f5d-325d7847adbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:42:16,840 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9a3acef-21d9-4073-847e-ece87b6a6b83 Content-Length: 0 Date: Sun, 25 Nov 2018 10:42:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:42:16,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca74c200-f64e-4936-8f5d-325d7847adbe used request id req-e9a3acef-21d9-4073-847e-ece87b6a6b83 2018-11-25 10:42:16,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/16c0125b-fff9-41a7-8e76-a1ca13225664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:42:19,081 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e7c13ac-cad3-40fa-9f0b-5fb413a8c2c8 Date: Sun, 25 Nov 2018 10:42:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:42:19,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/16c0125b-fff9-41a7-8e76-a1ca13225664 used request id req-1e7c13ac-cad3-40fa-9f0b-5fb413a8c2c8 2018-11-25 10:42:19,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/f724f4db-5f39-4ed5-9577-f0e9e6152ace -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:42:21,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-722bb3f8-3e8e-4c7a-8787-bb3aa2347ac7 Date: Sun, 25 Nov 2018 10:42:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:42:21,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f724f4db-5f39-4ed5-9577-f0e9e6152ace used request id req-722bb3f8-3e8e-4c7a-8787-bb3aa2347ac7 2018-11-25 10:42:21,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/3468d4b7-fad3-4c02-b0ed-651f653e07be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:42:22,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e274fa62-80e1-4757-ba05-4cc66aafc6aa Date: Sun, 25 Nov 2018 10:42:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:42:22,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3468d4b7-fad3-4c02-b0ed-651f653e07be used request id req-e274fa62-80e1-4757-ba05-4cc66aafc6aa 2018-11-25 10:42:22,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/a5c687e6-2f98-4259-8a32-8d1c3ca4f56a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0f496182846032ebab2980df35796bbe77670d" 2018-11-25 10:42:23,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-727ff75b-96c6-41eb-b2a6-50216bdb409d Date: Sun, 25 Nov 2018 10:42:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:42:23,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a5c687e6-2f98-4259-8a32-8d1c3ca4f56a used request id req-727ff75b-96c6-41eb-b2a6-50216bdb409d 2018-11-25 10:42:23,001 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-2' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-3' | | PASS | 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-4' can ping 'sdnvpn-1-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2018-11-25 10:42:23,001 - sdnvpn-results - INFO - One or more subtests have failed. 2018-11-25 10:42:23,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-11-25 10:42:23,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'FAIL', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'FAIL'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-11-25 10:42:23,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-11-25 10:42:23,003 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-11-25 10:42:23,003 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-11-25 10:42:23,083 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-11-25 10:42:23,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:42:23,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:42:23,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:42:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:42:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:42:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:42:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:42:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:42:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:42:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:42:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:42:23,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:42:23,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:42:23,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:42:23,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:42:23,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-25 10:42:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:42:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:42:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:42:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:42:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:42:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:42:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:42:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:42:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:42:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:42:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:42:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:42:23,092 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:42:23,095 - paramiko.transport - DEBUG - starting thread (client mode): 0x704d3a10L 2018-11-25 10:42:23,095 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:23,136 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:23,136 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:23,142 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:23,143 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:23,143 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:23,143 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:23,143 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:23,143 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:23,152 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:23,154 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:23,159 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.182: 739eb584ba2ebd793d4b100ee3a9bf26 2018-11-25 10:42:23,159 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:23,193 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:23,336 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:23,360 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:23,580 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:23,581 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:23,620 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:23,620 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:23,637 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:28,692 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:28,693 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:28,695 - paramiko.transport - DEBUG - starting thread (client mode): 0x70445790L 2018-11-25 10:42:28,696 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:28,701 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:28,701 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:28,703 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:28,704 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:28,704 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:28,704 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:28,704 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:28,705 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:28,709 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:28,710 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:28,711 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 10:42:28,712 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:28,749 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:28,760 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:28,776 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:28,841 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:28,841 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:28,880 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:28,881 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:28,887 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:28,918 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:28,920 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:28,921 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:28,921 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:28,922 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:28,963 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:28,998 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:29,000 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:29,000 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:42:29,001 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:42:29,001 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:42:29,043 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:42:29,074 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:42:29,076 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:42:29,077 - paramiko.transport - DEBUG - starting thread (client mode): 0x70540850L 2018-11-25 10:42:29,078 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:29,083 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:29,084 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:29,086 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:29,087 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:29,087 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:29,087 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:29,087 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:29,087 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:29,092 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:29,092 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:29,093 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 10:42:29,094 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:29,132 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:29,145 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:29,158 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:29,254 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:29,255 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:29,294 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:29,295 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:29,328 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:29,366 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:29,367 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:29,368 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:29,369 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:29,369 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:29,410 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:29,447 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:29,449 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:42:29,449 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:29,450 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:42:29,451 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:42:29,491 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:42:29,523 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:42:29,524 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:42:29,526 - paramiko.transport - DEBUG - starting thread (client mode): 0x70500e50L 2018-11-25 10:42:29,527 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:29,533 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:29,533 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:29,536 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:29,536 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:29,537 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:29,537 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:29,537 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:29,537 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:29,542 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:29,543 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:29,558 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 10:42:29,559 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:29,582 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:29,594 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:29,623 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:29,695 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:29,696 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:29,735 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:29,735 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:29,743 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:29,780 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:29,781 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:29,782 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:29,782 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:29,783 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:29,823 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:29,862 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:29,863 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:42:29,864 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:29,865 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:42:29,865 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:42:29,906 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:42:29,939 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:42:29,941 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:42:29,943 - paramiko.transport - DEBUG - starting thread (client mode): 0x705b4690L 2018-11-25 10:42:29,943 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:29,949 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:29,950 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:29,953 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:29,953 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:29,953 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:29,953 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:29,954 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:29,954 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:29,959 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:29,959 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:29,975 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 10:42:29,975 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:29,999 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:30,010 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:30,040 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:30,113 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:30,113 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:30,152 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:30,153 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:30,159 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:30,191 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:30,192 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:30,193 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:30,193 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:30,194 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:30,234 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:30,266 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:30,267 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:42:30,268 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:30,269 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:42:30,269 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:42:30,310 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:42:30,339 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:42:30,340 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:42:30,342 - paramiko.transport - DEBUG - starting thread (client mode): 0x70564a90L 2018-11-25 10:42:30,343 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:30,347 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:30,347 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:30,349 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:30,349 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:30,350 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:30,350 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:30,350 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:30,350 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:30,355 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:30,355 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:30,358 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 10:42:30,359 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:30,394 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:30,405 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:30,424 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:30,484 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:30,484 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:30,523 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:30,524 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:30,526 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:30,555 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:30,556 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:30,557 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:30,558 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:30,558 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:30,598 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:30,628 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:30,630 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:42:30,630 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:30,631 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:42:30,632 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:42:30,672 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:42:30,700 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:42:30,700 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:30,701 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:42:30,706 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:30,707 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:30,717 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:35,834 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:35,835 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:35,837 - paramiko.transport - DEBUG - starting thread (client mode): 0x70564690L 2018-11-25 10:42:35,838 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:35,844 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:35,844 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:35,847 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:35,847 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:35,847 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:35,847 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:35,848 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:35,848 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:35,853 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:35,854 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:35,870 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 10:42:35,870 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:35,892 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:35,904 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:35,935 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:35,986 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:35,986 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:36,025 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:36,026 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:36,039 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:36,075 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:36,076 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:36,077 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:36,078 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:36,078 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:36,119 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:36,158 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:36,160 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:36,160 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:42:36,161 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:42:36,161 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:42:36,203 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:42:36,238 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:42:36,239 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:42:36,241 - paramiko.transport - DEBUG - starting thread (client mode): 0x705abad0L 2018-11-25 10:42:36,242 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:36,247 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:36,247 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:36,250 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:36,250 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:36,250 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:36,250 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:36,250 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:36,251 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:36,255 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:36,256 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:36,257 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 10:42:36,258 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:36,294 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:36,306 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:36,322 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:36,408 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:36,408 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:36,447 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:36,448 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:36,459 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:36,494 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:36,495 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:36,496 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:36,497 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:36,497 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:36,538 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:36,574 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:36,575 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:42:36,576 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:36,577 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:42:36,577 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:42:36,618 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:42:36,649 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:42:36,650 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:42:36,652 - paramiko.transport - DEBUG - starting thread (client mode): 0x70454e90L 2018-11-25 10:42:36,653 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:36,658 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:36,658 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:36,660 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:36,660 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:36,660 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:36,660 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:36,661 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:36,661 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:36,665 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:36,666 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:36,668 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 10:42:36,669 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:36,705 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:36,716 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:36,733 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:36,811 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:36,811 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:36,850 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:36,851 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:36,870 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:36,903 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:36,904 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:36,905 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:36,905 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:36,906 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:36,946 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:36,983 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:36,984 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:42:36,984 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:36,985 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:42:36,986 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:42:37,026 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:42:37,056 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:42:37,058 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:42:37,060 - paramiko.transport - DEBUG - starting thread (client mode): 0x704eb750L 2018-11-25 10:42:37,061 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:37,067 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:37,067 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:37,070 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:37,070 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:37,070 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:37,070 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:37,070 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:37,070 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:37,075 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:37,076 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:37,092 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 10:42:37,093 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:37,115 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:37,127 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:37,158 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:37,228 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:37,228 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:37,267 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:37,268 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:37,277 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:37,308 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:37,309 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:37,310 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:37,311 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:37,311 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:37,352 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:37,386 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:37,387 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:42:37,388 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:37,389 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:42:37,389 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:42:37,429 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:42:37,460 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:42:37,461 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:42:37,463 - paramiko.transport - DEBUG - starting thread (client mode): 0x704fb490L 2018-11-25 10:42:37,464 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:42:37,469 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:42:37,469 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:42:37,471 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:42:37,471 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:42:37,471 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:42:37,471 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:42:37,471 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:42:37,472 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:42:37,476 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:42:37,477 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:42:37,479 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 10:42:37,480 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:42:37,517 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:42:37,528 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:42:37,545 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:42:37,601 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:42:37,601 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:42:37,640 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:42:37,641 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:42:37,648 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:42:37,676 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:42:37,677 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:42:37,678 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:42:37,679 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:42:37,679 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:42:37,720 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:42:37,749 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:42:37,751 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:42:37,751 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:42:37,752 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:42:37,752 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:42:37,792 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:42:37,818 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:42:37,819 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:42:37,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:42:37,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf2be14-20d6-434b-a709-35b312d9d78f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:42:37,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bdf2be14-20d6-434b-a709-35b312d9d78f 2018-11-25 10:42:37,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:42:38,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:42:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["lORoOzCfRcG02toXPYR4Xg"], "issued_at": "2018-11-25T10:42:38.000000Z"}} 2018-11-25 10:42:38,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71d5b03b5936fa80f81d0f518a9e8eeac85aa3f3" 2018-11-25 10:42:38,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-73878976-d4f7-4da1-bdda-d77c1350a1d3 Date: Sun, 25 Nov 2018 10:42:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-25 10:42:38,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-73878976-d4f7-4da1-bdda-d77c1350a1d3 2018-11-25 10:42:38,393 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:42:38,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71d5b03b5936fa80f81d0f518a9e8eeac85aa3f3" 2018-11-25 10:42:38,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-204f4d6b-8e64-4037-8f87-353ca80c6091 Date: Sun, 25 Nov 2018 10:42:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 10:42:38,558 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-204f4d6b-8e64-4037-8f87-353ca80c6091 2018-11-25 10:42:38,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}71d5b03b5936fa80f81d0f518a9e8eeac85aa3f3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-25 10:42:38,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e07758f1-7eea-410c-907b-5211d84a6210 X-Openstack-Request-Id: req-3beceb9d-c10d-4631-bca1-19136390098e Date: Sun, 25 Nov 2018 10:42:38 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T10:42:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T10:42:38Z", "visibility": "public", "locations": [], "self": "/v2/images/e07758f1-7eea-410c-907b-5211d84a6210", "min_disk": 0, "protected": false, "id": "e07758f1-7eea-410c-907b-5211d84a6210", "file": "/v2/images/e07758f1-7eea-410c-907b-5211d84a6210/file", "checksum": null, "owner": "6398f91c7f9a4cc9becafd672cd3c763", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 10:42:38,797 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3beceb9d-c10d-4631-bca1-19136390098e 2018-11-25 10:42:38,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/e07758f1-7eea-410c-907b-5211d84a6210/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71d5b03b5936fa80f81d0f518a9e8eeac85aa3f3" -d '' 2018-11-25 10:42:40,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7fd0946-94c6-4c69-a48e-bae6504fc125 Date: Sun, 25 Nov 2018 10:42:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:42:40,094 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e07758f1-7eea-410c-907b-5211d84a6210/file used request id req-f7fd0946-94c6-4c69-a48e-bae6504fc125 2018-11-25 10:42:40,095 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-11-25 10:42:40,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:42:40,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d011fd-b5fb-4306-866f-ad376a13f4c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:42:40,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-13d011fd-b5fb-4306-866f-ad376a13f4c4 2018-11-25 10:42:40,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:42:40,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:42:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["YOk_NzvgTkartkRnKQCB1Q"], "issued_at": "2018-11-25T10:42:40.000000Z"}} 2018-11-25 10:42:40,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a738c7bdfd0fb83d69e24446ec8949aaeff36" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-11-25 10:42:40,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-4c7be1c5-dd21-41ef-9afc-2db8ca609889 Date: Sun, 25 Nov 2018 10:42:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"82d4a0fb-aff7-4418-81fb-3a2ba3852412","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:42:40Z","is_default":false,"provider:segmentation_id":54,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:42:40Z","mtu":1450}} 2018-11-25 10:42:40,875 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4c7be1c5-dd21-41ef-9afc-2db8ca609889 2018-11-25 10:42:40,876 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network 82d4a0fb-aff7-4418-81fb-3a2ba3852412 with cidr 10.10.10.0/24 2018-11-25 10:42:40,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a738c7bdfd0fb83d69e24446ec8949aaeff36" -d '{"subnets": [{"ip_version": 4, "network_id": "82d4a0fb-aff7-4418-81fb-3a2ba3852412", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-11-25 10:42:41,576 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-9638b1eb-92e4-41b1-80dd-288d5f2a2444 Date: Sun, 25 Nov 2018 10:42:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"82d4a0fb-aff7-4418-81fb-3a2ba3852412","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:42:41Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:42:41Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"299b3def-d1c5-4429-993f-6b14db6d513d","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-11-25 10:42:41,576 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-9638b1eb-92e4-41b1-80dd-288d5f2a2444 2018-11-25 10:42:41,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a738c7bdfd0fb83d69e24446ec8949aaeff36" 2018-11-25 10:42:41,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-283537c0-d60f-4175-8c4d-85f95f444e16 Date: Sun, 25 Nov 2018 10:42:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "updated_at": "2018-11-25T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "be60c331-bec8-4f83-b795-2cee1d41747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}], "revision_number": 4, "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8b709bbc-7260-46b7-88dc-54f09751360e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "updated_at": "2018-11-25T10:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "70416a38-6876-4fff-9847-564e75ee3305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-25T10:27:45Z", "revision_number": 0, "id": "c4d6f8eb-cb48-4051-b56f-a5bbef7a52ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:27:45Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 179, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 7, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "name": "sdnvpn-sg"}]} 2018-11-25 10:42:41,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-283537c0-d60f-4175-8c4d-85f95f444e16 2018-11-25 10:42:41,824 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:42:41,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:42:41,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7b32fd1-8ccb-476f-af04-719f62756598 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:42:41,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d7b32fd1-8ccb-476f-af04-719f62756598 2018-11-25 10:42:41,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:42:42,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:42:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["jjDurMw_QI6MlQEcDZv5Vg"], "issued_at": "2018-11-25T10:42:42.000000Z"}} 2018-11-25 10:42:42,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853ea0d6c8dbea4a1523d9a81fbc59e7ac0472ba" 2018-11-25 10:42:42,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42: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-85c31ad2-3625-4f16-9c8c-f5b3a5d50e62 x-compute-request-id: req-85c31ad2-3625-4f16-9c8c-f5b3a5d50e62 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 10:42:42,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-85c31ad2-3625-4f16-9c8c-f5b3a5d50e62 2018-11-25 10:42:42,405 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:42:42,406 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:42:42,406 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:42:42,409 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:42:42,450 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:42:42,451 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:42:42,452 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:42:42,453 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:42:42,453 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:42:42,494 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:42:42,551 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:42:42,555 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:42:42,555 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:42:42,556 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:42:42,556 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:42:42,559 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:42:42,598 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:42:42,599 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:42:42,600 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:42:42,601 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:42:42,601 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:42:42,642 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:42:42,705 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:42:42,708 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 10:42:42,709 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 10:42:42,709 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 10:42:42,710 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:42:42,712 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 10:42:42,754 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-25 10:42:42,755 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-25 10:42:42,756 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-25 10:42:42,757 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-25 10:42:42,757 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-25 10:42:42,798 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-25 10:42:42,833 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-25 10:42:42,834 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 10:42:42,835 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-25 10:42:42,836 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 10:42:42,836 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 10:42:42,838 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 10:42:42,875 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-25 10:42:42,876 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-25 10:42:42,877 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-25 10:42:42,878 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-25 10:42:42,878 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-25 10:42:42,919 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-25 10:42:42,955 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-25 10:42:42,956 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-11-25 10:42:42,956 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=e07758f1-7eea-410c-907b-5211d84a6210 network=82d4a0fb-aff7-4418-81fb-3a2ba3852412 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:42:42,956 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-25 10:42:42,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:42:42,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:42:42,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:42:42,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:42:42,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:42:42,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:42:42,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:42:42,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:42:42,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:42:42,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:42:42,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:42:42,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:42:42,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:42:42,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:42:42,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:42:42,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:42:42,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:42:42,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:42:42,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:42:42,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:42:42,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:42:42,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:42:42,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:42:42,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:42:42,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:42:42,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:42:42,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:42:42,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:42:42,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:42:42,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:42:42,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:42:42,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:42:42,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:42:42,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:42:42,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:42:42,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:42:42,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:42:42,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:42:42,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:42:42,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:42:42,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:42:42,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:42:42,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:42:42,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:42:42,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:42:42,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:42:42,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:42:42,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:42:42,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:42:42,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7c736ff-4567-4d5a-9d2e-43764abb1560 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:42:42,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f7c736ff-4567-4d5a-9d2e-43764abb1560 2018-11-25 10:42:42,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:42:43,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:42:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["JIAAT1r7RueoX7s45Smarg"], "issued_at": "2018-11-25T10:42:43.000000Z"}} 2018-11-25 10:42:43,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c8c9e803e183f8beb50d714d84c5f75bd1fcc2" 2018-11-25 10:42:43,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-2bd4890c-6f27-439e-9f45-f1499057951d x-compute-request-id: req-2bd4890c-6f27-439e-9f45-f1499057951d Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:42:43,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2bd4890c-6f27-439e-9f45-f1499057951d 2018-11-25 10:42:43,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c8c9e803e183f8beb50d714d84c5f75bd1fcc2" 2018-11-25 10:42:43,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-0d044b85-e2dd-41a8-8740-1316b9e33109 x-compute-request-id: req-0d044b85-e2dd-41a8-8740-1316b9e33109 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:42:43,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-0d044b85-e2dd-41a8-8740-1316b9e33109 2018-11-25 10:42:43,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c8c9e803e183f8beb50d714d84c5f75bd1fcc2" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "e07758f1-7eea-410c-907b-5211d84a6210", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "82d4a0fb-aff7-4418-81fb-3a2ba3852412"}]}}' 2018-11-25 10:42:45,160 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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-5eec3fe5-a2be-47e6-bde8-099661adce17 x-compute-request-id: req-5eec3fe5-a2be-47e6-bde8-099661adce17 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "844cdee5-4148-4435-8f5f-4c9c627253ef", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "bookmark"}], "adminPass": "kbj38h6MH2sx"}} 2018-11-25 10:42:45,160 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-5eec3fe5-a2be-47e6-bde8-099661adce17 2018-11-25 10:42:45,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:42:45,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbeb9477-e332-45ee-b4ac-cae1bb431578 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:42:45,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fbeb9477-e332-45ee-b4ac-cae1bb431578 2018-11-25 10:42:45,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:42:45,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["lj8JejxpRDaXRoQo6fE9jA"], "issued_at": "2018-11-25T10:42:45.000000Z"}} 2018-11-25 10:42:45,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}165c0ceb40dd006faae493258f15220e88ee62d5" 2018-11-25 10:42:46,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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,Accept-Encoding x-openstack-request-id: req-4f18ac21-c57e-4ffb-b71d-09e7080bcb44 x-compute-request-id: req-4f18ac21-c57e-4ffb-b71d-09e7080bcb44 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "844cdee5-4148-4435-8f5f-4c9c627253ef", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:42:45Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-2", "created": "2018-11-25T10:42:45Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:42:46,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef used request id req-4f18ac21-c57e-4ffb-b71d-09e7080bcb44 2018-11-25 10:42:49,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}165c0ceb40dd006faae493258f15220e88ee62d5" 2018-11-25 10:42:49,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81ee5d2c-8106-4d9f-9366-bc1fa390fa6d x-compute-request-id: req-81ee5d2c-8106-4d9f-9366-bc1fa390fa6d Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "844cdee5-4148-4435-8f5f-4c9c627253ef", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:42:46Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-25T10:42:45Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:42:49,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef used request id req-81ee5d2c-8106-4d9f-9366-bc1fa390fa6d 2018-11-25 10:42:52,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}165c0ceb40dd006faae493258f15220e88ee62d5" 2018-11-25 10:42:53,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42: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-87631f17-84d3-477d-89e4-2fbea4a860fe x-compute-request-id: req-87631f17-84d3-477d-89e4-2fbea4a860fe Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:cd:54", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-11-25T10:42:50.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "844cdee5-4148-4435-8f5f-4c9c627253ef", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:42:50Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-25T10:42:45Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:42:53,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef used request id req-87631f17-84d3-477d-89e4-2fbea4a860fe 2018-11-25 10:42:53,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c8c9e803e183f8beb50d714d84c5f75bd1fcc2" 2018-11-25 10:42:54,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95b5f642-829e-4757-8667-1bb1097f4b44 x-compute-request-id: req-95b5f642-829e-4757-8667-1bb1097f4b44 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:cd:54", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-11-25T10:42:50.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "844cdee5-4148-4435-8f5f-4c9c627253ef", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:42:50Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-25T10:42:45Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:42:54,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef used request id req-95b5f642-829e-4757-8667-1bb1097f4b44 2018-11-25 10:42:54,351 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.8'. 2018-11-25 10:42:54,351 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-11-25 10:42:54,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853ea0d6c8dbea4a1523d9a81fbc59e7ac0472ba" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:42:56,113 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:42:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a232f5c-d29a-47a9-9cf5-309f7d7a4f7d x-compute-request-id: req-1a232f5c-d29a-47a9-9cf5-309f7d7a4f7d Content-Length: 0 Content-Type: application/json 2018-11-25 10:42:56,113 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef/action used request id req-1a232f5c-d29a-47a9-9cf5-309f7d7a4f7d 2018-11-25 10:42:56,113 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-11-25 10:42:56,113 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=e07758f1-7eea-410c-907b-5211d84a6210 network=82d4a0fb-aff7-4418-81fb-3a2ba3852412 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:42:56,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:42:56,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:42:56,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:42:56,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:42:56,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:42:56,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:42:56,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:42:56,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:42:56,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:42:56,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:42:56,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:42:56,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:42:56,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:42:56,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:42:56,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:42:56,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:42:56,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:42:56,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:42:56,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:42:56,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:42:56,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:42:56,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:42:56,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:42:56,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:42:56,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:42:56,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:42:56,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:42:56,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:42:56,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:42:56,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:42:56,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:42:56,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1785eee-6ab5-4d91-877e-b57c12fde852 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:42:56,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f1785eee-6ab5-4d91-877e-b57c12fde852 2018-11-25 10:42:56,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:42:56,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:42:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["QTd4jVx_QO-5r3OQV2NCrQ"], "issued_at": "2018-11-25T10:42:56.000000Z"}} 2018-11-25 10:42:56,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" 2018-11-25 10:42:56,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84448295-e8b9-4c09-9615-0b80468d1b9e x-compute-request-id: req-84448295-e8b9-4c09-9615-0b80468d1b9e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:42:56,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-84448295-e8b9-4c09-9615-0b80468d1b9e 2018-11-25 10:42:56,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" 2018-11-25 10:42:56,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-daf34b7b-029d-4d66-b9b9-887be72cfc4e x-compute-request-id: req-daf34b7b-029d-4d66-b9b9-887be72cfc4e Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:42:56,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-daf34b7b-029d-4d66-b9b9-887be72cfc4e 2018-11-25 10:42:56,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "e07758f1-7eea-410c-907b-5211d84a6210", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "82d4a0fb-aff7-4418-81fb-3a2ba3852412"}]}}' 2018-11-25 10:42:58,237 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c0beb03-f103-4357-a53b-47fb15eccf7d x-compute-request-id: req-5c0beb03-f103-4357-a53b-47fb15eccf7d Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "bookmark"}], "adminPass": "46XsWMAEyiWE"}} 2018-11-25 10:42:58,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-5c0beb03-f103-4357-a53b-47fb15eccf7d 2018-11-25 10:42:58,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:42:58,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c696e4a-11a6-463e-8f7c-60283c89d8f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:42:58,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c696e4a-11a6-463e-8f7c-60283c89d8f0 2018-11-25 10:42:58,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:42:58,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:42:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["F_6Yl6h3Rmm5k6cXhpfgRA"], "issued_at": "2018-11-25T10:42:58.000000Z"}} 2018-11-25 10:42:58,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d11b25fd31b8fbf9706bcd4afde8af785d8005" 2018-11-25 10:42:59,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:42:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ce880f1-3840-495a-9567-be714fa19b15 x-compute-request-id: req-1ce880f1-3840-495a-9567-be714fa19b15 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:42:58Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2018-11-25T10:42:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:42:59,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c used request id req-1ce880f1-3840-495a-9567-be714fa19b15 2018-11-25 10:43:02,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d11b25fd31b8fbf9706bcd4afde8af785d8005" 2018-11-25 10:43:02,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-a4690299-659c-412a-842b-33634db25a36 x-compute-request-id: req-a4690299-659c-412a-842b-33634db25a36 Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:42:59Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-11-25T10:42:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:43:02,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c used request id req-a4690299-659c-412a-842b-33634db25a36 2018-11-25 10:43:05,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d11b25fd31b8fbf9706bcd4afde8af785d8005" 2018-11-25 10:43:06,375 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b69ea98-99a2-4bef-bdc7-742541e7c0dc x-compute-request-id: req-3b69ea98-99a2-4bef-bdc7-742541e7c0dc Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:e5:11", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-11-25T10:43:02.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:43:02Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-11-25T10:42:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:43:06,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c used request id req-3b69ea98-99a2-4bef-bdc7-742541e7c0dc 2018-11-25 10:43:06,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" 2018-11-25 10:43:06,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af7d5201-f828-4289-94dc-33516cb10579 x-compute-request-id: req-af7d5201-f828-4289-94dc-33516cb10579 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:e5:11", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-11-25T10:43:02.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:43:02Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-11-25T10:42:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:43:06,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c used request id req-af7d5201-f828-4289-94dc-33516cb10579 2018-11-25 10:43:06,976 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.15'. 2018-11-25 10:43:06,976 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-11-25 10:43:06,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853ea0d6c8dbea4a1523d9a81fbc59e7ac0472ba" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:43:08,427 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:43:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9b59db30-8110-4133-aa0c-8d83a2b21978 x-compute-request-id: req-9b59db30-8110-4133-aa0c-8d83a2b21978 Content-Length: 0 Content-Type: application/json 2018-11-25 10:43:08,428 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-9b59db30-8110-4133-aa0c-8d83a2b21978 2018-11-25 10:43:08,428 - sdnvpn_test_utils - INFO - Waiting for instance ac7bc64b-e9e7-4b15-9d53-d22b0844388c to boot up 2018-11-25 10:43:08,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:09,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-15b85c3a-19a9-4751-b826-8a808cdfe780 x-compute-request-id: req-15b85c3a-19a9-4751-b826-8a808cdfe780 Content-Encoding: gzip Content-Length: 9412 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n"} 2018-11-25 10:43:09,499 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-15b85c3a-19a9-4751-b826-8a808cdfe780 2018-11-25 10:43:11,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:12,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-341509aa-800a-4336-9498-a197c1f02d5b x-compute-request-id: req-341509aa-800a-4336-9498-a197c1f02d5b Content-Encoding: gzip Content-Length: 9994 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:43:12,591 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-341509aa-800a-4336-9498-a197c1f02d5b 2018-11-25 10:43:14,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:15,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2839d462-f8ea-4699-a3f0-d925f42a0a28 x-compute-request-id: req-2839d462-f8ea-4699-a3f0-d925f42a0a28 Content-Encoding: gzip Content-Length: 9994 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:43:15,689 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-2839d462-f8ea-4699-a3f0-d925f42a0a28 2018-11-25 10:43:17,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:18,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-d1ea53ce-907c-4d1d-b0b2-5d6c0f3fc360 x-compute-request-id: req-d1ea53ce-907c-4d1d-b0b2-5d6c0f3fc360 Content-Encoding: gzip Content-Length: 9994 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:43:18,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-d1ea53ce-907c-4d1d-b0b2-5d6c0f3fc360 2018-11-25 10:43:20,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:21,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-2f807a7c-2d4f-46dd-9603-0b08cbf5f023 x-compute-request-id: req-2f807a7c-2d4f-46dd-9603-0b08cbf5f023 Content-Encoding: gzip Content-Length: 9994 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:43:21,867 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-2f807a7c-2d4f-46dd-9603-0b08cbf5f023 2018-11-25 10:43:23,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:24,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-3d175565-833e-485f-aa89-88e1e5cbf870 x-compute-request-id: req-3d175565-833e-485f-aa89-88e1e5cbf870 Content-Encoding: gzip Content-Length: 10062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:43:24,968 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-3d175565-833e-485f-aa89-88e1e5cbf870 2018-11-25 10:43:26,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:28,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-c4e931a4-7783-48f4-b5ea-5b3528d2fdc5 x-compute-request-id: req-c4e931a4-7783-48f4-b5ea-5b3528d2fdc5 Content-Encoding: gzip Content-Length: 10062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:43:28,064 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-c4e931a4-7783-48f4-b5ea-5b3528d2fdc5 2018-11-25 10:43:30,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:31,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-348567b7-f2ff-4258-b6de-48822170284b x-compute-request-id: req-348567b7-f2ff-4258-b6de-48822170284b Content-Encoding: gzip Content-Length: 10062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:43:31,154 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-348567b7-f2ff-4258-b6de-48822170284b 2018-11-25 10:43:33,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:34,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0356215-f47a-4909-8cf7-548933d978ed x-compute-request-id: req-c0356215-f47a-4909-8cf7-548933d978ed Content-Encoding: gzip Content-Length: 10062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:43:34,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-c0356215-f47a-4909-8cf7-548933d978ed 2018-11-25 10:43:36,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:37,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-75bfd5e1-d0d8-4dcc-b339-f9c1d679ad8c x-compute-request-id: req-75bfd5e1-d0d8-4dcc-b339-f9c1d679ad8c Content-Encoding: gzip Content-Length: 10062 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:43:37,360 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-75bfd5e1-d0d8-4dcc-b339-f9c1d679ad8c 2018-11-25 10:43:39,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:40,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-dede471e-920a-4fcc-9710-57c9605511d7 x-compute-request-id: req-dede471e-920a-4fcc-9710-57c9605511d7 Content-Encoding: gzip Content-Length: 10081 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:43:40,461 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-dede471e-920a-4fcc-9710-57c9605511d7 2018-11-25 10:43:42,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:43,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a678b78-56ad-4785-8fac-bf8c7d103cde x-compute-request-id: req-1a678b78-56ad-4785-8fac-bf8c7d103cde Content-Encoding: gzip Content-Length: 10081 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:43:43,556 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-1a678b78-56ad-4785-8fac-bf8c7d103cde 2018-11-25 10:43:45,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:46,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-598acdb9-f693-4868-9167-15dce7c25237 x-compute-request-id: req-598acdb9-f693-4868-9167-15dce7c25237 Content-Encoding: gzip Content-Length: 10081 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:43:46,650 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-598acdb9-f693-4868-9167-15dce7c25237 2018-11-25 10:43:48,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:49,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-f9528759-abf3-42af-b769-be0db867bb69 x-compute-request-id: req-f9528759-abf3-42af-b769-be0db867bb69 Content-Encoding: gzip Content-Length: 10081 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:43:49,740 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-f9528759-abf3-42af-b769-be0db867bb69 2018-11-25 10:43:51,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084234333b573eab688e5bca836462d6fd39efa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:52,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43: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-53aca6a7-a792-4a68-a992-8a9b3932ef99 x-compute-request-id: req-53aca6a7-a792-4a68-a992-8a9b3932ef99 Content-Encoding: gzip Content-Length: 10891 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 481201010 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.129994] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131623] pid_max: default: 32768 minimum: 301\n[ 0.132503] ACPI: Core revision 20150930\n[ 0.133874] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135199] Security Framework initialized\n[ 0.136012] Yama: becoming mindful.\n[ 0.136743] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138987] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142829] Initializing cgroup subsys io\n[ 0.143610] Initializing cgroup subsys memory\n[ 0.144431] Initializing cgroup subsys devices\n[ 0.145299] Initializing cgroup subsys freezer\n[ 0.146180] Initializing cgroup subsys net_cls\n[ 0.147013] Initializing cgroup subsys perf_event\n[ 0.147903] Initializing cgroup subsys net_prio\n[ 0.148798] Initializing cgroup subsys hugetlb\n[ 0.149681] Initializing cgroup subsys pids\n[ 0.150586] CPU: Physical Processor ID: 0\n[ 0.152066] mce: CPU supports 10 MCE banks\n[ 0.152939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153982] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171085] ftrace: allocating 31920 entries in 125 pages\n[ 0.197439] smpboot: Max logical packages: 1\n[ 0.198285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199632] x2apic enabled\n[ 0.200457] Switched APIC routing to physical x2apic.\n[ 0.202269] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203396] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207122] KVM setup paravirtual spinlock\n[ 0.208375] x86: Booted up 1 node, 1 CPUs\n[ 0.209196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210574] devtmpfs: initialized\n[ 0.212302] evm: security.selinux\n[ 0.213006] evm: security.SMACK64\n[ 0.213673] evm: security.SMACK64EXEC\n[ 0.214391] evm: security.SMACK64TRANSMUTE\n[ 0.215173] evm: security.SMACK64MMAP\n[ 0.215894] evm: security.ima\n[ 0.216516] evm: security.capability\n[ 0.217295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219129] pinctrl core: initialized pinctrl subsystem\n[ 0.220219] RTC time: 10:43:02, date: 11/25/18\n[ 0.221152] NET: Registered protocol family 16\n[ 0.222093] cpuidle: using governor ladder\n[ 0.222918] cpuidle: using governor menu\n[ 0.223730] PCCT header not found.\n[ 0.224467] ACPI: bus type PCI registered\n[ 0.225258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226507] PCI: Using configuration type 1 for base access\n[ 0.228242] ACPI: Added _OSI(Module Device)\n[ 0.229074] ACPI: Added _OSI(Processor Device)\n[ 0.229950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232915] ACPI: Interpreter enabled\n[ 0.233653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241055] ACPI: (supports S0 S5)\n[ 0.241734] ACPI: Using IOAPIC for interrupt routing\n[ 0.242773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245779] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246893] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248122] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251505] acpiphp: Slot [3] registered\n[ 0.252280] acpiphp: Slot [4] registered\n[ 0.253087] acpiphp: Slot [5] registered\n[ 0.253876] acpiphp: Slot [6] registered\n[ 0.254659] acpiphp: Slot [7] registered\n[ 0.255457] acpiphp: Slot [8] registered\n[ 0.256301] acpiphp: Slot [9] registered\n[ 0.257105] acpiphp: Slot [10] registered\n[ 0.257906] acpiphp: Slot [11] registered\n[ 0.258712] acpiphp: Slot [12] registered\n[ 0.259521] acpiphp: Slot [13] registered\n[ 0.260321] acpiphp: Slot [14] registered\n[ 0.261123] acpiphp: Slot [15] registered\n[ 0.272020] acpiphp: Slot [16] registered\n[ 0.272829] acpiphp: Slot [17] registered\n[ 0.273626] acpiphp: Slot [18] registered\n[ 0.274420] acpiphp: Slot [19] registered\n[ 0.275230] acpiphp: Slot [20] registered\n[ 0.276043] acpiphp: Slot [21] registered\n[ 0.276852] acpiphp: Slot [22] registered\n[ 0.277663] acpiphp: Slot [23] registered\n[ 0.278459] acpiphp: Slot [24] registered\n[ 0.279272] acpiphp: Slot [25] registered\n[ 0.280079] acpiphp: Slot [26] registered\n[ 0.280882] acpiphp: Slot [27] registered\n[ 0.281682] acpiphp: Slot [28] registered\n[ 0.282477] acpiphp: Slot [29] registered\n[ 0.283273] acpiphp: Slot [30] registered\n[ 0.284079] acpiphp: Slot [31] registered\n[ 0.284877] PCI host bridge to bus 0000:00\n[ 0.285674] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286890] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290964] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297208] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300888] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307413] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356248] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361856] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366073] vgaarb: loaded\n[ 0.366676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367828] SCSI subsystem initialized\n[ 0.368630] ACPI: bus type USB registered\n[ 0.369425] usbcore: registered new interface driver usbfs\n[ 0.370468] usbcore: registered new interface driver hub\n[ 0.371477] usbcore: registered new device driver usb\n[ 0.372544] PCI: Using ACPI for IRQ routing\n[ 0.373572] NetLabel: Initializing\n[ 0.374281] NetLabel: domain hash size = 128\n[ 0.375141] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376097] NetLabel: unlabeled traffic allowed by default\n[ 0.377159] clocksource: Switched to clocksource kvm-clock\n[ 0.382588] AppArmor: AppArmor Filesystem Enabled\n[ 0.383553] pnp: PnP ACPI init\n[ 0.384450] pnp: PnP ACPI: found 5 devices\n[ 0.390818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392520] NET: Registered protocol family 2\n[ 0.393485] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397122] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398193] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399357] NET: Registered protocol family 1\n[ 0.400257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430233] Trying to unpack rootfs image as initramfs...\n[ 0.479506] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493440] Scanning for low memory corruption every 60 seconds\n[ 0.494786] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495912] audit: initializing netlink subsys (disabled)\n[ 0.496911] audit: type=2000 audit(1543142583.359:1): initialized\n[ 0.498201] Initialise system trusted keyring\n[ 0.499129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500321] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502272] zbud: loaded\n[ 0.503007] VFS: Disk quotas dquot_6.6.0\n[ 0.503813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505304] fuse init (API version 7.23)\n[ 0.506187] Key type big_key registered\n[ 0.507017] Allocating IMA MOK and blacklist keyrings.\n[ 0.508134] Key type asymmetric registered\n[ 0.508953] Asymmetric key parser 'x509' registered\n[ 0.509906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511359] io scheduler noop registered\n[ 0.512157] io scheduler deadline registered (default)\n[ 0.513185] io scheduler cfq registered\n[ 0.514013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517762] ACPI: Power Button [PWRF]\n[ 0.518955] GHES: HEST is not enabled!\n[ 0.533474] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561935] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592366] Linux agpgart interface v0.103\n[ 0.594445] brd: module loaded\n[ 0.595656] loop: module loaded\n[ 0.601628] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603049] GPT:90111 != 2097151\n[ 0.603707] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604766] GPT:90111 != 2097151\n[ 0.605428] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606370] vda: vda1 vda15\n[ 0.608035] scsi host0: ata_piix\n[ 0.608788] scsi host1: ata_piix\n[ 0.609488] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612088] libphy: Fixed MDIO Bus: probed\n[ 0.612888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613827] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616054] PPP generic driver version 2.4.2\n[ 0.616935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618288] ehci-pci: EHCI PCI platform driver\n[ 0.619146] ehci-platform: EHCI generic platform driver\n[ 0.620111] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621213] ohci-pci: OHCI PCI platform driver\n[ 0.622062] ohci-platform: OHCI generic platform driver\n[ 0.623022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637516] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639918] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644598] usb usb1: Product: UHCI Host Controller\n[ 0.645511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647627] hub 1-0:1.0: USB hub found\n[ 0.648381] hub 1-0:1.0: 2 ports detected\n[ 0.649268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653274] mousedev: PS/2 mouse device common for all mice\n[ 0.654491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656298] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657368] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659688] i2c /dev entries driver\n[ 0.660428] device-mapper: uevent: version 1.0.3\n[ 0.661345] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664183] NET: Registered protocol family 10\n[ 0.665167] NET: Registered protocol family 17\n[ 0.666034] Key type dns_resolver registered\n[ 0.666943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668016] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669728] registered taskstats version 1\n[ 0.670549] Loading compiled-in X.509 certificates\n[ 0.671962] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673776] zswap: loaded using pool lzo/zbud\n[ 0.675125] Key type trusted registered\n[ 0.676659] Key type encrypted registered\n[ 0.677481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679499] evm: HMAC attrs: 0x1\n[ 0.680435] Magic number: 10:653:730\n[ 0.681202] block vda1: hash matches\n[ 0.682003] rtc_cmos 00:00: setting system clock to 2018-11-25 10:43:03 UTC (1543142583)\n[ 0.683553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684631] EDD information not available.\n[ 0.770097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781792] Write protecting the kernel read-only data: 14336k\n[ 0.783345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.220057] 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 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWyV0CsFMsSnK1oPJRyNq9Oe3uAwVXxpDlszOvrYae8QfrrLVLW/LukYgCHPXWTHV//XGWZh3xqC/dwKcwTz8qvrPZ1iaAhUx25A6Pwyr4ygdVZO9IfEzsaXfxiXcR+LhC2044e1tPlBDQ4EK6adVZPIRpo1nDDecE2urgYVR9yAqsAl/30DxGyS3ghFnb57uQc6fsNltkwO5kwX0A/2BSdXe4G14eEXdCWL5GlynQrhJSdteeQo+I7g2wRtmUYDeM95uHHh0cG0YlnqH0p8S9mYrvmapeU8u59dwrig9nGgxm1FZJDXSFCOchtL2+03NrzlGCHW+8Xvu0swSzZNTd root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPtb5HNugxEn72KlNoADk/lSettPAj8s+0qTErq20/d5bYvRYH64o5pQ3f8Qd8qjLzEza+yTt/YXAbPfRjD3HnIv1wKZylK4hGUXHUdqScurDHGnN24JHmnF6klVIbz4Owb5Ni1Cew8MRME3fKu1rnew5i1XsjjJR6j8s+Z+U1o/AAAAFQCKKmT2LHMLPfWAUJQ7H13nSfe6JwAAAIEAvSo8uh3EWmqJlwEhRUFnFQWFEA4lCt/gLYqF5rqJLmc4w5uI8ggkI/dOLzohiX5/88AOfJS6WvFB28KUx0hK/l8albYI6ACKkp4n7qZ5qhBJprVvFGRa4oPTY9Dmz5r7VUzwfinBlflgOU0Ggo/RnJZqVH/jtRCNOqi0vd2sdwoAAACAYatKkIHTQfustms5PXFGeBQKwyz6xBoY3nbq85ATk7PJQQHM/Zrgl/27x330sB2MWMOQ5zGBB3oy0upZUIt0kGiONzB+f4+aenRF/qAHGmfZZ7oGUrm3gbSXX9egZSseIa/fBp5YBk6+RiNUSlnyUWO9LxDrR/7lOnVQuhrJp/A= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe09:e511/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.29 ===\n/dev/root resized successfully [took 2.59s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:09:E5:11 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:e511/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8291 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.122158] usb 1-1: Product: QEMU USB Tablet\n[ 1.122159] usb 1-1: Manufacturer: QEMU\n[ 1.122159] usb 1-1: SerialNumber: 42\n[ 1.190167] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.202402] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.220057] random: dd urandom read with 5 bits of entropy available\n[ 1.493224] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.493226] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.412312] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.131103] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:43:04 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 10:43:04 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 10:43:04 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 10:43:04 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 10:43:04 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 10:43:04 cirros kern.notice kernel: [ 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)\nNov 25 10:43:04 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 10:43:04 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 10:43:04 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 10:43:04 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 10:43:04 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 10:43:04 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 10:43:04 cirros kern.notice kernel: [ 1.220057] random: dd urandom read with 5 bits of entropy available\nNov 25 10:43:04 cirros kern.info kernel: [ 1.493224] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nNov 25 10:43:04 cirros kern.info kernel: [ 1.493226] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nNov 25 10:43:05 cirros auth.notice su: + /dev/console root:cirros\nNov 25 10:43:06 cirros authpriv.info dropbear[340]: Running in background\nNov 25 10:43:06 cirros kern.info kernel: [ 3.412312] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 10:43:06 cirros kern.info kernel: [ 4.131103] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-1 login: "} 2018-11-25 10:43:52,842 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-53aca6a7-a792-4a68-a992-8a9b3932ef99 2018-11-25 10:43:54,877 - sdnvpn_test_utils - INFO - Waiting for instance 844cdee5-4148-4435-8f5f-4c9c627253ef to boot up 2018-11-25 10:43:54,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c8c9e803e183f8beb50d714d84c5f75bd1fcc2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:43:55,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48745b24-a5fb-4dea-a88c-b19e2b209634 x-compute-request-id: req-48745b24-a5fb-4dea-a88c-b19e2b209634 Content-Encoding: gzip Content-Length: 10907 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578260605 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.132970] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134658] pid_max: default: 32768 minimum: 301\n[ 0.135571] ACPI: Core revision 20150930\n[ 0.136966] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138298] Security Framework initialized\n[ 0.139130] Yama: becoming mindful.\n[ 0.139876] AppArmor: AppArmor initialized\n[ 0.140770] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142135] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143465] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144711] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146132] Initializing cgroup subsys io\n[ 0.146967] Initializing cgroup subsys memory\n[ 0.147853] Initializing cgroup subsys devices\n[ 0.148783] Initializing cgroup subsys freezer\n[ 0.149694] Initializing cgroup subsys net_cls\n[ 0.150583] Initializing cgroup subsys perf_event\n[ 0.151517] Initializing cgroup subsys net_prio\n[ 0.152448] Initializing cgroup subsys hugetlb\n[ 0.153348] Initializing cgroup subsys pids\n[ 0.154243] CPU: Physical Processor ID: 0\n[ 0.155792] mce: CPU supports 10 MCE banks\n[ 0.156688] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157714] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169982] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176409] ftrace: allocating 31920 entries in 125 pages\n[ 0.202650] smpboot: Max logical packages: 1\n[ 0.203525] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204912] x2apic enabled\n[ 0.205735] Switched APIC routing to physical x2apic.\n[ 0.207517] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208664] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210705] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212545] KVM setup paravirtual spinlock\n[ 0.213850] x86: Booted up 1 node, 1 CPUs\n[ 0.214679] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216098] devtmpfs: initialized\n[ 0.217833] evm: security.selinux\n[ 0.218554] evm: security.SMACK64\n[ 0.219259] evm: security.SMACK64EXEC\n[ 0.220025] evm: security.SMACK64TRANSMUTE\n[ 0.220854] evm: security.SMACK64MMAP\n[ 0.221620] evm: security.ima\n[ 0.222273] evm: security.capability\n[ 0.223094] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224979] pinctrl core: initialized pinctrl subsystem\n[ 0.226134] RTC time: 10:42:50, date: 11/25/18\n[ 0.227137] NET: Registered protocol family 16\n[ 0.228142] cpuidle: using governor ladder\n[ 0.228968] cpuidle: using governor menu\n[ 0.229755] PCCT header not found.\n[ 0.230512] ACPI: bus type PCI registered\n[ 0.231315] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232560] PCI: Using configuration type 1 for base access\n[ 0.234306] ACPI: Added _OSI(Module Device)\n[ 0.235152] ACPI: Added _OSI(Processor Device)\n[ 0.236014] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236910] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239203] ACPI: Interpreter enabled\n[ 0.239987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245586] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247443] ACPI: (supports S0 S5)\n[ 0.248153] ACPI: Using IOAPIC for interrupt routing\n[ 0.249222] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253445] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254665] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255860] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258070] acpiphp: Slot [3] registered\n[ 0.258871] acpiphp: Slot [4] registered\n[ 0.259676] acpiphp: Slot [5] registered\n[ 0.260479] acpiphp: Slot [6] registered\n[ 0.261269] acpiphp: Slot [7] registered\n[ 0.262064] acpiphp: Slot [8] registered\n[ 0.262860] acpiphp: Slot [9] registered\n[ 0.263659] acpiphp: Slot [10] registered\n[ 0.264473] acpiphp: Slot [11] registered\n[ 0.265279] acpiphp: Slot [12] registered\n[ 0.266089] acpiphp: Slot [13] registered\n[ 0.266894] acpiphp: Slot [14] registered\n[ 0.267700] acpiphp: Slot [15] registered\n[ 0.278742] acpiphp: Slot [16] registered\n[ 0.279549] acpiphp: Slot [17] registered\n[ 0.280490] acpiphp: Slot [18] registered\n[ 0.281293] acpiphp: Slot [19] registered\n[ 0.282099] acpiphp: Slot [20] registered\n[ 0.282914] acpiphp: Slot [21] registered\n[ 0.283726] acpiphp: Slot [22] registered\n[ 0.284525] acpiphp: Slot [23] registered\n[ 0.285327] acpiphp: Slot [24] registered\n[ 0.286131] acpiphp: Slot [25] registered\n[ 0.286946] acpiphp: Slot [26] registered\n[ 0.287756] acpiphp: Slot [27] registered\n[ 0.288558] acpiphp: Slot [28] registered\n[ 0.289366] acpiphp: Slot [29] registered\n[ 0.290176] acpiphp: Slot [30] registered\n[ 0.290989] acpiphp: Slot [31] registered\n[ 0.291788] PCI host bridge to bus 0000:00\n[ 0.292589] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293794] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294999] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296434] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304219] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314339] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315754] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363374] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364787] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368804] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370283] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371331] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372869] vgaarb: loaded\n[ 0.373470] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374608] SCSI subsystem initialized\n[ 0.375421] ACPI: bus type USB registered\n[ 0.376228] usbcore: registered new interface driver usbfs\n[ 0.377254] usbcore: registered new interface driver hub\n[ 0.378251] usbcore: registered new device driver usb\n[ 0.379305] PCI: Using ACPI for IRQ routing\n[ 0.380323] NetLabel: Initializing\n[ 0.381033] NetLabel: domain hash size = 128\n[ 0.381875] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382814] NetLabel: unlabeled traffic allowed by default\n[ 0.383903] clocksource: Switched to clocksource kvm-clock\n[ 0.389403] AppArmor: AppArmor Filesystem Enabled\n[ 0.390350] pnp: PnP ACPI init\n[ 0.391257] pnp: PnP ACPI: found 5 devices\n[ 0.397618] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399292] NET: Registered protocol family 2\n[ 0.400235] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401493] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402642] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403779] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404845] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405995] NET: Registered protocol family 1\n[ 0.406849] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407940] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408997] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422963] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437205] Trying to unpack rootfs image as initramfs...\n[ 0.486520] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500519] Scanning for low memory corruption every 60 seconds\n[ 0.501835] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502961] audit: initializing netlink subsys (disabled)\n[ 0.503974] audit: type=2000 audit(1543142571.076:1): initialized\n[ 0.505253] Initialise system trusted keyring\n[ 0.506163] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507301] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509244] zbud: loaded\n[ 0.509938] VFS: Disk quotas dquot_6.6.0\n[ 0.510745] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512236] fuse init (API version 7.23)\n[ 0.513137] Key type big_key registered\n[ 0.513932] Allocating IMA MOK and blacklist keyrings.\n[ 0.515380] Key type asymmetric registered\n[ 0.516201] Asymmetric key parser 'x509' registered\n[ 0.517142] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518587] io scheduler noop registered\n[ 0.519366] io scheduler deadline registered (default)\n[ 0.520354] io scheduler cfq registered\n[ 0.521178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522217] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523471] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524909] ACPI: Power Button [PWRF]\n[ 0.525732] GHES: HEST is not enabled!\n[ 0.539251] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567363] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569594] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594736] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597475] Linux agpgart interface v0.103\n[ 0.599544] brd: module loaded\n[ 0.600763] loop: module loaded\n[ 0.605527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606973] GPT:90111 != 2097151\n[ 0.607651] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608749] GPT:90111 != 2097151\n[ 0.609430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610405] vda: vda1 vda15\n[ 0.612423] scsi host0: ata_piix\n[ 0.613285] scsi host1: ata_piix\n[ 0.614233] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615844] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617934] libphy: Fixed MDIO Bus: probed\n[ 0.618963] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623423] PPP generic driver version 2.4.2\n[ 0.624543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625863] ehci-pci: EHCI PCI platform driver\n[ 0.626887] ehci-platform: EHCI generic platform driver\n[ 0.628105] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629409] ohci-pci: OHCI PCI platform driver\n[ 0.630466] ohci-platform: OHCI generic platform driver\n[ 0.631663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646214] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647225] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650921] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652294] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653781] usb usb1: Product: UHCI Host Controller\n[ 0.654707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655951] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657112] hub 1-0:1.0: USB hub found\n[ 0.658026] hub 1-0:1.0: 2 ports detected\n[ 0.659090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661517] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662677] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663913] mousedev: PS/2 mouse device common for all mice\n[ 0.665371] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667513] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668783] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670201] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671633] i2c /dev entries driver\n[ 0.672538] device-mapper: uevent: version 1.0.3\n[ 0.673635] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675588] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677117] NET: Registered protocol family 10\n[ 0.678274] NET: Registered protocol family 17\n[ 0.679328] Key type dns_resolver registered\n[ 0.680437] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681738] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683842] registered taskstats version 1\n[ 0.684831] Loading compiled-in X.509 certificates\n[ 0.686440] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688675] zswap: loaded using pool lzo/zbud\n[ 0.690166] Key type trusted registered\n[ 0.691810] Key type encrypted registered\n[ 0.692805] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694063] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695255] evm: HMAC attrs: 0x1\n[ 0.696662] Magic number: 10:653:730\n[ 0.697553] block vda1: hash matches\n[ 0.698468] rtc_cmos 00:00: setting system clock to 2018-11-25 10:42:51 UTC (1543142571)\n[ 0.700369] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701712] EDD information not available.\n[ 0.777045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788974] Write protecting the kernel read-only data: 14336k\n[ 0.790690] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792712] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.18\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.383815] 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 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.28. iid=i-00000120\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCh8VokbZTCfVDgHPHhTyMrKSAo0s+OjYaodeAf/4LoZYY6tqWYDR/2jc5nto7tr61BhKWHFnFsv0EiqARNJ8BeOgrhj5UAIYQ5RU6cRMkTjAyrb3PgHpXcm9jDzC85NZxS+xPLrsywTDdXen7mH4P6kiuAR1umZ49PneGTueeaayC88NEQFDNMplbX7tDnbWfO7OodoyJPG+CPZTKKLce+/nInGLtFx4TuVFlPSiy01oIyzcDras6xDBaDbKT6zKLen4Ulr/mOJyJuYXJpOW6toepwPSthA7sa8Bo8ajlJjIPHNYtwEyHl/GJxAcbFTKRWx/EbWZ0xIZMW1/Q/fkq9 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAO9SSBu4TysK8VC/AdSJbqbPd8MBDakVkviNFWk3uHFfOsY3dhCF02cST6fSOrhmakPKmckMQFml/CVgCZRfKCXqiDtIFmyRt8QP5nA4+HMv7M+/fiHFcXQLEPJnbjpiKGneDUVan61VxXg6rLVYWwE6XID24dcyRBgfsjig6LGFAAAAFQCjgGMqUR3EjmALVw0WrxTDhROZSQAAAIEAuUzlRZXBeqZvhLtP1sonyjGXBSiuGMHpRY7tPJ1QNwzWo5/sb3Hc2NOyRwqXOuuq79dBCber8QYUXoKshdtL4BksDdbuXfwjTqfMLhE4DUdOIDsAPpXCxnqo7lEIyXcXnW6NFnjPvkrdK2CuchjnWHR4rfvxAWq4lTpBrQMDNFoAAACAQ5+XMYUM1VMQErhbuwX3lKd00tTT37vKJso2cKn8OM7rBBLspLU5QOmdHBW51YYbodVjgjPln4SfMdHYH74Be8xs6HKi3beMxpJyVk1l6eJYPPRJIyXTpkYgah/vJ9OAUWilKA3STLyWjCUhvkNM5Wq7KxqzVUB7uKojN+3vFzc= root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fefa:cd54/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000120\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.46s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FA:CD:54 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefa:cd54/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.128793] usb 1-1: Product: QEMU USB Tablet\n[ 1.128794] usb 1-1: Manufacturer: QEMU\n[ 1.128795] usb 1-1: SerialNumber: 42\n[ 1.350556] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.364688] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.383815] random: dd urandom read with 5 bits of entropy available\n[ 1.499959] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.499962] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.093061] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.425620] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:42:52 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 10:42:52 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 10:42:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 10:42:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 10:42:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 10:42:52 cirros kern.notice kernel: [ 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)\nNov 25 10:42:52 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 10:42:52 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 10:42:52 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 10:42:52 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 10:42:52 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 10:42:52 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 10:42:52 cirros kern.notice kernel: [ 1.383815] random: dd urandom read with 5 bits of entropy available\nNov 25 10:42:52 cirros kern.info kernel: [ 1.499959] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nNov 25 10:42:52 cirros kern.info kernel: [ 1.499962] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nNov 25 10:42:53 cirros auth.notice su: + /dev/console root:cirros\nNov 25 10:42:53 cirros authpriv.info dropbear[340]: Running in background\nNov 25 10:42:53 cirros kern.info kernel: [ 3.093061] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 10:42:54 cirros kern.info kernel: [ 3.425620] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-2 login: "} 2018-11-25 10:43:55,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef/action used request id req-48745b24-a5fb-4dea-a88c-b19e2b209634 2018-11-25 10:43:57,997 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-11-25 10:44:28,000 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-25 10:44:28,001 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-25 10:44:28,001 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-25 10:44:28,005 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-25 10:44:28,040 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-11-25 10:44:28,042 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-25 10:44:28,042 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-25 10:44:28,043 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-25 10:44:28,043 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-25 10:44:28,083 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-25 10:44:28,118 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-25 10:44:28,121 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-25 10:44:28,121 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-25 10:44:28,123 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-25 10:44:28,123 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-25 10:44:28,129 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-25 10:44:28,169 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-11-25 10:44:28,170 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-25 10:44:28,171 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-25 10:44:28,172 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-25 10:44:28,172 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-25 10:44:28,213 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-25 10:44:28,249 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-25 10:44:28,254 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-25 10:44:28,255 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-25 10:44:28,256 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-25 10:44:28,256 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-25 10:44:28,258 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-25 10:44:28,295 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-25 10:44:28,296 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-11-25 10:44:28,297 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-25 10:44:28,298 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-11-25 10:44:28,298 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-11-25 10:44:28,339 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-11-25 10:44:28,372 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-11-25 10:44:28,373 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-25 10:44:28,374 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-11-25 10:44:28,375 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-25 10:44:28,375 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-25 10:44:28,377 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-25 10:44:28,412 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-25 10:44:28,414 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-11-25 10:44:28,414 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-25 10:44:28,416 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-11-25 10:44:28,416 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-11-25 10:44:28,456 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-11-25 10:44:28,490 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-11-25 10:44:28,491 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-11-25 10:44:28,492 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-11-25 10:44:28,492 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-11-25 10:44:28,494 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-11-25 10:44:28,494 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-11-25 10:44:28,496 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-11-25 10:44:28,530 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-11-25 10:44:28,531 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-11-25 10:44:28,531 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-11-25 10:44:28,532 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-11-25 10:44:28,533 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-11-25 10:44:28,573 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-11-25 10:44:28,637 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-11-25 10:44:28,637 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-11-25 10:44:58,668 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-11-25 10:44:58,669 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-11-25 10:44:58,669 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-11-25 10:44:58,671 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-11-25 10:44:58,749 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-11-25 10:44:58,750 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-11-25 10:44:58,752 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-11-25 10:44:58,752 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-11-25 10:44:58,752 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-11-25 10:44:58,756 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-11-25 10:44:58,835 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-11-25 10:44:58,836 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-11-25 10:45:28,841 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-11-25 10:45:28,842 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-11-25 10:45:28,842 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-11-25 10:45:28,845 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-11-25 10:45:28,906 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-11-25 10:45:28,907 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-11-25 10:45:28,908 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-11-25 10:45:58,931 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-11-25 10:45:58,932 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-11-25 10:45:58,932 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-11-25 10:45:58,935 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-11-25 10:45:58,974 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-11-25 10:45:58,975 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-11-25 10:45:58,976 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-11-25 10:45:58,977 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-11-25 10:45:58,977 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-11-25 10:45:59,018 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-11-25 10:45:59,054 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-11-25 10:45:59,058 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-11-25 10:45:59,059 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-11-25 10:45:59,060 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-11-25 10:45:59,061 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-11-25 10:45:59,063 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-11-25 10:45:59,100 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-11-25 10:45:59,101 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-11-25 10:45:59,102 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-11-25 10:45:59,103 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-11-25 10:45:59,103 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-11-25 10:45:59,143 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-11-25 10:45:59,180 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-11-25 10:45:59,186 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-11-25 10:45:59,188 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-11-25 10:45:59,189 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-11-25 10:45:59,189 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-11-25 10:45:59,191 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-11-25 10:45:59,227 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-11-25 10:45:59,228 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-11-25 10:45:59,229 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-11-25 10:45:59,230 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-11-25 10:45:59,230 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-11-25 10:45:59,271 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-11-25 10:45:59,306 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-11-25 10:45:59,308 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-11-25 10:45:59,308 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-11-25 10:45:59,309 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-11-25 10:45:59,309 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-11-25 10:45:59,312 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-11-25 10:45:59,350 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-11-25 10:45:59,352 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-11-25 10:45:59,353 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-11-25 10:45:59,354 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-11-25 10:45:59,354 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-11-25 10:45:59,395 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-11-25 10:45:59,431 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-11-25 10:45:59,432 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-11-25 10:45:59,433 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-11-25 10:45:59,433 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-11-25 10:45:59,434 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-11-25 10:45:59,434 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-11-25 10:45:59,436 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-11-25 10:45:59,485 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-11-25 10:45:59,486 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-11-25 10:46:29,512 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-11-25 10:46:29,514 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-11-25 10:46:29,514 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-11-25 10:46:29,516 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-11-25 10:46:29,548 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-11-25 10:46:29,549 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-11-25 10:46:29,550 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-11-25 10:46:29,551 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-11-25 10:46:29,551 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-11-25 10:46:29,553 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-11-25 10:46:29,627 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-11-25 10:46:29,628 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-11-25 10:46:59,628 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-11-25 10:46:59,629 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-11-25 10:46:59,630 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-11-25 10:46:59,632 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-11-25 10:46:59,666 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-11-25 10:46:59,667 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-11-25 10:46:59,668 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-11-25 10:47:29,669 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-11-25 10:47:29,670 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-11-25 10:47:29,670 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-11-25 10:47:29,672 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-11-25 10:47:29,708 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-11-25 10:47:29,709 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-11-25 10:47:29,710 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-11-25 10:47:29,711 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-11-25 10:47:29,711 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-11-25 10:47:29,751 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-11-25 10:47:29,787 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-11-25 10:47:29,791 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-11-25 10:47:29,792 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-11-25 10:47:29,793 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-11-25 10:47:29,793 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-11-25 10:47:29,795 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-11-25 10:47:29,831 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-11-25 10:47:29,833 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-11-25 10:47:29,834 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-11-25 10:47:29,834 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-11-25 10:47:29,835 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-11-25 10:47:29,875 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-11-25 10:47:29,911 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-11-25 10:47:29,916 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-11-25 10:47:29,918 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-11-25 10:47:29,919 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-11-25 10:47:29,919 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-11-25 10:47:29,922 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-11-25 10:47:29,960 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-11-25 10:47:29,962 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-11-25 10:47:29,962 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-11-25 10:47:29,963 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-11-25 10:47:29,963 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-11-25 10:47:30,004 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-11-25 10:47:30,040 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-11-25 10:47:30,041 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-11-25 10:47:30,042 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-11-25 10:47:30,043 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-11-25 10:47:30,043 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-11-25 10:47:30,045 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-11-25 10:47:30,080 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-11-25 10:47:30,082 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-11-25 10:47:30,083 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-11-25 10:47:30,084 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-11-25 10:47:30,084 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-11-25 10:47:30,124 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-11-25 10:47:30,160 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-11-25 10:47:30,161 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-11-25 10:47:30,164 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-11-25 10:47:30,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853ea0d6c8dbea4a1523d9a81fbc59e7ac0472ba" -d '{"forceDelete": null}' 2018-11-25 10:47:30,333 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa1f0b4b-18ad-4408-9d1a-fefdc0b0374b x-compute-request-id: req-fa1f0b4b-18ad-4408-9d1a-fefdc0b0374b Content-Length: 0 Content-Type: application/json 2018-11-25 10:47:30,333 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c/action used request id req-fa1f0b4b-18ad-4408-9d1a-fefdc0b0374b 2018-11-25 10:47:30,334 - sdnvpn_test_utils - DEBUG - Waiting for instance ac7bc64b-e9e7-4b15-9d53-d22b0844388c to be deleted 2018-11-25 10:47:30,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853ea0d6c8dbea4a1523d9a81fbc59e7ac0472ba" 2018-11-25 10:47:31,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76b27d69-5415-4d00-b3ef-1c944da0a828 x-compute-request-id: req-76b27d69-5415-4d00-b3ef-1c944da0a828 Content-Encoding: gzip Content-Length: 896 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:e5:11", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-11-25T10:43:02.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "ac7bc64b-e9e7-4b15-9d53-d22b0844388c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:47:30Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-11-25T10:42:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:cd:54", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-11-25T10:42:50.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "844cdee5-4148-4435-8f5f-4c9c627253ef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:42:50Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-25T10:42:45Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:47:31,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-76b27d69-5415-4d00-b3ef-1c944da0a828 2018-11-25 10:47:33,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853ea0d6c8dbea4a1523d9a81fbc59e7ac0472ba" 2018-11-25 10:47:33,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:47:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de37783e-c7db-4c9d-aafa-5e03e93a8dbf x-compute-request-id: req-de37783e-c7db-4c9d-aafa-5e03e93a8dbf Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:cd:54", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-11-25T10:42:50.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "844cdee5-4148-4435-8f5f-4c9c627253ef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:42:50Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-25T10:42:45Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:47:33,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-de37783e-c7db-4c9d-aafa-5e03e93a8dbf 2018-11-25 10:47:35,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853ea0d6c8dbea4a1523d9a81fbc59e7ac0472ba" -d '{"forceDelete": null}' 2018-11-25 10:47:35,903 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:47:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2099527-9a4e-4b7a-a894-184c835891f8 x-compute-request-id: req-c2099527-9a4e-4b7a-a894-184c835891f8 Content-Length: 0 Content-Type: application/json 2018-11-25 10:47:35,903 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef/action used request id req-c2099527-9a4e-4b7a-a894-184c835891f8 2018-11-25 10:47:35,903 - sdnvpn_test_utils - DEBUG - Waiting for instance 844cdee5-4148-4435-8f5f-4c9c627253ef to be deleted 2018-11-25 10:47:35,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853ea0d6c8dbea4a1523d9a81fbc59e7ac0472ba" 2018-11-25 10:47:36,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:47:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e40b160f-17dc-4820-8526-0a37ed23ad19 x-compute-request-id: req-e40b160f-17dc-4820-8526-0a37ed23ad19 Content-Encoding: gzip Content-Length: 796 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:cd:54", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/844cdee5-4148-4435-8f5f-4c9c627253ef", "rel": "bookmark"}], "image": {"id": "e07758f1-7eea-410c-907b-5211d84a6210", "links": [{"href": "http://172.30.9.23:8774/images/e07758f1-7eea-410c-907b-5211d84a6210", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-11-25T10:42:50.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "844cdee5-4148-4435-8f5f-4c9c627253ef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:47:35Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-11-25T10:42:45Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:47:36,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-e40b160f-17dc-4820-8526-0a37ed23ad19 2018-11-25 10:47:38,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853ea0d6c8dbea4a1523d9a81fbc59e7ac0472ba" 2018-11-25 10:47:38,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:47: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-2305b9dd-a4c0-408d-8b5d-66045c5e8a3f x-compute-request-id: req-2305b9dd-a4c0-408d-8b5d-66045c5e8a3f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 10:47:38,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-2305b9dd-a4c0-408d-8b5d-66045c5e8a3f 2018-11-25 10:47:40,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/e07758f1-7eea-410c-907b-5211d84a6210 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71d5b03b5936fa80f81d0f518a9e8eeac85aa3f3" 2018-11-25 10:47:42,446 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe92b314-36d9-4b04-bbe8-e7a2eb1bdcd3 Date: Sun, 25 Nov 2018 10:47:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:47:42,446 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e07758f1-7eea-410c-907b-5211d84a6210 used request id req-fe92b314-36d9-4b04-bbe8-e7a2eb1bdcd3 2018-11-25 10:47:42,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/299b3def-d1c5-4429-993f-6b14db6d513d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a738c7bdfd0fb83d69e24446ec8949aaeff36" 2018-11-25 10:47:44,756 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9db163e3-cc4e-4377-a8cf-8d1f9a0caf3e Date: Sun, 25 Nov 2018 10:47:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:47:44,756 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/299b3def-d1c5-4429-993f-6b14db6d513d used request id req-9db163e3-cc4e-4377-a8cf-8d1f9a0caf3e 2018-11-25 10:47:44,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/82d4a0fb-aff7-4418-81fb-3a2ba3852412 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a738c7bdfd0fb83d69e24446ec8949aaeff36" 2018-11-25 10:47:46,239 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3bc1290e-53c1-470b-b4d8-e22ab753b03d Date: Sun, 25 Nov 2018 10:47:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:47:46,240 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/82d4a0fb-aff7-4418-81fb-3a2ba3852412 used request id req-3bc1290e-53c1-470b-b4d8-e22ab753b03d 2018-11-25 10:47:46,240 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if new flows and groups were added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS flows added | +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | New OVS groups added | +========================================================================================+ | Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller.| +----------------------------------------------------------------------------------------+ | PASS | OVS flows are programmed after resync expected flow count 325, actual flow count 347| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 25, actual group count 25| +========================================================================================+ | Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok| +----------------------------------------------------------------------------------------+ | PASS | OVS flows are programmed after resync expected flow count 325, actual flow count 346| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 25, actual group count 25| +========================================================================================+ +========================================================================================+ 2018-11-25 10:47:46,240 - sdnvpn-results - INFO - All the subtests have passed. 2018-11-25 10:47:46,240 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-11-25 10:47:46,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect': {'status': 'PASS', 'details': [{'New OVS flows added': 'PASS'}, {'New OVS groups added': 'PASS'}, {'OVS flows are programmed after resync expected flow count 325, actual flow count 347': 'PASS'}, {'OVS groups are programmed after resync expected group count 25, actual group count 25': 'PASS'}, {'OVS flows are programmed after resync expected flow count 325, actual flow count 346': 'PASS'}, {'OVS groups are programmed after resync expected group count 25, actual group count 25': 'PASS'}]} 2018-11-25 10:47:46,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2018-11-25 10:47:46,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-11-25 10:47:46,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-11-25 10:47:46,330 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-11-25 10:47:46,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:47:46,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:47:46,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:47:46,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:47:46,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:47:46,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:47:46,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:47:46,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:47:46,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:47:46,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:47:46,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:47:46,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:47:46,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:47:46,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:47:46,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:47:46,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:47:46,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:47:46,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:47:46,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:47:46,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:47:46,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:47:46,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:47:46,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:47:46,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:47:46,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:47:46,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:47:46,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:47:46,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:47:46,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:47:46,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:47:46,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:47:46,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:47:46,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:47:46,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:47:46,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:47:46,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:47:46,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:47:46,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:47:46,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-25 10:47:46,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:47:46,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:47:46,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:47:46,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:47:46,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:47:46,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:47:46,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:47:46,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:47:46,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:47:46,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:47:46,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:47:46,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:47:46,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:47:46,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:47:46,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:47:46,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:47:46,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:47:46,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:47:46,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:47:46,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:47:46,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:47:46,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:47:46,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:47:46,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:47:46,342 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:47:46,343 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f8d2910L 2018-11-25 10:47:46,344 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:47:46,380 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:47:46,381 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:47:46,385 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:47:46,385 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:47:46,386 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:47:46,386 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:47:46,386 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:47:46,386 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:47:46,394 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:47:46,394 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:47:46,407 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.182: 739eb584ba2ebd793d4b100ee3a9bf26 2018-11-25 10:47:46,408 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:47:46,435 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:47:46,474 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:47:46,509 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:47:46,740 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:47:46,740 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:47:46,779 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:47:46,780 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:47:46,820 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:47:51,989 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:47:51,991 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:47:51,993 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f8c3050L 2018-11-25 10:47:51,993 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:47:51,999 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:47:51,999 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:47:52,002 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:47:52,002 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:47:52,002 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:47:52,002 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:47:52,003 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:47:52,003 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:47:52,007 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:47:52,008 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:47:52,009 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 10:47:52,009 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:47:52,047 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:47:52,059 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:47:52,074 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:47:52,151 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:47:52,151 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:47:52,190 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:47:52,191 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:47:52,210 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:47:52,243 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:47:52,245 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:47:52,246 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:47:52,246 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:47:52,247 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:47:52,288 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:47:52,322 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:47:52,324 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:47:52,324 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:47:52,325 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:47:52,326 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:47:52,366 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:47:52,396 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:47:52,398 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:47:52,399 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f8c3350L 2018-11-25 10:47:52,400 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:47:52,405 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:47:52,406 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:47:52,408 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:47:52,409 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:47:52,409 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:47:52,409 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:47:52,409 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:47:52,409 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:47:52,414 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:47:52,414 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:47:52,431 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 10:47:52,432 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:47:52,454 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:47:52,466 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:47:52,496 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:47:52,571 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:47:52,571 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:47:52,610 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:47:52,611 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:47:52,617 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:47:52,655 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:47:52,655 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:47:52,656 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:47:52,657 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:47:52,657 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:47:52,698 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:47:52,736 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:47:52,737 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:47:52,738 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:47:52,739 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:47:52,739 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:47:52,779 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:47:52,811 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:47:52,813 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:47:52,814 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f8d88d0L 2018-11-25 10:47:52,815 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:47:52,821 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:47:52,822 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:47:52,824 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:47:52,825 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:47:52,825 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:47:52,825 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:47:52,825 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:47:52,825 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:47:52,830 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:47:52,830 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:47:52,847 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 10:47:52,848 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:47:52,870 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:47:52,883 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:47:52,912 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:47:52,990 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:47:52,990 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:47:53,029 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:47:53,030 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:47:53,049 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:47:53,086 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:47:53,087 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:47:53,088 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:47:53,088 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:47:53,089 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:47:53,129 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:47:53,167 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:47:53,168 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:47:53,169 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:47:53,171 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:47:53,171 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:47:53,211 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:47:53,242 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:47:53,243 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:47:53,245 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f8daa90L 2018-11-25 10:47:53,246 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:47:53,250 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:47:53,250 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:47:53,252 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:47:53,253 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:47:53,253 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:47:53,253 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:47:53,253 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:47:53,254 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:47:53,258 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:47:53,259 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:47:53,261 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 10:47:53,262 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:47:53,298 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:47:53,308 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:47:53,326 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:47:53,381 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:47:53,381 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:47:53,420 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:47:53,421 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:47:53,429 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:47:53,464 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:47:53,466 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:47:53,466 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:47:53,467 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:47:53,467 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:47:53,507 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:47:53,538 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:47:53,540 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:47:53,540 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:47:53,541 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:47:53,542 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:47:53,581 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:47:53,610 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:47:53,611 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:47:53,613 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f8ddad0L 2018-11-25 10:47:53,614 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:47:53,618 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:47:53,618 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:47:53,620 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:47:53,620 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:47:53,621 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:47:53,621 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:47:53,621 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:47:53,621 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:47:53,625 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:47:53,626 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:47:53,629 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 10:47:53,630 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:47:53,666 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:47:53,676 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:47:53,694 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:47:53,755 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:47:53,755 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:47:53,794 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:47:53,795 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:47:53,799 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:47:53,830 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:47:53,831 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:47:53,832 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:47:53,832 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:47:53,832 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:47:53,873 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:47:53,906 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:47:53,908 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:47:53,908 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:47:53,909 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:47:53,909 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:47:53,950 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:47:53,979 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:47:53,980 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:47:53,980 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:47:53,981 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:47:53,982 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:47:53,989 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:47:59,778 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:47:59,780 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:47:59,782 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f8c3b90L 2018-11-25 10:47:59,783 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:47:59,788 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:47:59,789 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:47:59,791 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:47:59,791 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:47:59,791 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:47:59,792 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:47:59,792 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:47:59,792 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:47:59,797 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:47:59,797 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:47:59,798 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 10:47:59,799 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:47:59,836 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:47:59,849 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:47:59,864 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:47:59,941 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:47:59,942 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:47:59,981 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:47:59,982 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:47:59,999 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:48:00,035 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:48:00,036 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:48:00,036 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:48:00,037 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:48:00,037 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:48:00,079 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:48:00,115 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:48:00,117 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:48:00,117 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:48:00,118 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:48:00,118 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:48:00,159 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:48:00,190 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:48:00,192 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:48:00,194 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f834250L 2018-11-25 10:48:00,194 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:48:00,199 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:48:00,199 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:48:00,202 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:48:00,202 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:48:00,202 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:48:00,202 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:48:00,202 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:48:00,203 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:48:00,207 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:48:00,208 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:48:00,210 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 10:48:00,210 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:48:00,247 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:48:00,258 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:48:00,275 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:48:00,344 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:48:00,344 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:48:00,383 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:48:00,384 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:48:00,395 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:48:00,427 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:48:00,428 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:48:00,428 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:48:00,429 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:48:00,429 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:48:00,470 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:48:00,507 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:48:00,508 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:48:00,508 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:48:00,510 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:48:00,510 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:48:00,551 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:48:00,580 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:48:00,582 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:48:00,584 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f83a450L 2018-11-25 10:48:00,585 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:48:00,588 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:48:00,589 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:48:00,590 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:48:00,591 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:48:00,591 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:48:00,591 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:48:00,591 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:48:00,591 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:48:00,596 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:48:00,596 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:48:00,600 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 10:48:00,601 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:48:00,636 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:48:00,647 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:48:00,665 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:48:00,728 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:48:00,728 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:48:00,767 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:48:00,768 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:48:00,773 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:48:00,805 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:48:00,806 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:48:00,807 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:48:00,808 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:48:00,808 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:48:00,850 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:48:00,884 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:48:00,887 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:48:00,887 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:48:00,888 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:48:00,888 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:48:00,929 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:48:00,959 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:48:00,960 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:48:00,962 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f83abd0L 2018-11-25 10:48:00,963 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:48:00,967 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:48:00,967 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:48:00,970 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:48:00,970 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:48:00,970 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:48:00,970 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:48:00,970 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:48:00,970 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:48:00,975 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:48:00,975 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:48:00,978 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 10:48:00,979 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:48:01,015 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:48:01,025 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:48:01,043 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:48:01,099 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:48:01,099 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:48:01,138 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:48:01,139 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:48:01,146 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:48:01,176 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:48:01,177 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:48:01,178 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:48:01,179 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:48:01,179 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:48:01,220 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:48:01,249 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:48:01,251 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:48:01,251 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:48:01,252 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:48:01,253 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:48:01,293 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:48:01,321 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:48:01,322 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:48:01,324 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f841b90L 2018-11-25 10:48:01,324 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 10:48:01,329 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 10:48:01,330 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 10:48:01,331 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 10:48:01,331 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 10:48:01,331 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 10:48:01,332 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 10:48:01,332 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 10:48:01,332 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 10:48:01,336 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 10:48:01,337 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 10:48:01,340 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 10:48:01,341 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 10:48:01,376 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 10:48:01,385 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 10:48:01,405 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 10:48:01,456 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 10:48:01,456 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 10:48:01,495 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 10:48:01,496 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 10:48:01,508 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 10:48:01,537 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 10:48:01,538 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 10:48:01,539 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 10:48:01,540 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 10:48:01,540 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 10:48:01,580 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 10:48:01,610 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 10:48:01,611 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 10:48:01,612 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 10:48:01,613 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 10:48:01,613 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 10:48:01,654 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 10:48:01,680 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 10:48:01,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:48:01,683 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 10:48:01,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9426b5a7-5516-4a6d-8234-a109fcaa5284 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:48:01,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9426b5a7-5516-4a6d-8234-a109fcaa5284 2018-11-25 10:48:01,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:48:02,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:48:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["jLl_B021RV2KM1bvm_3fPg"], "issued_at": "2018-11-25T10:48:02.000000Z"}} 2018-11-25 10:48:02,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}375c2a126d85c9eb73c296304b72cff0f1009eb4" 2018-11-25 10:48:02,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-59269970-2bf4-46c1-be21-4499dffd2c37 Date: Sun, 25 Nov 2018 10:48:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-25 10:48:02,239 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-59269970-2bf4-46c1-be21-4499dffd2c37 2018-11-25 10:48:02,239 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:48:02,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}375c2a126d85c9eb73c296304b72cff0f1009eb4" 2018-11-25 10:48:02,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-598518f2-5f9b-409e-8cbb-519bb56735b2 Date: Sun, 25 Nov 2018 10:48:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 10:48:02,422 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-598518f2-5f9b-409e-8cbb-519bb56735b2 2018-11-25 10:48:02,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}375c2a126d85c9eb73c296304b72cff0f1009eb4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-25 10:48:02,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/3cefe508-78bd-4d32-a865-4f2c56acca0c X-Openstack-Request-Id: req-db5f7917-c5ad-4049-8166-7650677d039e Date: Sun, 25 Nov 2018 10:48:02 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T10:48:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T10:48:02Z", "visibility": "public", "locations": [], "self": "/v2/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "min_disk": 0, "protected": false, "id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "file": "/v2/images/3cefe508-78bd-4d32-a865-4f2c56acca0c/file", "checksum": null, "owner": "6398f91c7f9a4cc9becafd672cd3c763", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 10:48:02,647 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-db5f7917-c5ad-4049-8166-7650677d039e 2018-11-25 10:48:02,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/3cefe508-78bd-4d32-a865-4f2c56acca0c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}375c2a126d85c9eb73c296304b72cff0f1009eb4" -d '' 2018-11-25 10:48:03,710 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-459ced85-5cea-4bf6-ad44-e481305f6ada Date: Sun, 25 Nov 2018 10:48:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:48:03,710 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/3cefe508-78bd-4d32-a865-4f2c56acca0c/file used request id req-459ced85-5cea-4bf6-ad44-e481305f6ada 2018-11-25 10:48:03,710 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-11-25 10:48:03,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:48:03,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3422f6d-e7f0-412d-bbc2-71615f654aef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:48:03,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d3422f6d-e7f0-412d-bbc2-71615f654aef 2018-11-25 10:48:03,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:48:04,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:48:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["7SbqU1d6TaOf7dK83RWtWQ"], "issued_at": "2018-11-25T10:48:04.000000Z"}} 2018-11-25 10:48:04,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008f19bfa1b0129bd02c3886d78ba0642fab8196" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-11-25 10:48:04,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-f7120b7a-9847-4690-8c35-bd5a52a76fea Date: Sun, 25 Nov 2018 10:48:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5cb63186-c64c-4ee7-87f0-fcaace3dd370","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:48:04Z","is_default":false,"provider:segmentation_id":84,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:48:04Z","mtu":1450}} 2018-11-25 10:48:04,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f7120b7a-9847-4690-8c35-bd5a52a76fea 2018-11-25 10:48:04,588 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 5cb63186-c64c-4ee7-87f0-fcaace3dd370 with cidr 10.10.10.0/24 2018-11-25 10:48:04,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008f19bfa1b0129bd02c3886d78ba0642fab8196" -d '{"subnets": [{"ip_version": 4, "network_id": "5cb63186-c64c-4ee7-87f0-fcaace3dd370", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-11-25 10:48:05,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a64eaeb8-02a6-46e2-a662-e764e7907bed Date: Sun, 25 Nov 2018 10:48:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb63186-c64c-4ee7-87f0-fcaace3dd370","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:48:04Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:48:04Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"eff2edd0-5ec9-4e6e-aed9-65a2ddde192c","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-11-25 10:48:05,331 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-a64eaeb8-02a6-46e2-a662-e764e7907bed 2018-11-25 10:48:05,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008f19bfa1b0129bd02c3886d78ba0642fab8196" 2018-11-25 10:48:05,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-4174dabd-6a60-4be5-bb70-5003174977f8 Date: Sun, 25 Nov 2018 10:48:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "updated_at": "2018-11-25T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "be60c331-bec8-4f83-b795-2cee1d41747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}], "revision_number": 4, "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8b709bbc-7260-46b7-88dc-54f09751360e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "updated_at": "2018-11-25T10:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "70416a38-6876-4fff-9847-564e75ee3305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-25T10:27:45Z", "revision_number": 0, "id": "c4d6f8eb-cb48-4051-b56f-a5bbef7a52ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:27:45Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 179, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 7, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "name": "sdnvpn-sg"}]} 2018-11-25 10:48:05,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-4174dabd-6a60-4be5-bb70-5003174977f8 2018-11-25 10:48:05,531 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:48:05,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:48:05,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dada144-bed3-4efb-bf07-a5c5db6ce9c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:48:05,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0dada144-bed3-4efb-bf07-a5c5db6ce9c3 2018-11-25 10:48:05,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:48:05,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:48:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["0wB974qtTWa8jYCbflCL0w"], "issued_at": "2018-11-25T10:48:05.000000Z"}} 2018-11-25 10:48:05,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e654cd7012f78249e92c3910eab65db1a94a34" 2018-11-25 10:48:06,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-44c24a1e-9977-4d4c-9760-f39e56033919 x-compute-request-id: req-44c24a1e-9977-4d4c-9760-f39e56033919 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 10:48:06,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-44c24a1e-9977-4d4c-9760-f39e56033919 2018-11-25 10:48:06,101 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:48:06,102 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:48:06,102 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:48:06,104 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:48:06,144 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:48:06,145 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:48:06,146 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:48:06,147 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:48:06,147 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:48:06,188 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:48:06,221 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:48:06,222 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 10:48:06,223 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:48:06,224 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 10:48:06,224 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 10:48:06,227 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 10:48:06,278 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-11-25 10:48:06,279 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 10:48:06,280 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 10:48:06,281 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 10:48:06,281 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 10:48:06,322 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 10:48:06,360 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 10:48:06,361 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-11-25 10:48:06,362 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=3cefe508-78bd-4d32-a865-4f2c56acca0c network=5cb63186-c64c-4ee7-87f0-fcaace3dd370 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:48:06,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:48:06,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:48:06,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:48:06,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:48:06,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:48:06,363 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 10:48:06,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:48:06,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:48:06,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:48:06,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:48:06,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:48:06,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:48:06,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:48:06,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:48:06,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:48:06,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:48:06,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:48:06,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:48:06,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:48:06,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:48:06,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:48:06,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:48:06,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:48:06,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:48:06,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:48:06,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:48:06,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:48:06,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:48:06,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:48:06,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:48:06,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:48:06,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:48:06,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:48:06,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:48:06,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:48:06,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:48:06,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:48:06,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:48:06,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:48:06,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:48:06,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:48:06,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:48:06,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:48:06,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:48:06,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:48:06,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:48:06,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:48:06,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:48:06,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:48:06,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:48:06,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-923c151f-b9d2-46d7-ac6c-4aa49015518f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:48:06,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-923c151f-b9d2-46d7-ac6c-4aa49015518f 2018-11-25 10:48:06,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:48:06,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:48:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["ldT3ZqskSKCeh7aP_YPzTg"], "issued_at": "2018-11-25T10:48:06.000000Z"}} 2018-11-25 10:48:06,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" 2018-11-25 10:48:06,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-d6207c15-056e-40e9-ba13-0a2354aa3b0a x-compute-request-id: req-d6207c15-056e-40e9-ba13-0a2354aa3b0a Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:48:06,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d6207c15-056e-40e9-ba13-0a2354aa3b0a 2018-11-25 10:48:06,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" 2018-11-25 10:48:06,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-d20a9d30-8ee7-4524-8a72-2970afb62bba x-compute-request-id: req-d20a9d30-8ee7-4524-8a72-2970afb62bba Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:48:06,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-d20a9d30-8ee7-4524-8a72-2970afb62bba 2018-11-25 10:48:06,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5cb63186-c64c-4ee7-87f0-fcaace3dd370"}]}}' 2018-11-25 10:48:08,471 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:48: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-f53322d6-38cd-4a20-86ab-7020df1292ef x-compute-request-id: req-f53322d6-38cd-4a20-86ab-7020df1292ef Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "994d2ca2-a47d-4be0-b288-59e3ffe06d08", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "bookmark"}], "adminPass": "f9E3LTjcitHK"}} 2018-11-25 10:48:08,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f53322d6-38cd-4a20-86ab-7020df1292ef 2018-11-25 10:48:08,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:48:08,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cee0248a-6e8a-4a8d-ab76-470f6dc395b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:48:08,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cee0248a-6e8a-4a8d-ab76-470f6dc395b8 2018-11-25 10:48:08,481 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:48:08,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:48:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["_U1eUE5QQsqf_Xf53LsAmQ"], "issued_at": "2018-11-25T10:48:08.000000Z"}} 2018-11-25 10:48:08,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad84b7e917fa597d13a20e3140244e5cb661145" 2018-11-25 10:48:09,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae6808f5-7905-497a-bfcf-c9b33bc2a198 x-compute-request-id: req-ae6808f5-7905-497a-bfcf-c9b33bc2a198 Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "994d2ca2-a47d-4be0-b288-59e3ffe06d08", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:48:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-2", "created": "2018-11-25T10:48:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:48:09,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08 used request id req-ae6808f5-7905-497a-bfcf-c9b33bc2a198 2018-11-25 10:48:12,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad84b7e917fa597d13a20e3140244e5cb661145" 2018-11-25 10:48:13,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-92f0a162-883e-4ce6-8a8b-fc316b510365 x-compute-request-id: req-92f0a162-883e-4ce6-8a8b-fc316b510365 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:c7:40", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "994d2ca2-a47d-4be0-b288-59e3ffe06d08", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:48:09Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-25T10:48:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:48:13,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08 used request id req-92f0a162-883e-4ce6-8a8b-fc316b510365 2018-11-25 10:48:16,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad84b7e917fa597d13a20e3140244e5cb661145" 2018-11-25 10:48:16,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-b8caa548-7536-4b52-8a72-ffba8a4e4a36 x-compute-request-id: req-b8caa548-7536-4b52-8a72-ffba8a4e4a36 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:c7:40", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-11-25T10:48:13.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "994d2ca2-a47d-4be0-b288-59e3ffe06d08", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:48:13Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-25T10:48:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:48:16,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08 used request id req-b8caa548-7536-4b52-8a72-ffba8a4e4a36 2018-11-25 10:48:16,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" 2018-11-25 10:48:17,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-a8022381-88a5-43bd-91f7-852295c1a46b x-compute-request-id: req-a8022381-88a5-43bd-91f7-852295c1a46b Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:c7:40", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-11-25T10:48:13.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "994d2ca2-a47d-4be0-b288-59e3ffe06d08", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:48:13Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-25T10:48:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:48:17,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08 used request id req-a8022381-88a5-43bd-91f7-852295c1a46b 2018-11-25 10:48:17,519 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.5'. 2018-11-25 10:48:17,519 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-11-25 10:48:17,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e654cd7012f78249e92c3910eab65db1a94a34" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:48:18,961 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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-d2bf5a82-d099-4518-9fb6-e1b67bd364f3 x-compute-request-id: req-d2bf5a82-d099-4518-9fb6-e1b67bd364f3 Content-Length: 0 Content-Type: application/json 2018-11-25 10:48:18,962 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-d2bf5a82-d099-4518-9fb6-e1b67bd364f3 2018-11-25 10:48:18,962 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-11-25 10:48:18,962 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=3cefe508-78bd-4d32-a865-4f2c56acca0c network=5cb63186-c64c-4ee7-87f0-fcaace3dd370 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:48:18,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:48:18,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:48:18,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:48:18,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:48:18,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:48:18,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:48:18,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:48:18,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:48:18,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:48:18,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:48:18,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:48:18,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:48:18,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:48:18,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:48:18,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:48:18,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:48:18,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:48:18,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:48:18,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:48:18,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:48:18,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:48:18,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:48:18,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:48:18,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:48:18,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:48:18,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:48:18,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:48:18,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:48:18,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:48:18,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:48:18,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:48:18,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:48:18,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:48:18,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:48:18,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:48:18,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:48:18,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:48:18,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:48:18,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:48:18,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:48:18,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:48:18,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:48:18,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:48:18,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:48:18,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:48:18,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:48:18,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:48:18,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:48:18,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:48:18,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-500ec120-46a7-4615-8d45-3defbba66969 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:48:18,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-500ec120-46a7-4615-8d45-3defbba66969 2018-11-25 10:48:18,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:48:19,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:48:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["plt5l9iaTs6pCU5S216UbA"], "issued_at": "2018-11-25T10:48:19.000000Z"}} 2018-11-25 10:48:19,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" 2018-11-25 10:48:19,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-01687c0d-b44c-4d65-ace1-506fb29a96ab x-compute-request-id: req-01687c0d-b44c-4d65-ace1-506fb29a96ab Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:48:19,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-01687c0d-b44c-4d65-ace1-506fb29a96ab 2018-11-25 10:48:19,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" 2018-11-25 10:48:19,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-f7fabbc5-d1d0-478c-bac3-a763f8d8ac12 x-compute-request-id: req-f7fabbc5-d1d0-478c-bac3-a763f8d8ac12 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:48:19,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-f7fabbc5-d1d0-478c-bac3-a763f8d8ac12 2018-11-25 10:48:19,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5cb63186-c64c-4ee7-87f0-fcaace3dd370"}]}}' 2018-11-25 10:48:20,860 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:48:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-227abef3-3ab6-4462-89d7-6b255cbf7481 x-compute-request-id: req-227abef3-3ab6-4462-89d7-6b255cbf7481 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "81a0fc60-8262-4f00-b538-8b381137165e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "bookmark"}], "adminPass": "gDgYqNwXX8Ka"}} 2018-11-25 10:48:20,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-227abef3-3ab6-4462-89d7-6b255cbf7481 2018-11-25 10:48:20,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:48:20,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1214bf8-01c8-449e-a326-10360bac8c9b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:48:20,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d1214bf8-01c8-449e-a326-10360bac8c9b 2018-11-25 10:48:20,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:48:21,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:48:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["2Pxi3QJqTNycDfBA_Ac6yA"], "issued_at": "2018-11-25T10:48:21.000000Z"}} 2018-11-25 10:48:21,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43dd01d1da4fb784dd9c743bc881b9f1efbd633" 2018-11-25 10:48:21,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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,Accept-Encoding x-openstack-request-id: req-65d44ed7-3e34-405b-aed2-aacbe7925688 x-compute-request-id: req-65d44ed7-3e34-405b-aed2-aacbe7925688 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "81a0fc60-8262-4f00-b538-8b381137165e", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:48:21Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-1", "created": "2018-11-25T10:48:20Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:48:21,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e used request id req-65d44ed7-3e34-405b-aed2-aacbe7925688 2018-11-25 10:48:24,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43dd01d1da4fb784dd9c743bc881b9f1efbd633" 2018-11-25 10:48:25,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-ace90690-8fd8-4b7a-8624-8fcd583dbd03 x-compute-request-id: req-ace90690-8fd8-4b7a-8624-8fcd583dbd03 Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "81a0fc60-8262-4f00-b538-8b381137165e", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:48:22Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-11-25T10:48:20Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:48:25,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e used request id req-ace90690-8fd8-4b7a-8624-8fcd583dbd03 2018-11-25 10:48:28,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43dd01d1da4fb784dd9c743bc881b9f1efbd633" 2018-11-25 10:48:29,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-385047ed-0b1f-455a-93ef-118ae5f60e62 x-compute-request-id: req-385047ed-0b1f-455a-93ef-118ae5f60e62 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:aa:93", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-11-25T10:48:25.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "81a0fc60-8262-4f00-b538-8b381137165e", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:48:25Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-11-25T10:48:20Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:48:29,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e used request id req-385047ed-0b1f-455a-93ef-118ae5f60e62 2018-11-25 10:48:29,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" 2018-11-25 10:48:29,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78d979d5-1ce1-4ccd-be9e-3e9d8ce42792 x-compute-request-id: req-78d979d5-1ce1-4ccd-be9e-3e9d8ce42792 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:aa:93", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-11-25T10:48:25.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "81a0fc60-8262-4f00-b538-8b381137165e", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:48:25Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-11-25T10:48:20Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:48:29,897 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e used request id req-78d979d5-1ce1-4ccd-be9e-3e9d8ce42792 2018-11-25 10:48:29,898 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.11'. 2018-11-25 10:48:29,898 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-11-25 10:48:29,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e654cd7012f78249e92c3910eab65db1a94a34" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:48:31,444 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:48:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5cc7b2d8-217d-478f-bf9f-4a99e2b48ede x-compute-request-id: req-5cc7b2d8-217d-478f-bf9f-4a99e2b48ede Content-Length: 0 Content-Type: application/json 2018-11-25 10:48:31,444 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-5cc7b2d8-217d-478f-bf9f-4a99e2b48ede 2018-11-25 10:48:31,445 - sdnvpn_test_utils - INFO - Waiting for instance 81a0fc60-8262-4f00-b538-8b381137165e to boot up 2018-11-25 10:48:31,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:48:32,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97228c18-4d6d-4c65-ab17-7d1da2d1d3f4 x-compute-request-id: req-97228c18-4d6d-4c65-ab17-7d1da2d1d3f4 Content-Encoding: gzip Content-Length: 10011 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:48:32,577 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-97228c18-4d6d-4c65-ab17-7d1da2d1d3f4 2018-11-25 10:48:34,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:48:35,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-881bff59-ded4-4f55-a675-8ea62eb0129d x-compute-request-id: req-881bff59-ded4-4f55-a675-8ea62eb0129d Content-Encoding: gzip Content-Length: 10011 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:48:35,674 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-881bff59-ded4-4f55-a675-8ea62eb0129d 2018-11-25 10:48:37,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:48:38,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-fa77f0c4-7186-4bbd-a4a7-d893852bec03 x-compute-request-id: req-fa77f0c4-7186-4bbd-a4a7-d893852bec03 Content-Encoding: gzip Content-Length: 10011 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:48:38,770 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-fa77f0c4-7186-4bbd-a4a7-d893852bec03 2018-11-25 10:48:40,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:48:41,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-0528f72b-4272-44e5-a7a3-1f2c4ea2ed98 x-compute-request-id: req-0528f72b-4272-44e5-a7a3-1f2c4ea2ed98 Content-Encoding: gzip Content-Length: 10011 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:48:41,864 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-0528f72b-4272-44e5-a7a3-1f2c4ea2ed98 2018-11-25 10:48:43,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:48:44,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-7ae20736-1bb9-4b47-a934-8228d775c1c3 x-compute-request-id: req-7ae20736-1bb9-4b47-a934-8228d775c1c3 Content-Encoding: gzip Content-Length: 10011 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:48:44,959 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-7ae20736-1bb9-4b47-a934-8228d775c1c3 2018-11-25 10:48:46,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:48:48,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-8e53990e-a91b-45a8-88bf-d5ae3f29ffdf x-compute-request-id: req-8e53990e-a91b-45a8-88bf-d5ae3f29ffdf Content-Encoding: gzip Content-Length: 10082 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:48:48,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-8e53990e-a91b-45a8-88bf-d5ae3f29ffdf 2018-11-25 10:48:50,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:48:51,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-fc732584-89b6-4aaf-a2fc-71c6aa91b829 x-compute-request-id: req-fc732584-89b6-4aaf-a2fc-71c6aa91b829 Content-Encoding: gzip Content-Length: 10082 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:48:51,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-fc732584-89b6-4aaf-a2fc-71c6aa91b829 2018-11-25 10:48:53,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:48:54,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-c48977bd-19f2-4dbe-830b-2739faf92a86 x-compute-request-id: req-c48977bd-19f2-4dbe-830b-2739faf92a86 Content-Encoding: gzip Content-Length: 10082 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:48:54,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-c48977bd-19f2-4dbe-830b-2739faf92a86 2018-11-25 10:48:56,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:48:57,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-70091cd6-1c90-4196-8c5e-1a14326100a4 x-compute-request-id: req-70091cd6-1c90-4196-8c5e-1a14326100a4 Content-Encoding: gzip Content-Length: 10082 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:48:57,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-70091cd6-1c90-4196-8c5e-1a14326100a4 2018-11-25 10:48:59,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:00,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:48: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-6929939f-6ac3-4f40-8e18-81fb63c7b73d x-compute-request-id: req-6929939f-6ac3-4f40-8e18-81fb63c7b73d Content-Encoding: gzip Content-Length: 10082 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:49:00,438 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-6929939f-6ac3-4f40-8e18-81fb63c7b73d 2018-11-25 10:49:02,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:03,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-129e4ad6-462d-470b-b17e-f4b57ce5cde4 x-compute-request-id: req-129e4ad6-462d-470b-b17e-f4b57ce5cde4 Content-Encoding: gzip Content-Length: 10102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:49:03,529 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-129e4ad6-462d-470b-b17e-f4b57ce5cde4 2018-11-25 10:49:05,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:06,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-52b68e1d-421c-4383-9e92-902964d28f89 x-compute-request-id: req-52b68e1d-421c-4383-9e92-902964d28f89 Content-Encoding: gzip Content-Length: 10102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:49:06,627 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-52b68e1d-421c-4383-9e92-902964d28f89 2018-11-25 10:49:08,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:09,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8a29913-33bc-491e-a2f4-319919eeb612 x-compute-request-id: req-e8a29913-33bc-491e-a2f4-319919eeb612 Content-Encoding: gzip Content-Length: 10102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:49:09,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-e8a29913-33bc-491e-a2f4-319919eeb612 2018-11-25 10:49:11,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:12,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-20ef1a0b-6060-4c9c-aec2-1df08119af61 x-compute-request-id: req-20ef1a0b-6060-4c9c-aec2-1df08119af61 Content-Encoding: gzip Content-Length: 10102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:49:12,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-20ef1a0b-6060-4c9c-aec2-1df08119af61 2018-11-25 10:49:14,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdffc554317f2ce8ca4913a1865142908630725" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:15,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-945d354a-712b-4c35-a208-fe3d24f805a2 x-compute-request-id: req-945d354a-712b-4c35-a208-fe3d24f805a2 Content-Encoding: gzip Content-Length: 10911 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 620763328 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.132034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133688] pid_max: default: 32768 minimum: 301\n[ 0.134574] ACPI: Core revision 20150930\n[ 0.135962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137269] Security Framework initialized\n[ 0.138080] Yama: becoming mindful.\n[ 0.138810] AppArmor: AppArmor initialized\n[ 0.139672] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144862] Initializing cgroup subsys io\n[ 0.145665] Initializing cgroup subsys memory\n[ 0.146523] Initializing cgroup subsys devices\n[ 0.147401] Initializing cgroup subsys freezer\n[ 0.148270] Initializing cgroup subsys net_cls\n[ 0.149133] Initializing cgroup subsys perf_event\n[ 0.150035] Initializing cgroup subsys net_prio\n[ 0.150917] Initializing cgroup subsys hugetlb\n[ 0.151785] Initializing cgroup subsys pids\n[ 0.152661] CPU: Physical Processor ID: 0\n[ 0.154151] mce: CPU supports 10 MCE banks\n[ 0.154993] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173181] ftrace: allocating 31920 entries in 125 pages\n[ 0.199688] smpboot: Max logical packages: 1\n[ 0.200589] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201927] x2apic enabled\n[ 0.202737] Switched APIC routing to physical x2apic.\n[ 0.204502] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207596] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209368] KVM setup paravirtual spinlock\n[ 0.210673] x86: Booted up 1 node, 1 CPUs\n[ 0.211484] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212859] devtmpfs: initialized\n[ 0.214585] evm: security.selinux\n[ 0.215283] evm: security.SMACK64\n[ 0.215974] evm: security.SMACK64EXEC\n[ 0.216717] evm: security.SMACK64TRANSMUTE\n[ 0.217523] evm: security.SMACK64MMAP\n[ 0.218266] evm: security.ima\n[ 0.218908] evm: security.capability\n[ 0.219712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221554] pinctrl core: initialized pinctrl subsystem\n[ 0.222677] RTC time: 10:48:25, date: 11/25/18\n[ 0.223629] NET: Registered protocol family 16\n[ 0.224592] cpuidle: using governor ladder\n[ 0.225403] cpuidle: using governor menu\n[ 0.226192] PCCT header not found.\n[ 0.226950] ACPI: bus type PCI registered\n[ 0.227758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228996] PCI: Using configuration type 1 for base access\n[ 0.230765] ACPI: Added _OSI(Module Device)\n[ 0.231602] ACPI: Added _OSI(Processor Device)\n[ 0.232465] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233357] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235483] ACPI: Interpreter enabled\n[ 0.236268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243657] ACPI: (supports S0 S5)\n[ 0.244365] ACPI: Using IOAPIC for interrupt routing\n[ 0.245415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248516] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250880] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254279] acpiphp: Slot [3] registered\n[ 0.255078] acpiphp: Slot [4] registered\n[ 0.255873] acpiphp: Slot [5] registered\n[ 0.256676] acpiphp: Slot [6] registered\n[ 0.257481] acpiphp: Slot [7] registered\n[ 0.258284] acpiphp: Slot [8] registered\n[ 0.259079] acpiphp: Slot [9] registered\n[ 0.259871] acpiphp: Slot [10] registered\n[ 0.260690] acpiphp: Slot [11] registered\n[ 0.261510] acpiphp: Slot [12] registered\n[ 0.262325] acpiphp: Slot [13] registered\n[ 0.263132] acpiphp: Slot [14] registered\n[ 0.263934] acpiphp: Slot [15] registered\n[ 0.274840] acpiphp: Slot [16] registered\n[ 0.275664] acpiphp: Slot [17] registered\n[ 0.276478] acpiphp: Slot [18] registered\n[ 0.277289] acpiphp: Slot [19] registered\n[ 0.278087] acpiphp: Slot [20] registered\n[ 0.278905] acpiphp: Slot [21] registered\n[ 0.279720] acpiphp: Slot [22] registered\n[ 0.280537] acpiphp: Slot [23] registered\n[ 0.281349] acpiphp: Slot [24] registered\n[ 0.282152] acpiphp: Slot [25] registered\n[ 0.282964] acpiphp: Slot [26] registered\n[ 0.283778] acpiphp: Slot [27] registered\n[ 0.284603] acpiphp: Slot [28] registered\n[ 0.285424] acpiphp: Slot [29] registered\n[ 0.286235] acpiphp: Slot [30] registered\n[ 0.287060] acpiphp: Slot [31] registered\n[ 0.287880] PCI host bridge to bus 0000:00\n[ 0.288700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291134] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294051] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300328] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302832] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310592] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312034] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367111] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368261] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369816] vgaarb: loaded\n[ 0.370436] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371581] SCSI subsystem initialized\n[ 0.372402] ACPI: bus type USB registered\n[ 0.373225] usbcore: registered new interface driver usbfs\n[ 0.374267] usbcore: registered new interface driver hub\n[ 0.375290] usbcore: registered new device driver usb\n[ 0.376351] PCI: Using ACPI for IRQ routing\n[ 0.377383] NetLabel: Initializing\n[ 0.378105] NetLabel: domain hash size = 128\n[ 0.378969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379939] NetLabel: unlabeled traffic allowed by default\n[ 0.381045] clocksource: Switched to clocksource kvm-clock\n[ 0.386507] AppArmor: AppArmor Filesystem Enabled\n[ 0.387482] pnp: PnP ACPI init\n[ 0.388399] pnp: PnP ACPI: found 5 devices\n[ 0.394794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396510] NET: Registered protocol family 2\n[ 0.397479] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398768] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402219] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403387] NET: Registered protocol family 1\n[ 0.404260] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405366] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420534] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434908] Trying to unpack rootfs image as initramfs...\n[ 0.484979] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498994] Scanning for low memory corruption every 60 seconds\n[ 0.500311] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501474] audit: initializing netlink subsys (disabled)\n[ 0.502512] audit: type=2000 audit(1543142906.056:1): initialized\n[ 0.503824] Initialise system trusted keyring\n[ 0.504772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505950] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508642] VFS: Disk quotas dquot_6.6.0\n[ 0.509490] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511008] fuse init (API version 7.23)\n[ 0.511917] Key type big_key registered\n[ 0.512726] Allocating IMA MOK and blacklist keyrings.\n[ 0.513845] Key type asymmetric registered\n[ 0.514680] Asymmetric key parser 'x509' registered\n[ 0.515641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517486] io scheduler noop registered\n[ 0.518290] io scheduler deadline registered (default)\n[ 0.519283] io scheduler cfq registered\n[ 0.520112] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521184] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523920] ACPI: Power Button [PWRF]\n[ 0.524760] GHES: HEST is not enabled!\n[ 0.538601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597287] Linux agpgart interface v0.103\n[ 0.599363] brd: module loaded\n[ 0.600570] loop: module loaded\n[ 0.605485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606931] GPT:90111 != 2097151\n[ 0.607611] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608694] GPT:90111 != 2097151\n[ 0.609372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610330] vda: vda1 vda15\n[ 0.611829] scsi host0: ata_piix\n[ 0.612564] scsi host1: ata_piix\n[ 0.613273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614478] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615905] libphy: Fixed MDIO Bus: probed\n[ 0.616718] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617662] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619807] PPP generic driver version 2.4.2\n[ 0.620687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621991] ehci-pci: EHCI PCI platform driver\n[ 0.622861] ehci-platform: EHCI generic platform driver\n[ 0.623836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624953] ohci-pci: OHCI PCI platform driver\n[ 0.625825] ohci-platform: OHCI generic platform driver\n[ 0.626808] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643479] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652578] usb usb1: Product: UHCI Host Controller\n[ 0.653806] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656596] hub 1-0:1.0: USB hub found\n[ 0.657604] hub 1-0:1.0: 2 ports detected\n[ 0.658752] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662634] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664031] mousedev: PS/2 mouse device common for all mice\n[ 0.665668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669437] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671009] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672608] i2c /dev entries driver\n[ 0.673597] device-mapper: uevent: version 1.0.3\n[ 0.674834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676992] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678679] NET: Registered protocol family 10\n[ 0.679975] NET: Registered protocol family 17\n[ 0.681186] Key type dns_resolver registered\n[ 0.682413] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683908] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686276] registered taskstats version 1\n[ 0.687395] Loading compiled-in X.509 certificates\n[ 0.689207] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691702] zswap: loaded using pool lzo/zbud\n[ 0.693315] Key type trusted registered\n[ 0.695080] Key type encrypted registered\n[ 0.696173] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697553] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698946] evm: HMAC attrs: 0x1\n[ 0.700065] Magic number: 10:756:831\n[ 0.701175] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:26 UTC (1543142906)\n[ 0.703278] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704789] EDD information not available.\n[ 0.774058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776178] Write protecting the kernel read-only data: 14336k\n[ 0.788631] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790922] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.02\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.222320] 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 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKUYjqWj0uOhXqj4izpiq8E21uUJLlf0dJf5rcKbKJ3qGn9/U4CvcczGYNDhC/tuoYOwdhqN8Q8XxqKqXKPai/FPeq9Io4UVjLhE2RSWOvykAqUXL3zDSkYre7be0VkzX6AAN1yDbs/sbbFYj0KCqesVFxkWzKPyCoNlknN+Q2BRrtjmPORrutb+R119eVe7Tap82p2e3LgSKNHMOYYl6WoS+oHQgZBs1/vvDMOJKQWgTW+MqY6jVa2Yg6zqUmMJZuhy6PfxHUC4oC3Afs2VbHZyN2tozra6qMfnmKT+PVdbqbDL+P3i1BkpxIenE5fGmIoIy7C9BHAQpiV99OcWx root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKdLrLvaeodfEL4MED8bm6eYmb6zNnDgT6JYDXYKDXH5NXTcsLIXwCdnnlv79bYgVj9TOQjDtqCdPzCY72p/f3yo1aSjFLz48W8edwwHlmeM2p+TjLwZx4Y/UzCS8Dxkqu3eo3cLRsM8syAaRhrhEBuaUBJtA+XpcRWXNTbHuDrAAAAFQCqjrEhRUJ4osQy6B6joTJaC8QHQwAAAIBtf3Dn+R/PWiwAu9k+PmMhDtdTM6/+bQZZeeRYYfsY9KD+rJAOVfDUUt71twdOm8D2GIa9qVgxkir8s1voAqNpKQB0ylJEwm2zqc5FQ1RcpuLkGlEqGKFNMg7g/X9OEwTweQ7yvFMQK0YtMHTLw2PMl9Vzir/2CNm4ZTQyXUD2RgAAAIEAp+g0kKsyeZEAgKRSJE9AfbqzUQUd3IBxKQrTG4FogtM9greD7iT41yX2At7kT8OZvtCjvP8rYw3Rf8cZz196kVz2MU6LFIbyMLuN5MtVI/JVfqSprFK7SekSqL9L3hGTr86EB6E9JDoitznPEi3y62Z3Xmif40bqH5SoMCG4tAE= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.11,24,fe80::f816:3eff:fe4c:aa93/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.54 ===\n/dev/root resized successfully [took 2.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4C:AA:93 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4c:aa93/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7949 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.130713] usb 1-1: Product: QEMU USB Tablet\n[ 1.130715] usb 1-1: Manufacturer: QEMU\n[ 1.130718] usb 1-1: SerialNumber: 42\n[ 1.186873] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.202161] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.222320] random: dd urandom read with 5 bits of entropy available\n[ 1.497078] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.497081] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.658111] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.009041] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:48:27 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 10:48:27 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 10:48:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 10:48:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 10:48:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 10:48:27 cirros kern.notice kernel: [ 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)\nNov 25 10:48:27 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 10:48:27 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 10:48:27 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 10:48:27 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 10:48:27 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 10:48:27 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 10:48:27 cirros kern.notice kernel: [ 1.222320] random: dd urandom read with 5 bits of entropy available\nNov 25 10:48:27 cirros kern.info kernel: [ 1.497078] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nNov 25 10:48:27 cirros kern.info kernel: [ 1.497081] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nNov 25 10:48:28 cirros auth.notice su: + /dev/console root:cirros\nNov 25 10:48:29 cirros authpriv.info dropbear[340]: Running in background\nNov 25 10:48:29 cirros kern.info kernel: [ 3.658111] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 10:48:29 cirros kern.info kernel: [ 4.009041] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-11-1 login: "} 2018-11-25 10:49:15,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-945d354a-712b-4c35-a208-fe3d24f805a2 2018-11-25 10:49:17,949 - sdnvpn_test_utils - INFO - Waiting for instance 994d2ca2-a47d-4be0-b288-59e3ffe06d08 to boot up 2018-11-25 10:49:17,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:19,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-3565c396-f277-4239-849d-549357fe690d x-compute-request-id: req-3565c396-f277-4239-849d-549357fe690d Content-Encoding: gzip Content-Length: 9373 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n"} 2018-11-25 10:49:19,078 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-3565c396-f277-4239-849d-549357fe690d 2018-11-25 10:49:21,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:22,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43fba0c1-4d23-4f35-80c5-757e2f3c14b8 x-compute-request-id: req-43fba0c1-4d23-4f35-80c5-757e2f3c14b8 Content-Encoding: gzip Content-Length: 9977 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:49:22,172 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-43fba0c1-4d23-4f35-80c5-757e2f3c14b8 2018-11-25 10:49:24,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:25,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-7c95c125-e476-46a8-8e0f-20b92d89d2ec x-compute-request-id: req-7c95c125-e476-46a8-8e0f-20b92d89d2ec Content-Encoding: gzip Content-Length: 9977 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:49:25,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-7c95c125-e476-46a8-8e0f-20b92d89d2ec 2018-11-25 10:49:27,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:28,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-8e782820-80f8-4386-9cf7-3284c3a27664 x-compute-request-id: req-8e782820-80f8-4386-9cf7-3284c3a27664 Content-Encoding: gzip Content-Length: 9977 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:49:28,364 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-8e782820-80f8-4386-9cf7-3284c3a27664 2018-11-25 10:49:30,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:31,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-cb741590-a9e1-4165-8864-4426747d763d x-compute-request-id: req-cb741590-a9e1-4165-8864-4426747d763d Content-Encoding: gzip Content-Length: 9977 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-11-25 10:49:31,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-cb741590-a9e1-4165-8864-4426747d763d 2018-11-25 10:49:33,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:34,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-c7cc30b9-551b-4084-8b5e-972072fe1aad x-compute-request-id: req-c7cc30b9-551b-4084-8b5e-972072fe1aad Content-Encoding: gzip Content-Length: 10048 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:49:34,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-c7cc30b9-551b-4084-8b5e-972072fe1aad 2018-11-25 10:49:36,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:37,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-47974280-ee27-414c-bdad-1f4b6cf9208b x-compute-request-id: req-47974280-ee27-414c-bdad-1f4b6cf9208b Content-Encoding: gzip Content-Length: 10048 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:49:37,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-47974280-ee27-414c-bdad-1f4b6cf9208b 2018-11-25 10:49:39,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:40,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-c4b6c6a5-2918-46d0-ba76-c34c84d80d68 x-compute-request-id: req-c4b6c6a5-2918-46d0-ba76-c34c84d80d68 Content-Encoding: gzip Content-Length: 10048 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:49:40,736 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-c4b6c6a5-2918-46d0-ba76-c34c84d80d68 2018-11-25 10:49:42,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:43,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-6cad3561-22a8-4665-aefa-1e82543a4297 x-compute-request-id: req-6cad3561-22a8-4665-aefa-1e82543a4297 Content-Encoding: gzip Content-Length: 10048 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:49:43,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-6cad3561-22a8-4665-aefa-1e82543a4297 2018-11-25 10:49:45,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:46,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-9f903304-865c-4dd6-9587-1e5c97733d76 x-compute-request-id: req-9f903304-865c-4dd6-9587-1e5c97733d76 Content-Encoding: gzip Content-Length: 10048 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 10:49:46,936 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-9f903304-865c-4dd6-9587-1e5c97733d76 2018-11-25 10:49:48,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:50,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-ee839c2b-6872-4930-bbb9-549157ddc700 x-compute-request-id: req-ee839c2b-6872-4930-bbb9-549157ddc700 Content-Encoding: gzip Content-Length: 10067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:49:50,027 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-ee839c2b-6872-4930-bbb9-549157ddc700 2018-11-25 10:49:52,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:53,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-a3ac415e-87e5-4c80-86e1-e4793404c29f x-compute-request-id: req-a3ac415e-87e5-4c80-86e1-e4793404c29f Content-Encoding: gzip Content-Length: 10067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:49:53,125 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-a3ac415e-87e5-4c80-86e1-e4793404c29f 2018-11-25 10:49:55,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:56,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-7d6f51b1-41e5-4fdf-9f11-b38494e41c82 x-compute-request-id: req-7d6f51b1-41e5-4fdf-9f11-b38494e41c82 Content-Encoding: gzip Content-Length: 10067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:49:56,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-7d6f51b1-41e5-4fdf-9f11-b38494e41c82 2018-11-25 10:49:58,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:49:59,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:49: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-8e4dee93-3615-45b2-ac1c-e6502703059f x-compute-request-id: req-8e4dee93-3615-45b2-ac1c-e6502703059f Content-Encoding: gzip Content-Length: 10067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:49:59,309 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-8e4dee93-3615-45b2-ac1c-e6502703059f 2018-11-25 10:50:01,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:50:02,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:50: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-d1e02ae2-80a3-4a3e-af0c-762cd60b923c x-compute-request-id: req-d1e02ae2-80a3-4a3e-af0c-762cd60b923c Content-Encoding: gzip Content-Length: 10067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 10:50:02,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-d1e02ae2-80a3-4a3e-af0c-762cd60b923c 2018-11-25 10:50:04,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81173ca68c07686e8077b1724a3b66e876e81ada" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:50:05,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:50: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-05992754-9f52-489f-9c64-c36dfaf4b3e2 x-compute-request-id: req-05992754-9f52-489f-9c64-c36dfaf4b3e2 Content-Encoding: gzip Content-Length: 10867 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500780720 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.129665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131298] pid_max: default: 32768 minimum: 301\n[ 0.132193] ACPI: Core revision 20150930\n[ 0.133535] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134801] Security Framework initialized\n[ 0.135591] Yama: becoming mindful.\n[ 0.136293] AppArmor: AppArmor initialized\n[ 0.137162] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138483] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139738] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142318] Initializing cgroup subsys io\n[ 0.143105] Initializing cgroup subsys memory\n[ 0.143971] Initializing cgroup subsys devices\n[ 0.144842] Initializing cgroup subsys freezer\n[ 0.145713] Initializing cgroup subsys net_cls\n[ 0.146560] Initializing cgroup subsys perf_event\n[ 0.147433] Initializing cgroup subsys net_prio\n[ 0.148439] Initializing cgroup subsys hugetlb\n[ 0.149332] Initializing cgroup subsys pids\n[ 0.150210] CPU: Physical Processor ID: 0\n[ 0.151677] mce: CPU supports 10 MCE banks\n[ 0.152538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170457] ftrace: allocating 31920 entries in 125 pages\n[ 0.196397] smpboot: Max logical packages: 1\n[ 0.197294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198633] x2apic enabled\n[ 0.199450] Switched APIC routing to physical x2apic.\n[ 0.201215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204336] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206068] KVM setup paravirtual spinlock\n[ 0.207322] x86: Booted up 1 node, 1 CPUs\n[ 0.208102] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209451] devtmpfs: initialized\n[ 0.211146] evm: security.selinux\n[ 0.211854] evm: security.SMACK64\n[ 0.212523] evm: security.SMACK64EXEC\n[ 0.213239] evm: security.SMACK64TRANSMUTE\n[ 0.214023] evm: security.SMACK64MMAP\n[ 0.214739] evm: security.ima\n[ 0.215363] evm: security.capability\n[ 0.216144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217938] pinctrl core: initialized pinctrl subsystem\n[ 0.218995] RTC time: 10:48:13, date: 11/25/18\n[ 0.219932] NET: Registered protocol family 16\n[ 0.220907] cpuidle: using governor ladder\n[ 0.221699] cpuidle: using governor menu\n[ 0.222454] PCCT header not found.\n[ 0.223182] ACPI: bus type PCI registered\n[ 0.223964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225158] PCI: Using configuration type 1 for base access\n[ 0.226869] ACPI: Added _OSI(Module Device)\n[ 0.227681] ACPI: Added _OSI(Processor Device)\n[ 0.228512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229370] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231429] ACPI: Interpreter enabled\n[ 0.232174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239522] ACPI: (supports S0 S5)\n[ 0.240209] ACPI: Using IOAPIC for interrupt routing\n[ 0.241177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246534] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249826] acpiphp: Slot [3] registered\n[ 0.250608] acpiphp: Slot [4] registered\n[ 0.251379] acpiphp: Slot [5] registered\n[ 0.252158] acpiphp: Slot [6] registered\n[ 0.252940] acpiphp: Slot [7] registered\n[ 0.253722] acpiphp: Slot [8] registered\n[ 0.254500] acpiphp: Slot [9] registered\n[ 0.255282] acpiphp: Slot [10] registered\n[ 0.256069] acpiphp: Slot [11] registered\n[ 0.256854] acpiphp: Slot [12] registered\n[ 0.257647] acpiphp: Slot [13] registered\n[ 0.258433] acpiphp: Slot [14] registered\n[ 0.259222] acpiphp: Slot [15] registered\n[ 0.269941] acpiphp: Slot [16] registered\n[ 0.270786] acpiphp: Slot [17] registered\n[ 0.271572] acpiphp: Slot [18] registered\n[ 0.272350] acpiphp: Slot [19] registered\n[ 0.273134] acpiphp: Slot [20] registered\n[ 0.273933] acpiphp: Slot [21] registered\n[ 0.274717] acpiphp: Slot [22] registered\n[ 0.275501] acpiphp: Slot [23] registered\n[ 0.276270] acpiphp: Slot [24] registered\n[ 0.277068] acpiphp: Slot [25] registered\n[ 0.277850] acpiphp: Slot [26] registered\n[ 0.278637] acpiphp: Slot [27] registered\n[ 0.279420] acpiphp: Slot [28] registered\n[ 0.280206] acpiphp: Slot [29] registered\n[ 0.281001] acpiphp: Slot [30] registered\n[ 0.281788] acpiphp: Slot [31] registered\n[ 0.282567] PCI host bridge to bus 0000:00\n[ 0.283349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287069] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294699] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298654] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305803] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358774] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360246] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365606] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367865] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369384] vgaarb: loaded\n[ 0.369974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371087] SCSI subsystem initialized\n[ 0.371894] ACPI: bus type USB registered\n[ 0.372685] usbcore: registered new interface driver usbfs\n[ 0.373676] usbcore: registered new interface driver hub\n[ 0.374646] usbcore: registered new device driver usb\n[ 0.375677] PCI: Using ACPI for IRQ routing\n[ 0.376674] NetLabel: Initializing\n[ 0.377364] NetLabel: domain hash size = 128\n[ 0.378187] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380178] clocksource: Switched to clocksource kvm-clock\n[ 0.385684] AppArmor: AppArmor Filesystem Enabled\n[ 0.386607] pnp: PnP ACPI init\n[ 0.387506] pnp: PnP ACPI: found 5 devices\n[ 0.393853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395531] NET: Registered protocol family 2\n[ 0.396459] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397697] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399941] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402146] NET: Registered protocol family 1\n[ 0.403022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404098] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405167] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419178] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433463] Trying to unpack rootfs image as initramfs...\n[ 0.483539] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497548] Scanning for low memory corruption every 60 seconds\n[ 0.498842] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499979] audit: initializing netlink subsys (disabled)\n[ 0.501013] audit: type=2000 audit(1543142894.263:1): initialized\n[ 0.502308] Initialise system trusted keyring\n[ 0.503220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504393] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506333] zbud: loaded\n[ 0.507036] VFS: Disk quotas dquot_6.6.0\n[ 0.507845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509331] fuse init (API version 7.23)\n[ 0.510215] Key type big_key registered\n[ 0.510999] Allocating IMA MOK and blacklist keyrings.\n[ 0.512482] Key type asymmetric registered\n[ 0.513291] Asymmetric key parser 'x509' registered\n[ 0.514229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515666] io scheduler noop registered\n[ 0.516454] io scheduler deadline registered (default)\n[ 0.517427] io scheduler cfq registered\n[ 0.518243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521952] ACPI: Power Button [PWRF]\n[ 0.522769] GHES: HEST is not enabled!\n[ 0.536588] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564597] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595274] Linux agpgart interface v0.103\n[ 0.597356] brd: module loaded\n[ 0.598581] loop: module loaded\n[ 0.603229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604659] GPT:90111 != 2097151\n[ 0.605316] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606371] GPT:90111 != 2097151\n[ 0.607026] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607961] vda: vda1 vda15\n[ 0.609444] scsi host0: ata_piix\n[ 0.610176] scsi host1: ata_piix\n[ 0.610866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613462] libphy: Fixed MDIO Bus: probed\n[ 0.614256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617367] PPP generic driver version 2.4.2\n[ 0.618232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619653] ehci-pci: EHCI PCI platform driver\n[ 0.620503] ehci-platform: EHCI generic platform driver\n[ 0.621455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622548] ohci-pci: OHCI PCI platform driver\n[ 0.623381] ohci-platform: OHCI generic platform driver\n[ 0.624342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641097] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643077] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646012] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649988] usb usb1: Product: UHCI Host Controller\n[ 0.651287] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652405] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653330] hub 1-0:1.0: USB hub found\n[ 0.654086] hub 1-0:1.0: 2 ports detected\n[ 0.654959] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658940] mousedev: PS/2 mouse device common for all mice\n[ 0.660161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664189] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665332] i2c /dev entries driver\n[ 0.666082] device-mapper: uevent: version 1.0.3\n[ 0.666989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669808] NET: Registered protocol family 10\n[ 0.670766] NET: Registered protocol family 17\n[ 0.671625] Key type dns_resolver registered\n[ 0.672532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675273] registered taskstats version 1\n[ 0.676073] Loading compiled-in X.509 certificates\n[ 0.677492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679264] zswap: loaded using pool lzo/zbud\n[ 0.680611] Key type trusted registered\n[ 0.682126] Key type encrypted registered\n[ 0.682931] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683919] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684929] evm: HMAC attrs: 0x1\n[ 0.686214] Magic number: 10:756:831\n[ 0.687044] rtc_cmos 00:00: setting system clock to 2018-11-25 10:48:14 UTC (1543142894)\n[ 0.688588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689668] EDD information not available.\n[ 0.773158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774673] Write protecting the kernel read-only data: 14336k\n[ 0.786383] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788139] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.40\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.592410] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.55. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCl5pqc9pWQdBuhuBmJk+zWzRolMDCxh1MZ6RezozfnucDVns5buRamCbs0mj7C+s/0Dn9RYV2lEE9IpgKbxeYoj5zrgtrhRYJOPUMKb92Slb9zHkUWmSkVFvYaT1x/o0F8gnp814EccbXYg42rWFajINiOw+adxJ6cTXSR6zepRy3jchlMzpQBsrWO2sLEVs9jKyfkNanQ5ky1Qrsm5iM7M4iyyJgL5dlo8V/1Cq3+X2lVwsMtIDfKn7rMr28TmkBnbJEGiwGv1J9AZ2y38kPCcGwZh6MducZPQ0/Pf49z+6HApYe/1sHuoCRx1zIJjYa+czhbxmb9ERPOPQ/JX9DR root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANnELdIs/i5HLzbeznfl8vG9AL5gs2g1GMR1g97utIsMzZzfn/L6HMIcn2WG4P/WPBM+dwGDi3FT31YybcPCfRMX04OKjcqTsGvHlO8vKr5WQ3r326kRtgyXSFgDEYktaK9eIBMi0oyZPqnHg5Dx1TazU3vXYRTzFEadFve6LAwnAAAAFQCac3yiTuOB9ZiV7O5ZXmuBCKvIswAAAIEAnIvYZD1VEdfWvyWqsCnlhXlUHNNdp34i+yEhNTldGdR4lMUF+W3G9/QwFt7+g9NiTyodcUyEj7+P/Y2TRPhFIONJsrStp+zOGkwSpLRSbTDij9C9wrs4msY0KEGEbht7U55tP6kwqEZ9yrA/c7Dhf6ICt0r931ZNZPUAC8IYyRgAAACBAMxxPYIFG07AmNqjB4f0rXbgaRJXFKTaaBQQduX3GospMQrbLMBrOe6HfFRlLHAyklIwUx2U4wrKY4nAr93eFSAheJVJcmpwkzBwidoyQewot3oVpIVrUWe5rHkPdPNUO5YViLczW8UZrgJPAnw6d5s9ZNXejwYpF4t0R5D4nVQu root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fecf:c740/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CF:C7:40 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:c740/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10960 (10.7 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.124992] usb 1-1: Product: QEMU USB Tablet\n[ 1.124993] usb 1-1: Manufacturer: QEMU\n[ 1.124994] usb 1-1: SerialNumber: 42\n[ 1.496217] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.496219] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 1.554980] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.574062] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.592410] random: dd urandom read with 5 bits of entropy available\n[ 63.443850] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.992349] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:48:15 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 10:48:15 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 10:48:15 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 10:48:15 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 10:48:15 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 10:48:15 cirros kern.notice kernel: [ 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)\nNov 25 10:48:15 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 10:48:15 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 10:48:15 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 10:48:15 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 10:48:15 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 10:48:15 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 10:48:15 cirros kern.notice kernel: [ 1.592410] random: dd urandom read with 5 bits of entropy available\nNov 25 10:49:16 cirros auth.notice su: + /dev/console root:cirros\nNov 25 10:49:17 cirros authpriv.info dropbear[340]: Running in background\nNov 25 10:49:17 cirros kern.info kernel: [ 63.443850] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 10:49:17 cirros kern.info kernel: [ 63.992349] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-11-2 login: "} 2018-11-25 10:50:05,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-05992754-9f52-489f-9c64-c36dfaf4b3e2 2018-11-25 10:50:07,533 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-11-25 10:50:37,550 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 10:50:37,551 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 10:50:37,552 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 10:50:37,554 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 10:50:37,591 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-25 10:50:37,592 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-25 10:50:37,592 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-25 10:50:37,593 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-25 10:50:37,594 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-25 10:50:37,634 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-25 10:50:37,668 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-25 10:50:37,669 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 10:50:37,670 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-25 10:50:37,671 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 10:50:37,671 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 10:50:37,678 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 10:50:37,717 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-11-25 10:50:37,718 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-11-25 10:50:37,719 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-11-25 10:50:37,720 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-11-25 10:50:37,720 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-11-25 10:50:37,761 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-11-25 10:50:37,796 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-11-25 10:50:37,797 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-11-25 10:50:37,798 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-25 10:50:37,798 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-11-25 10:50:37,799 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-25 10:50:37,799 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-25 10:50:37,801 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-25 10:50:37,835 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-11-25 10:50:37,836 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-25 10:50:37,836 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-25 10:50:37,837 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-25 10:50:37,838 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-25 10:50:37,878 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-25 10:50:37,938 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-25 10:50:37,939 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-11-25 10:50:37,940 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-25 10:50:37,940 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-11-25 10:50:37,940 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-11-25 10:50:37,944 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-11-25 10:50:38,012 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-11-25 10:50:38,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e654cd7012f78249e92c3910eab65db1a94a34" -d '{"forceDelete": null}' 2018-11-25 10:50:38,019 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-11-25 10:50:38,190 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:50: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-c72d66a3-0aa7-464b-ba26-1b8d0adf72ff x-compute-request-id: req-c72d66a3-0aa7-464b-ba26-1b8d0adf72ff Content-Length: 0 Content-Type: application/json 2018-11-25 10:50:38,190 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e/action used request id req-c72d66a3-0aa7-464b-ba26-1b8d0adf72ff 2018-11-25 10:50:38,190 - sdnvpn_test_utils - DEBUG - Waiting for instance 81a0fc60-8262-4f00-b538-8b381137165e to be deleted 2018-11-25 10:50:38,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e654cd7012f78249e92c3910eab65db1a94a34" 2018-11-25 10:50:38,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:50: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-7dd408bb-2378-4a8f-9d6d-66f0db5cdc96 x-compute-request-id: req-7dd408bb-2378-4a8f-9d6d-66f0db5cdc96 Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:aa:93", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81a0fc60-8262-4f00-b538-8b381137165e", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-11-25T10:48:25.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "81a0fc60-8262-4f00-b538-8b381137165e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:50:38Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-11-25T10:48:20Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:c7:40", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-11-25T10:48:13.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "994d2ca2-a47d-4be0-b288-59e3ffe06d08", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:48:13Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-25T10:48:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:50:38,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-7dd408bb-2378-4a8f-9d6d-66f0db5cdc96 2018-11-25 10:50:40,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e654cd7012f78249e92c3910eab65db1a94a34" 2018-11-25 10:50:41,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:50: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-0e9b3394-175d-4299-9a8d-0e4a846b2697 x-compute-request-id: req-0e9b3394-175d-4299-9a8d-0e4a846b2697 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:c7:40", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-11-25T10:48:13.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "994d2ca2-a47d-4be0-b288-59e3ffe06d08", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:48:13Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-25T10:48:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:50:41,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-0e9b3394-175d-4299-9a8d-0e4a846b2697 2018-11-25 10:50:43,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e654cd7012f78249e92c3910eab65db1a94a34" -d '{"forceDelete": null}' 2018-11-25 10:50:43,848 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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-ef0298a4-de8d-4cfa-84b0-be9052fb3b1f x-compute-request-id: req-ef0298a4-de8d-4cfa-84b0-be9052fb3b1f Content-Length: 0 Content-Type: application/json 2018-11-25 10:50:43,849 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08/action used request id req-ef0298a4-de8d-4cfa-84b0-be9052fb3b1f 2018-11-25 10:50:43,849 - sdnvpn_test_utils - DEBUG - Waiting for instance 994d2ca2-a47d-4be0-b288-59e3ffe06d08 to be deleted 2018-11-25 10:50:43,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e654cd7012f78249e92c3910eab65db1a94a34" 2018-11-25 10:50:44,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-0df72c79-2b46-4d2b-b0a8-fb335142874b x-compute-request-id: req-0df72c79-2b46-4d2b-b0a8-fb335142874b Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:c7:40", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/994d2ca2-a47d-4be0-b288-59e3ffe06d08", "rel": "bookmark"}], "image": {"id": "3cefe508-78bd-4d32-a865-4f2c56acca0c", "links": [{"href": "http://172.30.9.23:8774/images/3cefe508-78bd-4d32-a865-4f2c56acca0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-11-25T10:48:13.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "994d2ca2-a47d-4be0-b288-59e3ffe06d08", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:50:43Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-11-25T10:48:08Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:50:44,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-0df72c79-2b46-4d2b-b0a8-fb335142874b 2018-11-25 10:50:46,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e654cd7012f78249e92c3910eab65db1a94a34" 2018-11-25 10:50:46,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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 x-openstack-request-id: req-492d2d93-a8d8-4f05-9e69-80c2dce23d4b x-compute-request-id: req-492d2d93-a8d8-4f05-9e69-80c2dce23d4b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 10:50:46,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-492d2d93-a8d8-4f05-9e69-80c2dce23d4b 2018-11-25 10:50:48,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/3cefe508-78bd-4d32-a865-4f2c56acca0c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}375c2a126d85c9eb73c296304b72cff0f1009eb4" 2018-11-25 10:50:50,188 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fbc12b29-7ed5-4c85-93be-1131172948cd Date: Sun, 25 Nov 2018 10:50:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:50:50,189 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/3cefe508-78bd-4d32-a865-4f2c56acca0c used request id req-fbc12b29-7ed5-4c85-93be-1131172948cd 2018-11-25 10:50:50,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/eff2edd0-5ec9-4e6e-aed9-65a2ddde192c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008f19bfa1b0129bd02c3886d78ba0642fab8196" 2018-11-25 10:50:52,558 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d602a77-a76c-48c7-be5a-798b106a4082 Date: Sun, 25 Nov 2018 10:50:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:50:52,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/eff2edd0-5ec9-4e6e-aed9-65a2ddde192c used request id req-9d602a77-a76c-48c7-be5a-798b106a4082 2018-11-25 10:50:52,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/5cb63186-c64c-4ee7-87f0-fcaace3dd370 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008f19bfa1b0129bd02c3886d78ba0642fab8196" 2018-11-25 10:50:54,276 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-feb197b7-4ab1-480c-9e4f-1e35d5e09dc1 Date: Sun, 25 Nov 2018 10:50:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:50:54,276 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/5cb63186-c64c-4ee7-87f0-fcaace3dd370 used request id req-feb197b7-4ab1-480c-9e4f-1e35d5e09dc1 2018-11-25 10:50:54,277 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-25 10:50:54,278 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-25 10:50:54,278 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-25 10:50:54,280 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-25 10:50:54,342 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-25 10:50:54,343 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-11-25 10:50:54,343 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-25 10:50:54,344 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-11-25 10:50:54,345 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-11-25 10:50:54,348 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-11-25 10:50:54,412 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-11-25 10:50:54,413 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-11-25 10:50:54,413 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-11-25 10:51:24,426 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-11-25 10:51:24,427 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-11-25 10:51:24,427 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-11-25 10:51:24,429 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-11-25 10:51:24,464 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-11-25 10:51:24,465 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-11-25 10:51:24,466 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-11-25 10:51:24,467 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-11-25 10:51:24,467 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-11-25 10:51:24,508 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-11-25 10:51:24,541 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-11-25 10:51:24,542 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-11-25 10:51:24,543 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-11-25 10:51:24,544 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-11-25 10:51:24,544 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-11-25 10:51:24,546 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-11-25 10:51:24,581 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-11-25 10:51:24,582 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-11-25 10:51:24,583 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-11-25 10:51:24,583 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-11-25 10:51:24,584 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-11-25 10:51:24,624 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-11-25 10:51:24,657 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-11-25 10:51:24,658 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-11-25 10:51:24,658 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if a new group was added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS group added | +========================================================================================+ | Check if group was removed from OVS after deleting the topology. | +----------------------------------------------------------------------------------------+ | FAIL | Additional group was not deleted from OVS | +========================================================================================+ 2018-11-25 10:51:24,659 - sdnvpn-results - INFO - One or more subtests have failed. 2018-11-25 10:51:24,659 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-11-25 10:51:24,660 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-11-25 10:51:24,660 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2018-11-25 10:51:24,660 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-11-25 10:51:24,661 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-11-25 10:51:24,661 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-11-25 10:51:24,738 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-11-25 10:51:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:51:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:51:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:51:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:51:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:51:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:51:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:51:24,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:51:24,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:51:24,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:51:24,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:51:24,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:51:24,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:51:24,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:51:24,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:51:24,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:51:24,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:51:24,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:51:24,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:51:24,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:51:24,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:51:24,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:51:24,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:51:24,746 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:51:24,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:51:24,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c70177-8a8b-42db-869f-a624cc99100e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:51:24,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-43c70177-8a8b-42db-869f-a624cc99100e 2018-11-25 10:51:24,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:51:25,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["491YY-MkRGCS6RYsRoevyA"], "issued_at": "2018-11-25T10:51:25.000000Z"}} 2018-11-25 10:51:25,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}47dd057a4ec4e60cc42a95308ddf3cd0a61cc955" 2018-11-25 10:51:25,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-8962b44f-2e22-40b8-be01-9542e68e585e Date: Sun, 25 Nov 2018 10:51:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-25 10:51:25,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-8962b44f-2e22-40b8-be01-9542e68e585e 2018-11-25 10:51:25,309 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:51:25,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}47dd057a4ec4e60cc42a95308ddf3cd0a61cc955" 2018-11-25 10:51:25,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-12c3a0b3-96ce-45e4-9259-269e13056f61 Date: Sun, 25 Nov 2018 10:51:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 10:51:25,466 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-12c3a0b3-96ce-45e4-9259-269e13056f61 2018-11-25 10:51:25,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47dd057a4ec4e60cc42a95308ddf3cd0a61cc955" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-25 10:51:26,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac X-Openstack-Request-Id: req-48538bde-b57c-4885-9019-b1de987762c8 Date: Sun, 25 Nov 2018 10:51:26 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T10:51:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T10:51:26Z", "visibility": "public", "locations": [], "self": "/v2/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "min_disk": 0, "protected": false, "id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "file": "/v2/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac/file", "checksum": null, "owner": "6398f91c7f9a4cc9becafd672cd3c763", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 10:51:26,090 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-48538bde-b57c-4885-9019-b1de987762c8 2018-11-25 10:51:26,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}47dd057a4ec4e60cc42a95308ddf3cd0a61cc955" -d '' 2018-11-25 10:51:27,979 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-50f3fd64-2fbd-4d21-89b9-b155324ac990 Date: Sun, 25 Nov 2018 10:51:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:51:27,979 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac/file used request id req-50f3fd64-2fbd-4d21-89b9-b155324ac990 2018-11-25 10:51:27,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:51:27,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-673a66e3-fbe0-4139-8c2a-afca7394e4c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:51:27,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-673a66e3-fbe0-4139-8c2a-afca7394e4c9 2018-11-25 10:51:27,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:51:28,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:51:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["488jR7fpQuCo7s2TPiqOAg"], "issued_at": "2018-11-25T10:51:28.000000Z"}} 2018-11-25 10:51:28,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:51:28,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b8dcffea-9d73-495a-9a70-25eeff798d44 Date: Sun, 25 Nov 2018 10:51:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 10:51:28,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b8dcffea-9d73-495a-9a70-25eeff798d44 2018-11-25 10:51:28,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:51:28,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c1a6b445-db1f-4af0-a334-7364c85a6fbe Date: Sun, 25 Nov 2018 10:51:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 10:51:28,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c1a6b445-db1f-4af0-a334-7364c85a6fbe 2018-11-25 10:51:28,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:51:29,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-825f9085-4645-4ac6-9a8d-e95949ed3248 Date: Sun, 25 Nov 2018 10:51:29 GMT RESP BODY: {"routers": []} 2018-11-25 10:51:29,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-825f9085-4645-4ac6-9a8d-e95949ed3248 2018-11-25 10:51:29,035 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-11-25 10:51:29,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-11-25 10:51:29,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-4d4e26e1-5347-4f7f-8f85-d1c3c3d450f7 Date: Sun, 25 Nov 2018 10:51:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0cc6ea3e-fc37-4bb3-8d89-b75b48544569","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:51:29Z","is_default":false,"provider:segmentation_id":56,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:51:29Z","mtu":1450}} 2018-11-25 10:51:29,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4d4e26e1-5347-4f7f-8f85-d1c3c3d450f7 2018-11-25 10:51:29,337 - sdnvpn.lib.openstack_utils - DEBUG - Network '0cc6ea3e-fc37-4bb3-8d89-b75b48544569' created successfully 2018-11-25 10:51:29,337 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 10:51:29,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"subnets": [{"ip_version": 4, "network_id": "0cc6ea3e-fc37-4bb3-8d89-b75b48544569", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-11-25 10:51:29,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f34d98b1-3913-4856-a702-9fcc51b33477 Date: Sun, 25 Nov 2018 10:51:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0cc6ea3e-fc37-4bb3-8d89-b75b48544569","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:51:29Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:51:29Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"1f1c179d-1540-4bc4-bc54-7c1232a71bd3","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-11-25 10:51:29,960 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-f34d98b1-3913-4856-a702-9fcc51b33477 2018-11-25 10:51:29,960 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '1f1c179d-1540-4bc4-bc54-7c1232a71bd3' created successfully 2018-11-25 10:51:29,960 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 10:51:29,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-11-25 10:51:30,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-34154acf-0b2b-4124-be7b-74198b3cd87a Date: Sun, 25 Nov 2018 10:51:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:51:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:51:30Z", "revision_number": 0, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "99fe2fe9-f790-4048-b689-e7da3caec038", "name": "sdnvpn-4-1-router"}} 2018-11-25 10:51:30,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-34154acf-0b2b-4124-be7b-74198b3cd87a 2018-11-25 10:51:30,273 - sdnvpn.lib.openstack_utils - DEBUG - Router '99fe2fe9-f790-4048-b689-e7da3caec038' created successfully 2018-11-25 10:51:30,274 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 10:51:30,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/99fe2fe9-f790-4048-b689-e7da3caec038/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"subnet_id": "1f1c179d-1540-4bc4-bc54-7c1232a71bd3"}' 2018-11-25 10:51:31,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4a269f37-1213-4d97-b8fb-24a213d147de Date: Sun, 25 Nov 2018 10:51:31 GMT RESP BODY: {"network_id": "0cc6ea3e-fc37-4bb3-8d89-b75b48544569", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "1f1c179d-1540-4bc4-bc54-7c1232a71bd3", "subnet_ids": ["1f1c179d-1540-4bc4-bc54-7c1232a71bd3"], "port_id": "033eddf6-cd8a-46dd-bd26-757c4bb1c186", "id": "99fe2fe9-f790-4048-b689-e7da3caec038"} 2018-11-25 10:51:31,892 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/99fe2fe9-f790-4048-b689-e7da3caec038/add_router_interface used request id req-4a269f37-1213-4d97-b8fb-24a213d147de 2018-11-25 10:51:31,892 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 10:51:31,892 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 10:51:31,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:51:32,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-4114037d-137d-47cd-bf7b-aa5953194863 Date: Sun, 25 Nov 2018 10:51:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0cc6ea3e-fc37-4bb3-8d89-b75b48544569","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["1f1c179d-1540-4bc4-bc54-7c1232a71bd3"],"description":"","tags":[],"updated_at":"2018-11-25T10:51:29Z","provider:segmentation_id":56,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:51:29Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 10:51:32,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4114037d-137d-47cd-bf7b-aa5953194863 2018-11-25 10:51:32,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/99fe2fe9-f790-4048-b689-e7da3caec038 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}}}' 2018-11-25 10:51:33,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-23bb830d-c67b-403b-8cf6-830ffc5a97ad Date: Sun, 25 Nov 2018 10:51:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:51:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:51:33Z", "revision_number": 3, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "99fe2fe9-f790-4048-b689-e7da3caec038", "name": "sdnvpn-4-1-router"}} 2018-11-25 10:51:33,387 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/99fe2fe9-f790-4048-b689-e7da3caec038 used request id req-23bb830d-c67b-403b-8cf6-830ffc5a97ad 2018-11-25 10:51:33,388 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 10:51:33,388 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-11-25 10:51:33,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-11-25 10:51:33,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-433da63b-ae29-4206-ab8d-55f1a23ed41f Date: Sun, 25 Nov 2018 10:51:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"29fbc269-a8d7-43b7-b183-b46f69fdd42a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:51:33Z","is_default":false,"provider:segmentation_id":52,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:51:33Z","mtu":1450}} 2018-11-25 10:51:33,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-433da63b-ae29-4206-ab8d-55f1a23ed41f 2018-11-25 10:51:33,830 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 29fbc269-a8d7-43b7-b183-b46f69fdd42a with cidr 10.10.11.0/24 2018-11-25 10:51:33,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"subnets": [{"ip_version": 4, "network_id": "29fbc269-a8d7-43b7-b183-b46f69fdd42a", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-11-25 10:51:34,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d3f4345a-ed54-41a0-8ede-a6cb85f96114 Date: Sun, 25 Nov 2018 10:51:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"29fbc269-a8d7-43b7-b183-b46f69fdd42a","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T10:51:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T10:51:33Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"f00d19b3-b83a-465c-a288-0e8001d68946","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-11-25 10:51:34,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d3f4345a-ed54-41a0-8ede-a6cb85f96114 2018-11-25 10:51:34,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:51:34,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-08ec8743-4349-425f-9485-1a43547d7a1d Date: Sun, 25 Nov 2018 10:51:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "updated_at": "2018-11-25T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "be60c331-bec8-4f83-b795-2cee1d41747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}], "revision_number": 4, "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8b709bbc-7260-46b7-88dc-54f09751360e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "updated_at": "2018-11-25T10:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "70416a38-6876-4fff-9847-564e75ee3305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-25T10:27:45Z", "revision_number": 0, "id": "c4d6f8eb-cb48-4051-b56f-a5bbef7a52ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:27:45Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 179, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 7, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "name": "sdnvpn-sg"}]} 2018-11-25 10:51:34,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-08ec8743-4349-425f-9485-1a43547d7a1d 2018-11-25 10:51:34,482 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:51:34,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:51:34,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df3029a-d635-4514-9e97-2e78a7513c73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:51:34,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3df3029a-d635-4514-9e97-2e78a7513c73 2018-11-25 10:51:34,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:51:34,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:51:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["nV3MwVYHRdeeyFFb8omiuA"], "issued_at": "2018-11-25T10:51:34.000000Z"}} 2018-11-25 10:51:34,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:51:35,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-82c1d473-a4b6-4e62-a658-0116b1bdb1d3 x-compute-request-id: req-82c1d473-a4b6-4e62-a658-0116b1bdb1d3 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 10:51:35,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-82c1d473-a4b6-4e62-a658-0116b1bdb1d3 2018-11-25 10:51:35,074 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-11-25 10:51:35,074 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-11-25 10:51:35,074 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=e713d39a-bfd1-4e05-8f37-f8151b3dd5ac network=0cc6ea3e-fc37-4bb3-8d89-b75b48544569 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:51:35,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:51:35,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:51:35,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:51:35,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:51:35,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:51:35,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:51:35,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:51:35,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:51:35,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:51:35,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:51:35,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:51:35,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:51:35,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:51:35,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:51:35,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:51:35,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:51:35,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:51:35,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:51:35,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:51:35,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:51:35,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:51:35,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:51:35,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:51:35,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:51:35,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:51:35,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:51:35,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:51:35,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:51:35,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:51:35,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:51:35,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:51:35,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:51:35,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:51:35,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:51:35,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:51:35,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:51:35,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:51:35,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:51:35,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:51:35,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:51:35,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:51:35,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:51:35,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:51:35,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:51:35,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:51:35,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:51:35,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:51:35,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:51:35,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:51:35,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc728ae3-b7f5-49a9-b34d-ff508774f008 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:51:35,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dc728ae3-b7f5-49a9-b34d-ff508774f008 2018-11-25 10:51:35,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:51:35,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:51:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["nBim2U4TTkWbZ5PGkftaTA"], "issued_at": "2018-11-25T10:51:35.000000Z"}} 2018-11-25 10:51:35,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b0a85c458d7f5d3ed975ab61050cce0e942c9" 2018-11-25 10:51:35,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51: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-8972a968-afed-409b-bb0f-935d77c6ebc0 x-compute-request-id: req-8972a968-afed-409b-bb0f-935d77c6ebc0 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:51:35,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8972a968-afed-409b-bb0f-935d77c6ebc0 2018-11-25 10:51:35,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b0a85c458d7f5d3ed975ab61050cce0e942c9" 2018-11-25 10:51:35,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51: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-bd7f051b-9808-496e-83b1-45b77d51ab44 x-compute-request-id: req-bd7f051b-9808-496e-83b1-45b77d51ab44 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:51:35,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-bd7f051b-9808-496e-83b1-45b77d51ab44 2018-11-25 10:51:35,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b0a85c458d7f5d3ed975ab61050cce0e942c9" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0cc6ea3e-fc37-4bb3-8d89-b75b48544569"}]}}' 2018-11-25 10:51:37,160 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:51: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-b8f51327-ee19-4a33-bc9c-2574d7503846 x-compute-request-id: req-b8f51327-ee19-4a33-bc9c-2574d7503846 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "90a65a2e-a7f1-4233-9cac-8137c5c89e07", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "bookmark"}], "adminPass": "m8YAzBr4hZ75"}} 2018-11-25 10:51:37,160 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b8f51327-ee19-4a33-bc9c-2574d7503846 2018-11-25 10:51:37,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:51:37,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0f57f2b-9bad-4598-99fb-5c84cd0e6a66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:51:37,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a0f57f2b-9bad-4598-99fb-5c84cd0e6a66 2018-11-25 10:51:37,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:51:37,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:51:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["bP5P6Y4eRhqXTdLtfa_tlw"], "issued_at": "2018-11-25T10:51:37.000000Z"}} 2018-11-25 10:51:37,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2005a06bd6db241033717dd70b2533c34319990" 2018-11-25 10:51:38,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51: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-d72de306-4263-4f98-988f-4bc86f728de4 x-compute-request-id: req-d72de306-4263-4f98-988f-4bc86f728de4 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90a65a2e-a7f1-4233-9cac-8137c5c89e07", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:51:37Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-2", "created": "2018-11-25T10:51:37Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:51:38,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07 used request id req-d72de306-4263-4f98-988f-4bc86f728de4 2018-11-25 10:51:41,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2005a06bd6db241033717dd70b2533c34319990" 2018-11-25 10:51:41,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-d63da722-eff9-409c-98fd-d4cf7861b81c x-compute-request-id: req-d63da722-eff9-409c-98fd-d4cf7861b81c Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90a65a2e-a7f1-4233-9cac-8137c5c89e07", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:51:39Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-25T10:51:37Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:51:41,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07 used request id req-d63da722-eff9-409c-98fd-d4cf7861b81c 2018-11-25 10:51:44,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2005a06bd6db241033717dd70b2533c34319990" 2018-11-25 10:51:45,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51: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-c8bbdf9c-25e9-4995-ab84-19919776def9 x-compute-request-id: req-c8bbdf9c-25e9-4995-ab84-19919776def9 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:72:ff", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-11-25T10:51:42.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90a65a2e-a7f1-4233-9cac-8137c5c89e07", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:51:43Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-25T10:51:37Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:51:45,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07 used request id req-c8bbdf9c-25e9-4995-ab84-19919776def9 2018-11-25 10:51:45,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b0a85c458d7f5d3ed975ab61050cce0e942c9" 2018-11-25 10:51:45,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51: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-9156a204-d8e7-403c-b978-eca1340bea70 x-compute-request-id: req-9156a204-d8e7-403c-b978-eca1340bea70 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:72:ff", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-11-25T10:51:42.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90a65a2e-a7f1-4233-9cac-8137c5c89e07", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:51:43Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-25T10:51:37Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:51:45,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07 used request id req-9156a204-d8e7-403c-b978-eca1340bea70 2018-11-25 10:51:45,672 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.7'. 2018-11-25 10:51:45,672 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-11-25 10:51:45,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:51:46,787 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:51: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-a0a54599-1fdf-44d1-bdf0-37b5e555e7e3 x-compute-request-id: req-a0a54599-1fdf-44d1-bdf0-37b5e555e7e3 Content-Length: 0 Content-Type: application/json 2018-11-25 10:51:46,787 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action used request id req-a0a54599-1fdf-44d1-bdf0-37b5e555e7e3 2018-11-25 10:51:46,787 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-11-25 10:51:46,788 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=e713d39a-bfd1-4e05-8f37-f8151b3dd5ac network=0cc6ea3e-fc37-4bb3-8d89-b75b48544569 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:51:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:51:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:51:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:51:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:51:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:51:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:51:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:51:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:51:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:51:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:51:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:51:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:51:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:51:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:51:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:51:46,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:51:46,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:51:46,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:51:46,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:51:46,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:51:46,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:51:46,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:51:46,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:51:46,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:51:46,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:51:46,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:51:46,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:51:46,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:51:46,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:51:46,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:51:46,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:51:46,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:51:46,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:51:46,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:51:46,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:51:46,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:51:46,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:51:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:51:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:51:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:51:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:51:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:51:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:51:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:51:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:51:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:51:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:51:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:51:46,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:51:46,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c992c436-f512-4418-bb08-aaf8fba14663 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:51:46,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c992c436-f512-4418-bb08-aaf8fba14663 2018-11-25 10:51:46,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:51:47,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:51:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["FgTrqcHSTXm8P_BPP6TLEw"], "issued_at": "2018-11-25T10:51:47.000000Z"}} 2018-11-25 10:51:47,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfb8d52e7585c2d706021862a4eecc2e455fcc3" 2018-11-25 10:51:47,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51: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-4819bde0-34df-46de-9f46-acb4f01eb078 x-compute-request-id: req-4819bde0-34df-46de-9f46-acb4f01eb078 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:51:47,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4819bde0-34df-46de-9f46-acb4f01eb078 2018-11-25 10:51:47,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfb8d52e7585c2d706021862a4eecc2e455fcc3" 2018-11-25 10:51:47,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51: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-1efe18c5-845e-4db6-9aa7-aa9bd8c55f67 x-compute-request-id: req-1efe18c5-845e-4db6-9aa7-aa9bd8c55f67 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:51:47,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-1efe18c5-845e-4db6-9aa7-aa9bd8c55f67 2018-11-25 10:51:47,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfb8d52e7585c2d706021862a4eecc2e455fcc3" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0cc6ea3e-fc37-4bb3-8d89-b75b48544569"}]}}' 2018-11-25 10:51:48,946 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:51: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-03dec4fb-5569-49e6-9ef4-58e63cc60ecd x-compute-request-id: req-03dec4fb-5569-49e6-9ef4-58e63cc60ecd Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "adminPass": "MmxuETH9Kfs6"}} 2018-11-25 10:51:48,947 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-03dec4fb-5569-49e6-9ef4-58e63cc60ecd 2018-11-25 10:51:48,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:51:48,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1842fdb7-e799-4673-8b40-fb380a44e38a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:51:48,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1842fdb7-e799-4673-8b40-fb380a44e38a 2018-11-25 10:51:48,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:51:49,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:51:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["7aJDsJSyQSGDfi4gJGK4Lw"], "issued_at": "2018-11-25T10:51:49.000000Z"}} 2018-11-25 10:51:49,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0176a00e5ef4487830fab04fac9c8b4959f7d8e1" 2018-11-25 10:51:49,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51: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-b398e577-edde-421f-b761-dd1b216ccc8d x-compute-request-id: req-b398e577-edde-421f-b761-dd1b216ccc8d Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:51:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-3", "created": "2018-11-25T10:51:48Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:51:49,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 used request id req-b398e577-edde-421f-b761-dd1b216ccc8d 2018-11-25 10:51:52,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0176a00e5ef4487830fab04fac9c8b4959f7d8e1" 2018-11-25 10:51:53,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51: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-458237be-d804-4dd3-9b79-16ff9dcc9dad x-compute-request-id: req-458237be-d804-4dd3-9b79-16ff9dcc9dad Content-Encoding: gzip Content-Length: 707 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:51:49Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-25T10:51:48Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:51:53,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 used request id req-458237be-d804-4dd3-9b79-16ff9dcc9dad 2018-11-25 10:51:56,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0176a00e5ef4487830fab04fac9c8b4959f7d8e1" 2018-11-25 10:51:57,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51: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-04121091-1617-4c70-8a83-d07b2b0c2c22 x-compute-request-id: req-04121091-1617-4c70-8a83-d07b2b0c2c22 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:c2:c7", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-11-25T10:51:53.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:51:54Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-25T10:51:48Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:51:57,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 used request id req-04121091-1617-4c70-8a83-d07b2b0c2c22 2018-11-25 10:51:57,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfb8d52e7585c2d706021862a4eecc2e455fcc3" 2018-11-25 10:51:57,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28268e2c-17bc-4a9c-a434-8fbcc20d3e51 x-compute-request-id: req-28268e2c-17bc-4a9c-a434-8fbcc20d3e51 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:c2:c7", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-11-25T10:51:53.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:51:54Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-25T10:51:48Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:51:57,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 used request id req-28268e2c-17bc-4a9c-a434-8fbcc20d3e51 2018-11-25 10:51:57,933 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.14'. 2018-11-25 10:51:57,933 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-11-25 10:51:57,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:51:59,251 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:51:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-032190e6-8bcb-4aee-8fe1-230477025a67 x-compute-request-id: req-032190e6-8bcb-4aee-8fe1-230477025a67 Content-Length: 0 Content-Type: application/json 2018-11-25 10:51:59,251 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action used request id req-032190e6-8bcb-4aee-8fe1-230477025a67 2018-11-25 10:51:59,252 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-11-25 10:51:59,252 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=e713d39a-bfd1-4e05-8f37-f8151b3dd5ac network=29fbc269-a8d7-43b7-b183-b46f69fdd42a secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 10:51:59,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:51:59,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:51:59,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:51:59,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:51:59,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:51:59,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:51:59,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:51:59,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:51:59,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:51:59,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:51:59,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:51:59,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:51:59,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:51:59,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:51:59,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:51:59,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:51:59,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:51:59,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:51:59,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:51:59,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:51:59,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:51:59,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:51:59,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:51:59,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:51:59,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:51:59,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:51:59,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:51:59,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:51:59,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:51:59,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:51:59,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:51:59,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:51:59,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:51:59,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:51:59,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:51:59,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:51:59,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:51:59,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:51:59,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:51:59,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:51:59,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:51:59,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:51:59,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:51:59,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:51:59,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:51:59,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:51:59,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:51:59,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:51:59,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:51:59,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22b6802a-699b-4d04-be6c-12281ea0f58b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:51:59,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-22b6802a-699b-4d04-be6c-12281ea0f58b 2018-11-25 10:51:59,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:51:59,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:51:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["WwR3oqK9SweC1RmpMpTChw"], "issued_at": "2018-11-25T10:51:59.000000Z"}} 2018-11-25 10:51:59,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21f2d680a72d1e36e070d0038fd97c091e51bed9" 2018-11-25 10:51:59,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-e12fce62-47ae-4720-82c9-99dea81f9aa0 x-compute-request-id: req-e12fce62-47ae-4720-82c9-99dea81f9aa0 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:51:59,837 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e12fce62-47ae-4720-82c9-99dea81f9aa0 2018-11-25 10:51:59,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21f2d680a72d1e36e070d0038fd97c091e51bed9" 2018-11-25 10:51:59,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-49a92785-2c70-4205-b726-26dca1a75625 x-compute-request-id: req-49a92785-2c70-4205-b726-26dca1a75625 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:51:59,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-49a92785-2c70-4205-b726-26dca1a75625 2018-11-25 10:51:59,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21f2d680a72d1e36e070d0038fd97c091e51bed9" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "29fbc269-a8d7-43b7-b183-b46f69fdd42a"}]}}' 2018-11-25 10:52:01,273 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d729e22-f1bb-48dc-acfa-c8555dd88764 x-compute-request-id: req-4d729e22-f1bb-48dc-acfa-c8555dd88764 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "adminPass": "LDFGnnxYc74s"}} 2018-11-25 10:52:01,274 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4d729e22-f1bb-48dc-acfa-c8555dd88764 2018-11-25 10:52:01,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:52:01,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf24c204-3b9b-4375-b07b-214c2a5e5528 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:52:01,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cf24c204-3b9b-4375-b07b-214c2a5e5528 2018-11-25 10:52:01,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:52:01,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["ZrNVG8apQvmJCA4TT3QI-A"], "issued_at": "2018-11-25T10:52:01.000000Z"}} 2018-11-25 10:52:01,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229ee5b252db215e4317727bd0c65609902f982e" 2018-11-25 10:52:02,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3386a976-8b26-43ee-b48c-a50228e58a87 x-compute-request-id: req-3386a976-8b26-43ee-b48c-a50228e58a87 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:52:01Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:02,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02 used request id req-3386a976-8b26-43ee-b48c-a50228e58a87 2018-11-25 10:52:05,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229ee5b252db215e4317727bd0c65609902f982e" 2018-11-25 10:52:05,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-498b860b-52bd-4d7b-b7e0-76014dd7fce6 x-compute-request-id: req-498b860b-52bd-4d7b-b7e0-76014dd7fce6 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T10:52:02Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:05,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02 used request id req-498b860b-52bd-4d7b-b7e0-76014dd7fce6 2018-11-25 10:52:08,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229ee5b252db215e4317727bd0c65609902f982e" 2018-11-25 10:52:09,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-1b6ae4b3-0b23-4609-8c98-92de60213500 x-compute-request-id: req-1b6ae4b3-0b23-4609-8c98-92de60213500 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:09,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02 used request id req-1b6ae4b3-0b23-4609-8c98-92de60213500 2018-11-25 10:52:09,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21f2d680a72d1e36e070d0038fd97c091e51bed9" 2018-11-25 10:52:10,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-99c5a6c3-ab58-4292-aea8-4a1144986a0c x-compute-request-id: req-99c5a6c3-ab58-4292-aea8-4a1144986a0c Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:10,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02 used request id req-99c5a6c3-ab58-4292-aea8-4a1144986a0c 2018-11-25 10:52:10,256 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.9'. 2018-11-25 10:52:10,256 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-11-25 10:52:10,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:52:11,999 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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 x-openstack-request-id: req-da311091-9e81-47b4-b694-5ac00d9d3fd4 x-compute-request-id: req-da311091-9e81-47b4-b694-5ac00d9d3fd4 Content-Length: 0 Content-Type: application/json 2018-11-25 10:52:11,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02/action used request id req-da311091-9e81-47b4-b694-5ac00d9d3fd4 2018-11-25 10:52:12,002 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-11-25 10:52:12,002 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=e713d39a-bfd1-4e05-8f37-f8151b3dd5ac network=29fbc269-a8d7-43b7-b183-b46f69fdd42a secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.9 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-25 10:52:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:52:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:52:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:52:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:52:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:52:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:52:12,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:52:12,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:52:12,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:52:12,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:52:12,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:52:12,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:52:12,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:52:12,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:52:12,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:52:12,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:52:12,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:52:12,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:52:12,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:52:12,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:52:12,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:52:12,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:52:12,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:52:12,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:52:12,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:52:12,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:52:12,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:52:12,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc711a1d-b682-42b6-affa-4016daf890c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:52:12,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fc711a1d-b682-42b6-affa-4016daf890c9 2018-11-25 10:52:12,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:52:12,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:52:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["P4oIHuhhTaeNj_LzZqrzeQ"], "issued_at": "2018-11-25T10:52:12.000000Z"}} 2018-11-25 10:52:12,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec149b199d82be6995c390328447321fe00c4b9" 2018-11-25 10:52:12,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-5587805d-8903-4ec3-b676-fba35954da51 x-compute-request-id: req-5587805d-8903-4ec3-b676-fba35954da51 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:52:12,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5587805d-8903-4ec3-b676-fba35954da51 2018-11-25 10:52:12,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec149b199d82be6995c390328447321fe00c4b9" 2018-11-25 10:52:12,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-241e2dae-87df-419e-b23d-ff6b94a34c1a x-compute-request-id: req-241e2dae-87df-419e-b23d-ff6b94a34c1a Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:52:12,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-241e2dae-87df-419e-b23d-ff6b94a34c1a 2018-11-25 10:52:12,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec149b199d82be6995c390328447321fe00c4b9" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "29fbc269-a8d7-43b7-b183-b46f69fdd42a"}], "config_drive": true}}' 2018-11-25 10:52:14,059 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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 x-openstack-request-id: req-e28cd9df-07f7-4826-989a-aa004e58d998 x-compute-request-id: req-e28cd9df-07f7-4826-989a-aa004e58d998 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e947a914-200c-4c73-8eb1-b4266b458602", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "adminPass": "yCTTLxiTqj2n"}} 2018-11-25 10:52:14,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-e28cd9df-07f7-4826-989a-aa004e58d998 2018-11-25 10:52:14,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:52:14,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-880d8676-76b6-4ff9-996a-a3d460065cf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:52:14,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-880d8676-76b6-4ff9-996a-a3d460065cf8 2018-11-25 10:52:14,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:52:14,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:52:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["ZPbdPDf5SwyifUHVcHeNhA"], "issued_at": "2018-11-25T10:52:14.000000Z"}} 2018-11-25 10:52:14,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbcf5aedf63a3c7d510dc24e4437a9422afbc276" 2018-11-25 10:52:14,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-d018690f-0e6f-4879-abe3-6a385928a194 x-compute-request-id: req-d018690f-0e6f-4879-abe3-6a385928a194 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:52:14Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:14,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602 used request id req-d018690f-0e6f-4879-abe3-6a385928a194 2018-11-25 10:52:17,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbcf5aedf63a3c7d510dc24e4437a9422afbc276" 2018-11-25 10:52:18,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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,Accept-Encoding x-openstack-request-id: req-dd745c4f-8b73-4b34-83e9-31cdeba18ec9 x-compute-request-id: req-dd745c4f-8b73-4b34-83e9-31cdeba18ec9 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:52:14Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:18,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602 used request id req-dd745c4f-8b73-4b34-83e9-31cdeba18ec9 2018-11-25 10:52:21,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbcf5aedf63a3c7d510dc24e4437a9422afbc276" 2018-11-25 10:52:21,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-499e0679-f4d9-4ce7-bcc8-065e08c8bed7 x-compute-request-id: req-499e0679-f4d9-4ce7-bcc8-065e08c8bed7 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-11-25T10:52:18.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:21,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602 used request id req-499e0679-f4d9-4ce7-bcc8-065e08c8bed7 2018-11-25 10:52:21,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec149b199d82be6995c390328447321fe00c4b9" 2018-11-25 10:52:22,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-8614f15c-6ea0-45e3-aa01-8ffda645ed0d x-compute-request-id: req-8614f15c-6ea0-45e3-aa01-8ffda645ed0d Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-11-25T10:52:18.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:22,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602 used request id req-8614f15c-6ea0-45e3-aa01-8ffda645ed0d 2018-11-25 10:52:22,625 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.15'. 2018-11-25 10:52:22,625 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-11-25 10:52:22,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:52:24,057 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:52: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-f1d64c72-cafc-4ac7-aab1-27366ae8c525 x-compute-request-id: req-f1d64c72-cafc-4ac7-aab1-27366ae8c525 Content-Length: 0 Content-Type: application/json 2018-11-25 10:52:24,057 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602/action used request id req-f1d64c72-cafc-4ac7-aab1-27366ae8c525 2018-11-25 10:52:24,058 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-11-25 10:52:24,058 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=e713d39a-bfd1-4e05-8f37-f8151b3dd5ac network=0cc6ea3e-fc37-4bb3-8d89-b75b48544569 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.7 10.10.10.14 10.10.11.15 10.10.11.9 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-25 10:52:24,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:52:24,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:52:24,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:52:24,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:52:24,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:52:24,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:52:24,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:52:24,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:52:24,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:52:24,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:52:24,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:52:24,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:52:24,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:52:24,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:52:24,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:52:24,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:52:24,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:52:24,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:52:24,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:52:24,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:52:24,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:52:24,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:52:24,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:52:24,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:52:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:52:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:52:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:52:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:52:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:52:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:52:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:52:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:52:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:52:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:52:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:52:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:52:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:52:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:52:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:52:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:52:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:52:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:52:24,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:52:24,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:52:24,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:52:24,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:52:24,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:52:24,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:52:24,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:52:24,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62466099-5928-4314-a0f8-a092fa0eae28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:52:24,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-62466099-5928-4314-a0f8-a092fa0eae28 2018-11-25 10:52:24,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:52:24,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:52:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["Mf6xE39oQxinOa_gHOKRHw"], "issued_at": "2018-11-25T10:52:24.000000Z"}} 2018-11-25 10:52:24,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" 2018-11-25 10:52:24,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-be000b49-6510-4a5f-9637-731a6680c472 x-compute-request-id: req-be000b49-6510-4a5f-9637-731a6680c472 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 10:52:24,612 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-be000b49-6510-4a5f-9637-731a6680c472 2018-11-25 10:52:24,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" 2018-11-25 10:52:24,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-3ee447ac-45cc-4dd4-9859-21528505a3a9 x-compute-request-id: req-3ee447ac-45cc-4dd4-9859-21528505a3a9 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:52:24,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-3ee447ac-45cc-4dd4-9859-21528505a3a9 2018-11-25 10:52:24,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjE0IDEwLjEwLjExLjE1IDEwLjEwLjExLjkKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0cc6ea3e-fc37-4bb3-8d89-b75b48544569"}], "config_drive": true}}' 2018-11-25 10:52:25,992 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:52: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-f7fcf9bd-f4a1-4202-b94c-6ebda1d7c8a0 x-compute-request-id: req-f7fcf9bd-f4a1-4202-b94c-6ebda1d7c8a0 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "bookmark"}], "adminPass": "c5g6evXMi772"}} 2018-11-25 10:52:25,993 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f7fcf9bd-f4a1-4202-b94c-6ebda1d7c8a0 2018-11-25 10:52:25,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:52:26,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c620608-c22a-41a0-ac5d-49a0aaf888f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:52:26,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2c620608-c22a-41a0-ac5d-49a0aaf888f9 2018-11-25 10:52:26,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:52:26,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:52:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["lwuaGokvQniswgrYhaoteQ"], "issued_at": "2018-11-25T10:52:26.000000Z"}} 2018-11-25 10:52:26,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd01fb63f64e31b621e8fdf7d58823dc3b7b8225" 2018-11-25 10:52:26,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-7ae87c3e-035e-41b7-9977-f4e2952db575 x-compute-request-id: req-7ae87c3e-035e-41b7-9977-f4e2952db575 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:52:26Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-11-25T10:52:25Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:26,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 used request id req-7ae87c3e-035e-41b7-9977-f4e2952db575 2018-11-25 10:52:29,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd01fb63f64e31b621e8fdf7d58823dc3b7b8225" 2018-11-25 10:52:30,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-7e3bf9a8-d4c6-4eb8-aa07-00ca03787535 x-compute-request-id: req-7e3bf9a8-d4c6-4eb8-aa07-00ca03787535 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:34:54", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T10:52:26Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-11-25T10:52:25Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:30,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 used request id req-7e3bf9a8-d4c6-4eb8-aa07-00ca03787535 2018-11-25 10:52:33,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd01fb63f64e31b621e8fdf7d58823dc3b7b8225" 2018-11-25 10:52:34,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-12bc3267-f251-404a-a105-db9861122ad5 x-compute-request-id: req-12bc3267-f251-404a-a105-db9861122ad5 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:34:54", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-11-25T10:52:31.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:31Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-11-25T10:52:25Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:34,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 used request id req-12bc3267-f251-404a-a105-db9861122ad5 2018-11-25 10:52:34,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" 2018-11-25 10:52:35,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-14077536-4e65-41a8-83ed-af58e5f15248 x-compute-request-id: req-14077536-4e65-41a8-83ed-af58e5f15248 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:34:54", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-11-25T10:52:31.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:31Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-11-25T10:52:25Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 10:52:35,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 used request id req-14077536-4e65-41a8-83ed-af58e5f15248 2018-11-25 10:52:35,068 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.5'. 2018-11-25 10:52:35,069 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-11-25 10:52:35,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 10:52:36,283 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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-5cc7db7f-8dfe-472b-a90c-446cf7729df2 x-compute-request-id: req-5cc7db7f-8dfe-472b-a90c-446cf7729df2 Content-Length: 0 Content-Type: application/json 2018-11-25 10:52:36,283 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-5cc7db7f-8dfe-472b-a90c-446cf7729df2 2018-11-25 10:52:36,283 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-11-25 10:52:36,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-777915", "route_distinguishers": "12:12"}}' 2018-11-25 10:52:36,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-8fa9996c-2aeb-4505-bba9-a6560acceb65 Date: Sun, 25 Nov 2018 10:52:36 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "93b644d1-a65d-49cd-83e0-359682948ab8", "name": "sdnvpn-777915", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:52:36,669 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-8fa9996c-2aeb-4505-bba9-a6560acceb65 2018-11-25 10:52:36,669 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-777915', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'93b644d1-a65d-49cd-83e0-359682948ab8'}} 2018-11-25 10:52:36,670 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-11-25 10:52:36,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/93b644d1-a65d-49cd-83e0-359682948ab8/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"router_association": {"router_id": "99fe2fe9-f790-4048-b689-e7da3caec038"}}' 2018-11-25 10:52:37,235 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-384a36a4-9bf4-491b-8efa-ae54f71bbbd3 Date: Sun, 25 Nov 2018 10:52:37 GMT RESP BODY: {"router_association": {"router_id": "99fe2fe9-f790-4048-b689-e7da3caec038", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "63a00512-bdf4-4c2e-aa06-2f8c17e4b1e5"}} 2018-11-25 10:52:37,235 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/93b644d1-a65d-49cd-83e0-359682948ab8/router_associations used request id req-384a36a4-9bf4-491b-8efa-ae54f71bbbd3 2018-11-25 10:52:37,236 - sdnvpn_test_utils - INFO - Waiting for instance 90a65a2e-a7f1-4233-9cac-8137c5c89e07 to boot up 2018-11-25 10:52:37,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b0a85c458d7f5d3ed975ab61050cce0e942c9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:52:38,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-8f308c74-c0e1-4199-a847-e493f0a66c96 x-compute-request-id: req-8f308c74-c0e1-4199-a847-e493f0a66c96 Content-Encoding: gzip Content-Length: 7689 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495976519 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.136137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138060] pid_max: default: 32768 minimum: 301\n[ 0.139122] ACPI: Core revision 20150930\n[ 0.140628] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142149] Security Framework initialized\n[ 0.143101] Yama: becoming mindful.\n[ 0.143946] AppArmor: AppArmor initialized\n[ 0.144935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146500] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148004] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149423] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151054] Initializing cgroup subsys io\n[ 0.152003] Initializing cgroup subsys memory\n[ 0.153003] Initializing cgroup subsys devices\n[ 0.154015] Initializing cgroup subsys freezer\n[ 0.155032] Initializing cgroup subsys net_cls\n[ 0.156041] Initializing cgroup subsys perf_event\n[ 0.157123] Initializing cgroup subsys net_prio\n[ 0.158151] Initializing cgroup subsys hugetlb\n[ 0.159171] Initializing cgroup subsys pids\n[ 0.160188] CPU: Physical Processor ID: 0\n[ 0.161838] mce: CPU supports 10 MCE banks\n[ 0.162828] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164006] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174731] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181338] ftrace: allocating 31920 entries in 125 pages\n[ 0.207612] smpboot: Max logical packages: 1\n[ 0.208623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210187] x2apic enabled\n[ 0.211087] Switched APIC routing to physical x2apic.\n[ 0.213001] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214313] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216600] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218668] KVM setup paravirtual spinlock\n[ 0.220084] x86: Booted up 1 node, 1 CPUs\n[ 0.221018] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222768] devtmpfs: initialized\n[ 0.224594] evm: security.selinux\n[ 0.225403] evm: security.SMACK64\n[ 0.226193] evm: security.SMACK64EXEC\n[ 0.227056] evm: security.SMACK64TRANSMUTE\n[ 0.227995] evm: security.SMACK64MMAP\n[ 0.228836] evm: security.ima\n[ 0.229626] evm: security.capability\n[ 0.230571] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232769] pinctrl core: initialized pinctrl subsystem\n[ 0.234052] RTC time: 10:51:42, date: 11/25/18\n[ 0.235166] NET: Registered protocol family 16\n[ 0.236286] cpuidle: using governor ladder\n[ 0.237257] cpuidle: using governor menu\n[ 0.238183] PCCT header not found.\n[ 0.239045] ACPI: bus type PCI registered\n[ 0.239987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241455] PCI: Using configuration type 1 for base access\n[ 0.243410] ACPI: Added _OSI(Module Device)\n[ 0.244399] ACPI: Added _OSI(Processor Device)\n[ 0.245420] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246487] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248804] ACPI: Interpreter enabled\n[ 0.249714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258440] ACPI: (supports S0 S5)\n[ 0.259274] ACPI: Using IOAPIC for interrupt routing\n[ 0.260382] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263785] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268039] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270648] acpiphp: Slot [3] registered\n[ 0.271989] acpiphp: Slot [4] registered\n[ 0.272989] acpiphp: Slot [5] registered\n[ 0.273921] acpiphp: Slot [6] registered\n[ 0.274962] acpiphp: Slot [7] registered\n[ 0.276109] acpiphp: Slot [8] registered\n[ 0.276999] acpiphp: Slot [9] registered\n[ 0.277999] acpiphp: Slot [10] registered\n[ 0.278960] acpiphp: Slot [11] registered\n[ 0.279919] acpiphp: Slot [12] registered\n[ 0.280846] acpiphp: Slot [13] registered\n[ 0.281797] acpiphp: Slot [14] registered\n[ 0.282723] acpiphp: Slot [15] registered\n[ 0.293543] acpiphp: Slot [16] registered\n[ 0.294606] acpiphp: Slot [17] registered\n[ 0.295811] acpiphp: Slot [18] registered\n[ 0.297028] acpiphp: Slot [19] registered\n[ 0.298298] acpiphp: Slot [20] registered\n[ 0.299523] acpiphp: Slot [21] registered\n[ 0.300745] acpiphp: Slot [22] registered\n[ 0.301977] acpiphp: Slot [23] registered\n[ 0.303190] acpiphp: Slot [24] registered\n[ 0.304404] acpiphp: Slot [25] registered\n[ 0.305612] acpiphp: Slot [26] registered\n[ 0.306830] acpiphp: Slot [27] registered\n[ 0.308100] acpiphp: Slot [28] registered\n[ 0.309345] acpiphp: Slot [29] registered\n[ 0.310583] acpiphp: Slot [30] registered\n[ 0.311815] acpiphp: Slot [31] registered\n[ 0.313033] PCI host bridge to bus 0000:00\n[ 0.314280] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318160] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322200] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329918] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332407] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.389274] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.390765] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392198] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395017] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396999] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398172] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400805] vgaarb: loaded\n[ 0.401417] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402565] SCSI subsystem initialized\n[ 0.403394] ACPI: bus type USB registered\n[ 0.404219] usbcore: registered new interface driver usbfs\n[ 0.405267] usbcore: registered new interface driver hub\n[ 0.406290] usbcore: registered new device driver usb\n[ 0.407361] PCI: Using ACPI for IRQ routing\n[ 0.408398] NetLabel: Initializing\n[ 0.409125] NetLabel: domain hash size = 128\n[ 0.409988] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410957] NetLabel: unlabeled traffic allowed by default\n[ 0.412066] clocksource: Switched to clocksource kvm-clock\n[ 0.417758] AppArmor: AppArmor Filesystem Enabled\n[ 0.418744] pnp: PnP ACPI init\n[ 0.419661] pnp: PnP ACPI: found 5 devices\n[ 0.426054] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427801] NET: Registered protocol family 2\n[ 0.428783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430074] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431259] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.432445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433547] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434731] NET: Registered protocol family 1\n[ 0.435611] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436732] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437829] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451867] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466070] Trying to unpack rootfs image as initramfs...\n[ 0.516245] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530304] Scanning for low memory corruption every 60 seconds\n[ 0.531667] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.532827] audit: initializing netlink subsys (disabled)\n[ 0.533862] audit: type=2000 audit(1543143103.712:1): initialized\n[ 0.535201] Initialise system trusted keyring\n[ 0.536158] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.537338] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.539310] zbud: loaded\n[ 0.540017] VFS: Disk quotas dquot_6.6.0\n[ 0.540861] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.542395] fuse init (API version 7.23)\n[ 0.543300] Key type big_key registered\n[ 0.544124] Allocating IMA MOK and blacklist keyrings.\n[ 0.545625] Key type asymmetric registered\n[ 0.546469] Asymmetric key parser 'x509' registered\n[ 0.547437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548936] io scheduler noop registered\n[ 0.549748] io scheduler deadline registered (default)\n[ 0.550749] io scheduler cfq registered\n[ 0.551608] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552682] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555502] ACPI: Power Button [PWRF]\n[ 0.556362] GHES: HEST is not enabled!\n[ 0.576251] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606257] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635740] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637942] Linux agpgart interface v0.103\n[ 0.640047] brd: module loaded\n[ 0.641333] loop: module loaded\n[ 0.645692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647143] GPT:90111 != 2097151\n[ 0.647818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648919] GPT:90111 != 2097151\n[ 0.649601] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650595] vda: vda1 vda15\n[ 0.652010] scsi host0: ata_piix\n[ 0.652764] scsi host1: ata_piix\n[ 0.653480] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656154] libphy: Fixed MDIO Bus: probed\n[ 0.656970] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657923] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660020] PPP generic driver version 2.4.2\n[ 0.660924] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662210] ehci-pci: EHCI PCI platform driver\n[ 0.663073] ehci-platform: EHCI generic platform driver\n[ 0.664286] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.665420] ohci-pci: OHCI PCI platform driver\n[ 0.666292] ohci-platform: OHCI generic platform driver\n[ 0.667293] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681847] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682867] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684330] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687712] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689157] usb usb1: Product: UHCI Host Controller\n[ 0.690091] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691304] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692393] hub 1-0:1.0: USB hub found\n[ 0.693182] hub 1-0:1.0: 2 ports detected\n[ 0.694091] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696234] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697195] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698231] mousedev: PS/2 mouse device common for all mice\n[ 0.699482] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702439] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704841] i2c /dev entries driver\n[ 0.705608] device-mapper: uevent: version 1.0.3\n[ 0.706548] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708205] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709506] NET: Registered protocol family 10\n[ 0.710518] NET: Registered protocol family 17\n[ 0.711417] Key type dns_resolver registered\n[ 0.712355] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715221] registered taskstats version 1\n[ 0.716056] Loading compiled-in X.509 certificates\n[ 0.717522] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719393] zswap: loaded using pool lzo/zbud\n[ 0.721364] Key type trusted registered\n[ 0.723407] Key type encrypted registered\n[ 0.724257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725304] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726345] evm: HMAC attrs: 0x1\n[ 0.727292] Magic number: 10:309:882\n[ 0.728180] rtc_cmos 00:00: setting system clock to 2018-11-25 10:51:43 UTC (1543143103)\n[ 0.729789] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730906] EDD information not available.\n[ 0.813229] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814817] Write protecting the kernel read-only data: 14336k\n[ 0.826515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828344] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.874469] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-25 10:52:38,466 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action used request id req-8f308c74-c0e1-4199-a847-e493f0a66c96 2018-11-25 10:52:40,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b0a85c458d7f5d3ed975ab61050cce0e942c9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:52:41,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf1dca3b-addd-46db-8a43-5b6e7809ebc2 x-compute-request-id: req-cf1dca3b-addd-46db-8a43-5b6e7809ebc2 Content-Encoding: gzip Content-Length: 7689 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495976519 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.136137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138060] pid_max: default: 32768 minimum: 301\n[ 0.139122] ACPI: Core revision 20150930\n[ 0.140628] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142149] Security Framework initialized\n[ 0.143101] Yama: becoming mindful.\n[ 0.143946] AppArmor: AppArmor initialized\n[ 0.144935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146500] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148004] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149423] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151054] Initializing cgroup subsys io\n[ 0.152003] Initializing cgroup subsys memory\n[ 0.153003] Initializing cgroup subsys devices\n[ 0.154015] Initializing cgroup subsys freezer\n[ 0.155032] Initializing cgroup subsys net_cls\n[ 0.156041] Initializing cgroup subsys perf_event\n[ 0.157123] Initializing cgroup subsys net_prio\n[ 0.158151] Initializing cgroup subsys hugetlb\n[ 0.159171] Initializing cgroup subsys pids\n[ 0.160188] CPU: Physical Processor ID: 0\n[ 0.161838] mce: CPU supports 10 MCE banks\n[ 0.162828] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164006] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174731] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181338] ftrace: allocating 31920 entries in 125 pages\n[ 0.207612] smpboot: Max logical packages: 1\n[ 0.208623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210187] x2apic enabled\n[ 0.211087] Switched APIC routing to physical x2apic.\n[ 0.213001] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214313] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216600] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218668] KVM setup paravirtual spinlock\n[ 0.220084] x86: Booted up 1 node, 1 CPUs\n[ 0.221018] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222768] devtmpfs: initialized\n[ 0.224594] evm: security.selinux\n[ 0.225403] evm: security.SMACK64\n[ 0.226193] evm: security.SMACK64EXEC\n[ 0.227056] evm: security.SMACK64TRANSMUTE\n[ 0.227995] evm: security.SMACK64MMAP\n[ 0.228836] evm: security.ima\n[ 0.229626] evm: security.capability\n[ 0.230571] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232769] pinctrl core: initialized pinctrl subsystem\n[ 0.234052] RTC time: 10:51:42, date: 11/25/18\n[ 0.235166] NET: Registered protocol family 16\n[ 0.236286] cpuidle: using governor ladder\n[ 0.237257] cpuidle: using governor menu\n[ 0.238183] PCCT header not found.\n[ 0.239045] ACPI: bus type PCI registered\n[ 0.239987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241455] PCI: Using configuration type 1 for base access\n[ 0.243410] ACPI: Added _OSI(Module Device)\n[ 0.244399] ACPI: Added _OSI(Processor Device)\n[ 0.245420] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246487] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248804] ACPI: Interpreter enabled\n[ 0.249714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258440] ACPI: (supports S0 S5)\n[ 0.259274] ACPI: Using IOAPIC for interrupt routing\n[ 0.260382] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263785] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268039] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270648] acpiphp: Slot [3] registered\n[ 0.271989] acpiphp: Slot [4] registered\n[ 0.272989] acpiphp: Slot [5] registered\n[ 0.273921] acpiphp: Slot [6] registered\n[ 0.274962] acpiphp: Slot [7] registered\n[ 0.276109] acpiphp: Slot [8] registered\n[ 0.276999] acpiphp: Slot [9] registered\n[ 0.277999] acpiphp: Slot [10] registered\n[ 0.278960] acpiphp: Slot [11] registered\n[ 0.279919] acpiphp: Slot [12] registered\n[ 0.280846] acpiphp: Slot [13] registered\n[ 0.281797] acpiphp: Slot [14] registered\n[ 0.282723] acpiphp: Slot [15] registered\n[ 0.293543] acpiphp: Slot [16] registered\n[ 0.294606] acpiphp: Slot [17] registered\n[ 0.295811] acpiphp: Slot [18] registered\n[ 0.297028] acpiphp: Slot [19] registered\n[ 0.298298] acpiphp: Slot [20] registered\n[ 0.299523] acpiphp: Slot [21] registered\n[ 0.300745] acpiphp: Slot [22] registered\n[ 0.301977] acpiphp: Slot [23] registered\n[ 0.303190] acpiphp: Slot [24] registered\n[ 0.304404] acpiphp: Slot [25] registered\n[ 0.305612] acpiphp: Slot [26] registered\n[ 0.306830] acpiphp: Slot [27] registered\n[ 0.308100] acpiphp: Slot [28] registered\n[ 0.309345] acpiphp: Slot [29] registered\n[ 0.310583] acpiphp: Slot [30] registered\n[ 0.311815] acpiphp: Slot [31] registered\n[ 0.313033] PCI host bridge to bus 0000:00\n[ 0.314280] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318160] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322200] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329918] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332407] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.389274] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.390765] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392198] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395017] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396999] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398172] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400805] vgaarb: loaded\n[ 0.401417] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402565] SCSI subsystem initialized\n[ 0.403394] ACPI: bus type USB registered\n[ 0.404219] usbcore: registered new interface driver usbfs\n[ 0.405267] usbcore: registered new interface driver hub\n[ 0.406290] usbcore: registered new device driver usb\n[ 0.407361] PCI: Using ACPI for IRQ routing\n[ 0.408398] NetLabel: Initializing\n[ 0.409125] NetLabel: domain hash size = 128\n[ 0.409988] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410957] NetLabel: unlabeled traffic allowed by default\n[ 0.412066] clocksource: Switched to clocksource kvm-clock\n[ 0.417758] AppArmor: AppArmor Filesystem Enabled\n[ 0.418744] pnp: PnP ACPI init\n[ 0.419661] pnp: PnP ACPI: found 5 devices\n[ 0.426054] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427801] NET: Registered protocol family 2\n[ 0.428783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430074] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431259] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.432445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433547] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434731] NET: Registered protocol family 1\n[ 0.435611] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436732] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437829] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451867] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466070] Trying to unpack rootfs image as initramfs...\n[ 0.516245] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530304] Scanning for low memory corruption every 60 seconds\n[ 0.531667] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.532827] audit: initializing netlink subsys (disabled)\n[ 0.533862] audit: type=2000 audit(1543143103.712:1): initialized\n[ 0.535201] Initialise system trusted keyring\n[ 0.536158] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.537338] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.539310] zbud: loaded\n[ 0.540017] VFS: Disk quotas dquot_6.6.0\n[ 0.540861] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.542395] fuse init (API version 7.23)\n[ 0.543300] Key type big_key registered\n[ 0.544124] Allocating IMA MOK and blacklist keyrings.\n[ 0.545625] Key type asymmetric registered\n[ 0.546469] Asymmetric key parser 'x509' registered\n[ 0.547437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548936] io scheduler noop registered\n[ 0.549748] io scheduler deadline registered (default)\n[ 0.550749] io scheduler cfq registered\n[ 0.551608] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552682] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555502] ACPI: Power Button [PWRF]\n[ 0.556362] GHES: HEST is not enabled!\n[ 0.576251] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606257] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635740] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637942] Linux agpgart interface v0.103\n[ 0.640047] brd: module loaded\n[ 0.641333] loop: module loaded\n[ 0.645692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647143] GPT:90111 != 2097151\n[ 0.647818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648919] GPT:90111 != 2097151\n[ 0.649601] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650595] vda: vda1 vda15\n[ 0.652010] scsi host0: ata_piix\n[ 0.652764] scsi host1: ata_piix\n[ 0.653480] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656154] libphy: Fixed MDIO Bus: probed\n[ 0.656970] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657923] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660020] PPP generic driver version 2.4.2\n[ 0.660924] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662210] ehci-pci: EHCI PCI platform driver\n[ 0.663073] ehci-platform: EHCI generic platform driver\n[ 0.664286] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.665420] ohci-pci: OHCI PCI platform driver\n[ 0.666292] ohci-platform: OHCI generic platform driver\n[ 0.667293] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681847] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682867] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684330] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687712] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689157] usb usb1: Product: UHCI Host Controller\n[ 0.690091] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691304] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692393] hub 1-0:1.0: USB hub found\n[ 0.693182] hub 1-0:1.0: 2 ports detected\n[ 0.694091] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696234] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697195] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698231] mousedev: PS/2 mouse device common for all mice\n[ 0.699482] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702439] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704841] i2c /dev entries driver\n[ 0.705608] device-mapper: uevent: version 1.0.3\n[ 0.706548] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708205] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709506] NET: Registered protocol family 10\n[ 0.710518] NET: Registered protocol family 17\n[ 0.711417] Key type dns_resolver registered\n[ 0.712355] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715221] registered taskstats version 1\n[ 0.716056] Loading compiled-in X.509 certificates\n[ 0.717522] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719393] zswap: loaded using pool lzo/zbud\n[ 0.721364] Key type trusted registered\n[ 0.723407] Key type encrypted registered\n[ 0.724257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725304] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726345] evm: HMAC attrs: 0x1\n[ 0.727292] Magic number: 10:309:882\n[ 0.728180] rtc_cmos 00:00: setting system clock to 2018-11-25 10:51:43 UTC (1543143103)\n[ 0.729789] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730906] EDD information not available.\n[ 0.813229] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814817] Write protecting the kernel read-only data: 14336k\n[ 0.826515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828344] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.874469] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-25 10:52:41,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action used request id req-cf1dca3b-addd-46db-8a43-5b6e7809ebc2 2018-11-25 10:52:43,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b0a85c458d7f5d3ed975ab61050cce0e942c9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:52:44,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-fd8db511-4616-4f45-8468-f498a1e8b068 x-compute-request-id: req-fd8db511-4616-4f45-8468-f498a1e8b068 Content-Encoding: gzip Content-Length: 7689 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495976519 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.136137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138060] pid_max: default: 32768 minimum: 301\n[ 0.139122] ACPI: Core revision 20150930\n[ 0.140628] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142149] Security Framework initialized\n[ 0.143101] Yama: becoming mindful.\n[ 0.143946] AppArmor: AppArmor initialized\n[ 0.144935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146500] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148004] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149423] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151054] Initializing cgroup subsys io\n[ 0.152003] Initializing cgroup subsys memory\n[ 0.153003] Initializing cgroup subsys devices\n[ 0.154015] Initializing cgroup subsys freezer\n[ 0.155032] Initializing cgroup subsys net_cls\n[ 0.156041] Initializing cgroup subsys perf_event\n[ 0.157123] Initializing cgroup subsys net_prio\n[ 0.158151] Initializing cgroup subsys hugetlb\n[ 0.159171] Initializing cgroup subsys pids\n[ 0.160188] CPU: Physical Processor ID: 0\n[ 0.161838] mce: CPU supports 10 MCE banks\n[ 0.162828] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164006] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174731] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181338] ftrace: allocating 31920 entries in 125 pages\n[ 0.207612] smpboot: Max logical packages: 1\n[ 0.208623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210187] x2apic enabled\n[ 0.211087] Switched APIC routing to physical x2apic.\n[ 0.213001] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214313] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216600] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218668] KVM setup paravirtual spinlock\n[ 0.220084] x86: Booted up 1 node, 1 CPUs\n[ 0.221018] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222768] devtmpfs: initialized\n[ 0.224594] evm: security.selinux\n[ 0.225403] evm: security.SMACK64\n[ 0.226193] evm: security.SMACK64EXEC\n[ 0.227056] evm: security.SMACK64TRANSMUTE\n[ 0.227995] evm: security.SMACK64MMAP\n[ 0.228836] evm: security.ima\n[ 0.229626] evm: security.capability\n[ 0.230571] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232769] pinctrl core: initialized pinctrl subsystem\n[ 0.234052] RTC time: 10:51:42, date: 11/25/18\n[ 0.235166] NET: Registered protocol family 16\n[ 0.236286] cpuidle: using governor ladder\n[ 0.237257] cpuidle: using governor menu\n[ 0.238183] PCCT header not found.\n[ 0.239045] ACPI: bus type PCI registered\n[ 0.239987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241455] PCI: Using configuration type 1 for base access\n[ 0.243410] ACPI: Added _OSI(Module Device)\n[ 0.244399] ACPI: Added _OSI(Processor Device)\n[ 0.245420] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246487] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248804] ACPI: Interpreter enabled\n[ 0.249714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258440] ACPI: (supports S0 S5)\n[ 0.259274] ACPI: Using IOAPIC for interrupt routing\n[ 0.260382] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263785] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268039] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270648] acpiphp: Slot [3] registered\n[ 0.271989] acpiphp: Slot [4] registered\n[ 0.272989] acpiphp: Slot [5] registered\n[ 0.273921] acpiphp: Slot [6] registered\n[ 0.274962] acpiphp: Slot [7] registered\n[ 0.276109] acpiphp: Slot [8] registered\n[ 0.276999] acpiphp: Slot [9] registered\n[ 0.277999] acpiphp: Slot [10] registered\n[ 0.278960] acpiphp: Slot [11] registered\n[ 0.279919] acpiphp: Slot [12] registered\n[ 0.280846] acpiphp: Slot [13] registered\n[ 0.281797] acpiphp: Slot [14] registered\n[ 0.282723] acpiphp: Slot [15] registered\n[ 0.293543] acpiphp: Slot [16] registered\n[ 0.294606] acpiphp: Slot [17] registered\n[ 0.295811] acpiphp: Slot [18] registered\n[ 0.297028] acpiphp: Slot [19] registered\n[ 0.298298] acpiphp: Slot [20] registered\n[ 0.299523] acpiphp: Slot [21] registered\n[ 0.300745] acpiphp: Slot [22] registered\n[ 0.301977] acpiphp: Slot [23] registered\n[ 0.303190] acpiphp: Slot [24] registered\n[ 0.304404] acpiphp: Slot [25] registered\n[ 0.305612] acpiphp: Slot [26] registered\n[ 0.306830] acpiphp: Slot [27] registered\n[ 0.308100] acpiphp: Slot [28] registered\n[ 0.309345] acpiphp: Slot [29] registered\n[ 0.310583] acpiphp: Slot [30] registered\n[ 0.311815] acpiphp: Slot [31] registered\n[ 0.313033] PCI host bridge to bus 0000:00\n[ 0.314280] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318160] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322200] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329918] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332407] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.389274] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.390765] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392198] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395017] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396999] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398172] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400805] vgaarb: loaded\n[ 0.401417] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402565] SCSI subsystem initialized\n[ 0.403394] ACPI: bus type USB registered\n[ 0.404219] usbcore: registered new interface driver usbfs\n[ 0.405267] usbcore: registered new interface driver hub\n[ 0.406290] usbcore: registered new device driver usb\n[ 0.407361] PCI: Using ACPI for IRQ routing\n[ 0.408398] NetLabel: Initializing\n[ 0.409125] NetLabel: domain hash size = 128\n[ 0.409988] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410957] NetLabel: unlabeled traffic allowed by default\n[ 0.412066] clocksource: Switched to clocksource kvm-clock\n[ 0.417758] AppArmor: AppArmor Filesystem Enabled\n[ 0.418744] pnp: PnP ACPI init\n[ 0.419661] pnp: PnP ACPI: found 5 devices\n[ 0.426054] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427801] NET: Registered protocol family 2\n[ 0.428783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430074] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431259] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.432445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433547] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434731] NET: Registered protocol family 1\n[ 0.435611] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436732] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437829] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451867] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466070] Trying to unpack rootfs image as initramfs...\n[ 0.516245] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530304] Scanning for low memory corruption every 60 seconds\n[ 0.531667] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.532827] audit: initializing netlink subsys (disabled)\n[ 0.533862] audit: type=2000 audit(1543143103.712:1): initialized\n[ 0.535201] Initialise system trusted keyring\n[ 0.536158] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.537338] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.539310] zbud: loaded\n[ 0.540017] VFS: Disk quotas dquot_6.6.0\n[ 0.540861] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.542395] fuse init (API version 7.23)\n[ 0.543300] Key type big_key registered\n[ 0.544124] Allocating IMA MOK and blacklist keyrings.\n[ 0.545625] Key type asymmetric registered\n[ 0.546469] Asymmetric key parser 'x509' registered\n[ 0.547437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548936] io scheduler noop registered\n[ 0.549748] io scheduler deadline registered (default)\n[ 0.550749] io scheduler cfq registered\n[ 0.551608] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552682] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555502] ACPI: Power Button [PWRF]\n[ 0.556362] GHES: HEST is not enabled!\n[ 0.576251] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606257] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635740] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637942] Linux agpgart interface v0.103\n[ 0.640047] brd: module loaded\n[ 0.641333] loop: module loaded\n[ 0.645692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647143] GPT:90111 != 2097151\n[ 0.647818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648919] GPT:90111 != 2097151\n[ 0.649601] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650595] vda: vda1 vda15\n[ 0.652010] scsi host0: ata_piix\n[ 0.652764] scsi host1: ata_piix\n[ 0.653480] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656154] libphy: Fixed MDIO Bus: probed\n[ 0.656970] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657923] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660020] PPP generic driver version 2.4.2\n[ 0.660924] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662210] ehci-pci: EHCI PCI platform driver\n[ 0.663073] ehci-platform: EHCI generic platform driver\n[ 0.664286] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.665420] ohci-pci: OHCI PCI platform driver\n[ 0.666292] ohci-platform: OHCI generic platform driver\n[ 0.667293] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681847] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682867] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684330] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687712] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689157] usb usb1: Product: UHCI Host Controller\n[ 0.690091] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691304] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692393] hub 1-0:1.0: USB hub found\n[ 0.693182] hub 1-0:1.0: 2 ports detected\n[ 0.694091] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696234] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697195] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698231] mousedev: PS/2 mouse device common for all mice\n[ 0.699482] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702439] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704841] i2c /dev entries driver\n[ 0.705608] device-mapper: uevent: version 1.0.3\n[ 0.706548] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708205] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709506] NET: Registered protocol family 10\n[ 0.710518] NET: Registered protocol family 17\n[ 0.711417] Key type dns_resolver registered\n[ 0.712355] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715221] registered taskstats version 1\n[ 0.716056] Loading compiled-in X.509 certificates\n[ 0.717522] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719393] zswap: loaded using pool lzo/zbud\n[ 0.721364] Key type trusted registered\n[ 0.723407] Key type encrypted registered\n[ 0.724257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725304] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726345] evm: HMAC attrs: 0x1\n[ 0.727292] Magic number: 10:309:882\n[ 0.728180] rtc_cmos 00:00: setting system clock to 2018-11-25 10:51:43 UTC (1543143103)\n[ 0.729789] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730906] EDD information not available.\n[ 0.813229] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814817] Write protecting the kernel read-only data: 14336k\n[ 0.826515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828344] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.874469] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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...\n"} 2018-11-25 10:52:44,689 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action used request id req-fd8db511-4616-4f45-8468-f498a1e8b068 2018-11-25 10:52:46,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b0a85c458d7f5d3ed975ab61050cce0e942c9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:52:47,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-d2376c8d-cc45-4b2e-9e4f-306c086460d1 x-compute-request-id: req-d2376c8d-cc45-4b2e-9e4f-306c086460d1 Content-Encoding: gzip Content-Length: 9519 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 495976519 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.136137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138060] pid_max: default: 32768 minimum: 301\n[ 0.139122] ACPI: Core revision 20150930\n[ 0.140628] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142149] Security Framework initialized\n[ 0.143101] Yama: becoming mindful.\n[ 0.143946] AppArmor: AppArmor initialized\n[ 0.144935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146500] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148004] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149423] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151054] Initializing cgroup subsys io\n[ 0.152003] Initializing cgroup subsys memory\n[ 0.153003] Initializing cgroup subsys devices\n[ 0.154015] Initializing cgroup subsys freezer\n[ 0.155032] Initializing cgroup subsys net_cls\n[ 0.156041] Initializing cgroup subsys perf_event\n[ 0.157123] Initializing cgroup subsys net_prio\n[ 0.158151] Initializing cgroup subsys hugetlb\n[ 0.159171] Initializing cgroup subsys pids\n[ 0.160188] CPU: Physical Processor ID: 0\n[ 0.161838] mce: CPU supports 10 MCE banks\n[ 0.162828] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164006] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174731] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181338] ftrace: allocating 31920 entries in 125 pages\n[ 0.207612] smpboot: Max logical packages: 1\n[ 0.208623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210187] x2apic enabled\n[ 0.211087] Switched APIC routing to physical x2apic.\n[ 0.213001] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214313] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216600] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218668] KVM setup paravirtual spinlock\n[ 0.220084] x86: Booted up 1 node, 1 CPUs\n[ 0.221018] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222768] devtmpfs: initialized\n[ 0.224594] evm: security.selinux\n[ 0.225403] evm: security.SMACK64\n[ 0.226193] evm: security.SMACK64EXEC\n[ 0.227056] evm: security.SMACK64TRANSMUTE\n[ 0.227995] evm: security.SMACK64MMAP\n[ 0.228836] evm: security.ima\n[ 0.229626] evm: security.capability\n[ 0.230571] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232769] pinctrl core: initialized pinctrl subsystem\n[ 0.234052] RTC time: 10:51:42, date: 11/25/18\n[ 0.235166] NET: Registered protocol family 16\n[ 0.236286] cpuidle: using governor ladder\n[ 0.237257] cpuidle: using governor menu\n[ 0.238183] PCCT header not found.\n[ 0.239045] ACPI: bus type PCI registered\n[ 0.239987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241455] PCI: Using configuration type 1 for base access\n[ 0.243410] ACPI: Added _OSI(Module Device)\n[ 0.244399] ACPI: Added _OSI(Processor Device)\n[ 0.245420] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246487] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248804] ACPI: Interpreter enabled\n[ 0.249714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258440] ACPI: (supports S0 S5)\n[ 0.259274] ACPI: Using IOAPIC for interrupt routing\n[ 0.260382] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263785] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268039] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270648] acpiphp: Slot [3] registered\n[ 0.271989] acpiphp: Slot [4] registered\n[ 0.272989] acpiphp: Slot [5] registered\n[ 0.273921] acpiphp: Slot [6] registered\n[ 0.274962] acpiphp: Slot [7] registered\n[ 0.276109] acpiphp: Slot [8] registered\n[ 0.276999] acpiphp: Slot [9] registered\n[ 0.277999] acpiphp: Slot [10] registered\n[ 0.278960] acpiphp: Slot [11] registered\n[ 0.279919] acpiphp: Slot [12] registered\n[ 0.280846] acpiphp: Slot [13] registered\n[ 0.281797] acpiphp: Slot [14] registered\n[ 0.282723] acpiphp: Slot [15] registered\n[ 0.293543] acpiphp: Slot [16] registered\n[ 0.294606] acpiphp: Slot [17] registered\n[ 0.295811] acpiphp: Slot [18] registered\n[ 0.297028] acpiphp: Slot [19] registered\n[ 0.298298] acpiphp: Slot [20] registered\n[ 0.299523] acpiphp: Slot [21] registered\n[ 0.300745] acpiphp: Slot [22] registered\n[ 0.301977] acpiphp: Slot [23] registered\n[ 0.303190] acpiphp: Slot [24] registered\n[ 0.304404] acpiphp: Slot [25] registered\n[ 0.305612] acpiphp: Slot [26] registered\n[ 0.306830] acpiphp: Slot [27] registered\n[ 0.308100] acpiphp: Slot [28] registered\n[ 0.309345] acpiphp: Slot [29] registered\n[ 0.310583] acpiphp: Slot [30] registered\n[ 0.311815] acpiphp: Slot [31] registered\n[ 0.313033] PCI host bridge to bus 0000:00\n[ 0.314280] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318160] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320374] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322200] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329918] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332407] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.389274] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.390765] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392198] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395017] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396999] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398172] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400805] vgaarb: loaded\n[ 0.401417] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402565] SCSI subsystem initialized\n[ 0.403394] ACPI: bus type USB registered\n[ 0.404219] usbcore: registered new interface driver usbfs\n[ 0.405267] usbcore: registered new interface driver hub\n[ 0.406290] usbcore: registered new device driver usb\n[ 0.407361] PCI: Using ACPI for IRQ routing\n[ 0.408398] NetLabel: Initializing\n[ 0.409125] NetLabel: domain hash size = 128\n[ 0.409988] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410957] NetLabel: unlabeled traffic allowed by default\n[ 0.412066] clocksource: Switched to clocksource kvm-clock\n[ 0.417758] AppArmor: AppArmor Filesystem Enabled\n[ 0.418744] pnp: PnP ACPI init\n[ 0.419661] pnp: PnP ACPI: found 5 devices\n[ 0.426054] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427801] NET: Registered protocol family 2\n[ 0.428783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430074] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431259] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.432445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433547] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434731] NET: Registered protocol family 1\n[ 0.435611] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.436732] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.437829] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451867] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466070] Trying to unpack rootfs image as initramfs...\n[ 0.516245] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530304] Scanning for low memory corruption every 60 seconds\n[ 0.531667] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.532827] audit: initializing netlink subsys (disabled)\n[ 0.533862] audit: type=2000 audit(1543143103.712:1): initialized\n[ 0.535201] Initialise system trusted keyring\n[ 0.536158] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.537338] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.539310] zbud: loaded\n[ 0.540017] VFS: Disk quotas dquot_6.6.0\n[ 0.540861] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.542395] fuse init (API version 7.23)\n[ 0.543300] Key type big_key registered\n[ 0.544124] Allocating IMA MOK and blacklist keyrings.\n[ 0.545625] Key type asymmetric registered\n[ 0.546469] Asymmetric key parser 'x509' registered\n[ 0.547437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548936] io scheduler noop registered\n[ 0.549748] io scheduler deadline registered (default)\n[ 0.550749] io scheduler cfq registered\n[ 0.551608] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552682] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555502] ACPI: Power Button [PWRF]\n[ 0.556362] GHES: HEST is not enabled!\n[ 0.576251] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606257] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635740] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637942] Linux agpgart interface v0.103\n[ 0.640047] brd: module loaded\n[ 0.641333] loop: module loaded\n[ 0.645692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647143] GPT:90111 != 2097151\n[ 0.647818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.648919] GPT:90111 != 2097151\n[ 0.649601] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650595] vda: vda1 vda15\n[ 0.652010] scsi host0: ata_piix\n[ 0.652764] scsi host1: ata_piix\n[ 0.653480] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.656154] libphy: Fixed MDIO Bus: probed\n[ 0.656970] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657923] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660020] PPP generic driver version 2.4.2\n[ 0.660924] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662210] ehci-pci: EHCI PCI platform driver\n[ 0.663073] ehci-platform: EHCI generic platform driver\n[ 0.664286] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.665420] ohci-pci: OHCI PCI platform driver\n[ 0.666292] ohci-platform: OHCI generic platform driver\n[ 0.667293] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681847] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682867] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684330] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687712] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689157] usb usb1: Product: UHCI Host Controller\n[ 0.690091] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691304] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692393] hub 1-0:1.0: USB hub found\n[ 0.693182] hub 1-0:1.0: 2 ports detected\n[ 0.694091] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696234] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697195] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698231] mousedev: PS/2 mouse device common for all mice\n[ 0.699482] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702439] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704841] i2c /dev entries driver\n[ 0.705608] device-mapper: uevent: version 1.0.3\n[ 0.706548] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708205] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709506] NET: Registered protocol family 10\n[ 0.710518] NET: Registered protocol family 17\n[ 0.711417] Key type dns_resolver registered\n[ 0.712355] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715221] registered taskstats version 1\n[ 0.716056] Loading compiled-in X.509 certificates\n[ 0.717522] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719393] zswap: loaded using pool lzo/zbud\n[ 0.721364] Key type trusted registered\n[ 0.723407] Key type encrypted registered\n[ 0.724257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725304] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726345] evm: HMAC attrs: 0x1\n[ 0.727292] Magic number: 10:309:882\n[ 0.728180] rtc_cmos 00:00: setting system clock to 2018-11-25 10:51:43 UTC (1543143103)\n[ 0.729789] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730906] EDD information not available.\n[ 0.813229] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814817] Write protecting the kernel read-only data: 14336k\n[ 0.826515] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828344] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.874469] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\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 discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.30. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCU6YiFGZB3HlsLJ9wd1sfOLrYiQuZTuf9Nm+DKAyixykfWM6d6u/dG3q4XJ2LqzLd1HNa9AhHWFfa61vIE12bH2WfrvGDmzxH0wRznRThQl3Xwlmf466c5uhgfmYh1FdLR9dxxMOYHTLxOrVfWgMr01SR876GRRdzYxTJR6GCAbSE/1OSbDJK/nnU+xFddZ7FAJwjQAgvIZRD78XTZX19F+5Fy3mZFUChTqiiHtWn4xA3jXzjRm/XEQ/CGnpimxTgqEgpvggNU8NCv12wzijDWeTgE+8IKuIpWBkAfHlorvz4PNijHVVHKfxA3mhwj/HweDGPD/vL1AK+wQVZO653P root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPfms/yqPP1oEaCGCIKFEWSdL9qMQcVH++eW9mmZVJyF0tweWmNhzRohFYoqBTNh5Pv/2XsAKuiAqSumrhI9LbIhx/2zhAC1RV3saz5z2m2Ri6JcPeD5B2L2ip27TRCIxx3tN25ZpUUfvrf4jlGFn9biCfjppCYdPyhVrP8C8BuHAAAAFQCqw7p3TrJLJ3WvGq63hrqc8CMFQQAAAIEA9E9VCsEP+BsmAikF8hJNIA/1jbe5ky/OhiytrSlD6TN6UUhUDEcUpKHtm2U3vjBdfOuFed+YmIFV4/dfnUfQgpVEM/4xQJ9FIOkMa/zIeZ/PPTtOZTXUV1Y3tmO57yclgWiRyDhZ2vjG1JTiepb6jA0ZvGkv9m7OJnh591WVCM8AAACBAI+8ZRohGUzSA8WMGeQLyFkywhuxLoad9Rw+yJDN39CjsjmmrVZTS8gsQumgBpEvFWU6JzFjLV4ciO4sgrziUR2TjkroaeLf0eDz9MQtUZ3oxo48jDhe/5pO0hbTlVgAudRmK98KLkem8R3iLBymnSFDCJB9sgJFlPN/ruL0uU7Q root@sdnvpn-4-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fe74:72ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \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-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-2 login: "} 2018-11-25 10:52:47,821 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action used request id req-d2376c8d-cc45-4b2e-9e4f-306c086460d1 2018-11-25 10:52:49,852 - sdnvpn_test_utils - INFO - Waiting for instance 10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 to boot up 2018-11-25 10:52:49,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfb8d52e7585c2d706021862a4eecc2e455fcc3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:52:50,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-ac72fd86-bc0b-4670-aadc-ad7d83133a9f x-compute-request-id: req-ac72fd86-bc0b-4670-aadc-ad7d83133a9f Content-Encoding: gzip Content-Length: 7688 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 492860687 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.908 MHz processor\n[ 0.127590] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.129191] pid_max: default: 32768 minimum: 301\n[ 0.130052] ACPI: Core revision 20150930\n[ 0.131420] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132689] Security Framework initialized\n[ 0.133481] Yama: becoming mindful.\n[ 0.134189] AppArmor: AppArmor initialized\n[ 0.135028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138739] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140093] Initializing cgroup subsys io\n[ 0.140895] Initializing cgroup subsys memory\n[ 0.141726] Initializing cgroup subsys devices\n[ 0.142571] Initializing cgroup subsys freezer\n[ 0.143418] Initializing cgroup subsys net_cls\n[ 0.144257] Initializing cgroup subsys perf_event\n[ 0.145137] Initializing cgroup subsys net_prio\n[ 0.145983] Initializing cgroup subsys hugetlb\n[ 0.146832] Initializing cgroup subsys pids\n[ 0.147678] CPU: Physical Processor ID: 0\n[ 0.149138] mce: CPU supports 10 MCE banks\n[ 0.149954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150947] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167891] ftrace: allocating 31920 entries in 125 pages\n[ 0.193781] smpboot: Max logical packages: 1\n[ 0.194624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195930] x2apic enabled\n[ 0.196719] Switched APIC routing to physical x2apic.\n[ 0.198432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199510] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201453] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203186] KVM setup paravirtual spinlock\n[ 0.204455] x86: Booted up 1 node, 1 CPUs\n[ 0.205237] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.206583] devtmpfs: initialized\n[ 0.208278] evm: security.selinux\n[ 0.208955] evm: security.SMACK64\n[ 0.209626] evm: security.SMACK64EXEC\n[ 0.210346] evm: security.SMACK64TRANSMUTE\n[ 0.211146] evm: security.SMACK64MMAP\n[ 0.211864] evm: security.ima\n[ 0.212494] evm: security.capability\n[ 0.213277] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215065] pinctrl core: initialized pinctrl subsystem\n[ 0.216127] RTC time: 10:51:53, date: 11/25/18\n[ 0.217054] NET: Registered protocol family 16\n[ 0.217991] cpuidle: using governor ladder\n[ 0.218789] cpuidle: using governor menu\n[ 0.219552] PCCT header not found.\n[ 0.220276] ACPI: bus type PCI registered\n[ 0.221072] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222273] PCI: Using configuration type 1 for base access\n[ 0.223984] ACPI: Added _OSI(Module Device)\n[ 0.224796] ACPI: Added _OSI(Processor Device)\n[ 0.225631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226501] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228559] ACPI: Interpreter enabled\n[ 0.229306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232896] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236461] ACPI: (supports S0 S5)\n[ 0.237145] ACPI: Using IOAPIC for interrupt routing\n[ 0.238055] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241218] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242323] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243510] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244661] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246801] acpiphp: Slot [3] registered\n[ 0.247580] acpiphp: Slot [4] registered\n[ 0.248351] acpiphp: Slot [5] registered\n[ 0.249129] acpiphp: Slot [6] registered\n[ 0.249895] acpiphp: Slot [7] registered\n[ 0.250665] acpiphp: Slot [8] registered\n[ 0.251464] acpiphp: Slot [9] registered\n[ 0.252235] acpiphp: Slot [10] registered\n[ 0.253011] acpiphp: Slot [11] registered\n[ 0.253799] acpiphp: Slot [12] registered\n[ 0.254596] acpiphp: Slot [13] registered\n[ 0.255377] acpiphp: Slot [14] registered\n[ 0.256159] acpiphp: Slot [15] registered\n[ 0.266880] acpiphp: Slot [16] registered\n[ 0.267681] acpiphp: Slot [17] registered\n[ 0.268467] acpiphp: Slot [18] registered\n[ 0.269258] acpiphp: Slot [19] registered\n[ 0.270044] acpiphp: Slot [20] registered\n[ 0.270829] acpiphp: Slot [21] registered\n[ 0.271645] acpiphp: Slot [22] registered\n[ 0.272433] acpiphp: Slot [23] registered\n[ 0.273218] acpiphp: Slot [24] registered\n[ 0.273997] acpiphp: Slot [25] registered\n[ 0.274780] acpiphp: Slot [26] registered\n[ 0.275563] acpiphp: Slot [27] registered\n[ 0.276352] acpiphp: Slot [28] registered\n[ 0.277138] acpiphp: Slot [29] registered\n[ 0.277915] acpiphp: Slot [30] registered\n[ 0.278697] acpiphp: Slot [31] registered\n[ 0.279476] PCI host bridge to bus 0000:00\n[ 0.280259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281430] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282603] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283998] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285408] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291520] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292761] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293911] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302992] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348800] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350258] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353079] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354471] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355699] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356842] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359406] vgaarb: loaded\n[ 0.359999] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361139] SCSI subsystem initialized\n[ 0.361947] ACPI: bus type USB registered\n[ 0.362767] usbcore: registered new interface driver usbfs\n[ 0.363771] usbcore: registered new interface driver hub\n[ 0.364762] usbcore: registered new device driver usb\n[ 0.365808] PCI: Using ACPI for IRQ routing\n[ 0.366814] NetLabel: Initializing\n[ 0.367511] NetLabel: domain hash size = 128\n[ 0.368349] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369286] NetLabel: unlabeled traffic allowed by default\n[ 0.370369] clocksource: Switched to clocksource kvm-clock\n[ 0.375749] AppArmor: AppArmor Filesystem Enabled\n[ 0.376696] pnp: PnP ACPI init\n[ 0.377590] pnp: PnP ACPI: found 5 devices\n[ 0.383937] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385596] NET: Registered protocol family 2\n[ 0.386533] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388897] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392205] NET: Registered protocol family 1\n[ 0.393043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394106] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395158] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409168] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423426] Trying to unpack rootfs image as initramfs...\n[ 0.473438] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487312] Scanning for low memory corruption every 60 seconds\n[ 0.488594] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489751] audit: initializing netlink subsys (disabled)\n[ 0.490752] audit: type=2000 audit(1543143114.426:1): initialized\n[ 0.492033] Initialise system trusted keyring\n[ 0.492947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496008] zbud: loaded\n[ 0.496697] VFS: Disk quotas dquot_6.6.0\n[ 0.497522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499014] fuse init (API version 7.23)\n[ 0.499891] Key type big_key registered\n[ 0.500669] Allocating IMA MOK and blacklist keyrings.\n[ 0.501742] Key type asymmetric registered\n[ 0.502551] Asymmetric key parser 'x509' registered\n[ 0.503482] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504913] io scheduler noop registered\n[ 0.505688] io scheduler deadline registered (default)\n[ 0.506656] io scheduler cfq registered\n[ 0.507470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508488] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509724] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511172] ACPI: Power Button [PWRF]\n[ 0.512354] GHES: HEST is not enabled!\n[ 0.525837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556144] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594715] Linux agpgart interface v0.103\n[ 0.596772] brd: module loaded\n[ 0.597969] loop: module loaded\n[ 0.603122] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604535] GPT:90111 != 2097151\n[ 0.605189] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606233] GPT:90111 != 2097151\n[ 0.606889] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607819] vda: vda1 vda15\n[ 0.609310] scsi host0: ata_piix\n[ 0.610038] scsi host1: ata_piix\n[ 0.610730] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611898] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613294] libphy: Fixed MDIO Bus: probed\n[ 0.614079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615004] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617137] PPP generic driver version 2.4.2\n[ 0.618217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619771] ehci-pci: EHCI PCI platform driver\n[ 0.620787] ehci-platform: EHCI generic platform driver\n[ 0.621953] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623295] ohci-pci: OHCI PCI platform driver\n[ 0.624318] ohci-platform: OHCI generic platform driver\n[ 0.625507] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640134] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641333] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644346] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645689] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647205] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648930] usb usb1: Product: UHCI Host Controller\n[ 0.650063] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651474] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652621] hub 1-0:1.0: USB hub found\n[ 0.653557] hub 1-0:1.0: 2 ports detected\n[ 0.654633] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657120] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659552] mousedev: PS/2 mouse device common for all mice\n[ 0.661020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663279] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664556] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667522] i2c /dev entries driver\n[ 0.668403] device-mapper: uevent: version 1.0.3\n[ 0.669519] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673082] NET: Registered protocol family 10\n[ 0.674293] NET: Registered protocol family 17\n[ 0.675394] Key type dns_resolver registered\n[ 0.676523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677848] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679983] registered taskstats version 1\n[ 0.681011] Loading compiled-in X.509 certificates\n[ 0.682684] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684991] zswap: loaded using pool lzo/zbud\n[ 0.686568] Key type trusted registered\n[ 0.688285] Key type encrypted registered\n[ 0.689333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690644] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691805] evm: HMAC attrs: 0x1\n[ 0.692721] Magic number: 10:309:882\n[ 0.693554] rtc_cmos 00:00: setting system clock to 2018-11-25 10:51:54 UTC (1543143114)\n[ 0.695124] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696192] EDD information not available.\n[ 0.771323] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772799] Write protecting the kernel read-only data: 14336k\n[ 0.784387] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786138] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.16\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.366252] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:52:50,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action used request id req-ac72fd86-bc0b-4670-aadc-ad7d83133a9f 2018-11-25 10:52:52,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfb8d52e7585c2d706021862a4eecc2e455fcc3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:52:54,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:52: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-41753179-71cf-4b6b-afa3-3918d959f1c3 x-compute-request-id: req-41753179-71cf-4b6b-afa3-3918d959f1c3 Content-Encoding: gzip Content-Length: 7688 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 492860687 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.908 MHz processor\n[ 0.127590] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.129191] pid_max: default: 32768 minimum: 301\n[ 0.130052] ACPI: Core revision 20150930\n[ 0.131420] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132689] Security Framework initialized\n[ 0.133481] Yama: becoming mindful.\n[ 0.134189] AppArmor: AppArmor initialized\n[ 0.135028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138739] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140093] Initializing cgroup subsys io\n[ 0.140895] Initializing cgroup subsys memory\n[ 0.141726] Initializing cgroup subsys devices\n[ 0.142571] Initializing cgroup subsys freezer\n[ 0.143418] Initializing cgroup subsys net_cls\n[ 0.144257] Initializing cgroup subsys perf_event\n[ 0.145137] Initializing cgroup subsys net_prio\n[ 0.145983] Initializing cgroup subsys hugetlb\n[ 0.146832] Initializing cgroup subsys pids\n[ 0.147678] CPU: Physical Processor ID: 0\n[ 0.149138] mce: CPU supports 10 MCE banks\n[ 0.149954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150947] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167891] ftrace: allocating 31920 entries in 125 pages\n[ 0.193781] smpboot: Max logical packages: 1\n[ 0.194624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195930] x2apic enabled\n[ 0.196719] Switched APIC routing to physical x2apic.\n[ 0.198432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199510] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201453] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203186] KVM setup paravirtual spinlock\n[ 0.204455] x86: Booted up 1 node, 1 CPUs\n[ 0.205237] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.206583] devtmpfs: initialized\n[ 0.208278] evm: security.selinux\n[ 0.208955] evm: security.SMACK64\n[ 0.209626] evm: security.SMACK64EXEC\n[ 0.210346] evm: security.SMACK64TRANSMUTE\n[ 0.211146] evm: security.SMACK64MMAP\n[ 0.211864] evm: security.ima\n[ 0.212494] evm: security.capability\n[ 0.213277] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215065] pinctrl core: initialized pinctrl subsystem\n[ 0.216127] RTC time: 10:51:53, date: 11/25/18\n[ 0.217054] NET: Registered protocol family 16\n[ 0.217991] cpuidle: using governor ladder\n[ 0.218789] cpuidle: using governor menu\n[ 0.219552] PCCT header not found.\n[ 0.220276] ACPI: bus type PCI registered\n[ 0.221072] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222273] PCI: Using configuration type 1 for base access\n[ 0.223984] ACPI: Added _OSI(Module Device)\n[ 0.224796] ACPI: Added _OSI(Processor Device)\n[ 0.225631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226501] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228559] ACPI: Interpreter enabled\n[ 0.229306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232896] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236461] ACPI: (supports S0 S5)\n[ 0.237145] ACPI: Using IOAPIC for interrupt routing\n[ 0.238055] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241218] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242323] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243510] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244661] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246801] acpiphp: Slot [3] registered\n[ 0.247580] acpiphp: Slot [4] registered\n[ 0.248351] acpiphp: Slot [5] registered\n[ 0.249129] acpiphp: Slot [6] registered\n[ 0.249895] acpiphp: Slot [7] registered\n[ 0.250665] acpiphp: Slot [8] registered\n[ 0.251464] acpiphp: Slot [9] registered\n[ 0.252235] acpiphp: Slot [10] registered\n[ 0.253011] acpiphp: Slot [11] registered\n[ 0.253799] acpiphp: Slot [12] registered\n[ 0.254596] acpiphp: Slot [13] registered\n[ 0.255377] acpiphp: Slot [14] registered\n[ 0.256159] acpiphp: Slot [15] registered\n[ 0.266880] acpiphp: Slot [16] registered\n[ 0.267681] acpiphp: Slot [17] registered\n[ 0.268467] acpiphp: Slot [18] registered\n[ 0.269258] acpiphp: Slot [19] registered\n[ 0.270044] acpiphp: Slot [20] registered\n[ 0.270829] acpiphp: Slot [21] registered\n[ 0.271645] acpiphp: Slot [22] registered\n[ 0.272433] acpiphp: Slot [23] registered\n[ 0.273218] acpiphp: Slot [24] registered\n[ 0.273997] acpiphp: Slot [25] registered\n[ 0.274780] acpiphp: Slot [26] registered\n[ 0.275563] acpiphp: Slot [27] registered\n[ 0.276352] acpiphp: Slot [28] registered\n[ 0.277138] acpiphp: Slot [29] registered\n[ 0.277915] acpiphp: Slot [30] registered\n[ 0.278697] acpiphp: Slot [31] registered\n[ 0.279476] PCI host bridge to bus 0000:00\n[ 0.280259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281430] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282603] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283998] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285408] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291520] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292761] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293911] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302992] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348800] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350258] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353079] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354471] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355699] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356842] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359406] vgaarb: loaded\n[ 0.359999] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361139] SCSI subsystem initialized\n[ 0.361947] ACPI: bus type USB registered\n[ 0.362767] usbcore: registered new interface driver usbfs\n[ 0.363771] usbcore: registered new interface driver hub\n[ 0.364762] usbcore: registered new device driver usb\n[ 0.365808] PCI: Using ACPI for IRQ routing\n[ 0.366814] NetLabel: Initializing\n[ 0.367511] NetLabel: domain hash size = 128\n[ 0.368349] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369286] NetLabel: unlabeled traffic allowed by default\n[ 0.370369] clocksource: Switched to clocksource kvm-clock\n[ 0.375749] AppArmor: AppArmor Filesystem Enabled\n[ 0.376696] pnp: PnP ACPI init\n[ 0.377590] pnp: PnP ACPI: found 5 devices\n[ 0.383937] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385596] NET: Registered protocol family 2\n[ 0.386533] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388897] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392205] NET: Registered protocol family 1\n[ 0.393043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394106] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395158] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409168] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423426] Trying to unpack rootfs image as initramfs...\n[ 0.473438] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487312] Scanning for low memory corruption every 60 seconds\n[ 0.488594] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489751] audit: initializing netlink subsys (disabled)\n[ 0.490752] audit: type=2000 audit(1543143114.426:1): initialized\n[ 0.492033] Initialise system trusted keyring\n[ 0.492947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496008] zbud: loaded\n[ 0.496697] VFS: Disk quotas dquot_6.6.0\n[ 0.497522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499014] fuse init (API version 7.23)\n[ 0.499891] Key type big_key registered\n[ 0.500669] Allocating IMA MOK and blacklist keyrings.\n[ 0.501742] Key type asymmetric registered\n[ 0.502551] Asymmetric key parser 'x509' registered\n[ 0.503482] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504913] io scheduler noop registered\n[ 0.505688] io scheduler deadline registered (default)\n[ 0.506656] io scheduler cfq registered\n[ 0.507470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508488] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509724] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511172] ACPI: Power Button [PWRF]\n[ 0.512354] GHES: HEST is not enabled!\n[ 0.525837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556144] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594715] Linux agpgart interface v0.103\n[ 0.596772] brd: module loaded\n[ 0.597969] loop: module loaded\n[ 0.603122] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604535] GPT:90111 != 2097151\n[ 0.605189] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606233] GPT:90111 != 2097151\n[ 0.606889] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607819] vda: vda1 vda15\n[ 0.609310] scsi host0: ata_piix\n[ 0.610038] scsi host1: ata_piix\n[ 0.610730] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611898] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613294] libphy: Fixed MDIO Bus: probed\n[ 0.614079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615004] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617137] PPP generic driver version 2.4.2\n[ 0.618217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619771] ehci-pci: EHCI PCI platform driver\n[ 0.620787] ehci-platform: EHCI generic platform driver\n[ 0.621953] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623295] ohci-pci: OHCI PCI platform driver\n[ 0.624318] ohci-platform: OHCI generic platform driver\n[ 0.625507] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640134] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641333] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644346] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645689] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647205] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648930] usb usb1: Product: UHCI Host Controller\n[ 0.650063] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651474] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652621] hub 1-0:1.0: USB hub found\n[ 0.653557] hub 1-0:1.0: 2 ports detected\n[ 0.654633] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657120] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659552] mousedev: PS/2 mouse device common for all mice\n[ 0.661020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663279] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664556] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667522] i2c /dev entries driver\n[ 0.668403] device-mapper: uevent: version 1.0.3\n[ 0.669519] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673082] NET: Registered protocol family 10\n[ 0.674293] NET: Registered protocol family 17\n[ 0.675394] Key type dns_resolver registered\n[ 0.676523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677848] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679983] registered taskstats version 1\n[ 0.681011] Loading compiled-in X.509 certificates\n[ 0.682684] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684991] zswap: loaded using pool lzo/zbud\n[ 0.686568] Key type trusted registered\n[ 0.688285] Key type encrypted registered\n[ 0.689333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690644] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691805] evm: HMAC attrs: 0x1\n[ 0.692721] Magic number: 10:309:882\n[ 0.693554] rtc_cmos 00:00: setting system clock to 2018-11-25 10:51:54 UTC (1543143114)\n[ 0.695124] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696192] EDD information not available.\n[ 0.771323] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772799] Write protecting the kernel read-only data: 14336k\n[ 0.784387] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786138] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.16\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.366252] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 10:52:54,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action used request id req-41753179-71cf-4b6b-afa3-3918d959f1c3 2018-11-25 10:52:56,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfb8d52e7585c2d706021862a4eecc2e455fcc3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:52:57,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-7a2c55bf-0a4c-43cf-a64c-f321395316bd x-compute-request-id: req-7a2c55bf-0a4c-43cf-a64c-f321395316bd Content-Encoding: gzip Content-Length: 7936 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 492860687 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.908 MHz processor\n[ 0.127590] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.129191] pid_max: default: 32768 minimum: 301\n[ 0.130052] ACPI: Core revision 20150930\n[ 0.131420] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132689] Security Framework initialized\n[ 0.133481] Yama: becoming mindful.\n[ 0.134189] AppArmor: AppArmor initialized\n[ 0.135028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138739] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140093] Initializing cgroup subsys io\n[ 0.140895] Initializing cgroup subsys memory\n[ 0.141726] Initializing cgroup subsys devices\n[ 0.142571] Initializing cgroup subsys freezer\n[ 0.143418] Initializing cgroup subsys net_cls\n[ 0.144257] Initializing cgroup subsys perf_event\n[ 0.145137] Initializing cgroup subsys net_prio\n[ 0.145983] Initializing cgroup subsys hugetlb\n[ 0.146832] Initializing cgroup subsys pids\n[ 0.147678] CPU: Physical Processor ID: 0\n[ 0.149138] mce: CPU supports 10 MCE banks\n[ 0.149954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150947] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167891] ftrace: allocating 31920 entries in 125 pages\n[ 0.193781] smpboot: Max logical packages: 1\n[ 0.194624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195930] x2apic enabled\n[ 0.196719] Switched APIC routing to physical x2apic.\n[ 0.198432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199510] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201453] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203186] KVM setup paravirtual spinlock\n[ 0.204455] x86: Booted up 1 node, 1 CPUs\n[ 0.205237] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.206583] devtmpfs: initialized\n[ 0.208278] evm: security.selinux\n[ 0.208955] evm: security.SMACK64\n[ 0.209626] evm: security.SMACK64EXEC\n[ 0.210346] evm: security.SMACK64TRANSMUTE\n[ 0.211146] evm: security.SMACK64MMAP\n[ 0.211864] evm: security.ima\n[ 0.212494] evm: security.capability\n[ 0.213277] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215065] pinctrl core: initialized pinctrl subsystem\n[ 0.216127] RTC time: 10:51:53, date: 11/25/18\n[ 0.217054] NET: Registered protocol family 16\n[ 0.217991] cpuidle: using governor ladder\n[ 0.218789] cpuidle: using governor menu\n[ 0.219552] PCCT header not found.\n[ 0.220276] ACPI: bus type PCI registered\n[ 0.221072] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222273] PCI: Using configuration type 1 for base access\n[ 0.223984] ACPI: Added _OSI(Module Device)\n[ 0.224796] ACPI: Added _OSI(Processor Device)\n[ 0.225631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226501] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228559] ACPI: Interpreter enabled\n[ 0.229306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232896] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236461] ACPI: (supports S0 S5)\n[ 0.237145] ACPI: Using IOAPIC for interrupt routing\n[ 0.238055] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241218] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242323] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243510] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244661] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246801] acpiphp: Slot [3] registered\n[ 0.247580] acpiphp: Slot [4] registered\n[ 0.248351] acpiphp: Slot [5] registered\n[ 0.249129] acpiphp: Slot [6] registered\n[ 0.249895] acpiphp: Slot [7] registered\n[ 0.250665] acpiphp: Slot [8] registered\n[ 0.251464] acpiphp: Slot [9] registered\n[ 0.252235] acpiphp: Slot [10] registered\n[ 0.253011] acpiphp: Slot [11] registered\n[ 0.253799] acpiphp: Slot [12] registered\n[ 0.254596] acpiphp: Slot [13] registered\n[ 0.255377] acpiphp: Slot [14] registered\n[ 0.256159] acpiphp: Slot [15] registered\n[ 0.266880] acpiphp: Slot [16] registered\n[ 0.267681] acpiphp: Slot [17] registered\n[ 0.268467] acpiphp: Slot [18] registered\n[ 0.269258] acpiphp: Slot [19] registered\n[ 0.270044] acpiphp: Slot [20] registered\n[ 0.270829] acpiphp: Slot [21] registered\n[ 0.271645] acpiphp: Slot [22] registered\n[ 0.272433] acpiphp: Slot [23] registered\n[ 0.273218] acpiphp: Slot [24] registered\n[ 0.273997] acpiphp: Slot [25] registered\n[ 0.274780] acpiphp: Slot [26] registered\n[ 0.275563] acpiphp: Slot [27] registered\n[ 0.276352] acpiphp: Slot [28] registered\n[ 0.277138] acpiphp: Slot [29] registered\n[ 0.277915] acpiphp: Slot [30] registered\n[ 0.278697] acpiphp: Slot [31] registered\n[ 0.279476] PCI host bridge to bus 0000:00\n[ 0.280259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281430] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282603] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283998] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285408] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291520] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292761] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293911] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302992] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348800] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350258] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353079] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354471] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355699] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356842] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359406] vgaarb: loaded\n[ 0.359999] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361139] SCSI subsystem initialized\n[ 0.361947] ACPI: bus type USB registered\n[ 0.362767] usbcore: registered new interface driver usbfs\n[ 0.363771] usbcore: registered new interface driver hub\n[ 0.364762] usbcore: registered new device driver usb\n[ 0.365808] PCI: Using ACPI for IRQ routing\n[ 0.366814] NetLabel: Initializing\n[ 0.367511] NetLabel: domain hash size = 128\n[ 0.368349] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369286] NetLabel: unlabeled traffic allowed by default\n[ 0.370369] clocksource: Switched to clocksource kvm-clock\n[ 0.375749] AppArmor: AppArmor Filesystem Enabled\n[ 0.376696] pnp: PnP ACPI init\n[ 0.377590] pnp: PnP ACPI: found 5 devices\n[ 0.383937] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385596] NET: Registered protocol family 2\n[ 0.386533] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388897] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392205] NET: Registered protocol family 1\n[ 0.393043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394106] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395158] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409168] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423426] Trying to unpack rootfs image as initramfs...\n[ 0.473438] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487312] Scanning for low memory corruption every 60 seconds\n[ 0.488594] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489751] audit: initializing netlink subsys (disabled)\n[ 0.490752] audit: type=2000 audit(1543143114.426:1): initialized\n[ 0.492033] Initialise system trusted keyring\n[ 0.492947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496008] zbud: loaded\n[ 0.496697] VFS: Disk quotas dquot_6.6.0\n[ 0.497522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499014] fuse init (API version 7.23)\n[ 0.499891] Key type big_key registered\n[ 0.500669] Allocating IMA MOK and blacklist keyrings.\n[ 0.501742] Key type asymmetric registered\n[ 0.502551] Asymmetric key parser 'x509' registered\n[ 0.503482] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504913] io scheduler noop registered\n[ 0.505688] io scheduler deadline registered (default)\n[ 0.506656] io scheduler cfq registered\n[ 0.507470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508488] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509724] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511172] ACPI: Power Button [PWRF]\n[ 0.512354] GHES: HEST is not enabled!\n[ 0.525837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556144] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594715] Linux agpgart interface v0.103\n[ 0.596772] brd: module loaded\n[ 0.597969] loop: module loaded\n[ 0.603122] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604535] GPT:90111 != 2097151\n[ 0.605189] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606233] GPT:90111 != 2097151\n[ 0.606889] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607819] vda: vda1 vda15\n[ 0.609310] scsi host0: ata_piix\n[ 0.610038] scsi host1: ata_piix\n[ 0.610730] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611898] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613294] libphy: Fixed MDIO Bus: probed\n[ 0.614079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615004] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617137] PPP generic driver version 2.4.2\n[ 0.618217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619771] ehci-pci: EHCI PCI platform driver\n[ 0.620787] ehci-platform: EHCI generic platform driver\n[ 0.621953] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623295] ohci-pci: OHCI PCI platform driver\n[ 0.624318] ohci-platform: OHCI generic platform driver\n[ 0.625507] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640134] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641333] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644346] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645689] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647205] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648930] usb usb1: Product: UHCI Host Controller\n[ 0.650063] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651474] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652621] hub 1-0:1.0: USB hub found\n[ 0.653557] hub 1-0:1.0: 2 ports detected\n[ 0.654633] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657120] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659552] mousedev: PS/2 mouse device common for all mice\n[ 0.661020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663279] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664556] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667522] i2c /dev entries driver\n[ 0.668403] device-mapper: uevent: version 1.0.3\n[ 0.669519] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673082] NET: Registered protocol family 10\n[ 0.674293] NET: Registered protocol family 17\n[ 0.675394] Key type dns_resolver registered\n[ 0.676523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677848] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679983] registered taskstats version 1\n[ 0.681011] Loading compiled-in X.509 certificates\n[ 0.682684] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684991] zswap: loaded using pool lzo/zbud\n[ 0.686568] Key type trusted registered\n[ 0.688285] Key type encrypted registered\n[ 0.689333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690644] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691805] evm: HMAC attrs: 0x1\n[ 0.692721] Magic number: 10:309:882\n[ 0.693554] rtc_cmos 00:00: setting system clock to 2018-11-25 10:51:54 UTC (1543143114)\n[ 0.695124] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696192] EDD information not available.\n[ 0.771323] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772799] Write protecting the kernel read-only data: 14336k\n[ 0.784387] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786138] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.16\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.366252] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.32. iid=i-0000012f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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: "} 2018-11-25 10:52:57,138 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action used request id req-7a2c55bf-0a4c-43cf-a64c-f321395316bd 2018-11-25 10:52:59,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfb8d52e7585c2d706021862a4eecc2e455fcc3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:00,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-55e9be5c-9292-484b-9fe0-9e463259cb5c x-compute-request-id: req-55e9be5c-9292-484b-9fe0-9e463259cb5c Content-Encoding: gzip Content-Length: 9540 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 492860687 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.908 MHz processor\n[ 0.127590] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.129191] pid_max: default: 32768 minimum: 301\n[ 0.130052] ACPI: Core revision 20150930\n[ 0.131420] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132689] Security Framework initialized\n[ 0.133481] Yama: becoming mindful.\n[ 0.134189] AppArmor: AppArmor initialized\n[ 0.135028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138739] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140093] Initializing cgroup subsys io\n[ 0.140895] Initializing cgroup subsys memory\n[ 0.141726] Initializing cgroup subsys devices\n[ 0.142571] Initializing cgroup subsys freezer\n[ 0.143418] Initializing cgroup subsys net_cls\n[ 0.144257] Initializing cgroup subsys perf_event\n[ 0.145137] Initializing cgroup subsys net_prio\n[ 0.145983] Initializing cgroup subsys hugetlb\n[ 0.146832] Initializing cgroup subsys pids\n[ 0.147678] CPU: Physical Processor ID: 0\n[ 0.149138] mce: CPU supports 10 MCE banks\n[ 0.149954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150947] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167891] ftrace: allocating 31920 entries in 125 pages\n[ 0.193781] smpboot: Max logical packages: 1\n[ 0.194624] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195930] x2apic enabled\n[ 0.196719] Switched APIC routing to physical x2apic.\n[ 0.198432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199510] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201453] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203186] KVM setup paravirtual spinlock\n[ 0.204455] x86: Booted up 1 node, 1 CPUs\n[ 0.205237] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.206583] devtmpfs: initialized\n[ 0.208278] evm: security.selinux\n[ 0.208955] evm: security.SMACK64\n[ 0.209626] evm: security.SMACK64EXEC\n[ 0.210346] evm: security.SMACK64TRANSMUTE\n[ 0.211146] evm: security.SMACK64MMAP\n[ 0.211864] evm: security.ima\n[ 0.212494] evm: security.capability\n[ 0.213277] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215065] pinctrl core: initialized pinctrl subsystem\n[ 0.216127] RTC time: 10:51:53, date: 11/25/18\n[ 0.217054] NET: Registered protocol family 16\n[ 0.217991] cpuidle: using governor ladder\n[ 0.218789] cpuidle: using governor menu\n[ 0.219552] PCCT header not found.\n[ 0.220276] ACPI: bus type PCI registered\n[ 0.221072] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222273] PCI: Using configuration type 1 for base access\n[ 0.223984] ACPI: Added _OSI(Module Device)\n[ 0.224796] ACPI: Added _OSI(Processor Device)\n[ 0.225631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226501] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228559] ACPI: Interpreter enabled\n[ 0.229306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232896] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236461] ACPI: (supports S0 S5)\n[ 0.237145] ACPI: Using IOAPIC for interrupt routing\n[ 0.238055] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241218] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242323] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243510] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244661] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246801] acpiphp: Slot [3] registered\n[ 0.247580] acpiphp: Slot [4] registered\n[ 0.248351] acpiphp: Slot [5] registered\n[ 0.249129] acpiphp: Slot [6] registered\n[ 0.249895] acpiphp: Slot [7] registered\n[ 0.250665] acpiphp: Slot [8] registered\n[ 0.251464] acpiphp: Slot [9] registered\n[ 0.252235] acpiphp: Slot [10] registered\n[ 0.253011] acpiphp: Slot [11] registered\n[ 0.253799] acpiphp: Slot [12] registered\n[ 0.254596] acpiphp: Slot [13] registered\n[ 0.255377] acpiphp: Slot [14] registered\n[ 0.256159] acpiphp: Slot [15] registered\n[ 0.266880] acpiphp: Slot [16] registered\n[ 0.267681] acpiphp: Slot [17] registered\n[ 0.268467] acpiphp: Slot [18] registered\n[ 0.269258] acpiphp: Slot [19] registered\n[ 0.270044] acpiphp: Slot [20] registered\n[ 0.270829] acpiphp: Slot [21] registered\n[ 0.271645] acpiphp: Slot [22] registered\n[ 0.272433] acpiphp: Slot [23] registered\n[ 0.273218] acpiphp: Slot [24] registered\n[ 0.273997] acpiphp: Slot [25] registered\n[ 0.274780] acpiphp: Slot [26] registered\n[ 0.275563] acpiphp: Slot [27] registered\n[ 0.276352] acpiphp: Slot [28] registered\n[ 0.277138] acpiphp: Slot [29] registered\n[ 0.277915] acpiphp: Slot [30] registered\n[ 0.278697] acpiphp: Slot [31] registered\n[ 0.279476] PCI host bridge to bus 0000:00\n[ 0.280259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281430] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282603] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283998] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285408] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291520] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292761] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293911] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302992] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348800] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350258] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353079] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354471] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355699] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356842] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359406] vgaarb: loaded\n[ 0.359999] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361139] SCSI subsystem initialized\n[ 0.361947] ACPI: bus type USB registered\n[ 0.362767] usbcore: registered new interface driver usbfs\n[ 0.363771] usbcore: registered new interface driver hub\n[ 0.364762] usbcore: registered new device driver usb\n[ 0.365808] PCI: Using ACPI for IRQ routing\n[ 0.366814] NetLabel: Initializing\n[ 0.367511] NetLabel: domain hash size = 128\n[ 0.368349] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369286] NetLabel: unlabeled traffic allowed by default\n[ 0.370369] clocksource: Switched to clocksource kvm-clock\n[ 0.375749] AppArmor: AppArmor Filesystem Enabled\n[ 0.376696] pnp: PnP ACPI init\n[ 0.377590] pnp: PnP ACPI: found 5 devices\n[ 0.383937] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385596] NET: Registered protocol family 2\n[ 0.386533] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387766] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388897] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.390018] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392205] NET: Registered protocol family 1\n[ 0.393043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394106] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395158] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409168] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423426] Trying to unpack rootfs image as initramfs...\n[ 0.473438] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487312] Scanning for low memory corruption every 60 seconds\n[ 0.488594] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489751] audit: initializing netlink subsys (disabled)\n[ 0.490752] audit: type=2000 audit(1543143114.426:1): initialized\n[ 0.492033] Initialise system trusted keyring\n[ 0.492947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496008] zbud: loaded\n[ 0.496697] VFS: Disk quotas dquot_6.6.0\n[ 0.497522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499014] fuse init (API version 7.23)\n[ 0.499891] Key type big_key registered\n[ 0.500669] Allocating IMA MOK and blacklist keyrings.\n[ 0.501742] Key type asymmetric registered\n[ 0.502551] Asymmetric key parser 'x509' registered\n[ 0.503482] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504913] io scheduler noop registered\n[ 0.505688] io scheduler deadline registered (default)\n[ 0.506656] io scheduler cfq registered\n[ 0.507470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508488] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509724] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511172] ACPI: Power Button [PWRF]\n[ 0.512354] GHES: HEST is not enabled!\n[ 0.525837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556144] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594715] Linux agpgart interface v0.103\n[ 0.596772] brd: module loaded\n[ 0.597969] loop: module loaded\n[ 0.603122] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604535] GPT:90111 != 2097151\n[ 0.605189] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606233] GPT:90111 != 2097151\n[ 0.606889] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607819] vda: vda1 vda15\n[ 0.609310] scsi host0: ata_piix\n[ 0.610038] scsi host1: ata_piix\n[ 0.610730] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611898] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613294] libphy: Fixed MDIO Bus: probed\n[ 0.614079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615004] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617137] PPP generic driver version 2.4.2\n[ 0.618217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619771] ehci-pci: EHCI PCI platform driver\n[ 0.620787] ehci-platform: EHCI generic platform driver\n[ 0.621953] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623295] ohci-pci: OHCI PCI platform driver\n[ 0.624318] ohci-platform: OHCI generic platform driver\n[ 0.625507] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640134] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641333] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644346] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645689] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647205] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648930] usb usb1: Product: UHCI Host Controller\n[ 0.650063] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651474] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652621] hub 1-0:1.0: USB hub found\n[ 0.653557] hub 1-0:1.0: 2 ports detected\n[ 0.654633] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657120] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659552] mousedev: PS/2 mouse device common for all mice\n[ 0.661020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663279] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664556] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667522] i2c /dev entries driver\n[ 0.668403] device-mapper: uevent: version 1.0.3\n[ 0.669519] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673082] NET: Registered protocol family 10\n[ 0.674293] NET: Registered protocol family 17\n[ 0.675394] Key type dns_resolver registered\n[ 0.676523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677848] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679983] registered taskstats version 1\n[ 0.681011] Loading compiled-in X.509 certificates\n[ 0.682684] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684991] zswap: loaded using pool lzo/zbud\n[ 0.686568] Key type trusted registered\n[ 0.688285] Key type encrypted registered\n[ 0.689333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690644] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691805] evm: HMAC attrs: 0x1\n[ 0.692721] Magic number: 10:309:882\n[ 0.693554] rtc_cmos 00:00: setting system clock to 2018-11-25 10:51:54 UTC (1543143114)\n[ 0.695124] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696192] EDD information not available.\n[ 0.771323] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772799] Write protecting the kernel read-only data: 14336k\n[ 0.784387] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786138] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.16\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.366252] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.32. iid=i-0000012f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3VbmuBldncuJPjuuBL2CE8mwur4rgG+H6alkrsNx9mZy6PaK/5bLL0MotMQIbh2M85oBSLw3ChQG9c5/i4M59EyOSpVqwjGumobYfo5eZS+khsqWOBKRx2ivLrOTHXX4qHLn/0vS7serrcbwMbT/C2q0qSGWD1dE3+GQHbvLAgqnGcMIsCITrEBjDnQsAOZ8XUFQ/gerIuedAVSjsrdrDTHrPQVNTJOGJMWgJIcF0ZFYMJQo6qdhL0PtCK9p2V3+MdIyxY5FUSDygC61//pEdOq8MkQaYCTLnzOcd5gmTx5e+5vqDR4tmgY3bUeZ86nv2hQ9e3wI8wW9Po0tezI6X root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAJOV42tPxNjvxjOYzGhWgcWV9pawvEWRbuhYp9AE5E68vJnckWVg6xKnXKWdofJ4q9RkgzxSkflpUuSUOAb7JCrJ6yTykwgx9LynoUAy8OxbLpsFlmFjjpNL+ZZRS2Vi0ulUnGSUrLsr0NKIl77QTEkfSawK/62PAvfLe+1T0LSfAAAAFQCd1G6e1GG7xZjD/E1jkihLnKpxUwAAAIAgvzbHhxeGhWLIdAXVN7dlHCcgcs9DnMvFVFZ9XKteZN/j/0k0IR+MCPHHXNy+JCHjmwfRgHtKTJlXxMF5+EeltM1PCqKP5hpJGYWNeipygLNKYfS1yPSXKcJkRuhVE4Td+pZW93j+d6k5DHZEheKQbc0STudlEJVTS9fYxYIXIwAAAIBiqj4bpCK8ERGXpa3Pw9DrPRNhV3VZ6RALbKY+rWndrGTL0zhXZbdqak3Hutus9DWax8NgfEq3BnfcTHwCL7L50PrknxgwGdEzg8qeOt80dwA2MeC1CfzxqwoWgsx1vIZ/v6XFbURHT1ypTi68nXpSiKm8xQAKX+2b26aPL6fcCQ== root@sdnvpn-4-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe15:c2c7/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \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-0000012f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.87 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-3 login: /dev/root resized successfully [took 1.62s]\n"} 2018-11-25 10:53:00,226 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action used request id req-55e9be5c-9292-484b-9fe0-9e463259cb5c 2018-11-25 10:53:02,256 - sdnvpn_test_utils - INFO - Waiting for instance 6a04f441-a039-4565-a86d-c0fc4178dc02 to boot up 2018-11-25 10:53:02,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21f2d680a72d1e36e070d0038fd97c091e51bed9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:03,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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,Accept-Encoding x-openstack-request-id: req-1a3500da-d954-4cad-8edd-82357b5642cd x-compute-request-id: req-1a3500da-d954-4cad-8edd-82357b5642cd Content-Encoding: gzip Content-Length: 10894 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 472271081 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.908 MHz processor\n[ 0.127948] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.129554] pid_max: default: 32768 minimum: 301\n[ 0.130423] ACPI: Core revision 20150930\n[ 0.131788] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133060] Security Framework initialized\n[ 0.133853] Yama: becoming mindful.\n[ 0.134564] AppArmor: AppArmor initialized\n[ 0.135414] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136695] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137921] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140458] Initializing cgroup subsys io\n[ 0.141242] Initializing cgroup subsys memory\n[ 0.142078] Initializing cgroup subsys devices\n[ 0.142921] Initializing cgroup subsys freezer\n[ 0.143766] Initializing cgroup subsys net_cls\n[ 0.144606] Initializing cgroup subsys perf_event\n[ 0.145487] Initializing cgroup subsys net_prio\n[ 0.146338] Initializing cgroup subsys hugetlb\n[ 0.147187] Initializing cgroup subsys pids\n[ 0.148040] CPU: Physical Processor ID: 0\n[ 0.149527] mce: CPU supports 10 MCE banks\n[ 0.150350] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151329] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163472] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170040] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199486] x2apic enabled\n[ 0.200282] Switched APIC routing to physical x2apic.\n[ 0.202012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205076] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206828] KVM setup paravirtual spinlock\n[ 0.208146] x86: Booted up 1 node, 1 CPUs\n[ 0.208945] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210315] devtmpfs: initialized\n[ 0.212025] evm: security.selinux\n[ 0.212716] evm: security.SMACK64\n[ 0.213395] evm: security.SMACK64EXEC\n[ 0.214125] evm: security.SMACK64TRANSMUTE\n[ 0.214919] evm: security.SMACK64MMAP\n[ 0.215656] evm: security.ima\n[ 0.216283] evm: security.capability\n[ 0.217079] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219159] pinctrl core: initialized pinctrl subsystem\n[ 0.220529] RTC time: 10:52:04, date: 11/25/18\n[ 0.221722] NET: Registered protocol family 16\n[ 0.222907] cpuidle: using governor ladder\n[ 0.223908] cpuidle: using governor menu\n[ 0.224765] PCCT header not found.\n[ 0.225507] ACPI: bus type PCI registered\n[ 0.226290] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227512] PCI: Using configuration type 1 for base access\n[ 0.229308] ACPI: Added _OSI(Module Device)\n[ 0.230131] ACPI: Added _OSI(Processor Device)\n[ 0.230975] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231857] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233933] ACPI: Interpreter enabled\n[ 0.234689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240126] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241945] ACPI: (supports S0 S5)\n[ 0.242643] ACPI: Using IOAPIC for interrupt routing\n[ 0.243665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246738] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249061] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250234] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252422] acpiphp: Slot [3] registered\n[ 0.253206] acpiphp: Slot [4] registered\n[ 0.253994] acpiphp: Slot [5] registered\n[ 0.254786] acpiphp: Slot [6] registered\n[ 0.255572] acpiphp: Slot [7] registered\n[ 0.256356] acpiphp: Slot [8] registered\n[ 0.257144] acpiphp: Slot [9] registered\n[ 0.257930] acpiphp: Slot [10] registered\n[ 0.258766] acpiphp: Slot [11] registered\n[ 0.259570] acpiphp: Slot [12] registered\n[ 0.260369] acpiphp: Slot [13] registered\n[ 0.261161] acpiphp: Slot [14] registered\n[ 0.261958] acpiphp: Slot [15] registered\n[ 0.272717] acpiphp: Slot [16] registered\n[ 0.273529] acpiphp: Slot [17] registered\n[ 0.274323] acpiphp: Slot [18] registered\n[ 0.275118] acpiphp: Slot [19] registered\n[ 0.275916] acpiphp: Slot [20] registered\n[ 0.276717] acpiphp: Slot [21] registered\n[ 0.277516] acpiphp: Slot [22] registered\n[ 0.278307] acpiphp: Slot [23] registered\n[ 0.279109] acpiphp: Slot [24] registered\n[ 0.279908] acpiphp: Slot [25] registered\n[ 0.280701] acpiphp: Slot [26] registered\n[ 0.281500] acpiphp: Slot [27] registered\n[ 0.282295] acpiphp: Slot [28] registered\n[ 0.283099] acpiphp: Slot [29] registered\n[ 0.283895] acpiphp: Slot [30] registered\n[ 0.284692] acpiphp: Slot [31] registered\n[ 0.285493] PCI host bridge to bus 0000:00\n[ 0.286288] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287482] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288669] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290097] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291528] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297653] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301309] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308391] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309794] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357094] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359940] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362695] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364501] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365649] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366691] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368215] vgaarb: loaded\n[ 0.368820] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369950] SCSI subsystem initialized\n[ 0.370763] ACPI: bus type USB registered\n[ 0.371566] usbcore: registered new interface driver usbfs\n[ 0.372587] usbcore: registered new interface driver hub\n[ 0.373577] usbcore: registered new device driver usb\n[ 0.374622] PCI: Using ACPI for IRQ routing\n[ 0.375638] NetLabel: Initializing\n[ 0.376337] NetLabel: domain hash size = 128\n[ 0.377182] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378119] NetLabel: unlabeled traffic allowed by default\n[ 0.379207] clocksource: Switched to clocksource kvm-clock\n[ 0.384942] AppArmor: AppArmor Filesystem Enabled\n[ 0.385893] pnp: PnP ACPI init\n[ 0.386798] pnp: PnP ACPI: found 5 devices\n[ 0.393161] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394844] NET: Registered protocol family 2\n[ 0.395804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397053] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398198] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399348] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400410] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401551] NET: Registered protocol family 1\n[ 0.402402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403481] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404533] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418543] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432793] Trying to unpack rootfs image as initramfs...\n[ 0.483172] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497100] Scanning for low memory corruption every 60 seconds\n[ 0.498456] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499584] audit: initializing netlink subsys (disabled)\n[ 0.500596] audit: type=2000 audit(1543143125.633:1): initialized\n[ 0.501901] Initialise system trusted keyring\n[ 0.502822] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503971] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505907] zbud: loaded\n[ 0.506601] VFS: Disk quotas dquot_6.6.0\n[ 0.507415] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508907] fuse init (API version 7.23)\n[ 0.509783] Key type big_key registered\n[ 0.510571] Allocating IMA MOK and blacklist keyrings.\n[ 0.511667] Key type asymmetric registered\n[ 0.512475] Asymmetric key parser 'x509' registered\n[ 0.513409] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515219] io scheduler noop registered\n[ 0.516008] io scheduler deadline registered (default)\n[ 0.516978] io scheduler cfq registered\n[ 0.517800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518830] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520083] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521523] ACPI: Power Button [PWRF]\n[ 0.522342] GHES: HEST is not enabled!\n[ 0.536368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564554] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597718] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600551] Linux agpgart interface v0.103\n[ 0.602707] brd: module loaded\n[ 0.603957] loop: module loaded\n[ 0.609787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611229] GPT:90111 != 2097151\n[ 0.611902] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612974] GPT:90111 != 2097151\n[ 0.613636] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614580] vda: vda1 vda15\n[ 0.616125] scsi host0: ata_piix\n[ 0.616853] scsi host1: ata_piix\n[ 0.617557] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618846] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620522] libphy: Fixed MDIO Bus: probed\n[ 0.621450] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622532] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624819] PPP generic driver version 2.4.2\n[ 0.626018] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627419] ehci-pci: EHCI PCI platform driver\n[ 0.628409] ehci-platform: EHCI generic platform driver\n[ 0.629542] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630854] ohci-pci: OHCI PCI platform driver\n[ 0.631832] ohci-platform: OHCI generic platform driver\n[ 0.632953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647512] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648654] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650318] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651491] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652768] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655840] usb usb1: Product: UHCI Host Controller\n[ 0.656929] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659520] hub 1-0:1.0: USB hub found\n[ 0.660412] hub 1-0:1.0: 2 ports detected\n[ 0.661444] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663845] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664949] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666144] mousedev: PS/2 mouse device common for all mice\n[ 0.667577] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669671] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670906] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673681] i2c /dev entries driver\n[ 0.674527] device-mapper: uevent: version 1.0.3\n[ 0.675605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678982] NET: Registered protocol family 10\n[ 0.680091] NET: Registered protocol family 17\n[ 0.681134] Key type dns_resolver registered\n[ 0.682221] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683526] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685573] registered taskstats version 1\n[ 0.686541] Loading compiled-in X.509 certificates\n[ 0.688135] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690295] zswap: loaded using pool lzo/zbud\n[ 0.691841] Key type trusted registered\n[ 0.693523] Key type encrypted registered\n[ 0.694463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695683] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696846] evm: HMAC attrs: 0x1\n[ 0.697774] Magic number: 10:309:882\n[ 0.698626] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:05 UTC (1543143125)\n[ 0.700199] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701286] EDD information not available.\n[ 0.780146] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781687] Write protecting the kernel read-only data: 14336k\n[ 0.793265] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795494] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839459] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\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 10.10.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUQS0VdbxwTmxVAzkHoZnukTaNZGjK8efbLwD+nlFSB561dkLqjEyvB0V46vu4PWOwL7FSOEtRmoWmyRQP2eyDGFZNpWlHFIczVyIk+wbSqZrbiWy5kIypm+hQ1xeF6wfTZNLZ8Fe2jd+80oO77p/DgVZlc8neoancQQXDKNF1bWH30xDv/5FqmRQmcvFMt7z9nyq5sbQDn6VR2L5gGJ3NKLs3pR3/MydMrtoZ/vWbeQ/iiObCFFFpGMWn43g0OuHOa2/PG8ApFWoW9oltXfPpmG3pj7syZsR2Jh8b2CqiOjZ2wuLcVdQ4A/Y/IaGAfG6pDUeREQCBrvdtSxPABMd/ root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAM0LzhGpf3mm+VjlHDDdEMy4roLF+rLzwYb+A7SrZnjD5Ay662Gt+xN/pZ77buGKpx19L5A4YUU748mIDiY9ANC1fYKq915fo+IHUzQME3fLOMd/7E9sSGXg7gQBFuef8NdSjM7mBkeQLCtT9+QyjKXJE/PEUtOuejb6TblbdR5RAAAAFQDVhPxtnDsn6PmbQQHQccGDg2V30wAAAIEAu2IJpO0KkMqiRVjHBS39zKl/ai+hmzdJ7is5fY7pj42s8S58WOirfD6ui42mNQOWDExaL8bqk7rVuVfrZSu/x/NLNhcFfQXhrh1PUHpQDXnjMGIM95DcQcZpMY3cRGN8jkKDP57O47SRn1B9F1fc4g7bMXKYolNrvUZBJaXOJH0AAACBAI3zwtnJNdHds4j+yRVO9c4X8x2KFjmBmLYZFLxRPC45GtodhUgpMqJNDNuQ1rcUiMYKOZKihhUv1VFD6LdVxFUPX5Goz5lnzlGzEEbCYoiaBaIOEAgDa68iCsrWAV+vm0yDCMFBQ/9K1FFNi0aavQ0YzY9gwmApcH/taI6tsVOK root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.9,24,fe80::f816:3eff:fead:dce0/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.3 dev eth0 \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-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.65 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:AD:DC:E0 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fead:dce0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7944 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-4-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.131539] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131540] usb 1-1: Product: QEMU USB Tablet\n[ 1.131541] usb 1-1: Manufacturer: QEMU\n[ 1.131542] usb 1-1: SerialNumber: 42\n[ 1.201985] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.220022] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.495300] tsc: Refined TSC clocksource calibration: 3491.907 MHz\n[ 1.495303] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255737d476, max_idle_ns: 440795202126 ns\n[ 2.773972] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.379078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 10:52:06 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 10:52:06 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 10:52:06 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 10:52:06 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 10:52:06 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 10:52:06 cirros kern.notice kernel: [ 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)\nNov 25 10:52:06 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 10:52:06 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 10:52:06 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 10:52:06 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 10:52:06 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 10:52:06 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 10:52:06 cirros kern.info kernel: [ 1.495300] tsc: Refined TSC clocksource calibration: 3491.907 MHz\nNov 25 10:52:06 cirros kern.info kernel: [ 1.495303] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255737d476, max_idle_ns: 440795202126 ns\nNov 25 10:52:07 cirros auth.notice su: + /dev/console root:cirros\nNov 25 10:52:07 cirros authpriv.info dropbear[340]: Running in background\nNov 25 10:52:07 cirros kern.info kernel: [ 2.773972] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 10:52:08 cirros kern.info kernel: [ 3.379078] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-5 login: "} 2018-11-25 10:53:03,327 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02/action used request id req-1a3500da-d954-4cad-8edd-82357b5642cd 2018-11-25 10:53:05,362 - sdnvpn_test_utils - INFO - Waiting for instance 9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 to boot up 2018-11-25 10:53:05,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:06,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b75d072-e483-43e6-bad1-da6f2543e0c6 x-compute-request-id: req-3b75d072-e483-43e6-bad1-da6f2543e0c6 Content-Encoding: gzip Content-Length: 8095 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\n"} 2018-11-25 10:53:06,435 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-3b75d072-e483-43e6-bad1-da6f2543e0c6 2018-11-25 10:53:08,439 - sdnvpn_test_utils - INFO - Waiting for instance e947a914-200c-4c73-8eb1-b4266b458602 to boot up 2018-11-25 10:53:08,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec149b199d82be6995c390328447321fe00c4b9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:09,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-5a0e81f4-e5d0-4e32-88fb-053140a571d1 x-compute-request-id: req-5a0e81f4-e5d0-4e32-88fb-053140a571d1 Content-Encoding: gzip Content-Length: 8092 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 525597481 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.130337] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131949] pid_max: default: 32768 minimum: 301\n[ 0.132837] ACPI: Core revision 20150930\n[ 0.134239] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135522] Security Framework initialized\n[ 0.136333] Yama: becoming mindful.\n[ 0.137057] AppArmor: AppArmor initialized\n[ 0.137925] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139293] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143088] Initializing cgroup subsys io\n[ 0.143888] Initializing cgroup subsys memory\n[ 0.144725] Initializing cgroup subsys devices\n[ 0.145587] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147277] Initializing cgroup subsys perf_event\n[ 0.148161] Initializing cgroup subsys net_prio\n[ 0.149018] Initializing cgroup subsys hugetlb\n[ 0.149868] Initializing cgroup subsys pids\n[ 0.150718] CPU: Physical Processor ID: 0\n[ 0.152209] mce: CPU supports 10 MCE banks\n[ 0.153035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154011] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164676] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197508] smpboot: Max logical packages: 1\n[ 0.198352] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199671] x2apic enabled\n[ 0.200464] Switched APIC routing to physical x2apic.\n[ 0.202206] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203299] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205250] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207000] KVM setup paravirtual spinlock\n[ 0.208279] x86: Booted up 1 node, 1 CPUs\n[ 0.209070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210428] devtmpfs: initialized\n[ 0.212128] evm: security.selinux\n[ 0.212813] evm: security.SMACK64\n[ 0.213484] evm: security.SMACK64EXEC\n[ 0.214211] evm: security.SMACK64TRANSMUTE\n[ 0.215008] evm: security.SMACK64MMAP\n[ 0.215728] evm: security.ima\n[ 0.216365] evm: security.capability\n[ 0.217188] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218990] pinctrl core: initialized pinctrl subsystem\n[ 0.220051] RTC time: 10:52:18, date: 11/25/18\n[ 0.220989] NET: Registered protocol family 16\n[ 0.221949] cpuidle: using governor ladder\n[ 0.222745] cpuidle: using governor menu\n[ 0.223505] PCCT header not found.\n[ 0.224233] ACPI: bus type PCI registered\n[ 0.225017] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226237] PCI: Using configuration type 1 for base access\n[ 0.227962] ACPI: Added _OSI(Module Device)\n[ 0.228781] ACPI: Added _OSI(Processor Device)\n[ 0.229620] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230514] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232607] ACPI: Interpreter enabled\n[ 0.233363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235171] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240577] ACPI: (supports S0 S5)\n[ 0.241267] ACPI: Using IOAPIC for interrupt routing\n[ 0.242264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245313] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246436] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247790] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251196] acpiphp: Slot [3] registered\n[ 0.251995] acpiphp: Slot [4] registered\n[ 0.252788] acpiphp: Slot [5] registered\n[ 0.253577] acpiphp: Slot [6] registered\n[ 0.254371] acpiphp: Slot [7] registered\n[ 0.255171] acpiphp: Slot [8] registered\n[ 0.255973] acpiphp: Slot [9] registered\n[ 0.256773] acpiphp: Slot [10] registered\n[ 0.257570] acpiphp: Slot [11] registered\n[ 0.258380] acpiphp: Slot [12] registered\n[ 0.259218] acpiphp: Slot [13] registered\n[ 0.260007] acpiphp: Slot [14] registered\n[ 0.260793] acpiphp: Slot [15] registered\n[ 0.271559] acpiphp: Slot [16] registered\n[ 0.272385] acpiphp: Slot [17] registered\n[ 0.273189] acpiphp: Slot [18] registered\n[ 0.273987] acpiphp: Slot [19] registered\n[ 0.274790] acpiphp: Slot [20] registered\n[ 0.275593] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277212] acpiphp: Slot [23] registered\n[ 0.278022] acpiphp: Slot [24] registered\n[ 0.278824] acpiphp: Slot [25] registered\n[ 0.279630] acpiphp: Slot [26] registered\n[ 0.280433] acpiphp: Slot [27] registered\n[ 0.281234] acpiphp: Slot [28] registered\n[ 0.282044] acpiphp: Slot [29] registered\n[ 0.282843] acpiphp: Slot [30] registered\n[ 0.283645] acpiphp: Slot [31] registered\n[ 0.284450] PCI host bridge to bus 0000:00\n[ 0.285258] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286536] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289202] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290656] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296960] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298227] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299382] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300630] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359446] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360868] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363646] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365651] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367858] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369394] vgaarb: loaded\n[ 0.370016] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371140] SCSI subsystem initialized\n[ 0.371969] ACPI: bus type USB registered\n[ 0.372782] usbcore: registered new interface driver usbfs\n[ 0.373793] usbcore: registered new interface driver hub\n[ 0.374821] usbcore: registered new device driver usb\n[ 0.375893] PCI: Using ACPI for IRQ routing\n[ 0.376922] NetLabel: Initializing\n[ 0.377639] NetLabel: domain hash size = 128\n[ 0.378496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379451] NetLabel: unlabeled traffic allowed by default\n[ 0.380557] clocksource: Switched to clocksource kvm-clock\n[ 0.385976] AppArmor: AppArmor Filesystem Enabled\n[ 0.386941] pnp: PnP ACPI init\n[ 0.387855] pnp: PnP ACPI: found 5 devices\n[ 0.394222] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395932] NET: Registered protocol family 2\n[ 0.396917] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398542] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400056] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401539] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402928] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404425] NET: Registered protocol family 1\n[ 0.405535] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406966] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408376] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422727] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437280] Trying to unpack rootfs image as initramfs...\n[ 0.487481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501790] Scanning for low memory corruption every 60 seconds\n[ 0.503388] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504940] audit: initializing netlink subsys (disabled)\n[ 0.506247] audit: type=2000 audit(1543143139.511:1): initialized\n[ 0.507861] Initialise system trusted keyring\n[ 0.509004] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512949] zbud: loaded\n[ 0.513784] VFS: Disk quotas dquot_6.6.0\n[ 0.514834] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516696] fuse init (API version 7.23)\n[ 0.517819] Key type big_key registered\n[ 0.518869] Allocating IMA MOK and blacklist keyrings.\n[ 0.520253] Key type asymmetric registered\n[ 0.521307] Asymmetric key parser 'x509' registered\n[ 0.522543] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524450] io scheduler noop registered\n[ 0.525473] io scheduler deadline registered (default)\n[ 0.526745] io scheduler cfq registered\n[ 0.527809] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530806] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532657] ACPI: Power Button [PWRF]\n[ 0.533675] GHES: HEST is not enabled!\n[ 0.547567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577516] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581263] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605189] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607702] Linux agpgart interface v0.103\n[ 0.609710] brd: module loaded\n[ 0.610904] loop: module loaded\n[ 0.615815] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617684] GPT:90111 != 2097151\n[ 0.618524] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619946] GPT:90111 != 2097151\n[ 0.620783] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622043] vda: vda1 vda15\n[ 0.623682] scsi host0: ata_piix\n[ 0.624600] scsi host1: ata_piix\n[ 0.625476] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627036] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628820] libphy: Fixed MDIO Bus: probed\n[ 0.629856] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631056] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633712] PPP generic driver version 2.4.2\n[ 0.634595] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635773] ehci-pci: EHCI PCI platform driver\n[ 0.636641] ehci-platform: EHCI generic platform driver\n[ 0.637621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638745] ohci-pci: OHCI PCI platform driver\n[ 0.639644] ohci-platform: OHCI generic platform driver\n[ 0.640651] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655131] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.657673] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.658733] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659890] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661149] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662598] usb usb1: Product: UHCI Host Controller\n[ 0.663557] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664740] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665825] hub 1-0:1.0: USB hub found\n[ 0.666607] hub 1-0:1.0: 2 ports detected\n[ 0.667526] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670666] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671715] mousedev: PS/2 mouse device common for all mice\n[ 0.672998] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674872] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675973] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677195] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678409] i2c /dev entries driver\n[ 0.679179] device-mapper: uevent: version 1.0.3\n[ 0.680134] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681804] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683120] NET: Registered protocol family 10\n[ 0.684142] NET: Registered protocol family 17\n[ 0.685067] Key type dns_resolver registered\n[ 0.686019] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688936] registered taskstats version 1\n[ 0.689872] Loading compiled-in X.509 certificates\n[ 0.691372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693353] zswap: loaded using pool lzo/zbud\n[ 0.694766] Key type trusted registered\n[ 0.696350] Key type encrypted registered\n[ 0.697243] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698346] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699457] evm: HMAC attrs: 0x1\n[ 0.700438] Magic number: 10:309:882\n[ 0.701340] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:19 UTC (1543143139)\n[ 0.703036] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704202] EDD information not available.\n[ 0.785100] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786582] ata1.00: configured for MWDMA2\n[ 0.787810] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.800384] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801675] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802976] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804926] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.806535] Write protecting the kernel read-only data: 14336k\n[ 0.808133] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.16\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.364515] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.15...\nLease of 10.10.11.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.11.9 KO\nping 10.10.11.9 KO\n"} 2018-11-25 10:53:09,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602/action used request id req-5a0e81f4-e5d0-4e32-88fb-053140a571d1 2018-11-25 10:53:11,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:12,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53: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-67c8ee19-7a4a-47af-b73e-929c054b0125 x-compute-request-id: req-67c8ee19-7a4a-47af-b73e-929c054b0125 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:12,588 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-67c8ee19-7a4a-47af-b73e-929c054b0125 2018-11-25 10:53:12,589 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.5) to 'sdnvpn-4-2' (10.10.10.7). -->Expected result: can ping. 2018-11-25 10:53:12,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:13,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53: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-dc0dd0a5-69c9-4278-82bd-1d14eb903716 x-compute-request-id: req-dc0dd0a5-69c9-4278-82bd-1d14eb903716 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:13,661 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-dc0dd0a5-69c9-4278-82bd-1d14eb903716 2018-11-25 10:53:13,662 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-11-25 10:53:13,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:14,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c48272eb-838d-4d8d-9f0d-82c146aa151a x-compute-request-id: req-c48272eb-838d-4d8d-9f0d-82c146aa151a Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:14,731 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-c48272eb-838d-4d8d-9f0d-82c146aa151a 2018-11-25 10:53:14,732 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.5) to 'sdnvpn-4-3' (10.10.10.14). -->Expected result: can ping. 2018-11-25 10:53:14,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:15,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7c8f12b-1179-48f1-85d9-6bc4321d47eb x-compute-request-id: req-c7c8f12b-1179-48f1-85d9-6bc4321d47eb Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:15,807 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-c7c8f12b-1179-48f1-85d9-6bc4321d47eb 2018-11-25 10:53:15,808 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-3' 2018-11-25 10:53:15,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:16,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53: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-aa86cde5-2428-49ba-a7c6-736bdd99be61 x-compute-request-id: req-aa86cde5-2428-49ba-a7c6-736bdd99be61 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:16,909 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-aa86cde5-2428-49ba-a7c6-736bdd99be61 2018-11-25 10:53:16,910 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.5) to 'sdnvpn-4-4' (10.10.11.15). -->Expected result: cannot ping. 2018-11-25 10:53:16,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:17,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34a83038-afa5-494d-84d7-b4227905c8e9 x-compute-request-id: req-34a83038-afa5-494d-84d7-b4227905c8e9 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:17,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-34a83038-afa5-494d-84d7-b4227905c8e9 2018-11-25 10:53:18,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:20,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-41a8fd17-f58f-4d82-b1d2-6b504f85feb8 x-compute-request-id: req-41a8fd17-f58f-4d82-b1d2-6b504f85feb8 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:20,051 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-41a8fd17-f58f-4d82-b1d2-6b504f85feb8 2018-11-25 10:53:21,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:22,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-d7804b09-c490-4568-acec-e05e03a6a0b2 x-compute-request-id: req-d7804b09-c490-4568-acec-e05e03a6a0b2 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:22,177 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-d7804b09-c490-4568-acec-e05e03a6a0b2 2018-11-25 10:53:23,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:24,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-1a398147-a900-4d81-95b3-15a08c103e35 x-compute-request-id: req-1a398147-a900-4d81-95b3-15a08c103e35 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:24,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-1a398147-a900-4d81-95b3-15a08c103e35 2018-11-25 10:53:25,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:26,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc53cc80-aea8-46a5-992b-4033c58a3aff x-compute-request-id: req-fc53cc80-aea8-46a5-992b-4033c58a3aff Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:26,741 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-fc53cc80-aea8-46a5-992b-4033c58a3aff 2018-11-25 10:53:27,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:28,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87b03df4-73b9-4c6d-a5ba-8a6aeec02398 x-compute-request-id: req-87b03df4-73b9-4c6d-a5ba-8a6aeec02398 Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:28,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-87b03df4-73b9-4c6d-a5ba-8a6aeec02398 2018-11-25 10:53:29,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:30,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53: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-f961fb89-dc06-4df1-acb4-09ee340b720b x-compute-request-id: req-f961fb89-dc06-4df1-acb4-09ee340b720b Content-Encoding: gzip Content-Length: 8103 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\n"} 2018-11-25 10:53:30,899 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-f961fb89-dc06-4df1-acb4-09ee340b720b 2018-11-25 10:53:31,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8539972e272fb4ed5bab46d7fa202c2fbf8ef6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:53:32,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:53:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53016c35-46ba-4c91-8858-43dae5e42a45 x-compute-request-id: req-53016c35-46ba-4c91-8858-43dae5e42a45 Content-Encoding: gzip Content-Length: 8108 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 539033989 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.133175] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134849] pid_max: default: 32768 minimum: 301\n[ 0.135754] ACPI: Core revision 20150930\n[ 0.137151] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138480] Security Framework initialized\n[ 0.139304] Yama: becoming mindful.\n[ 0.140045] AppArmor: AppArmor initialized\n[ 0.140924] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142267] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144793] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146212] Initializing cgroup subsys io\n[ 0.147039] Initializing cgroup subsys memory\n[ 0.147908] Initializing cgroup subsys devices\n[ 0.148800] Initializing cgroup subsys freezer\n[ 0.149679] Initializing cgroup subsys net_cls\n[ 0.150550] Initializing cgroup subsys perf_event\n[ 0.151472] Initializing cgroup subsys net_prio\n[ 0.152375] Initializing cgroup subsys hugetlb\n[ 0.153254] Initializing cgroup subsys pids\n[ 0.154138] CPU: Physical Processor ID: 0\n[ 0.155642] mce: CPU supports 10 MCE banks\n[ 0.156500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176321] ftrace: allocating 31920 entries in 125 pages\n[ 0.203419] smpboot: Max logical packages: 1\n[ 0.204315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205676] x2apic enabled\n[ 0.206479] Switched APIC routing to physical x2apic.\n[ 0.208238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213161] KVM setup paravirtual spinlock\n[ 0.214495] x86: Booted up 1 node, 1 CPUs\n[ 0.215301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216702] devtmpfs: initialized\n[ 0.218424] evm: security.selinux\n[ 0.219130] evm: security.SMACK64\n[ 0.219821] evm: security.SMACK64EXEC\n[ 0.220564] evm: security.SMACK64TRANSMUTE\n[ 0.221375] evm: security.SMACK64MMAP\n[ 0.222128] evm: security.ima\n[ 0.222775] evm: security.capability\n[ 0.223582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225447] pinctrl core: initialized pinctrl subsystem\n[ 0.226558] RTC time: 10:52:31, date: 11/25/18\n[ 0.227525] NET: Registered protocol family 16\n[ 0.228499] cpuidle: using governor ladder\n[ 0.229315] cpuidle: using governor menu\n[ 0.230105] PCCT header not found.\n[ 0.230869] ACPI: bus type PCI registered\n[ 0.231671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232912] PCI: Using configuration type 1 for base access\n[ 0.234685] ACPI: Added _OSI(Module Device)\n[ 0.235532] ACPI: Added _OSI(Processor Device)\n[ 0.236406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237316] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239417] ACPI: Interpreter enabled\n[ 0.240202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247692] ACPI: (supports S0 S5)\n[ 0.248413] ACPI: Using IOAPIC for interrupt routing\n[ 0.249482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258453] acpiphp: Slot [3] registered\n[ 0.259267] acpiphp: Slot [4] registered\n[ 0.260078] acpiphp: Slot [5] registered\n[ 0.260885] acpiphp: Slot [6] registered\n[ 0.261689] acpiphp: Slot [7] registered\n[ 0.262495] acpiphp: Slot [8] registered\n[ 0.263305] acpiphp: Slot [9] registered\n[ 0.264111] acpiphp: Slot [10] registered\n[ 0.264933] acpiphp: Slot [11] registered\n[ 0.265749] acpiphp: Slot [12] registered\n[ 0.266570] acpiphp: Slot [13] registered\n[ 0.267390] acpiphp: Slot [14] registered\n[ 0.268215] acpiphp: Slot [15] registered\n[ 0.279238] acpiphp: Slot [16] registered\n[ 0.280062] acpiphp: Slot [17] registered\n[ 0.280883] acpiphp: Slot [18] registered\n[ 0.281703] acpiphp: Slot [19] registered\n[ 0.282516] acpiphp: Slot [20] registered\n[ 0.283344] acpiphp: Slot [21] registered\n[ 0.284166] acpiphp: Slot [22] registered\n[ 0.284987] acpiphp: Slot [23] registered\n[ 0.285806] acpiphp: Slot [24] registered\n[ 0.286619] acpiphp: Slot [25] registered\n[ 0.287441] acpiphp: Slot [26] registered\n[ 0.288261] acpiphp: Slot [27] registered\n[ 0.289083] acpiphp: Slot [28] registered\n[ 0.289903] acpiphp: Slot [29] registered\n[ 0.290719] acpiphp: Slot [30] registered\n[ 0.291539] acpiphp: Slot [31] registered\n[ 0.292357] PCI host bridge to bus 0000:00\n[ 0.293175] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297104] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298570] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306043] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307224] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314856] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364011] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369948] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373764] vgaarb: loaded\n[ 0.374367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375532] SCSI subsystem initialized\n[ 0.376363] ACPI: bus type USB registered\n[ 0.377184] usbcore: registered new interface driver usbfs\n[ 0.378214] usbcore: registered new interface driver hub\n[ 0.379227] usbcore: registered new device driver usb\n[ 0.380302] PCI: Using ACPI for IRQ routing\n[ 0.381350] NetLabel: Initializing\n[ 0.382074] NetLabel: domain hash size = 128\n[ 0.382936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383899] NetLabel: unlabeled traffic allowed by default\n[ 0.385023] clocksource: Switched to clocksource kvm-clock\n[ 0.390784] AppArmor: AppArmor Filesystem Enabled\n[ 0.391755] pnp: PnP ACPI init\n[ 0.392689] pnp: PnP ACPI: found 5 devices\n[ 0.399075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400824] NET: Registered protocol family 2\n[ 0.401804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403089] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404268] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406543] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407723] NET: Registered protocol family 1\n[ 0.408592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409706] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410787] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439148] Trying to unpack rootfs image as initramfs...\n[ 0.490021] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504093] Scanning for low memory corruption every 60 seconds\n[ 0.505484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506655] audit: initializing netlink subsys (disabled)\n[ 0.507694] audit: type=2000 audit(1543143151.938:1): initialized\n[ 0.509050] Initialise system trusted keyring\n[ 0.509994] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513186] zbud: loaded\n[ 0.513900] VFS: Disk quotas dquot_6.6.0\n[ 0.514735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516282] fuse init (API version 7.23)\n[ 0.517208] Key type big_key registered\n[ 0.518023] Allocating IMA MOK and blacklist keyrings.\n[ 0.519521] Key type asymmetric registered\n[ 0.520362] Asymmetric key parser 'x509' registered\n[ 0.521351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522836] io scheduler noop registered\n[ 0.523649] io scheduler deadline registered (default)\n[ 0.524652] io scheduler cfq registered\n[ 0.525508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526572] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529351] ACPI: Power Button [PWRF]\n[ 0.530204] GHES: HEST is not enabled!\n[ 0.543950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574303] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607332] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609538] Linux agpgart interface v0.103\n[ 0.612122] brd: module loaded\n[ 0.613388] loop: module loaded\n[ 0.617853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619333] GPT:90111 != 2097151\n[ 0.620020] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621137] GPT:90111 != 2097151\n[ 0.621826] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622811] vda: vda1 vda15\n[ 0.624286] scsi host0: ata_piix\n[ 0.625050] scsi host1: ata_piix\n[ 0.625777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628482] libphy: Fixed MDIO Bus: probed\n[ 0.629367] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630346] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632500] PPP generic driver version 2.4.2\n[ 0.633412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634694] ehci-pci: EHCI PCI platform driver\n[ 0.635573] ehci-platform: EHCI generic platform driver\n[ 0.636575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637729] ohci-pci: OHCI PCI platform driver\n[ 0.638610] ohci-platform: OHCI generic platform driver\n[ 0.639614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654005] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655022] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661425] usb usb1: Product: UHCI Host Controller\n[ 0.662390] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664588] hub 1-0:1.0: USB hub found\n[ 0.665394] hub 1-0:1.0: 2 ports detected\n[ 0.666331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668495] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670559] mousedev: PS/2 mouse device common for all mice\n[ 0.671840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677333] i2c /dev entries driver\n[ 0.678133] device-mapper: uevent: version 1.0.3\n[ 0.679112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682102] NET: Registered protocol family 10\n[ 0.683117] NET: Registered protocol family 17\n[ 0.684031] Key type dns_resolver registered\n[ 0.684976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686107] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687895] registered taskstats version 1\n[ 0.688744] Loading compiled-in X.509 certificates\n[ 0.690214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692127] zswap: loaded using pool lzo/zbud\n[ 0.694005] Key type trusted registered\n[ 0.695569] Key type encrypted registered\n[ 0.696423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698575] evm: HMAC attrs: 0x1\n[ 0.699526] Magic number: 10:309:882\n[ 0.700418] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:32 UTC (1543143152)\n[ 0.702068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703220] EDD information not available.\n[ 0.781544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783098] ata1.00: configured for MWDMA2\n[ 0.784353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797042] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798384] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801632] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803273] Write protecting the kernel read-only data: 14336k\n[ 0.804895] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806808] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.10\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.309075] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.10.7 OK\nping 10.10.10.14 KO\nping 10.10.11.15 KO\n"} 2018-11-25 10:53:32,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-53016c35-46ba-4c91-8858-43dae5e42a45 2018-11-25 10:53:32,976 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-11-25 10:53:32,976 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-11-25 10:53:32,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/93b644d1-a65d-49cd-83e0-359682948ab8/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"network_association": {"network_id": "29fbc269-a8d7-43b7-b183-b46f69fdd42a"}}' 2018-11-25 10:53:33,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-82a291b1-d697-42de-830e-bf0cf96bc763 Date: Sun, 25 Nov 2018 10:53:33 GMT RESP BODY: {"network_association": {"network_id": "29fbc269-a8d7-43b7-b183-b46f69fdd42a", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "9a2d051f-e5e7-48dc-ba62-0d72c5530a11"}} 2018-11-25 10:53:33,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/93b644d1-a65d-49cd-83e0-359682948ab8/network_associations used request id req-82a291b1-d697-42de-830e-bf0cf96bc763 2018-11-25 10:53:33,722 - sdnvpn_test_utils - DEBUG - Waiting for router 93b644d1-a65d-49cd-83e0-359682948ab8 to associate with BGPVPN 99fe2fe9-f790-4048-b689-e7da3caec038 2018-11-25 10:53:33,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/93b644d1-a65d-49cd-83e0-359682948ab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:53:34,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-ac70dbdb-32d0-43e0-9422-f772b4858b7d Date: Sun, 25 Nov 2018 10:53:34 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["99fe2fe9-f790-4048-b689-e7da3caec038"], "id": "93b644d1-a65d-49cd-83e0-359682948ab8", "name": "sdnvpn-777915", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": ["29fbc269-a8d7-43b7-b183-b46f69fdd42a"], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:53:34,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/93b644d1-a65d-49cd-83e0-359682948ab8 used request id req-ac70dbdb-32d0-43e0-9422-f772b4858b7d 2018-11-25 10:53:35,072 - sdnvpn_test_utils - DEBUG - Waiting for network 93b644d1-a65d-49cd-83e0-359682948ab8 to associate with BGPVPN 29fbc269-a8d7-43b7-b183-b46f69fdd42a 2018-11-25 10:53:35,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/93b644d1-a65d-49cd-83e0-359682948ab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:53:35,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-64947299-129f-4b51-9435-f1e3b3f03d84 Date: Sun, 25 Nov 2018 10:53:35 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["99fe2fe9-f790-4048-b689-e7da3caec038"], "id": "93b644d1-a65d-49cd-83e0-359682948ab8", "name": "sdnvpn-777915", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": ["29fbc269-a8d7-43b7-b183-b46f69fdd42a"], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:53:35,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/93b644d1-a65d-49cd-83e0-359682948ab8 used request id req-64947299-129f-4b51-9435-f1e3b3f03d84 2018-11-25 10:53:36,257 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:54:06,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec149b199d82be6995c390328447321fe00c4b9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:54:07,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:54:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-014305f8-8126-463d-814f-c563ac5d9f78 x-compute-request-id: req-014305f8-8126-463d-814f-c563ac5d9f78 Content-Encoding: gzip Content-Length: 8092 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 525597481 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.130337] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131949] pid_max: default: 32768 minimum: 301\n[ 0.132837] ACPI: Core revision 20150930\n[ 0.134239] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135522] Security Framework initialized\n[ 0.136333] Yama: becoming mindful.\n[ 0.137057] AppArmor: AppArmor initialized\n[ 0.137925] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139293] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143088] Initializing cgroup subsys io\n[ 0.143888] Initializing cgroup subsys memory\n[ 0.144725] Initializing cgroup subsys devices\n[ 0.145587] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147277] Initializing cgroup subsys perf_event\n[ 0.148161] Initializing cgroup subsys net_prio\n[ 0.149018] Initializing cgroup subsys hugetlb\n[ 0.149868] Initializing cgroup subsys pids\n[ 0.150718] CPU: Physical Processor ID: 0\n[ 0.152209] mce: CPU supports 10 MCE banks\n[ 0.153035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154011] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164676] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197508] smpboot: Max logical packages: 1\n[ 0.198352] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199671] x2apic enabled\n[ 0.200464] Switched APIC routing to physical x2apic.\n[ 0.202206] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203299] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205250] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207000] KVM setup paravirtual spinlock\n[ 0.208279] x86: Booted up 1 node, 1 CPUs\n[ 0.209070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210428] devtmpfs: initialized\n[ 0.212128] evm: security.selinux\n[ 0.212813] evm: security.SMACK64\n[ 0.213484] evm: security.SMACK64EXEC\n[ 0.214211] evm: security.SMACK64TRANSMUTE\n[ 0.215008] evm: security.SMACK64MMAP\n[ 0.215728] evm: security.ima\n[ 0.216365] evm: security.capability\n[ 0.217188] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218990] pinctrl core: initialized pinctrl subsystem\n[ 0.220051] RTC time: 10:52:18, date: 11/25/18\n[ 0.220989] NET: Registered protocol family 16\n[ 0.221949] cpuidle: using governor ladder\n[ 0.222745] cpuidle: using governor menu\n[ 0.223505] PCCT header not found.\n[ 0.224233] ACPI: bus type PCI registered\n[ 0.225017] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226237] PCI: Using configuration type 1 for base access\n[ 0.227962] ACPI: Added _OSI(Module Device)\n[ 0.228781] ACPI: Added _OSI(Processor Device)\n[ 0.229620] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230514] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232607] ACPI: Interpreter enabled\n[ 0.233363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235171] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240577] ACPI: (supports S0 S5)\n[ 0.241267] ACPI: Using IOAPIC for interrupt routing\n[ 0.242264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245313] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246436] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247790] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251196] acpiphp: Slot [3] registered\n[ 0.251995] acpiphp: Slot [4] registered\n[ 0.252788] acpiphp: Slot [5] registered\n[ 0.253577] acpiphp: Slot [6] registered\n[ 0.254371] acpiphp: Slot [7] registered\n[ 0.255171] acpiphp: Slot [8] registered\n[ 0.255973] acpiphp: Slot [9] registered\n[ 0.256773] acpiphp: Slot [10] registered\n[ 0.257570] acpiphp: Slot [11] registered\n[ 0.258380] acpiphp: Slot [12] registered\n[ 0.259218] acpiphp: Slot [13] registered\n[ 0.260007] acpiphp: Slot [14] registered\n[ 0.260793] acpiphp: Slot [15] registered\n[ 0.271559] acpiphp: Slot [16] registered\n[ 0.272385] acpiphp: Slot [17] registered\n[ 0.273189] acpiphp: Slot [18] registered\n[ 0.273987] acpiphp: Slot [19] registered\n[ 0.274790] acpiphp: Slot [20] registered\n[ 0.275593] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277212] acpiphp: Slot [23] registered\n[ 0.278022] acpiphp: Slot [24] registered\n[ 0.278824] acpiphp: Slot [25] registered\n[ 0.279630] acpiphp: Slot [26] registered\n[ 0.280433] acpiphp: Slot [27] registered\n[ 0.281234] acpiphp: Slot [28] registered\n[ 0.282044] acpiphp: Slot [29] registered\n[ 0.282843] acpiphp: Slot [30] registered\n[ 0.283645] acpiphp: Slot [31] registered\n[ 0.284450] PCI host bridge to bus 0000:00\n[ 0.285258] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286536] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289202] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290656] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296960] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298227] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299382] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300630] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359446] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360868] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363646] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365651] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367858] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369394] vgaarb: loaded\n[ 0.370016] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371140] SCSI subsystem initialized\n[ 0.371969] ACPI: bus type USB registered\n[ 0.372782] usbcore: registered new interface driver usbfs\n[ 0.373793] usbcore: registered new interface driver hub\n[ 0.374821] usbcore: registered new device driver usb\n[ 0.375893] PCI: Using ACPI for IRQ routing\n[ 0.376922] NetLabel: Initializing\n[ 0.377639] NetLabel: domain hash size = 128\n[ 0.378496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379451] NetLabel: unlabeled traffic allowed by default\n[ 0.380557] clocksource: Switched to clocksource kvm-clock\n[ 0.385976] AppArmor: AppArmor Filesystem Enabled\n[ 0.386941] pnp: PnP ACPI init\n[ 0.387855] pnp: PnP ACPI: found 5 devices\n[ 0.394222] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395932] NET: Registered protocol family 2\n[ 0.396917] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398542] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400056] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401539] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402928] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404425] NET: Registered protocol family 1\n[ 0.405535] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406966] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408376] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422727] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437280] Trying to unpack rootfs image as initramfs...\n[ 0.487481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501790] Scanning for low memory corruption every 60 seconds\n[ 0.503388] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504940] audit: initializing netlink subsys (disabled)\n[ 0.506247] audit: type=2000 audit(1543143139.511:1): initialized\n[ 0.507861] Initialise system trusted keyring\n[ 0.509004] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512949] zbud: loaded\n[ 0.513784] VFS: Disk quotas dquot_6.6.0\n[ 0.514834] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516696] fuse init (API version 7.23)\n[ 0.517819] Key type big_key registered\n[ 0.518869] Allocating IMA MOK and blacklist keyrings.\n[ 0.520253] Key type asymmetric registered\n[ 0.521307] Asymmetric key parser 'x509' registered\n[ 0.522543] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524450] io scheduler noop registered\n[ 0.525473] io scheduler deadline registered (default)\n[ 0.526745] io scheduler cfq registered\n[ 0.527809] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530806] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532657] ACPI: Power Button [PWRF]\n[ 0.533675] GHES: HEST is not enabled!\n[ 0.547567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577516] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581263] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605189] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607702] Linux agpgart interface v0.103\n[ 0.609710] brd: module loaded\n[ 0.610904] loop: module loaded\n[ 0.615815] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617684] GPT:90111 != 2097151\n[ 0.618524] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619946] GPT:90111 != 2097151\n[ 0.620783] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622043] vda: vda1 vda15\n[ 0.623682] scsi host0: ata_piix\n[ 0.624600] scsi host1: ata_piix\n[ 0.625476] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627036] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628820] libphy: Fixed MDIO Bus: probed\n[ 0.629856] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631056] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633712] PPP generic driver version 2.4.2\n[ 0.634595] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635773] ehci-pci: EHCI PCI platform driver\n[ 0.636641] ehci-platform: EHCI generic platform driver\n[ 0.637621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638745] ohci-pci: OHCI PCI platform driver\n[ 0.639644] ohci-platform: OHCI generic platform driver\n[ 0.640651] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655131] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.657673] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.658733] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659890] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661149] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662598] usb usb1: Product: UHCI Host Controller\n[ 0.663557] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664740] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665825] hub 1-0:1.0: USB hub found\n[ 0.666607] hub 1-0:1.0: 2 ports detected\n[ 0.667526] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670666] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671715] mousedev: PS/2 mouse device common for all mice\n[ 0.672998] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674872] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675973] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677195] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678409] i2c /dev entries driver\n[ 0.679179] device-mapper: uevent: version 1.0.3\n[ 0.680134] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681804] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683120] NET: Registered protocol family 10\n[ 0.684142] NET: Registered protocol family 17\n[ 0.685067] Key type dns_resolver registered\n[ 0.686019] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688936] registered taskstats version 1\n[ 0.689872] Loading compiled-in X.509 certificates\n[ 0.691372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693353] zswap: loaded using pool lzo/zbud\n[ 0.694766] Key type trusted registered\n[ 0.696350] Key type encrypted registered\n[ 0.697243] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698346] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699457] evm: HMAC attrs: 0x1\n[ 0.700438] Magic number: 10:309:882\n[ 0.701340] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:19 UTC (1543143139)\n[ 0.703036] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704202] EDD information not available.\n[ 0.785100] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786582] ata1.00: configured for MWDMA2\n[ 0.787810] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.800384] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801675] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802976] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804926] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.806535] Write protecting the kernel read-only data: 14336k\n[ 0.808133] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.16\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.364515] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.15...\nLease of 10.10.11.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.11.9 KO\nping 10.10.11.9 KO\nping 10.10.11.9 KO\nping 10.10.11.9 KO\nping 10.10.11.9 KO\n"} 2018-11-25 10:54:07,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602/action used request id req-014305f8-8126-463d-814f-c563ac5d9f78 2018-11-25 10:54:07,364 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.15) to 'sdnvpn-4-5' (10.10.11.9). -->Expected result: can ping. 2018-11-25 10:54:07,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec149b199d82be6995c390328447321fe00c4b9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 10:54:08,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:54:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f9ee767-5171-45d7-9a19-b87cf649470a x-compute-request-id: req-2f9ee767-5171-45d7-9a19-b87cf649470a Content-Encoding: gzip Content-Length: 8092 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 525597481 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.130337] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131949] pid_max: default: 32768 minimum: 301\n[ 0.132837] ACPI: Core revision 20150930\n[ 0.134239] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135522] Security Framework initialized\n[ 0.136333] Yama: becoming mindful.\n[ 0.137057] AppArmor: AppArmor initialized\n[ 0.137925] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139293] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143088] Initializing cgroup subsys io\n[ 0.143888] Initializing cgroup subsys memory\n[ 0.144725] Initializing cgroup subsys devices\n[ 0.145587] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147277] Initializing cgroup subsys perf_event\n[ 0.148161] Initializing cgroup subsys net_prio\n[ 0.149018] Initializing cgroup subsys hugetlb\n[ 0.149868] Initializing cgroup subsys pids\n[ 0.150718] CPU: Physical Processor ID: 0\n[ 0.152209] mce: CPU supports 10 MCE banks\n[ 0.153035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154011] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164676] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197508] smpboot: Max logical packages: 1\n[ 0.198352] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199671] x2apic enabled\n[ 0.200464] Switched APIC routing to physical x2apic.\n[ 0.202206] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203299] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205250] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207000] KVM setup paravirtual spinlock\n[ 0.208279] x86: Booted up 1 node, 1 CPUs\n[ 0.209070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210428] devtmpfs: initialized\n[ 0.212128] evm: security.selinux\n[ 0.212813] evm: security.SMACK64\n[ 0.213484] evm: security.SMACK64EXEC\n[ 0.214211] evm: security.SMACK64TRANSMUTE\n[ 0.215008] evm: security.SMACK64MMAP\n[ 0.215728] evm: security.ima\n[ 0.216365] evm: security.capability\n[ 0.217188] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218990] pinctrl core: initialized pinctrl subsystem\n[ 0.220051] RTC time: 10:52:18, date: 11/25/18\n[ 0.220989] NET: Registered protocol family 16\n[ 0.221949] cpuidle: using governor ladder\n[ 0.222745] cpuidle: using governor menu\n[ 0.223505] PCCT header not found.\n[ 0.224233] ACPI: bus type PCI registered\n[ 0.225017] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226237] PCI: Using configuration type 1 for base access\n[ 0.227962] ACPI: Added _OSI(Module Device)\n[ 0.228781] ACPI: Added _OSI(Processor Device)\n[ 0.229620] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230514] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232607] ACPI: Interpreter enabled\n[ 0.233363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235171] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240577] ACPI: (supports S0 S5)\n[ 0.241267] ACPI: Using IOAPIC for interrupt routing\n[ 0.242264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245313] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246436] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247790] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251196] acpiphp: Slot [3] registered\n[ 0.251995] acpiphp: Slot [4] registered\n[ 0.252788] acpiphp: Slot [5] registered\n[ 0.253577] acpiphp: Slot [6] registered\n[ 0.254371] acpiphp: Slot [7] registered\n[ 0.255171] acpiphp: Slot [8] registered\n[ 0.255973] acpiphp: Slot [9] registered\n[ 0.256773] acpiphp: Slot [10] registered\n[ 0.257570] acpiphp: Slot [11] registered\n[ 0.258380] acpiphp: Slot [12] registered\n[ 0.259218] acpiphp: Slot [13] registered\n[ 0.260007] acpiphp: Slot [14] registered\n[ 0.260793] acpiphp: Slot [15] registered\n[ 0.271559] acpiphp: Slot [16] registered\n[ 0.272385] acpiphp: Slot [17] registered\n[ 0.273189] acpiphp: Slot [18] registered\n[ 0.273987] acpiphp: Slot [19] registered\n[ 0.274790] acpiphp: Slot [20] registered\n[ 0.275593] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277212] acpiphp: Slot [23] registered\n[ 0.278022] acpiphp: Slot [24] registered\n[ 0.278824] acpiphp: Slot [25] registered\n[ 0.279630] acpiphp: Slot [26] registered\n[ 0.280433] acpiphp: Slot [27] registered\n[ 0.281234] acpiphp: Slot [28] registered\n[ 0.282044] acpiphp: Slot [29] registered\n[ 0.282843] acpiphp: Slot [30] registered\n[ 0.283645] acpiphp: Slot [31] registered\n[ 0.284450] PCI host bridge to bus 0000:00\n[ 0.285258] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286536] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289202] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290656] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296960] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298227] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299382] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300630] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359446] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360868] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363646] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365651] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367858] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369394] vgaarb: loaded\n[ 0.370016] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371140] SCSI subsystem initialized\n[ 0.371969] ACPI: bus type USB registered\n[ 0.372782] usbcore: registered new interface driver usbfs\n[ 0.373793] usbcore: registered new interface driver hub\n[ 0.374821] usbcore: registered new device driver usb\n[ 0.375893] PCI: Using ACPI for IRQ routing\n[ 0.376922] NetLabel: Initializing\n[ 0.377639] NetLabel: domain hash size = 128\n[ 0.378496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379451] NetLabel: unlabeled traffic allowed by default\n[ 0.380557] clocksource: Switched to clocksource kvm-clock\n[ 0.385976] AppArmor: AppArmor Filesystem Enabled\n[ 0.386941] pnp: PnP ACPI init\n[ 0.387855] pnp: PnP ACPI: found 5 devices\n[ 0.394222] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395932] NET: Registered protocol family 2\n[ 0.396917] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398542] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400056] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401539] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402928] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404425] NET: Registered protocol family 1\n[ 0.405535] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406966] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408376] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422727] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437280] Trying to unpack rootfs image as initramfs...\n[ 0.487481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501790] Scanning for low memory corruption every 60 seconds\n[ 0.503388] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504940] audit: initializing netlink subsys (disabled)\n[ 0.506247] audit: type=2000 audit(1543143139.511:1): initialized\n[ 0.507861] Initialise system trusted keyring\n[ 0.509004] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512949] zbud: loaded\n[ 0.513784] VFS: Disk quotas dquot_6.6.0\n[ 0.514834] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516696] fuse init (API version 7.23)\n[ 0.517819] Key type big_key registered\n[ 0.518869] Allocating IMA MOK and blacklist keyrings.\n[ 0.520253] Key type asymmetric registered\n[ 0.521307] Asymmetric key parser 'x509' registered\n[ 0.522543] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524450] io scheduler noop registered\n[ 0.525473] io scheduler deadline registered (default)\n[ 0.526745] io scheduler cfq registered\n[ 0.527809] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530806] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532657] ACPI: Power Button [PWRF]\n[ 0.533675] GHES: HEST is not enabled!\n[ 0.547567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577516] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581263] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605189] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607702] Linux agpgart interface v0.103\n[ 0.609710] brd: module loaded\n[ 0.610904] loop: module loaded\n[ 0.615815] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617684] GPT:90111 != 2097151\n[ 0.618524] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619946] GPT:90111 != 2097151\n[ 0.620783] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622043] vda: vda1 vda15\n[ 0.623682] scsi host0: ata_piix\n[ 0.624600] scsi host1: ata_piix\n[ 0.625476] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627036] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628820] libphy: Fixed MDIO Bus: probed\n[ 0.629856] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631056] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633712] PPP generic driver version 2.4.2\n[ 0.634595] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635773] ehci-pci: EHCI PCI platform driver\n[ 0.636641] ehci-platform: EHCI generic platform driver\n[ 0.637621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638745] ohci-pci: OHCI PCI platform driver\n[ 0.639644] ohci-platform: OHCI generic platform driver\n[ 0.640651] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655131] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.657673] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.658733] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659890] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661149] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662598] usb usb1: Product: UHCI Host Controller\n[ 0.663557] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664740] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665825] hub 1-0:1.0: USB hub found\n[ 0.666607] hub 1-0:1.0: 2 ports detected\n[ 0.667526] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670666] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671715] mousedev: PS/2 mouse device common for all mice\n[ 0.672998] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674872] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675973] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677195] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678409] i2c /dev entries driver\n[ 0.679179] device-mapper: uevent: version 1.0.3\n[ 0.680134] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681804] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683120] NET: Registered protocol family 10\n[ 0.684142] NET: Registered protocol family 17\n[ 0.685067] Key type dns_resolver registered\n[ 0.686019] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688936] registered taskstats version 1\n[ 0.689872] Loading compiled-in X.509 certificates\n[ 0.691372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693353] zswap: loaded using pool lzo/zbud\n[ 0.694766] Key type trusted registered\n[ 0.696350] Key type encrypted registered\n[ 0.697243] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698346] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699457] evm: HMAC attrs: 0x1\n[ 0.700438] Magic number: 10:309:882\n[ 0.701340] rtc_cmos 00:00: setting system clock to 2018-11-25 10:52:19 UTC (1543143139)\n[ 0.703036] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704202] EDD information not available.\n[ 0.785100] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.786582] ata1.00: configured for MWDMA2\n[ 0.787810] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.800384] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801675] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.802976] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.804926] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.806535] Write protecting the kernel read-only data: 14336k\n[ 0.808133] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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 1.16\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.364515] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.15...\nLease of 10.10.11.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 3.51s]\nping 10.10.11.9 KO\nping 10.10.11.9 KO\nping 10.10.11.9 KO\nping 10.10.11.9 KO\nping 10.10.11.9 KO\n"} 2018-11-25 10:54:08,440 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602/action used request id req-2f9ee767-5171-45d7-9a19-b87cf649470a 2018-11-25 10:54:08,441 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-4' cannot ping 'sdnvpn-4-5' 2018-11-25 10:54:08,441 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-11-25 10:54:08,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/93b644d1-a65d-49cd-83e0-359682948ab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:54:08,822 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32a25377-af38-4c27-9292-7159a73795a6 Content-Length: 0 Date: Sun, 25 Nov 2018 10:54:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:54:08,822 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/93b644d1-a65d-49cd-83e0-359682948ab8 used request id req-32a25377-af38-4c27-9292-7159a73795a6 2018-11-25 10:54:38,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-777915", "route_distinguishers": "12:12"}}' 2018-11-25 10:54:39,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-1d0bdb15-b472-4362-aea8-021fb92f36a4 Date: Sun, 25 Nov 2018 10:54:39 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "375c119f-b090-4526-b81c-a02945b1979f", "name": "sdnvpn-777915", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:54:39,219 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-1d0bdb15-b472-4362-aea8-021fb92f36a4 2018-11-25 10:54:39,220 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-777915', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'375c119f-b090-4526-b81c-a02945b1979f'}} 2018-11-25 10:54:39,220 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-11-25 10:54:39,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/375c119f-b090-4526-b81c-a02945b1979f/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"router_association": {"router_id": "99fe2fe9-f790-4048-b689-e7da3caec038"}}' 2018-11-25 10:54:39,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-006903c1-17b7-4a21-9722-b4a24b237779 Date: Sun, 25 Nov 2018 10:54:39 GMT RESP BODY: {"router_association": {"router_id": "99fe2fe9-f790-4048-b689-e7da3caec038", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "fc6ca0f9-7094-4035-8f17-def5c5aa53df"}} 2018-11-25 10:54:39,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/375c119f-b090-4526-b81c-a02945b1979f/router_associations used request id req-006903c1-17b7-4a21-9722-b4a24b237779 2018-11-25 10:54:39,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/375c119f-b090-4526-b81c-a02945b1979f/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"network_association": {"network_id": "29fbc269-a8d7-43b7-b183-b46f69fdd42a"}}' 2018-11-25 10:54:40,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-19817464-59ed-43b9-9693-1269bbb96088 Date: Sun, 25 Nov 2018 10:54:40 GMT RESP BODY: {"network_association": {"network_id": "29fbc269-a8d7-43b7-b183-b46f69fdd42a", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d66fe5e9-08e9-409e-a31e-51e1a01458b5"}} 2018-11-25 10:54:40,296 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/375c119f-b090-4526-b81c-a02945b1979f/network_associations used request id req-19817464-59ed-43b9-9693-1269bbb96088 2018-11-25 10:54:40,296 - sdnvpn_test_utils - DEBUG - Waiting for router 375c119f-b090-4526-b81c-a02945b1979f to associate with BGPVPN 99fe2fe9-f790-4048-b689-e7da3caec038 2018-11-25 10:54:40,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/375c119f-b090-4526-b81c-a02945b1979f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:54:40,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-4db44afe-80c2-46a1-8543-847f402103cc Date: Sun, 25 Nov 2018 10:54:40 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["99fe2fe9-f790-4048-b689-e7da3caec038"], "id": "375c119f-b090-4526-b81c-a02945b1979f", "name": "sdnvpn-777915", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": ["29fbc269-a8d7-43b7-b183-b46f69fdd42a"], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:54:40,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/375c119f-b090-4526-b81c-a02945b1979f used request id req-4db44afe-80c2-46a1-8543-847f402103cc 2018-11-25 10:54:41,474 - sdnvpn_test_utils - DEBUG - Waiting for network 375c119f-b090-4526-b81c-a02945b1979f to associate with BGPVPN 29fbc269-a8d7-43b7-b183-b46f69fdd42a 2018-11-25 10:54:41,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/375c119f-b090-4526-b81c-a02945b1979f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:54:41,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-118e2ebd-7426-4804-87b8-7a13aaa54aa5 Date: Sun, 25 Nov 2018 10:54:41 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["99fe2fe9-f790-4048-b689-e7da3caec038"], "id": "375c119f-b090-4526-b81c-a02945b1979f", "name": "sdnvpn-777915", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": ["29fbc269-a8d7-43b7-b183-b46f69fdd42a"], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 10:54:41,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/375c119f-b090-4526-b81c-a02945b1979f used request id req-118e2ebd-7426-4804-87b8-7a13aaa54aa5 2018-11-25 10:54:42,810 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:55:12,840 - sdnvpn.test.functest.testcase_4 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | FAIL | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2018-11-25 10:55:12,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" -d '{"forceDelete": null}' 2018-11-25 10:55:13,028 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:55:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7d74bf6-f7d6-4de1-b96f-5c861f613356 x-compute-request-id: req-b7d74bf6-f7d6-4de1-b96f-5c861f613356 Content-Length: 0 Content-Type: application/json 2018-11-25 10:55:13,028 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1/action used request id req-b7d74bf6-f7d6-4de1-b96f-5c861f613356 2018-11-25 10:55:13,029 - sdnvpn_test_utils - DEBUG - Waiting for instance 9abb5791-dcf3-4fad-aafe-bec1bd3f12a1 to be deleted 2018-11-25 10:55:13,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:13,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-464f6484-8d6f-4315-a1dd-b1262c1ac3ff x-compute-request-id: req-464f6484-8d6f-4315-a1dd-b1262c1ac3ff Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:34:54", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-11-25T10:52:31.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "9abb5791-dcf3-4fad-aafe-bec1bd3f12a1", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:55:12Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-11-25T10:52:25Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-11-25T10:52:18.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:c2:c7", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-11-25T10:51:53.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:51:54Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-25T10:51:48Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:72:ff", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-11-25T10:51:42.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90a65a2e-a7f1-4233-9cac-8137c5c89e07", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:51:43Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-25T10:51:37Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:55:13,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-464f6484-8d6f-4315-a1dd-b1262c1ac3ff 2018-11-25 10:55:15,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:16,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33110e39-268a-4a54-aefd-f35f29168d13 x-compute-request-id: req-33110e39-268a-4a54-aefd-f35f29168d13 Content-Encoding: gzip Content-Length: 1089 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-11-25T10:52:18.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:c2:c7", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-11-25T10:51:53.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:51:54Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-25T10:51:48Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:72:ff", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-11-25T10:51:42.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90a65a2e-a7f1-4233-9cac-8137c5c89e07", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:51:43Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-25T10:51:37Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:55:16,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-33110e39-268a-4a54-aefd-f35f29168d13 2018-11-25 10:55:18,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" -d '{"forceDelete": null}' 2018-11-25 10:55:18,561 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:55:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8bbccc40-042b-4dd8-a52b-4be24d4a9558 x-compute-request-id: req-8bbccc40-042b-4dd8-a52b-4be24d4a9558 Content-Length: 0 Content-Type: application/json 2018-11-25 10:55:18,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07/action used request id req-8bbccc40-042b-4dd8-a52b-4be24d4a9558 2018-11-25 10:55:18,561 - sdnvpn_test_utils - DEBUG - Waiting for instance 90a65a2e-a7f1-4233-9cac-8137c5c89e07 to be deleted 2018-11-25 10:55:18,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:19,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a2785b7-9898-4660-9ec6-863f5df13304 x-compute-request-id: req-2a2785b7-9898-4660-9ec6-863f5df13304 Content-Encoding: gzip Content-Length: 1100 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-11-25T10:52:18.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:c2:c7", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-11-25T10:51:53.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:51:54Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-25T10:51:48Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:72:ff", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90a65a2e-a7f1-4233-9cac-8137c5c89e07", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-11-25T10:51:42.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90a65a2e-a7f1-4233-9cac-8137c5c89e07", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:55:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-11-25T10:51:37Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:55:19,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-2a2785b7-9898-4660-9ec6-863f5df13304 2018-11-25 10:55:21,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:21,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e4d4d13-b61e-4de3-88af-6c503bab6b52 x-compute-request-id: req-3e4d4d13-b61e-4de3-88af-6c503bab6b52 Content-Encoding: gzip Content-Length: 1012 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-11-25T10:52:18.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:c2:c7", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-11-25T10:51:53.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:51:54Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-25T10:51:48Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:55:21,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-3e4d4d13-b61e-4de3-88af-6c503bab6b52 2018-11-25 10:55:23,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" -d '{"forceDelete": null}' 2018-11-25 10:55:23,896 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:55: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-1ca8d854-7162-45db-a677-c863fff96a3d x-compute-request-id: req-1ca8d854-7162-45db-a677-c863fff96a3d Content-Length: 0 Content-Type: application/json 2018-11-25 10:55:23,896 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95/action used request id req-1ca8d854-7162-45db-a677-c863fff96a3d 2018-11-25 10:55:23,897 - sdnvpn_test_utils - DEBUG - Waiting for instance 10cacaaf-ab3b-4ff4-994a-1dd9d229cd95 to be deleted 2018-11-25 10:55:23,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:24,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55: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-a6c2a96f-1cf1-430e-8877-23cdf6fa24bc x-compute-request-id: req-a6c2a96f-1cf1-430e-8877-23cdf6fa24bc Content-Encoding: gzip Content-Length: 1023 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-11-25T10:52:18.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:c2:c7", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-11-25T10:51:53.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:55:23Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-25T10:51:48Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:55:24,545 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-a6c2a96f-1cf1-430e-8877-23cdf6fa24bc 2018-11-25 10:55:26,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:27,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fcafb48-7396-4eca-89f4-15055cccbdfe x-compute-request-id: req-0fcafb48-7396-4eca-89f4-15055cccbdfe Content-Encoding: gzip Content-Length: 1021 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-11-25T10:52:18.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:c2:c7", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-11-25T10:51:53.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "10cacaaf-ab3b-4ff4-994a-1dd9d229cd95", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:55:25Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-11-25T10:51:48Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:55:27,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-0fcafb48-7396-4eca-89f4-15055cccbdfe 2018-11-25 10:55:29,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:29,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06b6d530-d424-49f3-91ea-3d4617e97647 x-compute-request-id: req-06b6d530-d424-49f3-91ea-3d4617e97647 Content-Encoding: gzip Content-Length: 925 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-11-25T10:52:18.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:52:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:55:29,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-06b6d530-d424-49f3-91ea-3d4617e97647 2018-11-25 10:55:31,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" -d '{"forceDelete": null}' 2018-11-25 10:55:32,064 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10: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 x-openstack-request-id: req-e3fc938e-0b87-4ea5-b2e1-50845440850e x-compute-request-id: req-e3fc938e-0b87-4ea5-b2e1-50845440850e Content-Length: 0 Content-Type: application/json 2018-11-25 10:55:32,064 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602/action used request id req-e3fc938e-0b87-4ea5-b2e1-50845440850e 2018-11-25 10:55:32,064 - sdnvpn_test_utils - DEBUG - Waiting for instance e947a914-200c-4c73-8eb1-b4266b458602 to be deleted 2018-11-25 10:55:32,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:32,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10: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-7cc70932-0110-48f3-90f3-dd618eeaaf50 x-compute-request-id: req-7cc70932-0110-48f3-90f3-dd618eeaaf50 Content-Encoding: gzip Content-Length: 940 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d1:75", "version": 4, "addr": "10.10.11.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e947a914-200c-4c73-8eb1-b4266b458602", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-11-25T10:52:18.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e947a914-200c-4c73-8eb1-b4266b458602", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T10:55:31Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-11-25T10:52:14Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:55:32,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-7cc70932-0110-48f3-90f3-dd618eeaaf50 2018-11-25 10:55:34,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:35,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-404d5213-9cd3-4cad-8727-ef054e20b57e x-compute-request-id: req-404d5213-9cd3-4cad-8727-ef054e20b57e Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:52:05Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:55:35,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-404d5213-9cd3-4cad-8727-ef054e20b57e 2018-11-25 10:55:37,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" -d '{"forceDelete": null}' 2018-11-25 10:55:37,256 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 10:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-514d4192-c03f-43bc-9474-28b0910bb923 x-compute-request-id: req-514d4192-c03f-43bc-9474-28b0910bb923 Content-Length: 0 Content-Type: application/json 2018-11-25 10:55:37,256 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02/action used request id req-514d4192-c03f-43bc-9474-28b0910bb923 2018-11-25 10:55:37,257 - sdnvpn_test_utils - DEBUG - Waiting for instance 6a04f441-a039-4565-a86d-c0fc4178dc02 to be deleted 2018-11-25 10:55:37,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:37,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30ff3431-55c6-456b-b64d-59b7df222d8e x-compute-request-id: req-30ff3431-55c6-456b-b64d-59b7df222d8e Content-Encoding: gzip Content-Length: 798 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:e0", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6a04f441-a039-4565-a86d-c0fc4178dc02", "rel": "bookmark"}], "image": {"id": "e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "links": [{"href": "http://172.30.9.23:8774/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-11-25T10:52:04.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "6a04f441-a039-4565-a86d-c0fc4178dc02", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T10:55:37Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-11-25T10:52:01Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 10:55:37,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-30ff3431-55c6-456b-b64d-59b7df222d8e 2018-11-25 10:55:39,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfedaab913c7dacb611eb1b963c89d3b7eb43604" 2018-11-25 10:55:39,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dab6de9b-4315-4988-bc91-7aa30206c584 x-compute-request-id: req-dab6de9b-4315-4988-bc91-7aa30206c584 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 10:55:39,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-dab6de9b-4315-4988-bc91-7aa30206c584 2018-11-25 10:55:41,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}47dd057a4ec4e60cc42a95308ddf3cd0a61cc955" 2018-11-25 10:55:43,314 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bed9acea-87a1-4a80-a304-0344a51b7413 Date: Sun, 25 Nov 2018 10:55:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:55:43,315 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e713d39a-bfd1-4e05-8f37-f8151b3dd5ac used request id req-bed9acea-87a1-4a80-a304-0344a51b7413 2018-11-25 10:55:43,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/375c119f-b090-4526-b81c-a02945b1979f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:55:43,846 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6a0cd77-ecbb-4685-8172-476f6574a720 Content-Length: 0 Date: Sun, 25 Nov 2018 10:55:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:55:43,847 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/375c119f-b090-4526-b81c-a02945b1979f used request id req-f6a0cd77-ecbb-4685-8172-476f6574a720 2018-11-25 10:55:43,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/99fe2fe9-f790-4048-b689-e7da3caec038/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"subnet_id": "1f1c179d-1540-4bc4-bc54-7c1232a71bd3"}' 2018-11-25 10:55:45,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c43df8f9-f9ae-4047-94c2-5b3121545c43 Date: Sun, 25 Nov 2018 10:55:45 GMT RESP BODY: {"network_id": "0cc6ea3e-fc37-4bb3-8d89-b75b48544569", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "1f1c179d-1540-4bc4-bc54-7c1232a71bd3", "subnet_ids": ["1f1c179d-1540-4bc4-bc54-7c1232a71bd3"], "port_id": "033eddf6-cd8a-46dd-bd26-757c4bb1c186", "id": "99fe2fe9-f790-4048-b689-e7da3caec038"} 2018-11-25 10:55:45,141 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/99fe2fe9-f790-4048-b689-e7da3caec038/remove_router_interface used request id req-c43df8f9-f9ae-4047-94c2-5b3121545c43 2018-11-25 10:55:45,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/99fe2fe9-f790-4048-b689-e7da3caec038 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 10:55:46,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-eed6cf95-5a22-4dde-be8a-385043e570d1 Date: Sun, 25 Nov 2018 10:55:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:51:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T10:55:45Z", "revision_number": 7, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "99fe2fe9-f790-4048-b689-e7da3caec038", "name": "sdnvpn-4-1-router"}} 2018-11-25 10:55:46,179 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/99fe2fe9-f790-4048-b689-e7da3caec038 used request id req-eed6cf95-5a22-4dde-be8a-385043e570d1 2018-11-25 10:55:46,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/1f1c179d-1540-4bc4-bc54-7c1232a71bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:55:48,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1338627f-3f25-441d-91f4-985bc888e7c0 Date: Sun, 25 Nov 2018 10:55:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:55:48,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1f1c179d-1540-4bc4-bc54-7c1232a71bd3 used request id req-1338627f-3f25-441d-91f4-985bc888e7c0 2018-11-25 10:55:48,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/f00d19b3-b83a-465c-a288-0e8001d68946 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:55:50,454 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2595aef0-3873-40de-861b-ec9511fd7752 Date: Sun, 25 Nov 2018 10:55:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:55:50,455 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f00d19b3-b83a-465c-a288-0e8001d68946 used request id req-2595aef0-3873-40de-861b-ec9511fd7752 2018-11-25 10:55:50,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/99fe2fe9-f790-4048-b689-e7da3caec038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:55:50,942 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f79f2b68-7327-4788-bac2-e140e4233528 Content-Length: 0 Date: Sun, 25 Nov 2018 10:55:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:55:50,942 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/99fe2fe9-f790-4048-b689-e7da3caec038 used request id req-f79f2b68-7327-4788-bac2-e140e4233528 2018-11-25 10:55:50,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/0cc6ea3e-fc37-4bb3-8d89-b75b48544569 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:55:51,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b6f48258-e255-4f9b-8392-d0e7b53b85ec Date: Sun, 25 Nov 2018 10:55:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:55:51,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0cc6ea3e-fc37-4bb3-8d89-b75b48544569 used request id req-b6f48258-e255-4f9b-8392-d0e7b53b85ec 2018-11-25 10:55:51,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/29fbc269-a8d7-43b7-b183-b46f69fdd42a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d4cff9d5a18b5dad67b74e06ebb5fcfc745e74" 2018-11-25 10:55:52,325 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f3f2cd2-a1ff-49e7-af0c-4abe7cd0eb12 Date: Sun, 25 Nov 2018 10:55:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 10:55:52,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/29fbc269-a8d7-43b7-b183-b46f69fdd42a used request id req-7f3f2cd2-a1ff-49e7-af0c-4abe7cd0eb12 2018-11-25 10:55:52,326 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | FAIL | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ +========================================================================================+ 2018-11-25 10:55:52,326 - sdnvpn-results - INFO - One or more subtests have failed. 2018-11-25 10:55:52,327 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-11-25 10:55:52,327 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association': {'status': 'FAIL', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'FAIL'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'FAIL'}]} 2018-11-25 10:55:52,328 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-11-25 10:55:52,328 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-11-25 10:55:52,328 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-11-25 10:55:52,514 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-11-25 10:55:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:55:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:55:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:55:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:55:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:55:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:55:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:55:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:55:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:55:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:55:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:55:52,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:55:52,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a7ce75-a5d4-4ff7-94bd-0cccbbd327f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:55:52,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-89a7ce75-a5d4-4ff7-94bd-0cccbbd327f1 2018-11-25 10:55:52,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:55:52,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T11:55:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["NCQiDiUaQJiW_ZYqr0jmFg"], "issued_at": "2018-11-25T10:55:52.000000Z"}} 2018-11-25 10:55:52,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 10:55:52,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:53,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d54667b1-4178-4a70-a3a6-986da54c7886 Date: Sun, 25 Nov 2018 10:55:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 10:55:53,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d54667b1-4178-4a70-a3a6-986da54c7886 2018-11-25 10:55:53,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.228327035904s 2018-11-25 10:55:53,142 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d54667b1-4178-4a70-a3a6-986da54c7886 2018-11-25 10:55:53,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 10:55:53,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:53,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 10:55:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 10:55:53,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:53,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-983593c2-67de-4664-a576-945ec923a1af Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 10:55:53,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-983593c2-67de-4664-a576-945ec923a1af 2018-11-25 10:55:53,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0894370079041s 2018-11-25 10:55:53,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 10:55:53,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" -d '{"project": {"description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "enabled": true, "domain_id": "default", "name": "bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0"}}' 2018-11-25 10:55:53,338 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 10:55:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65af725a-df10-45c7-a89f-b972349a06c1 Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1"}, "enabled": true, "id": "35221469e7374151bbe37c4ac4cb5ac1", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0"}} 2018-11-25 10:55:53,338 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-65af725a-df10-45c7-a89f-b972349a06c1 2018-11-25 10:55:53,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.103814840317s 2018-11-25 10:55:53,339 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-65af725a-df10-45c7-a89f-b972349a06c1 2018-11-25 10:55:53,339 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'id': u'35221469e7374151bbe37c4ac4cb5ac1', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 10:55:53,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 10:55:53,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.364043951035s 2018-11-25 10:55:53,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:53,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91f169e5-d436-42e0-a8c6-9a9beedd66a0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd"}, "enabled": true, "id": "9b8272b9f23b4da68362aafeb1bd78dd", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0"}} 2018-11-25 10:55:53,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd used request id req-91f169e5-d436-42e0-a8c6-9a9beedd66a0 2018-11-25 10:55:53,795 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9b8272b9f23b4da68362aafeb1bd78dd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0'}) 2018-11-25 10:55:53,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 10:55:53,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:53,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9422570c-7e01-40c0-a83b-8ab9620a0e51 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 10:55:53,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9422570c-7e01-40c0-a83b-8ab9620a0e51 2018-11-25 10:55:53,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0851099491119s 2018-11-25 10:55:53,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 10:55:53,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:53,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d22808cb-c53f-458c-be00-9202f212c8c8 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 10:55:53,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d22808cb-c53f-458c-be00-9202f212c8c8 2018-11-25 10:55:53,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0801701545715s 2018-11-25 10:55:53,963 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 10:55:53,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 10:55:53,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" -d '{"role": {"name": "Member"}}' 2018-11-25 10:55:54,069 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 10:55:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a83d0b9-65e7-4da0-a310-1d69c6318fe8 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6930393fcdf24ce8b00564edede5213b", "links": {"self": "http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b"}, "name": "Member"}} 2018-11-25 10:55:54,069 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-4a83d0b9-65e7-4da0-a310-1d69c6318fe8 2018-11-25 10:55:54,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10569691658s 2018-11-25 10:55:54,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:54,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5314a71-8338-4e76-af38-4d76054937af Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b"}, "domain_id": null, "name": "Member", "id": "6930393fcdf24ce8b00564edede5213b"}} 2018-11-25 10:55:54,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b used request id req-a5314a71-8338-4e76-af38-4d76054937af 2018-11-25 10:55:54,151 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b'}, 'domain_id': None, 'human_id': None, 'id': u'6930393fcdf24ce8b00564edede5213b', 'HUMAN_ID': False}) 2018-11-25 10:55:54,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 10:55:54,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:54,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba53d656-ce9a-4277-8e07-137283f4aeac Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "6930393fcdf24ce8b00564edede5213b", "links": {"self": "http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 10:55:54,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ba53d656-ce9a-4277-8e07-137283f4aeac 2018-11-25 10:55:54,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0853588581085s 2018-11-25 10:55:54,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 10:55:54,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:54,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e4d1f01-d0ff-4bfa-9a83-c3686415e4de Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 10:55:54,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-5e4d1f01-d0ff-4bfa-9a83-c3686415e4de 2018-11-25 10:55:54,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0819160938263s 2018-11-25 10:55:54,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 10:55:54,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:54,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aeb58a3-83bf-4223-a6fb-4c5d5369ba50 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "links": {"self": "http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd"}, "domain_id": "default", "enabled": true, "id": "9b8272b9f23b4da68362aafeb1bd78dd", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 10:55:54,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8aeb58a3-83bf-4223-a6fb-4c5d5369ba50 2018-11-25 10:55:54,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0995669364929s 2018-11-25 10:55:54,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8aeb58a3-83bf-4223-a6fb-4c5d5369ba50 2018-11-25 10:55:54,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 10:55:54,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:54,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02a95baf-153d-47b2-8a78-1f8d6f784399 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1"}, "enabled": true, "id": "35221469e7374151bbe37c4ac4cb5ac1", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 10:55:54,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-02a95baf-153d-47b2-8a78-1f8d6f784399 2018-11-25 10:55:54,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0827310085297s 2018-11-25 10:55:54,510 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-02a95baf-153d-47b2-8a78-1f8d6f784399 2018-11-25 10:55:54,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 10:55:54,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=9b8272b9f23b4da68362aafeb1bd78dd&scope.project.id=35221469e7374151bbe37c4ac4cb5ac1&role.id=6930393fcdf24ce8b00564edede5213b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:54,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d8be801-a5dc-4947-acba-ba89ba42a821 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=9b8272b9f23b4da68362aafeb1bd78dd&scope.project.id=35221469e7374151bbe37c4ac4cb5ac1&role.id=6930393fcdf24ce8b00564edede5213b", "previous": null, "next": null}} 2018-11-25 10:55:54,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=9b8272b9f23b4da68362aafeb1bd78dd&scope.project.id=35221469e7374151bbe37c4ac4cb5ac1&role.id=6930393fcdf24ce8b00564edede5213b used request id req-1d8be801-a5dc-4947-acba-ba89ba42a821 2018-11-25 10:55:54,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0798759460449s 2018-11-25 10:55:54,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 10:55:54,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1/users/9b8272b9f23b4da68362aafeb1bd78dd/roles/6930393fcdf24ce8b00564edede5213b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:54,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62b2e004-73fb-4bf5-adee-c9f99ebff8f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 10:55:54,724 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1/users/9b8272b9f23b4da68362aafeb1bd78dd/roles/6930393fcdf24ce8b00564edede5213b used request id req-62b2e004-73fb-4bf5-adee-c9f99ebff8f1 2018-11-25 10:55:54,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.131018877029s 2018-11-25 10:55:54,725 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '2a644900-e7a4-421a-82d7-0b909b99d36a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'project_id': u'35221469e7374151bbe37c4ac4cb5ac1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 10:55:54,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 10:55:54,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 10:55:54,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 10:55:54,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 10:55:54,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 10:55:54,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 10:55:54,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 10:55:54,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 10:55:54,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 10:55:54,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 10:55:54,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 10:55:54,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 10:55:54,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 10:55:54,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 10:55:54,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 10:55:54,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 10:55:54,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 10:55:54,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 10:55:54,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 10:55:54,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 10:55:54,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 10:55:54,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 10:55:54,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 10:55:54,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 10:55:54,730 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'password': '2a644900-e7a4-421a-82d7-0b909b99d36a', 'project_name': 'bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '35221469e7374151bbe37c4ac4cb5ac1', 'project_domain_name': 'Default'} 2018-11-25 10:55:54,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 10:55:54,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:54,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bec324b6-54d6-49e0-b83f-e53be3bf775f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "6930393fcdf24ce8b00564edede5213b", "links": {"self": "http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 10:55:54,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bec324b6-54d6-49e0-b83f-e53be3bf775f 2018-11-25 10:55:54,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832741260529s 2018-11-25 10:55:54,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 10:55:54,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:54,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d36179-38fa-4e32-abff-d5360f5df7db Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "6930393fcdf24ce8b00564edede5213b", "links": {"self": "http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 10:55:54,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-96d36179-38fa-4e32-abff-d5360f5df7db 2018-11-25 10:55:54,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080060005188s 2018-11-25 10:55:54,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 10:55:54,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:54,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16e3747-282f-4d4d-bc1d-4a7a65b18414 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 10:55:54,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e16e3747-282f-4d4d-bc1d-4a7a65b18414 2018-11-25 10:55:54,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0799460411072s 2018-11-25 10:55:54,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 10:55:54,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:55,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efbcb277-c43e-494f-9555-572cedb6d5fa Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "links": {"self": "http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd"}, "domain_id": "default", "enabled": true, "id": "9b8272b9f23b4da68362aafeb1bd78dd", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 10:55:55,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-efbcb277-c43e-494f-9555-572cedb6d5fa 2018-11-25 10:55:55,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0976748466492s 2018-11-25 10:55:55,076 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-efbcb277-c43e-494f-9555-572cedb6d5fa 2018-11-25 10:55:55,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 10:55:55,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:55,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a91e1c4c-2765-400d-9bba-c4f767a0ce0b Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1"}, "enabled": true, "id": "35221469e7374151bbe37c4ac4cb5ac1", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 10:55:55,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-a91e1c4c-2765-400d-9bba-c4f767a0ce0b 2018-11-25 10:55:55,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0744440555573s 2018-11-25 10:55:55,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-a91e1c4c-2765-400d-9bba-c4f767a0ce0b 2018-11-25 10:55:55,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 10:55:55,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=9b8272b9f23b4da68362aafeb1bd78dd&scope.project.id=35221469e7374151bbe37c4ac4cb5ac1&role.id=27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:55,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee04222-5983-4b90-ab84-945edec228c3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=9b8272b9f23b4da68362aafeb1bd78dd&scope.project.id=35221469e7374151bbe37c4ac4cb5ac1&role.id=27bda056e6a9493f8b3efd13960b080f", "previous": null, "next": null}} 2018-11-25 10:55:55,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=9b8272b9f23b4da68362aafeb1bd78dd&scope.project.id=35221469e7374151bbe37c4ac4cb5ac1&role.id=27bda056e6a9493f8b3efd13960b080f used request id req-2ee04222-5983-4b90-ab84-945edec228c3 2018-11-25 10:55:55,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0825819969177s 2018-11-25 10:55:55,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 10:55:55,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1/users/9b8272b9f23b4da68362aafeb1bd78dd/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:55,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 10:55:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aed33b49-a658-4e99-95ef-e517d3f62a88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 10:55:55,358 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1/users/9b8272b9f23b4da68362aafeb1bd78dd/roles/27bda056e6a9493f8b3efd13960b080f used request id req-aed33b49-a658-4e99-95ef-e517d3f62a88 2018-11-25 10:55:55,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118690013885s 2018-11-25 10:55:55,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 10:55:55,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:55,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-801ca558-8143-41d2-8848-2bd0493db4a6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "6930393fcdf24ce8b00564edede5213b", "links": {"self": "http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 10:55:55,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-801ca558-8143-41d2-8848-2bd0493db4a6 2018-11-25 10:55:55,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0727710723877s 2018-11-25 10:55:55,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 10:55:55,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:55,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3115352-6514-4dce-89ed-813ad0ed37c9 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 10:55:55,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a3115352-6514-4dce-89ed-813ad0ed37c9 2018-11-25 10:55:55,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0864109992981s 2018-11-25 10:55:55,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 10:55:55,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:55,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9de9ce77-eb73-4d55-8b07-86e02c3b1529 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "links": {"self": "http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd"}, "domain_id": "default", "enabled": true, "id": "9b8272b9f23b4da68362aafeb1bd78dd", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 10:55:55,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9de9ce77-eb73-4d55-8b07-86e02c3b1529 2018-11-25 10:55:55,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0980310440063s 2018-11-25 10:55:55,619 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9de9ce77-eb73-4d55-8b07-86e02c3b1529 2018-11-25 10:55:55,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 10:55:55,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=9b8272b9f23b4da68362aafeb1bd78dd&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:55,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5276390c-8903-4bd2-8803-8c5cd11d6f6d Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=9b8272b9f23b4da68362aafeb1bd78dd&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default", "previous": null, "next": null}} 2018-11-25 10:55:55,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=9b8272b9f23b4da68362aafeb1bd78dd&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default used request id req-5276390c-8903-4bd2-8803-8c5cd11d6f6d 2018-11-25 10:55:55,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0782561302185s 2018-11-25 10:55:55,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 10:55:55,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/9b8272b9f23b4da68362aafeb1bd78dd/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 10:55:55,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 10:55:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f2104f0-ae59-47da-92b5-d51400f7edb5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 10:55:55,966 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/9b8272b9f23b4da68362aafeb1bd78dd/roles/27bda056e6a9493f8b3efd13960b080f used request id req-0f2104f0-ae59-47da-92b5-d51400f7edb5 2018-11-25 10:55:55,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.262223958969s 2018-11-25 10:55:55,966 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 10:56:04,985 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 10:56:04.745 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=97c94f89-8660-4566-b220-7b24e33bf7f7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 97c94f89-8660-4566-b220-7b24e33bf7f7 | 2018-11-25T10:56:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 97c94f89-8660-4566-b220-7b24e33bf7f7 ~/.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-11-25 10:56:08,292 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2018-11-25 10:56:08,293 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 10:56:14,508 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 10:56:12.489 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 10:56:12.624 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 10:56:14.312 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=223a36d7-48d5-4b98-9169-b7524e9906f7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=223a36d7-48d5-4b98-9169-b7524e9906f7) as the default verifier for the future CLI operations. 2018-11-25 10:56:17,461 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 10:56:17,604 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-25 10:56:17,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 10:56:17,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:56:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a9c15c7-850c-43f2-9edf-330e9d11bcd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 10:56:17,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1a9c15c7-850c-43f2-9edf-330e9d11bcd4 2018-11-25 10:56:17,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 10:56:18,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "6930393fcdf24ce8b00564edede5213b", "name": "Member"}], "expires_at": "2018-11-25T11:56:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "35221469e7374151bbe37c4ac4cb5ac1", "name": "bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/35221469e7374151bbe37c4ac4cb5ac1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/35221469e7374151bbe37c4ac4cb5ac1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/35221469e7374151bbe37c4ac4cb5ac1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/35221469e7374151bbe37c4ac4cb5ac1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/35221469e7374151bbe37c4ac4cb5ac1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/35221469e7374151bbe37c4ac4cb5ac1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/35221469e7374151bbe37c4ac4cb5ac1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/35221469e7374151bbe37c4ac4cb5ac1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/35221469e7374151bbe37c4ac4cb5ac1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/35221469e7374151bbe37c4ac4cb5ac1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/35221469e7374151bbe37c4ac4cb5ac1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/35221469e7374151bbe37c4ac4cb5ac1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "id": "9b8272b9f23b4da68362aafeb1bd78dd"}, "audit_ids": ["dJZ_TxLqSWmsJaqbotV8DA"], "issued_at": "2018-11-25T10:56:18.000000Z"}} 2018-11-25 10:56:18,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 10:56:18,017 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 25 Nov 2018 10:56:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-11-25 10:56:18,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 10:56:18,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 10:56:18,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d4b56256-2d10-4bde-99bd-02b56c15d930 Date: Sun, 25 Nov 2018 10:56:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 10:56:18,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d4b56256-2d10-4bde-99bd-02b56c15d930 2018-11-25 10:56:18,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.575215101242s 2018-11-25 10:56:18,598 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d4b56256-2d10-4bde-99bd-02b56c15d930 2018-11-25 10:56:18,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 10:56:18,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0"}' 2018-11-25 10:56:18,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9 X-Openstack-Request-Id: req-b1ab0625-2265-4340-acb3-22bcd88f3bd9 Date: Sun, 25 Nov 2018 10:56:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/file", "owner": "35221469e7374151bbe37c4ac4cb5ac1", "id": "334e9a01-0dfc-46c7-8f7a-2b46db87c7f9", "size": null, "self": "/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T10:56:18Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "checksum": null, "created_at": "2018-11-25T10:56:18Z", "protected": false} 2018-11-25 10:56:18,817 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b1ab0625-2265-4340-acb3-22bcd88f3bd9 2018-11-25 10:56:18,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.217031955719s 2018-11-25 10:56:18,818 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b1ab0625-2265-4340-acb3-22bcd88f3bd9 returning object 334e9a01-0dfc-46c7-8f7a-2b46db87c7f9 2018-11-25 10:56:18,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 10:56:18,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" -d '' 2018-11-25 10:56:19,879 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97e8de55-0447-48c4-8287-1332ed59a23b Date: Sun, 25 Nov 2018 10:56:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:56:19,880 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/file used request id req-97e8de55-0447-48c4-8287-1332ed59a23b 2018-11-25 10:56:19,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.0612180233s 2018-11-25 10:56:19,880 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/file used request id req-97e8de55-0447-48c4-8287-1332ed59a23b 2018-11-25 10:56:19,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 10:56:19,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 10:56:20,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-90a6444b-8f74-4fd9-9473-770b237a8130 Date: Sun, 25 Nov 2018 10:56:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap", "metadata": {}}], "file": "/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/file", "owner": "35221469e7374151bbe37c4ac4cb5ac1", "id": "334e9a01-0dfc-46c7-8f7a-2b46db87c7f9", "size": 12716032, "self": "/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T10:56:19Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T10:56:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 10:56:20,051 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-90a6444b-8f74-4fd9-9473-770b237a8130 2018-11-25 10:56:20,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169777154922s 2018-11-25 10:56:20,051 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-90a6444b-8f74-4fd9-9473-770b237a8130 2018-11-25 10:56:20,054 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/file', 'owner': u'35221469e7374151bbe37c4ac4cb5ac1', 'id': u'334e9a01-0dfc-46c7-8f7a-2b46db87c7f9', 'size': 12716032, u'self': u'/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35221469e7374151bbe37c4ac4cb5ac1', 'name': 'bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T10:56:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T10:56:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'created': u'2018-11-25T10:56:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T10:56:18Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 10:56:20,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 10:56:20,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "bgpvpn-tempest-tests-flavor_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 10:56:20,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:56:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98f4ba7b-6496-4544-92d2-5718b3638447 x-compute-request-id: req-98f4ba7b-6496-4544-92d2-5718b3638447 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d93264dd-3b90-4373-8c11-225992412559", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d93264dd-3b90-4373-8c11-225992412559", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d93264dd-3b90-4373-8c11-225992412559", "name": "bgpvpn-tempest-tests-flavor_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:56:20,248 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-98f4ba7b-6496-4544-92d2-5718b3638447 2018-11-25 10:56:20,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.192253112793s 2018-11-25 10:56:20,248 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-98f4ba7b-6496-4544-92d2-5718b3638447 returning object d93264dd-3b90-4373-8c11-225992412559 2018-11-25 10:56:20,249 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'd93264dd-3b90-4373-8c11-225992412559', 'swap': 0}) 2018-11-25 10:56:20,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 10:56:20,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/d93264dd-3b90-4373-8c11-225992412559/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" -d '{"extra_specs": {}}' 2018-11-25 10:56:20,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:56:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02f4b4c5-6d6c-4a15-8fc8-e1198c26e203 x-compute-request-id: req-02f4b4c5-6d6c-4a15-8fc8-e1198c26e203 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 10:56:20,274 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/d93264dd-3b90-4373-8c11-225992412559/os-extra_specs used request id req-02f4b4c5-6d6c-4a15-8fc8-e1198c26e203 2018-11-25 10:56:20,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0238289833069s 2018-11-25 10:56:20,274 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/d93264dd-3b90-4373-8c11-225992412559/os-extra_specs used request id req-02f4b4c5-6d6c-4a15-8fc8-e1198c26e203 2018-11-25 10:56:20,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 10:56:20,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 10:56:20,287 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 10:56:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 10:56:20,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 10:56:20,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:56:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e94bcf-7da4-4daa-8c37-ada7733e55df Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "6930393fcdf24ce8b00564edede5213b", "links": {"self": "http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 10:56:20,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-93e94bcf-7da4-4daa-8c37-ada7733e55df 2018-11-25 10:56:20,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0917921066284s 2018-11-25 10:56:20,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-25 10:56:20,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 10:56:20,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:56:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c5ebbec-ca41-40b1-8da1-2c30839a5374 x-compute-request-id: req-6c5ebbec-ca41-40b1-8da1-2c30839a5374 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 10:56:20,563 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-6c5ebbec-ca41-40b1-8da1-2c30839a5374 2018-11-25 10:56:20,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.190963983536s 2018-11-25 10:56:20,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-6c5ebbec-ca41-40b1-8da1-2c30839a5374 2018-11-25 10:56:20,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 10:56:20,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 10:56:20,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-4f53736d-3797-4e74-ad04-d9fce666478e Date: Sun, 25 Nov 2018 10:56:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap", "metadata": {}}], "file": "/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/file", "owner": "35221469e7374151bbe37c4ac4cb5ac1", "id": "334e9a01-0dfc-46c7-8f7a-2b46db87c7f9", "size": 12716032, "self": "/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T10:56:19Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T10:56:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 10:56:20,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4f53736d-3797-4e74-ad04-d9fce666478e 2018-11-25 10:56:20,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0209338665009s 2018-11-25 10:56:20,586 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4f53736d-3797-4e74-ad04-d9fce666478e 2018-11-25 10:56:20,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 10:56:20,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0"}' 2018-11-25 10:56:21,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3 X-Openstack-Request-Id: req-c8a9cc84-4868-4a89-a9ba-b184c28afe19 Date: Sun, 25 Nov 2018 10:56:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/file", "owner": "35221469e7374151bbe37c4ac4cb5ac1", "id": "ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3", "size": null, "self": "/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T10:56:21Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "checksum": null, "created_at": "2018-11-25T10:56:21Z", "protected": false} 2018-11-25 10:56:21,187 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c8a9cc84-4868-4a89-a9ba-b184c28afe19 2018-11-25 10:56:21,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.598236083984s 2018-11-25 10:56:21,188 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c8a9cc84-4868-4a89-a9ba-b184c28afe19 returning object ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3 2018-11-25 10:56:21,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 10:56:21,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" -d '' 2018-11-25 10:56:22,130 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8940ef2d-d097-48ac-a0ec-84039f741a3b Date: Sun, 25 Nov 2018 10:56:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 10:56:22,130 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/file used request id req-8940ef2d-d097-48ac-a0ec-84039f741a3b 2018-11-25 10:56:22,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.941613912582s 2018-11-25 10:56:22,130 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/file used request id req-8940ef2d-d097-48ac-a0ec-84039f741a3b 2018-11-25 10:56:22,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 10:56:22,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 10:56:22,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-0442aa95-3d0b-4b95-9e12-2640973a355f Date: Sun, 25 Nov 2018 10:56:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/snap", "metadata": {}}], "file": "/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/file", "owner": "35221469e7374151bbe37c4ac4cb5ac1", "id": "ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3", "size": 12716032, "self": "/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T10:56:22Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T10:56:21Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap", "metadata": {}}], "file": "/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/file", "owner": "35221469e7374151bbe37c4ac4cb5ac1", "id": "334e9a01-0dfc-46c7-8f7a-2b46db87c7f9", "size": 12716032, "self": "/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T10:56:19Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T10:56:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 10:56:22,307 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0442aa95-3d0b-4b95-9e12-2640973a355f 2018-11-25 10:56:22,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17574095726s 2018-11-25 10:56:22,307 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0442aa95-3d0b-4b95-9e12-2640973a355f 2018-11-25 10:56:22,311 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/file', 'owner': u'35221469e7374151bbe37c4ac4cb5ac1', 'id': u'ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3', 'size': 12716032, u'self': u'/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35221469e7374151bbe37c4ac4cb5ac1', 'name': 'bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T10:56:22Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T10:56:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'created': u'2018-11-25T10:56:21Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T10:56:21Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 10:56:22,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 10:56:22,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "bgpvpn-tempest-tests-flavor_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 10:56:22,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:56:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7f96e2b-b260-4d5c-9649-956d9b9a576b x-compute-request-id: req-e7f96e2b-b260-4d5c-9649-956d9b9a576b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7940d0ef-d80f-448c-b02e-b110d7948ef3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7940d0ef-d80f-448c-b02e-b110d7948ef3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7940d0ef-d80f-448c-b02e-b110d7948ef3", "name": "bgpvpn-tempest-tests-flavor_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 10:56:22,373 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e7f96e2b-b260-4d5c-9649-956d9b9a576b 2018-11-25 10:56:22,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0613930225372s 2018-11-25 10:56:22,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e7f96e2b-b260-4d5c-9649-956d9b9a576b returning object 7940d0ef-d80f-448c-b02e-b110d7948ef3 2018-11-25 10:56:22,374 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'7940d0ef-d80f-448c-b02e-b110d7948ef3', 'swap': 0}) 2018-11-25 10:56:22,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 10:56:22,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/7940d0ef-d80f-448c-b02e-b110d7948ef3/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" -d '{"extra_specs": {}}' 2018-11-25 10:56:22,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 10:56:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-925ad3da-f140-4d0e-8880-a57639a8c3ab x-compute-request-id: req-925ad3da-f140-4d0e-8880-a57639a8c3ab Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 10:56:22,403 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/7940d0ef-d80f-448c-b02e-b110d7948ef3/os-extra_specs used request id req-925ad3da-f140-4d0e-8880-a57639a8c3ab 2018-11-25 10:56:22,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0279929637909s 2018-11-25 10:56:22,403 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/7940d0ef-d80f-448c-b02e-b110d7948ef3/os-extra_specs used request id req-925ad3da-f140-4d0e-8880-a57639a8c3ab 2018-11-25 10:56:22,404 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'7940d0ef-d80f-448c-b02e-b110d7948ef3', 'swap': 0}) 2018-11-25 10:56:25,586 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 10:56:24.543 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=223a36d7-48d5-4b98-9169-b7524e9906f7) for deployment 'opnfv-rally' (UUID=97c94f89-8660-4566-b220-7b24e33bf7f7). 2018-11-25 10:56:25.419 183 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 10:56:25.421 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=223a36d7-48d5-4b98-9169-b7524e9906f7) has been successfully configured for deployment 'opnfv-rally' (UUID=97c94f89-8660-4566-b220-7b24e33bf7f7)! 2018-11-25 10:56:25,586 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-25 10:56:25,586 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-25 10:56:25,590 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-25 10:56:25,612 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-223a36d7-48d5-4b98-9169-b7524e9906f7/for-deployment-97c94f89-8660-4566-b220-7b24e33bf7f7/tempest.conf with bgpvpn=True 2018-11-25 10:56:25,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-25 10:56:28,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-223a36d7-48d5-4b98-9169-b7524e9906f7/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-11-25 10:56:28,633 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-25 10:56:28,658 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-25 10:56:28,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2018-11-25 10:56:30,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 10:56:30.659 192 INFO rally.api [-] Starting verification (UUID=79957f57-7504-4ad7-bf38-d17ef469f396) for deployment 'opnfv-rally' (UUID=97c94f89-8660-4566-b220-7b24e33bf7f7) by verifier 'opnfv-tempest' (UUID=223a36d7-48d5-4b98-9169-b7524e9906f7). 2018-11-25 10:56:30,660 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 79957f57-7504-4ad7-bf38-d17ef469f396 2018-11-25 11:00:42,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 79957f57-7504-4ad7-bf38-d17ef469f396 2018-11-25 11:00:42,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '79957f57-7504-4ad7-bf38-d17ef469f396']'. 2018-11-25 11:00:43,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 11:00:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 11:00:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 11:00:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 79957f57-7504-4ad7-bf38-d17ef469f396 | 2018-11-25 11:00:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-25 11:00:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 10:56:30 | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 11:00:42 | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:12 | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 223a36d7-48d5-4b98-9169-b7524e9906f7) | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 97c94f89-8660-4566-b220-7b24e33bf7f7) | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 243.268 | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 11:00:43,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 11:00:43,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-11-25 11:00:43,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 11:00:43,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 11:00:43,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 11:00:43,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-11-25 11:00:43,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 11:00:43,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 11:00:45,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7f122ec5-d9fe-4fc2-90ce-4e5593ecce47 Date: Sun, 25 Nov 2018 11:00:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:00:45,040 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3 used request id req-7f122ec5-d9fe-4fc2-90ce-4e5593ecce47 2018-11-25 11:00:45,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.05951094627s 2018-11-25 11:00:45,041 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3 used request id req-7f122ec5-d9fe-4fc2-90ce-4e5593ecce47 2018-11-25 11:00:45,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 11:00:45,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:45,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00: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-cd8f5e19-603c-4ae2-99be-44caf11dc942 x-compute-request-id: req-cd8f5e19-603c-4ae2-99be-44caf11dc942 Content-Encoding: gzip Content-Length: 419 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7940d0ef-d80f-448c-b02e-b110d7948ef3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7940d0ef-d80f-448c-b02e-b110d7948ef3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7940d0ef-d80f-448c-b02e-b110d7948ef3", "name": "bgpvpn-tempest-tests-flavor_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d93264dd-3b90-4373-8c11-225992412559", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d93264dd-3b90-4373-8c11-225992412559", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d93264dd-3b90-4373-8c11-225992412559", "name": "bgpvpn-tempest-tests-flavor_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 11:00:45,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-cd8f5e19-603c-4ae2-99be-44caf11dc942 2018-11-25 11:00:45,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0405540466309s 2018-11-25 11:00:45,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-cd8f5e19-603c-4ae2-99be-44caf11dc942 2018-11-25 11:00:45,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 11:00:45,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/7940d0ef-d80f-448c-b02e-b110d7948ef3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:45,132 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:00: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-1fd8d892-8458-4d34-9666-efb6d828e918 x-compute-request-id: req-1fd8d892-8458-4d34-9666-efb6d828e918 Content-Length: 0 Content-Type: application/json 2018-11-25 11:00:45,132 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7940d0ef-d80f-448c-b02e-b110d7948ef3 used request id req-1fd8d892-8458-4d34-9666-efb6d828e918 2018-11-25 11:00:45,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0475089550018s 2018-11-25 11:00:45,133 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7940d0ef-d80f-448c-b02e-b110d7948ef3 used request id req-1fd8d892-8458-4d34-9666-efb6d828e918 2018-11-25 11:00:45,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 11:00:45,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 11:00:45,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-3fb71473-bfe3-43d9-82d0-6802a2415388 Date: Sun, 25 Nov 2018 11:00:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap", "metadata": {}}], "file": "/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/file", "owner": "35221469e7374151bbe37c4ac4cb5ac1", "id": "334e9a01-0dfc-46c7-8f7a-2b46db87c7f9", "size": 12716032, "self": "/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T10:56:19Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T10:56:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 11:00:45,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3fb71473-bfe3-43d9-82d0-6802a2415388 2018-11-25 11:00:45,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.15842294693s 2018-11-25 11:00:45,292 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3fb71473-bfe3-43d9-82d0-6802a2415388 2018-11-25 11:00:45,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 11:00:45,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d36ba6c6068a86e1581ec96b9056ba708ad3cb93" 2018-11-25 11:00:46,254 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-077ae4c6-5a66-45d5-8c89-5264ecb9d235 Date: Sun, 25 Nov 2018 11:00:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:00:46,254 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9 used request id req-077ae4c6-5a66-45d5-8c89-5264ecb9d235 2018-11-25 11:00:46,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.960410118103s 2018-11-25 11:00:46,255 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9 used request id req-077ae4c6-5a66-45d5-8c89-5264ecb9d235 2018-11-25 11:00:46,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 11:00:46,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:46,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00: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-ce57feb4-5b16-4134-a006-dc5b9e1a770c x-compute-request-id: req-ce57feb4-5b16-4134-a006-dc5b9e1a770c Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d93264dd-3b90-4373-8c11-225992412559", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d93264dd-3b90-4373-8c11-225992412559", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d93264dd-3b90-4373-8c11-225992412559", "name": "bgpvpn-tempest-tests-flavor_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 11:00:46,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ce57feb4-5b16-4134-a006-dc5b9e1a770c 2018-11-25 11:00:46,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0318460464478s 2018-11-25 11:00:46,288 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ce57feb4-5b16-4134-a006-dc5b9e1a770c 2018-11-25 11:00:46,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 11:00:46,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/d93264dd-3b90-4373-8c11-225992412559 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:46,327 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:00:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d03b2a70-0269-4f30-b348-dc4c03b31108 x-compute-request-id: req-d03b2a70-0269-4f30-b348-dc4c03b31108 Content-Length: 0 Content-Type: application/json 2018-11-25 11:00:46,327 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d93264dd-3b90-4373-8c11-225992412559 used request id req-d03b2a70-0269-4f30-b348-dc4c03b31108 2018-11-25 11:00:46,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.037477016449s 2018-11-25 11:00:46,328 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d93264dd-3b90-4373-8c11-225992412559 used request id req-d03b2a70-0269-4f30-b348-dc4c03b31108 2018-11-25 11:00:46,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 11:00:46,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:46,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc31bec3-7abf-48a3-af27-e8cefd07d350 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0", "links": {"self": "http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd"}, "domain_id": "default", "enabled": true, "id": "9b8272b9f23b4da68362aafeb1bd78dd", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 11:00:46,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dc31bec3-7abf-48a3-af27-e8cefd07d350 2018-11-25 11:00:46,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105063915253s 2018-11-25 11:00:46,434 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dc31bec3-7abf-48a3-af27-e8cefd07d350 2018-11-25 11:00:46,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 11:00:46,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:46,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f64bfcfa-257d-4b79-b80d-469c6abf52cd Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd"}, "enabled": true, "id": "9b8272b9f23b4da68362aafeb1bd78dd", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0"}} 2018-11-25 11:00:46,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd used request id req-f64bfcfa-257d-4b79-b80d-469c6abf52cd 2018-11-25 11:00:46,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0891029834747s 2018-11-25 11:00:46,530 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd used request id req-f64bfcfa-257d-4b79-b80d-469c6abf52cd 2018-11-25 11:00:46,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 11:00:46,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:46,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 11:00:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dad9bbe8-01b4-4ed4-b18d-49cddeff379d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 11:00:46,714 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd used request id req-dad9bbe8-01b4-4ed4-b18d-49cddeff379d 2018-11-25 11:00:46,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.183563947678s 2018-11-25 11:00:46,714 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/9b8272b9f23b4da68362aafeb1bd78dd used request id req-dad9bbe8-01b4-4ed4-b18d-49cddeff379d 2018-11-25 11:00:46,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 11:00:46,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:46,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1689184-db21-4694-b50f-1c0de80b996b Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1"}, "enabled": true, "id": "35221469e7374151bbe37c4ac4cb5ac1", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 11:00:46,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-d1689184-db21-4694-b50f-1c0de80b996b 2018-11-25 11:00:46,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.087503194809s 2018-11-25 11:00:46,803 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-d1689184-db21-4694-b50f-1c0de80b996b 2018-11-25 11:00:46,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 11:00:46,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:46,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 11:00:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da707b32-7542-4083-bf6e-b62a51f043a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 11:00:46,951 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1 used request id req-da707b32-7542-4083-bf6e-b62a51f043a9 2018-11-25 11:00:46,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.146182060242s 2018-11-25 11:00:46,951 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/35221469e7374151bbe37c4ac4cb5ac1 used request id req-da707b32-7542-4083-bf6e-b62a51f043a9 2018-11-25 11:00:46,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 11:00:46,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:47,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10155529-e0b5-4e92-b87c-21bb0e38baff Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "6930393fcdf24ce8b00564edede5213b", "links": {"self": "http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b"}, "name": "Member"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 11:00:47,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-10155529-e0b5-4e92-b87c-21bb0e38baff 2018-11-25 11:00:47,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794639587402s 2018-11-25 11:00:47,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 11:00:47,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:47,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 11:00:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d942ecdc-13f9-4e48-aa34-2f62123e9346 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 11:00:47,141 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b used request id req-d942ecdc-13f9-4e48-aa34-2f62123e9346 2018-11-25 11:00:47,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.107820034027s 2018-11-25 11:00:47,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 11:00:47,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=35221469e7374151bbe37c4ac4cb5ac1&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}010005ec370e7fb42427a21ea0f0f856586727bb" 2018-11-25 11:00:47,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1b218a99-a9b5-4314-8a1e-0f0622f81f71 Date: Sun, 25 Nov 2018 11:00:47 GMT RESP BODY: {"security_groups": []} 2018-11-25 11:00:47,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=35221469e7374151bbe37c4ac4cb5ac1&name=default used request id req-1b218a99-a9b5-4314-8a1e-0f0622f81f71 2018-11-25 11:00:47,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.17574095726s 2018-11-25 11:00:47,322 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=35221469e7374151bbe37c4ac4cb5ac1&name=default used request id req-1b218a99-a9b5-4314-8a1e-0f0622f81f71 2018-11-25 11:00:47,322 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-11-25 11:00:47,323 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2018-11-25 11:00:47,323 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2018-11-25 11:00:47,323 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-11-25 11:00:47,323 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-11-25 11:00:47,519 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-11-25 11:00:47,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:00:47,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:00:47,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:00:47,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:00:47,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:00:47,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:00:47,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:00:47,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:00:47,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:00:47,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:00:47,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:00:47,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:00:47,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:00:47,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:00:47,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:00:47,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:00:47,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:00:47,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:00:47,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:00:47,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:00:47,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:00:47,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:00:47,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:00:47,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:00:47,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:00:47,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:00:47,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:00:47,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-25 11:00:47,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:00:47,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:00:47,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:00:47,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:00:47,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:00:47,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:00:47,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:00:47,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:00:47,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:00:47,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:00:47,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:00:47,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:00:47,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:00:47,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:00:47,530 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 11:00:47,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:00:47,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db8690fa-7786-4831-be7b-0fb62c1949c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:00:47,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-db8690fa-7786-4831-be7b-0fb62c1949c5 2018-11-25 11:00:47,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:00:47,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:00:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["vQR-VjwGQ0uS0pLFBc1dNQ"], "issued_at": "2018-11-25T11:00:47.000000Z"}} 2018-11-25 11:00:47,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3cfa4f618dcdc75e935d83d6e696ac44edc259ab" 2018-11-25 11:00:48,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-faa0225a-b747-4989-b3aa-32237a0f2d61 Date: Sun, 25 Nov 2018 11:00:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-25 11:00:48,099 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-faa0225a-b747-4989-b3aa-32237a0f2d61 2018-11-25 11:00:48,100 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 11:00:48,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3cfa4f618dcdc75e935d83d6e696ac44edc259ab" 2018-11-25 11:00:48,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7d987136-31b2-4d45-b0b5-0e20ae95ae33 Date: Sun, 25 Nov 2018 11:00:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 11:00:48,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7d987136-31b2-4d45-b0b5-0e20ae95ae33 2018-11-25 11:00:48,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3cfa4f618dcdc75e935d83d6e696ac44edc259ab" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-25 11:00:48,492 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/bac2cfe6-996e-419c-b251-73a743234ab8 X-Openstack-Request-Id: req-8a13253d-b061-489c-a8e2-adaded0cece9 Date: Sun, 25 Nov 2018 11:00:48 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T11:00:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T11:00:48Z", "visibility": "public", "locations": [], "self": "/v2/images/bac2cfe6-996e-419c-b251-73a743234ab8", "min_disk": 0, "protected": false, "id": "bac2cfe6-996e-419c-b251-73a743234ab8", "file": "/v2/images/bac2cfe6-996e-419c-b251-73a743234ab8/file", "checksum": null, "owner": "6398f91c7f9a4cc9becafd672cd3c763", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 11:00:48,493 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-8a13253d-b061-489c-a8e2-adaded0cece9 2018-11-25 11:00:48,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/bac2cfe6-996e-419c-b251-73a743234ab8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3cfa4f618dcdc75e935d83d6e696ac44edc259ab" -d '' 2018-11-25 11:00:49,375 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-38e13e02-32bc-406e-b505-993e3960c300 Date: Sun, 25 Nov 2018 11:00:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:00:49,375 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/bac2cfe6-996e-419c-b251-73a743234ab8/file used request id req-38e13e02-32bc-406e-b505-993e3960c300 2018-11-25 11:00:49,375 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-11-25 11:00:49,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:00:49,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd4e95f8-8a96-4cce-802e-b9d263fb1a10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:00:49,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fd4e95f8-8a96-4cce-802e-b9d263fb1a10 2018-11-25 11:00:49,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:00:49,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["T9N__46jQsSMOpw6cx8jCg"], "issued_at": "2018-11-25T11:00:49.000000Z"}} 2018-11-25 11:00:49,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfeccb18f85d1100f1e7de2b3c1db72098b05e51" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-11-25 11:00:50,216 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-dc3ee66a-6616-4af9-b6ab-ede6f7b4c100 Date: Sun, 25 Nov 2018 11:00:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"16b9a420-8fe5-4f7c-adc5-d9443f3b8670","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T11:00:50Z","is_default":false,"provider:segmentation_id":29,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:00:49Z","mtu":1450}} 2018-11-25 11:00:50,216 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-dc3ee66a-6616-4af9-b6ab-ede6f7b4c100 2018-11-25 11:00:50,217 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network 16b9a420-8fe5-4f7c-adc5-d9443f3b8670 with cidr 10.10.10.0/24 2018-11-25 11:00:50,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfeccb18f85d1100f1e7de2b3c1db72098b05e51" -d '{"subnets": [{"ip_version": 4, "network_id": "16b9a420-8fe5-4f7c-adc5-d9443f3b8670", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-11-25 11:00:51,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-6850c53b-262a-415d-acc6-97acba2a590a Date: Sun, 25 Nov 2018 11:00:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b9a420-8fe5-4f7c-adc5-d9443f3b8670","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:00:50Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T11:00:50Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"2ab1deba-a398-4595-b0d1-51b9fc11f25e","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-11-25 11:00:51,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6850c53b-262a-415d-acc6-97acba2a590a 2018-11-25 11:00:51,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfeccb18f85d1100f1e7de2b3c1db72098b05e51" 2018-11-25 11:00:51,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-f92413a3-84f3-4c80-852d-7ed1d2c74d8c Date: Sun, 25 Nov 2018 11:00:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "updated_at": "2018-11-25T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "be60c331-bec8-4f83-b795-2cee1d41747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}], "revision_number": 4, "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8b709bbc-7260-46b7-88dc-54f09751360e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "updated_at": "2018-11-25T10:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "70416a38-6876-4fff-9847-564e75ee3305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-25T10:27:45Z", "revision_number": 0, "id": "c4d6f8eb-cb48-4051-b56f-a5bbef7a52ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:27:45Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 179, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 7, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "name": "sdnvpn-sg"}]} 2018-11-25 11:00:51,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-f92413a3-84f3-4c80-852d-7ed1d2c74d8c 2018-11-25 11:00:51,270 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 11:00:51,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:00:51,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50f8cbb-37ef-43f2-bfa5-d32b2d23e9b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:00:51,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b50f8cbb-37ef-43f2-bfa5-d32b2d23e9b9 2018-11-25 11:00:51,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:00:51,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:00:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["EpVjiAqsSXmhb2FygBxAsw"], "issued_at": "2018-11-25T11:00:51.000000Z"}} 2018-11-25 11:00:51,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" 2018-11-25 11:00:51,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00: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-deffe111-f170-4d46-b7c7-e1521d0bdc40 x-compute-request-id: req-deffe111-f170-4d46-b7c7-e1521d0bdc40 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 11:00:51,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-deffe111-f170-4d46-b7c7-e1521d0bdc40 2018-11-25 11:00:51,891 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-11-25 11:00:51,891 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-11-25 11:00:51,891 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=bac2cfe6-996e-419c-b251-73a743234ab8 network=16b9a420-8fe5-4f7c-adc5-d9443f3b8670 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-11-25 11:00:51,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:00:51,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:00:51,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:00:51,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:00:51,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:00:51,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:00:51,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:00:51,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:00:51,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:00:51,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:00:51,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:00:51,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:00:51,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:00:51,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:00:51,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:00:51,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:00:51,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:00:51,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:00:51,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:00:51,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:00:51,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:00:51,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:00:51,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:00:51,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:00:51,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:00:51,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:00:51,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:00:51,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:00:51,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:00:51,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:00:51,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:00:51,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:00:51,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:00:51,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:00:51,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:00:51,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:00:51,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:00:51,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:00:51,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:00:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:00:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:00:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:00:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:00:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:00:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:00:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:00:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:00:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:00:51,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:00:51,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94fa084d-74c2-4cd7-9b24-da7bbe10d5b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:00:51,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-94fa084d-74c2-4cd7-9b24-da7bbe10d5b9 2018-11-25 11:00:51,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:00:52,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:00:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["f7OqHBISTn68OdSQJXofKQ"], "issued_at": "2018-11-25T11:00:52.000000Z"}} 2018-11-25 11:00:52,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" 2018-11-25 11:00:52,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00: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-d8fea8fb-f372-48d4-953b-f37c6963320e x-compute-request-id: req-d8fea8fb-f372-48d4-953b-f37c6963320e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 11:00:52,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d8fea8fb-f372-48d4-953b-f37c6963320e 2018-11-25 11:00:52,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" 2018-11-25 11:00:52,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00: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-4b8f0de3-6357-4397-b6ce-71f58cd33d65 x-compute-request-id: req-4b8f0de3-6357-4397-b6ce-71f58cd33d65 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 11:00:52,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-4b8f0de3-6357-4397-b6ce-71f58cd33d65 2018-11-25 11:00:52,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "bac2cfe6-996e-419c-b251-73a743234ab8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "16b9a420-8fe5-4f7c-adc5-d9443f3b8670"}]}}' 2018-11-25 11:00:54,029 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:00: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-b93885f1-09ec-4f65-8908-8a982ca4b66c x-compute-request-id: req-b93885f1-09ec-4f65-8908-8a982ca4b66c Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "349dc4b6-8344-4733-9db5-6a980a0100ac", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/349dc4b6-8344-4733-9db5-6a980a0100ac", "rel": "bookmark"}], "adminPass": "92d25bSJNq4D"}} 2018-11-25 11:00:54,029 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b93885f1-09ec-4f65-8908-8a982ca4b66c 2018-11-25 11:00:54,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:00:54,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b33ac0-3698-44a3-827a-4afcdd4ffd73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:00:54,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-59b33ac0-3698-44a3-827a-4afcdd4ffd73 2018-11-25 11:00:54,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:00:54,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:00:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["QeuIg38wS6aUFv6zrfs49Q"], "issued_at": "2018-11-25T11:00:54.000000Z"}} 2018-11-25 11:00:54,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584059561f80a23b9e8cf56a185e8d8d5137fa13" 2018-11-25 11:00:55,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00: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-99bddf02-13ee-4c85-8835-fb7d9296ade1 x-compute-request-id: req-99bddf02-13ee-4c85-8835-fb7d9296ade1 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/349dc4b6-8344-4733-9db5-6a980a0100ac", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "349dc4b6-8344-4733-9db5-6a980a0100ac", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T11:00:54Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-2", "created": "2018-11-25T11:00:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:00:55,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac used request id req-99bddf02-13ee-4c85-8835-fb7d9296ade1 2018-11-25 11:00:58,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584059561f80a23b9e8cf56a185e8d8d5137fa13" 2018-11-25 11:00:58,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:00: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-a1ac1944-d0bf-46c4-8886-8f33e5d2a01b x-compute-request-id: req-a1ac1944-d0bf-46c4-8886-8f33e5d2a01b Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/349dc4b6-8344-4733-9db5-6a980a0100ac", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "349dc4b6-8344-4733-9db5-6a980a0100ac", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-25T11:00:55Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-11-25T11:00:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:00:58,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac used request id req-a1ac1944-d0bf-46c4-8886-8f33e5d2a01b 2018-11-25 11:01:01,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584059561f80a23b9e8cf56a185e8d8d5137fa13" 2018-11-25 11:01:02,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-3b75a6bd-b2db-4473-b257-f4f63b9b30ee x-compute-request-id: req-3b75a6bd-b2db-4473-b257-f4f63b9b30ee Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:6b:59", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/349dc4b6-8344-4733-9db5-6a980a0100ac", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": "2018-11-25T11:00:59.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "349dc4b6-8344-4733-9db5-6a980a0100ac", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T11:00:59Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-11-25T11:00:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:01:02,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac used request id req-3b75a6bd-b2db-4473-b257-f4f63b9b30ee 2018-11-25 11:01:02,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" 2018-11-25 11:01:03,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-263bbe2d-2983-4294-bf5e-9862e828c64b x-compute-request-id: req-263bbe2d-2983-4294-bf5e-9862e828c64b Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:6b:59", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/349dc4b6-8344-4733-9db5-6a980a0100ac", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": "2018-11-25T11:00:59.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "349dc4b6-8344-4733-9db5-6a980a0100ac", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-25T11:00:59Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-11-25T11:00:54Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:01:03,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac used request id req-263bbe2d-2983-4294-bf5e-9862e828c64b 2018-11-25 11:01:03,311 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.14'. 2018-11-25 11:01:03,311 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-11-25 11:01:03,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 11:01:04,860 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:01:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6bc90dd7-4589-46dd-b900-278aa017efda x-compute-request-id: req-6bc90dd7-4589-46dd-b900-278aa017efda Content-Length: 0 Content-Type: application/json 2018-11-25 11:01:04,860 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-6bc90dd7-4589-46dd-b900-278aa017efda 2018-11-25 11:01:04,860 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-11-25 11:01:04,861 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=bac2cfe6-996e-419c-b251-73a743234ab8 network=16b9a420-8fe5-4f7c-adc5-d9443f3b8670 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-25 11:01:04,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:01:04,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:01:04,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:01:04,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:01:04,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:01:04,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:01:04,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:01:04,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:01:04,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:01:04,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:01:04,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:01:04,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:01:04,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:01:04,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:01:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:01:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:01:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:01:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:01:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:01:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:01:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:01:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:01:04,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:01:04,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:01:04,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:01:04,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:01:04,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:01:04,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:01:04,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:01:04,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:01:04,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:01:04,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:01:04,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:01:04,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:01:04,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:01:04,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:01:04,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:01:04,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:01:04,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:01:04,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:01:04,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:01:04,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:01:04,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:01:04,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:01:04,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:01:04,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:01:04,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:01:04,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:01:04,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:01:04,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2550eac-159d-44b0-9584-a91436bf7f33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:01:04,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a2550eac-159d-44b0-9584-a91436bf7f33 2018-11-25 11:01:04,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:01:05,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["msXYXLhERS-fDlfViIvzpw"], "issued_at": "2018-11-25T11:01:05.000000Z"}} 2018-11-25 11:01:05,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" 2018-11-25 11:01:05,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-5d4d64e0-1a00-4a55-a452-5647b2057f89 x-compute-request-id: req-5d4d64e0-1a00-4a55-a452-5647b2057f89 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 11:01:05,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5d4d64e0-1a00-4a55-a452-5647b2057f89 2018-11-25 11:01:05,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" 2018-11-25 11:01:05,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-2e0273a0-48e1-4913-a345-c9e5e743e125 x-compute-request-id: req-2e0273a0-48e1-4913-a345-c9e5e743e125 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 11:01:05,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-2e0273a0-48e1-4913-a345-c9e5e743e125 2018-11-25 11:01:05,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "bac2cfe6-996e-419c-b251-73a743234ab8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "16b9a420-8fe5-4f7c-adc5-d9443f3b8670"}], "config_drive": true}}' 2018-11-25 11:01:06,981 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:01: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-a432ada0-5f54-4501-8a3c-c6645a536809 x-compute-request-id: req-a432ada0-5f54-4501-8a3c-c6645a536809 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "90bd2471-8f42-49f2-8728-965978f2e464", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "bookmark"}], "adminPass": "wsajn5T2v6Ve"}} 2018-11-25 11:01:06,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a432ada0-5f54-4501-8a3c-c6645a536809 2018-11-25 11:01:06,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:01:06,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a358df5-f2f1-4da3-b9e5-330ff0ff8d72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:01:06,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7a358df5-f2f1-4da3-b9e5-330ff0ff8d72 2018-11-25 11:01:06,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:01:07,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:01:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["Qyrrr8HUQpmMxQeWzh8VTQ"], "issued_at": "2018-11-25T11:01:07.000000Z"}} 2018-11-25 11:01:07,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}486c4e9794312c1543bd9ab8fdb5ae462b879622" 2018-11-25 11:01:07,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-aa484d55-d57b-49bc-80c7-5c233388e734 x-compute-request-id: req-aa484d55-d57b-49bc-80c7-5c233388e734 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90bd2471-8f42-49f2-8728-965978f2e464", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:01:07Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-11-25T11:01:06Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:01:07,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464 used request id req-aa484d55-d57b-49bc-80c7-5c233388e734 2018-11-25 11:01:10,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}486c4e9794312c1543bd9ab8fdb5ae462b879622" 2018-11-25 11:01:11,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-aa09e017-3e6f-4878-b6dd-b217ebf03ee6 x-compute-request-id: req-aa09e017-3e6f-4878-b6dd-b217ebf03ee6 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:c2:53", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90bd2471-8f42-49f2-8728-965978f2e464", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:01:07Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-11-25T11:01:06Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:01:11,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464 used request id req-aa09e017-3e6f-4878-b6dd-b217ebf03ee6 2018-11-25 11:01:14,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}486c4e9794312c1543bd9ab8fdb5ae462b879622" 2018-11-25 11:01:15,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-527bba40-02fd-4825-b744-3b2b9b4e4716 x-compute-request-id: req-527bba40-02fd-4825-b744-3b2b9b4e4716 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:c2:53", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-11-25T11:01:11.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90bd2471-8f42-49f2-8728-965978f2e464", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:01:11Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-11-25T11:01:06Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:01:15,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464 used request id req-527bba40-02fd-4825-b744-3b2b9b4e4716 2018-11-25 11:01:15,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" 2018-11-25 11:01:15,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-2c059abf-10f0-4e7b-843b-917aa5fe916e x-compute-request-id: req-2c059abf-10f0-4e7b-843b-917aa5fe916e Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:c2:53", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-11-25T11:01:11.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90bd2471-8f42-49f2-8728-965978f2e464", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:01:11Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-11-25T11:01:06Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:01:15,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464 used request id req-2c059abf-10f0-4e7b-843b-917aa5fe916e 2018-11-25 11:01:15,819 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.7'. 2018-11-25 11:01:15,819 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-11-25 11:01:15,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 11:01:17,464 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:01: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-a386c5cf-c004-4606-800f-d12c0dfdceef x-compute-request-id: req-a386c5cf-c004-4606-800f-d12c0dfdceef Content-Length: 0 Content-Type: application/json 2018-11-25 11:01:17,464 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-a386c5cf-c004-4606-800f-d12c0dfdceef 2018-11-25 11:01:17,465 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-11-25 11:01:17,465 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=bac2cfe6-996e-419c-b251-73a743234ab8 network=16b9a420-8fe5-4f7c-adc5-d9443f3b8670 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.7 10.10.10.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-25 11:01:17,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:01:17,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:01:17,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:01:17,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:01:17,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:01:17,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:01:17,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:01:17,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:01:17,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:01:17,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:01:17,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:01:17,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:01:17,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:01:17,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:01:17,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:01:17,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:01:17,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:01:17,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:01:17,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:01:17,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:01:17,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:01:17,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:01:17,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:01:17,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:01:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:01:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:01:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:01:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:01:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:01:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:01:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:01:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:01:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:01:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:01:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:01:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:01:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:01:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:01:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:01:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:01:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:01:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:01:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:01:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:01:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:01:17,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:01:17,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:01:17,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:01:17,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:01:17,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcfdffb7-b127-44a5-96d2-3b39045b86d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:01:17,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bcfdffb7-b127-44a5-96d2-3b39045b86d6 2018-11-25 11:01:17,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:01:17,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:01:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["X0kDKVLMR76acBHu6EKQJQ"], "issued_at": "2018-11-25T11:01:17.000000Z"}} 2018-11-25 11:01:17,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" 2018-11-25 11:01:18,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50284930-9391-4b17-ac72-983600d94fcf x-compute-request-id: req-50284930-9391-4b17-ac72-983600d94fcf Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 11:01:18,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-50284930-9391-4b17-ac72-983600d94fcf 2018-11-25 11:01:18,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" 2018-11-25 11:01:18,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3e74381-34d3-4938-821c-48b10ef96e7a x-compute-request-id: req-c3e74381-34d3-4938-821c-48b10ef96e7a Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 11:01:18,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-c3e74381-34d3-4938-821c-48b10ef96e7a 2018-11-25 11:01:18,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "bac2cfe6-996e-419c-b251-73a743234ab8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjE0CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "16b9a420-8fe5-4f7c-adc5-d9443f3b8670"}], "config_drive": true}}' 2018-11-25 11:01:19,561 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:01:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5149ab16-9c07-43fd-9cfd-c1a36e49ac40 x-compute-request-id: req-5149ab16-9c07-43fd-9cfd-c1a36e49ac40 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "bookmark"}], "adminPass": "6TcCg8Da6fFv"}} 2018-11-25 11:01:19,562 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-5149ab16-9c07-43fd-9cfd-c1a36e49ac40 2018-11-25 11:01:19,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:01:19,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c969a1bb-a882-4e98-b984-4406510c0f49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:01:19,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c969a1bb-a882-4e98-b984-4406510c0f49 2018-11-25 11:01:19,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:01:19,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["MHxreheTQTOL4TBAXJdlsQ"], "issued_at": "2018-11-25T11:01:19.000000Z"}} 2018-11-25 11:01:19,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78df240f7d95ff898bd1b7ff34e2d9a68afe234f" 2018-11-25 11:01:20,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f40de2b-1756-4c12-a85f-56a8038a56a4 x-compute-request-id: req-1f40de2b-1756-4c12-a85f-56a8038a56a4 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:01:19Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-3", "created": "2018-11-25T11:01:19Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:01:20,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 used request id req-1f40de2b-1756-4c12-a85f-56a8038a56a4 2018-11-25 11:01:23,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78df240f7d95ff898bd1b7ff34e2d9a68afe234f" 2018-11-25 11:01:24,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-692b43b6-fb21-43f1-ae51-07b8ac037a98 x-compute-request-id: req-692b43b6-fb21-43f1-ae51-07b8ac037a98 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:b5:c8", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:01:20Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-25T11:01:19Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:01:24,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 used request id req-692b43b6-fb21-43f1-ae51-07b8ac037a98 2018-11-25 11:01:27,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78df240f7d95ff898bd1b7ff34e2d9a68afe234f" 2018-11-25 11:01:27,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-5dcd6371-2866-4bb1-996b-72634f01e141 x-compute-request-id: req-5dcd6371-2866-4bb1-996b-72634f01e141 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:b5:c8", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-11-25T11:01:24.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:01:24Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-25T11:01:19Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:01:27,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 used request id req-5dcd6371-2866-4bb1-996b-72634f01e141 2018-11-25 11:01:27,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" 2018-11-25 11:01:28,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-dc814917-d987-478a-93ff-a1295d0f9c05 x-compute-request-id: req-dc814917-d987-478a-93ff-a1295d0f9c05 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:b5:c8", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-11-25T11:01:24.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:01:24Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-25T11:01:19Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:01:28,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 used request id req-dc814917-d987-478a-93ff-a1295d0f9c05 2018-11-25 11:01:28,555 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.10'. 2018-11-25 11:01:28,555 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-11-25 11:01:28,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 11:01:29,945 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:01:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4298f384-8452-4dbe-82b0-24b6bae8d0ef x-compute-request-id: req-4298f384-8452-4dbe-82b0-24b6bae8d0ef Content-Length: 0 Content-Type: application/json 2018-11-25 11:01:29,945 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-4298f384-8452-4dbe-82b0-24b6bae8d0ef 2018-11-25 11:01:29,946 - sdnvpn_test_utils - INFO - Waiting for instance 349dc4b6-8344-4733-9db5-6a980a0100ac to boot up 2018-11-25 11:01:29,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:31,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-0ea5fd0d-392a-485b-91eb-7e2601fbdec6 x-compute-request-id: req-0ea5fd0d-392a-485b-91eb-7e2601fbdec6 Content-Encoding: gzip Content-Length: 10047 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 11:01:31,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-0ea5fd0d-392a-485b-91eb-7e2601fbdec6 2018-11-25 11:01:33,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:34,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-539e5a6a-bad3-4bf7-8673-58d99b240f0c x-compute-request-id: req-539e5a6a-bad3-4bf7-8673-58d99b240f0c Content-Encoding: gzip Content-Length: 10047 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-11-25 11:01:34,159 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-539e5a6a-bad3-4bf7-8673-58d99b240f0c 2018-11-25 11:01:36,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:37,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-ceeed87c-dd3f-4004-b4c3-928251f501de x-compute-request-id: req-ceeed87c-dd3f-4004-b4c3-928251f501de Content-Encoding: gzip Content-Length: 10067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 11:01:37,248 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-ceeed87c-dd3f-4004-b4c3-928251f501de 2018-11-25 11:01:39,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:40,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-96a12f2d-cc00-4424-a341-61aa0612641d x-compute-request-id: req-96a12f2d-cc00-4424-a341-61aa0612641d Content-Encoding: gzip Content-Length: 10067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 11:01:40,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-96a12f2d-cc00-4424-a341-61aa0612641d 2018-11-25 11:01:42,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:43,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-a8b05605-2660-4c9d-b5b9-f13f78597c48 x-compute-request-id: req-a8b05605-2660-4c9d-b5b9-f13f78597c48 Content-Encoding: gzip Content-Length: 10067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 11:01:43,441 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-a8b05605-2660-4c9d-b5b9-f13f78597c48 2018-11-25 11:01:45,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:46,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-1b175c78-e0fa-459a-973a-17aea0c7a499 x-compute-request-id: req-1b175c78-e0fa-459a-973a-17aea0c7a499 Content-Encoding: gzip Content-Length: 10067 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-11-25 11:01:46,541 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-1b175c78-e0fa-459a-973a-17aea0c7a499 2018-11-25 11:01:48,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:49,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-6f00f3d9-35e8-46ee-93ba-9a9b5e146559 x-compute-request-id: req-6f00f3d9-35e8-46ee-93ba-9a9b5e146559 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:01:49,631 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-6f00f3d9-35e8-46ee-93ba-9a9b5e146559 2018-11-25 11:01:51,665 - sdnvpn_test_utils - INFO - Waiting for instance 90bd2471-8f42-49f2-8728-965978f2e464 to boot up 2018-11-25 11:01:51,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:52,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-f040c424-0256-4525-a25c-e895b537fbdf x-compute-request-id: req-f040c424-0256-4525-a25c-e895b537fbdf Content-Encoding: gzip Content-Length: 8079 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:01:52,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-f040c424-0256-4525-a25c-e895b537fbdf 2018-11-25 11:01:54,738 - sdnvpn_test_utils - INFO - Waiting for instance e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 to boot up 2018-11-25 11:01:54,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:55,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-acd919de-2b75-4fc7-b9b0-15fe5551db1b x-compute-request-id: req-acd919de-2b75-4fc7-b9b0-15fe5551db1b Content-Encoding: gzip Content-Length: 8096 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\n"} 2018-11-25 11:01:55,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-acd919de-2b75-4fc7-b9b0-15fe5551db1b 2018-11-25 11:01:57,878 - __name__ - INFO - Starting all monitor threads 2018-11-25 11:01:57,886 - __name__ - INFO - Wait before subtest 2018-11-25 11:01:58,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:58,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:58,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:01:59,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-a7358629-e935-4cfe-914b-7ee96562d929 x-compute-request-id: req-a7358629-e935-4cfe-914b-7ee96562d929 Content-Encoding: gzip Content-Length: 8077 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:01:59,991 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-a7358629-e935-4cfe-914b-7ee96562d929 2018-11-25 11:01:59,995 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-11-25 11:01:59,995 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-11-25 11:01:59,995 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-11-25 11:01:59,995 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-11-25 11:01:59,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-50ba9824-396d-40e6-ade3-63308ebaa824 x-compute-request-id: req-50ba9824-396d-40e6-ade3-63308ebaa824 Content-Encoding: gzip Content-Length: 8096 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\n"} 2018-11-25 11:01:59,996 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-50ba9824-396d-40e6-ade3-63308ebaa824 2018-11-25 11:01:59,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:01: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-1e59fe5b-ea5a-4827-8631-ac0641ea189b x-compute-request-id: req-1e59fe5b-ea5a-4827-8631-ac0641ea189b Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:00,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-1e59fe5b-ea5a-4827-8631-ac0641ea189b 2018-11-25 11:02:00,000 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-3: ping 10.10.10.7 KO 2018-11-25 11:02:01,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:01,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:01,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:02,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-d174cff9-4aaa-4952-8961-d6f69959a87b x-compute-request-id: req-d174cff9-4aaa-4952-8961-d6f69959a87b Content-Encoding: gzip Content-Length: 8077 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:02,071 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-d174cff9-4aaa-4952-8961-d6f69959a87b 2018-11-25 11:02:02,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-5a0cf758-d34b-44b8-97a5-8eb49c77f2bc x-compute-request-id: req-5a0cf758-d34b-44b8-97a5-8eb49c77f2bc Content-Encoding: gzip Content-Length: 8096 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\n"} 2018-11-25 11:02:02,079 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-5a0cf758-d34b-44b8-97a5-8eb49c77f2bc 2018-11-25 11:02:02,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-91f3920d-263f-42b8-88d1-5f853a0dd258 x-compute-request-id: req-91f3920d-263f-42b8-88d1-5f853a0dd258 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:02,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-91f3920d-263f-42b8-88d1-5f853a0dd258 2018-11-25 11:02:03,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:03,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:03,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:04,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-453c6e57-72b5-4883-9410-4eafae2ed4ef x-compute-request-id: req-453c6e57-72b5-4883-9410-4eafae2ed4ef Content-Encoding: gzip Content-Length: 8077 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:04,145 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-453c6e57-72b5-4883-9410-4eafae2ed4ef 2018-11-25 11:02:04,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-c2870f28-82cf-482b-aee8-0344eca23b76 x-compute-request-id: req-c2870f28-82cf-482b-aee8-0344eca23b76 Content-Encoding: gzip Content-Length: 8096 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\n"} 2018-11-25 11:02:04,148 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-c2870f28-82cf-482b-aee8-0344eca23b76 2018-11-25 11:02:04,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-1a6e11fd-c4ef-43eb-bd9a-ed62240fe7d8 x-compute-request-id: req-1a6e11fd-c4ef-43eb-bd9a-ed62240fe7d8 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:04,174 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-1a6e11fd-c4ef-43eb-bd9a-ed62240fe7d8 2018-11-25 11:02:05,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:05,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:05,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:06,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-eb626ec0-bf83-4886-9e67-74d38a5462f6 x-compute-request-id: req-eb626ec0-bf83-4886-9e67-74d38a5462f6 Content-Encoding: gzip Content-Length: 8096 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\n"} 2018-11-25 11:02:06,222 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-eb626ec0-bf83-4886-9e67-74d38a5462f6 2018-11-25 11:02:06,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-abb34527-61d4-4013-a464-a9f38b4508bc x-compute-request-id: req-abb34527-61d4-4013-a464-a9f38b4508bc Content-Encoding: gzip Content-Length: 8080 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:06,228 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-abb34527-61d4-4013-a464-a9f38b4508bc 2018-11-25 11:02:06,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-d429fb19-fd44-4757-a152-0635334e210f x-compute-request-id: req-d429fb19-fd44-4757-a152-0635334e210f Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:06,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-d429fb19-fd44-4757-a152-0635334e210f 2018-11-25 11:02:07,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:07,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:07,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:08,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-bd99e96e-3a56-44ba-b9a6-20d655931e30 x-compute-request-id: req-bd99e96e-3a56-44ba-b9a6-20d655931e30 Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\n"} 2018-11-25 11:02:08,305 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-bd99e96e-3a56-44ba-b9a6-20d655931e30 2018-11-25 11:02:08,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-1d46a4d9-f5e9-4558-99fa-c3fa50c8a6f9 x-compute-request-id: req-1d46a4d9-f5e9-4558-99fa-c3fa50c8a6f9 Content-Encoding: gzip Content-Length: 8080 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:08,306 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-1d46a4d9-f5e9-4558-99fa-c3fa50c8a6f9 2018-11-25 11:02:08,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-8b1d6a51-99d6-45b2-8fb1-7a7d6b86be77 x-compute-request-id: req-8b1d6a51-99d6-45b2-8fb1-7a7d6b86be77 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:08,325 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-8b1d6a51-99d6-45b2-8fb1-7a7d6b86be77 2018-11-25 11:02:09,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:09,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:09,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:10,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-10df2706-2a6f-45f2-b621-c50c6ba5573f x-compute-request-id: req-10df2706-2a6f-45f2-b621-c50c6ba5573f Content-Encoding: gzip Content-Length: 8080 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:10,378 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-10df2706-2a6f-45f2-b621-c50c6ba5573f 2018-11-25 11:02:10,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-94350cd4-a777-4358-992e-352d785d6a3f x-compute-request-id: req-94350cd4-a777-4358-992e-352d785d6a3f Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\n"} 2018-11-25 11:02:10,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-94350cd4-a777-4358-992e-352d785d6a3f 2018-11-25 11:02:10,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-e87fcb11-36f0-480c-99e1-fe24dc3eb299 x-compute-request-id: req-e87fcb11-36f0-480c-99e1-fe24dc3eb299 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:10,399 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-e87fcb11-36f0-480c-99e1-fe24dc3eb299 2018-11-25 11:02:11,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:11,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:11,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:12,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-ea7207ff-f494-43ac-aee2-a0fbd4d7a106 x-compute-request-id: req-ea7207ff-f494-43ac-aee2-a0fbd4d7a106 Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\n"} 2018-11-25 11:02:12,459 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-ea7207ff-f494-43ac-aee2-a0fbd4d7a106 2018-11-25 11:02:12,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-c59ca038-b2af-4803-a6ed-8a8dede962a1 x-compute-request-id: req-c59ca038-b2af-4803-a6ed-8a8dede962a1 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:12,482 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-c59ca038-b2af-4803-a6ed-8a8dede962a1 2018-11-25 11:02:12,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-ba339648-cadf-4db3-9b1b-1b3fc9022c30 x-compute-request-id: req-ba339648-cadf-4db3-9b1b-1b3fc9022c30 Content-Encoding: gzip Content-Length: 8080 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:12,632 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-ba339648-cadf-4db3-9b1b-1b3fc9022c30 2018-11-25 11:02:13,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:13,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:13,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:14,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-dcdf3bb7-edde-411c-88cc-b8cee542f73a x-compute-request-id: req-dcdf3bb7-edde-411c-88cc-b8cee542f73a Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\n"} 2018-11-25 11:02:14,540 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-dcdf3bb7-edde-411c-88cc-b8cee542f73a 2018-11-25 11:02:14,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-36208b9a-bad9-4816-8f06-98a395740342 x-compute-request-id: req-36208b9a-bad9-4816-8f06-98a395740342 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:14,563 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-36208b9a-bad9-4816-8f06-98a395740342 2018-11-25 11:02:14,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-6c829c2c-197c-4e5e-87ff-eaf4ecef5437 x-compute-request-id: req-6c829c2c-197c-4e5e-87ff-eaf4ecef5437 Content-Encoding: gzip Content-Length: 8081 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:14,711 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-6c829c2c-197c-4e5e-87ff-eaf4ecef5437 2018-11-25 11:02:15,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:15,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:15,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:16,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-c2d96f23-b720-4b80-8149-4ff04b9f3e60 x-compute-request-id: req-c2d96f23-b720-4b80-8149-4ff04b9f3e60 Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\n"} 2018-11-25 11:02:16,611 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-c2d96f23-b720-4b80-8149-4ff04b9f3e60 2018-11-25 11:02:16,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-f73487d8-a942-4ab4-a35f-322117c09692 x-compute-request-id: req-f73487d8-a942-4ab4-a35f-322117c09692 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:16,636 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-f73487d8-a942-4ab4-a35f-322117c09692 2018-11-25 11:02:16,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-ac905fe3-220c-4830-aae6-954bfb309e19 x-compute-request-id: req-ac905fe3-220c-4830-aae6-954bfb309e19 Content-Encoding: gzip Content-Length: 8081 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:16,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-ac905fe3-220c-4830-aae6-954bfb309e19 2018-11-25 11:02:17,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:17,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:17,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:18,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-57309e5b-0f8a-41b0-8762-b88ce701f6ea x-compute-request-id: req-57309e5b-0f8a-41b0-8762-b88ce701f6ea Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\n"} 2018-11-25 11:02:18,689 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-57309e5b-0f8a-41b0-8762-b88ce701f6ea 2018-11-25 11:02:18,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-226a850f-81ed-4aa1-b051-35081b3f9f7f x-compute-request-id: req-226a850f-81ed-4aa1-b051-35081b3f9f7f Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:18,709 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-226a850f-81ed-4aa1-b051-35081b3f9f7f 2018-11-25 11:02:18,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-f4a5b50b-0028-4d47-9b97-55627cd28fd3 x-compute-request-id: req-f4a5b50b-0028-4d47-9b97-55627cd28fd3 Content-Encoding: gzip Content-Length: 8081 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:18,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-f4a5b50b-0028-4d47-9b97-55627cd28fd3 2018-11-25 11:02:19,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:19,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:19,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:20,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-ffa03f68-6190-4644-8f91-0809c799f871 x-compute-request-id: req-ffa03f68-6190-4644-8f91-0809c799f871 Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\n"} 2018-11-25 11:02:20,765 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-ffa03f68-6190-4644-8f91-0809c799f871 2018-11-25 11:02:20,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-42d3a96e-8c8f-4c1c-af41-04faaf172d81 x-compute-request-id: req-42d3a96e-8c8f-4c1c-af41-04faaf172d81 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:20,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-42d3a96e-8c8f-4c1c-af41-04faaf172d81 2018-11-25 11:02:20,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-24e3f01b-a30d-4829-a4da-26d9c0777d4b x-compute-request-id: req-24e3f01b-a30d-4829-a4da-26d9c0777d4b Content-Encoding: gzip Content-Length: 8081 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:20,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-24e3f01b-a30d-4829-a4da-26d9c0777d4b 2018-11-25 11:02:21,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:21,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:21,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:22,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-51328fb1-2efb-49ae-8175-e829c421ccc8 x-compute-request-id: req-51328fb1-2efb-49ae-8175-e829c421ccc8 Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\n"} 2018-11-25 11:02:22,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-51328fb1-2efb-49ae-8175-e829c421ccc8 2018-11-25 11:02:22,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-cd5432ab-2abb-4d40-911d-891dd76e4e58 x-compute-request-id: req-cd5432ab-2abb-4d40-911d-891dd76e4e58 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:22,860 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-cd5432ab-2abb-4d40-911d-891dd76e4e58 2018-11-25 11:02:23,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-c0960788-14f8-4f77-9b51-eb731683b0bd x-compute-request-id: req-c0960788-14f8-4f77-9b51-eb731683b0bd Content-Encoding: gzip Content-Length: 8081 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:23,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-c0960788-14f8-4f77-9b51-eb731683b0bd 2018-11-25 11:02:23,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:23,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:24,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:24,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-1da3de2a-168c-4be2-a6fb-535dac7481e7 x-compute-request-id: req-1da3de2a-168c-4be2-a6fb-535dac7481e7 Content-Encoding: gzip Content-Length: 8100 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\n"} 2018-11-25 11:02:24,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-1da3de2a-168c-4be2-a6fb-535dac7481e7 2018-11-25 11:02:24,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-a3e0ba64-3e6e-4237-934c-fa62f6e850ed x-compute-request-id: req-a3e0ba64-3e6e-4237-934c-fa62f6e850ed Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:24,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-a3e0ba64-3e6e-4237-934c-fa62f6e850ed 2018-11-25 11:02:25,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-c143c042-bc00-420a-9241-ef4e4ce44688 x-compute-request-id: req-c143c042-bc00-420a-9241-ef4e4ce44688 Content-Encoding: gzip Content-Length: 8082 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:25,098 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-c143c042-bc00-420a-9241-ef4e4ce44688 2018-11-25 11:02:25,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:25,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:26,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:27,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-45d8fc89-85df-4e32-afd1-7b0ee03ea4e9 x-compute-request-id: req-45d8fc89-85df-4e32-afd1-7b0ee03ea4e9 Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:27,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-45d8fc89-85df-4e32-afd1-7b0ee03ea4e9 2018-11-25 11:02:27,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-1d21d5a2-01c6-443c-b692-444148b3589e x-compute-request-id: req-1d21d5a2-01c6-443c-b692-444148b3589e Content-Encoding: gzip Content-Length: 8102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\nping 10.10.10.7 KO\n"} 2018-11-25 11:02:27,166 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-1d21d5a2-01c6-443c-b692-444148b3589e 2018-11-25 11:02:27,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-ef081da2-189a-4c2c-ad7f-873f9c51e002 x-compute-request-id: req-ef081da2-189a-4c2c-ad7f-873f9c51e002 Content-Encoding: gzip Content-Length: 8082 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:27,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-ef081da2-189a-4c2c-ad7f-873f9c51e002 2018-11-25 11:02:27,920 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-11-25 11:02:27,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" -d '{"forceDelete": null}' 2018-11-25 11:02:28,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f95227d8c8f98fb71c15a69502457b711651737" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:28,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b24f7a63f1bcc9db792f010ee83d28079d50d4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:28,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6401eb3a4e12aeec7e1eba627d2cf590b96a3b41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:28,303 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:02: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-987d1769-8dc9-490b-ab61-d200ba09b608 x-compute-request-id: req-987d1769-8dc9-490b-ab61-d200ba09b608 Content-Length: 0 Content-Type: application/json 2018-11-25 11:02:28,304 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-987d1769-8dc9-490b-ab61-d200ba09b608 2018-11-25 11:02:29,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-b418770d-e55e-41b7-ae5e-13b9ffc8cd9f x-compute-request-id: req-b418770d-e55e-41b7-ae5e-13b9ffc8cd9f Content-Encoding: gzip Content-Length: 10858 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 517911639 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.128914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130521] pid_max: default: 32768 minimum: 301\n[ 0.131387] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134018] Security Framework initialized\n[ 0.134812] Yama: becoming mindful.\n[ 0.135516] AppArmor: AppArmor initialized\n[ 0.136360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137654] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138904] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141432] Initializing cgroup subsys io\n[ 0.142222] Initializing cgroup subsys memory\n[ 0.143060] Initializing cgroup subsys devices\n[ 0.143904] Initializing cgroup subsys freezer\n[ 0.144757] Initializing cgroup subsys net_cls\n[ 0.145595] Initializing cgroup subsys perf_event\n[ 0.146481] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148191] Initializing cgroup subsys pids\n[ 0.149043] CPU: Physical Processor ID: 0\n[ 0.150511] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169745] ftrace: allocating 31920 entries in 125 pages\n[ 0.196089] smpboot: Max logical packages: 1\n[ 0.196916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198229] x2apic enabled\n[ 0.199022] Switched APIC routing to physical x2apic.\n[ 0.200752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201839] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205511] KVM setup paravirtual spinlock\n[ 0.206805] x86: Booted up 1 node, 1 CPUs\n[ 0.207588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208952] devtmpfs: initialized\n[ 0.210645] evm: security.selinux\n[ 0.211333] evm: security.SMACK64\n[ 0.212009] evm: security.SMACK64EXEC\n[ 0.212735] evm: security.SMACK64TRANSMUTE\n[ 0.213518] evm: security.SMACK64MMAP\n[ 0.214240] evm: security.ima\n[ 0.214871] evm: security.capability\n[ 0.215655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217461] pinctrl core: initialized pinctrl subsystem\n[ 0.218529] RTC time: 11:00:59, date: 11/25/18\n[ 0.219469] NET: Registered protocol family 16\n[ 0.220419] cpuidle: using governor ladder\n[ 0.221217] cpuidle: using governor menu\n[ 0.221985] PCCT header not found.\n[ 0.222713] ACPI: bus type PCI registered\n[ 0.223497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224709] PCI: Using configuration type 1 for base access\n[ 0.226425] ACPI: Added _OSI(Module Device)\n[ 0.227246] ACPI: Added _OSI(Processor Device)\n[ 0.228100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231062] ACPI: Interpreter enabled\n[ 0.231807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238981] ACPI: (supports S0 S5)\n[ 0.239666] ACPI: Using IOAPIC for interrupt routing\n[ 0.240691] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249386] acpiphp: Slot [3] registered\n[ 0.250171] acpiphp: Slot [4] registered\n[ 0.250947] acpiphp: Slot [5] registered\n[ 0.251726] acpiphp: Slot [6] registered\n[ 0.252500] acpiphp: Slot [7] registered\n[ 0.253288] acpiphp: Slot [8] registered\n[ 0.254075] acpiphp: Slot [9] registered\n[ 0.254852] acpiphp: Slot [10] registered\n[ 0.255640] acpiphp: Slot [11] registered\n[ 0.256435] acpiphp: Slot [12] registered\n[ 0.257234] acpiphp: Slot [13] registered\n[ 0.258032] acpiphp: Slot [14] registered\n[ 0.258823] acpiphp: Slot [15] registered\n[ 0.269780] acpiphp: Slot [16] registered\n[ 0.270570] acpiphp: Slot [17] registered\n[ 0.271372] acpiphp: Slot [18] registered\n[ 0.272160] acpiphp: Slot [19] registered\n[ 0.272946] acpiphp: Slot [20] registered\n[ 0.273737] acpiphp: Slot [21] registered\n[ 0.274525] acpiphp: Slot [22] registered\n[ 0.275316] acpiphp: Slot [23] registered\n[ 0.276107] acpiphp: Slot [24] registered\n[ 0.276896] acpiphp: Slot [25] registered\n[ 0.277680] acpiphp: Slot [26] registered\n[ 0.278467] acpiphp: Slot [27] registered\n[ 0.279266] acpiphp: Slot [28] registered\n[ 0.280059] acpiphp: Slot [29] registered\n[ 0.280844] acpiphp: Slot [30] registered\n[ 0.281630] acpiphp: Slot [31] registered\n[ 0.282426] PCI host bridge to bus 0000:00\n[ 0.283217] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286991] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298193] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304602] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355901] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357275] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359636] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360673] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362210] vgaarb: loaded\n[ 0.362805] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363919] SCSI subsystem initialized\n[ 0.364726] ACPI: bus type USB registered\n[ 0.365523] usbcore: registered new interface driver usbfs\n[ 0.366545] usbcore: registered new interface driver hub\n[ 0.367537] usbcore: registered new device driver usb\n[ 0.368576] PCI: Using ACPI for IRQ routing\n[ 0.369587] NetLabel: Initializing\n[ 0.370295] NetLabel: domain hash size = 128\n[ 0.371139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372077] NetLabel: unlabeled traffic allowed by default\n[ 0.373151] clocksource: Switched to clocksource kvm-clock\n[ 0.378548] AppArmor: AppArmor Filesystem Enabled\n[ 0.379499] pnp: PnP ACPI init\n[ 0.380399] pnp: PnP ACPI: found 5 devices\n[ 0.386767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388445] NET: Registered protocol family 2\n[ 0.389389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391785] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392921] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393980] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395131] NET: Registered protocol family 1\n[ 0.395983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397061] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426138] Trying to unpack rootfs image as initramfs...\n[ 0.475638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489602] Scanning for low memory corruption every 60 seconds\n[ 0.490902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492025] audit: initializing netlink subsys (disabled)\n[ 0.493033] audit: type=2000 audit(1543143659.821:1): initialized\n[ 0.494330] Initialise system trusted keyring\n[ 0.495239] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496380] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498327] zbud: loaded\n[ 0.499027] VFS: Disk quotas dquot_6.6.0\n[ 0.499830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501338] fuse init (API version 7.23)\n[ 0.502232] Key type big_key registered\n[ 0.503033] Allocating IMA MOK and blacklist keyrings.\n[ 0.504130] Key type asymmetric registered\n[ 0.504951] Asymmetric key parser 'x509' registered\n[ 0.505915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507375] io scheduler noop registered\n[ 0.508167] io scheduler deadline registered (default)\n[ 0.509152] io scheduler cfq registered\n[ 0.509991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511036] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512290] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513766] ACPI: Power Button [PWRF]\n[ 0.514964] GHES: HEST is not enabled!\n[ 0.528636] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584698] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586942] Linux agpgart interface v0.103\n[ 0.588989] brd: module loaded\n[ 0.590201] loop: module loaded\n[ 0.594727] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596153] GPT:90111 != 2097151\n[ 0.596818] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597893] GPT:90111 != 2097151\n[ 0.598554] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599498] vda: vda1 vda15\n[ 0.601008] scsi host0: ata_piix\n[ 0.601752] scsi host1: ata_piix\n[ 0.602444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603637] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605047] libphy: Fixed MDIO Bus: probed\n[ 0.605864] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606799] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608911] PPP generic driver version 2.4.2\n[ 0.609796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611064] ehci-pci: EHCI PCI platform driver\n[ 0.611914] ehci-platform: EHCI generic platform driver\n[ 0.612876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613981] ohci-pci: OHCI PCI platform driver\n[ 0.614836] ohci-platform: OHCI generic platform driver\n[ 0.615799] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631103] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637238] usb usb1: Product: UHCI Host Controller\n[ 0.638157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640264] hub 1-0:1.0: USB hub found\n[ 0.641032] hub 1-0:1.0: 2 ports detected\n[ 0.641924] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643990] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644922] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645930] mousedev: PS/2 mouse device common for all mice\n[ 0.647160] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648973] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650045] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651217] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652383] i2c /dev entries driver\n[ 0.653131] device-mapper: uevent: version 1.0.3\n[ 0.654059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656923] NET: Registered protocol family 10\n[ 0.657911] NET: Registered protocol family 17\n[ 0.658821] Key type dns_resolver registered\n[ 0.659847] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661133] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663458] registered taskstats version 1\n[ 0.664578] Loading compiled-in X.509 certificates\n[ 0.666356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669006] zswap: loaded using pool lzo/zbud\n[ 0.670748] Key type trusted registered\n[ 0.672775] Key type encrypted registered\n[ 0.673856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675245] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.678127] Magic number: 10:38:25\n[ 0.679244] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:00 UTC (1543143660)\n[ 0.681287] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682613] EDD information not available.\n[ 0.762100] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763934] Write protecting the kernel read-only data: 14336k\n[ 0.776057] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778142] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.37\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.562962] 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 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTxIUp8GeeiD1A6I8t0YDq/NS7HysuPPGs+LfaWQ795Nwwjnl7ff0TW5X1p4DTazs29o++PoVUutMK3BI5rGdTBnCpd03OVYQPM01nbpHmOGgvzTD34dlgu4AUN+Ogzka6vwIC2OsWJ2fPlMeCuVlfeL3RK6t0VvNuilJHjbg8R8ofO+MCptP+lujBeQ0URcF8kZIu1vk+QAT26wRJhxHbo2ttjDqhqkAtdvxmM7tTsnN3U5YRYLod5L4EqWbnXufsU0XtlEiPLNtemrkbdbtLxSByxDLIvxRN8qYZwKplZdVuVarH985P22LKgLgDeNLAWrkgyQDd/WkipmiQ7dLD root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJd/h7/R1s1kqcFHQjLiwhi2G9sXtRWZpxXgirjpv73IYofwB+uUekKIDg65CTte7DwpVZTTr9epCWTwHoI3LikhNZj7gMMYEgsw8JydCGOv0l2NMRPDOSQReHdgemR0e3g+vvV/JNIt0siCPrNhpsLwZ18IltgVzcrtoMZXJl0XAAAAFQDTspIAEo9SZQY3l8clAgKCUZoIowAAAIBeLig8tP7VBaOal0vcqZDjGhMv6q1/h6Hlw3it6mpkSY9DDBRBUyffffMwszNr9OB/ADJKL5b88cL2bRK0q/xKiEjhuTXF/TA4JH1Do5h6vGsrANezV+/by3z/yXkdTHpalfycawAgoAaI5MLITm27N+Pdiq9Q86CQv/dF5V7GQAAAAIAZ7DOnQtSWPp01eM6wb7cF6SfYm8RXYUt59vabVVDkHo/9tMue9zm/9MQzvao2VEbVsSC4wpx5DrVJKJ9Qx1IjBECSeuzh1+tfeVj/tPZ2mTRHgmoxglH0EpENEBuirv0DrBGfZZNU/KnkUPpoMhu65YvjD1DTiO3cFJU1mSy6uA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe62:6b59/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.27s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:62:6B:59 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe62:6b59/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7866 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113978] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113979] usb 1-1: Product: QEMU USB Tablet\n[ 1.113980] usb 1-1: Manufacturer: QEMU\n[ 1.113981] usb 1-1: SerialNumber: 42\n[ 1.489383] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.530816] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.543948] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.562962] random: dd urandom read with 5 bits of entropy available\n[ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nNov 25 11:01:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nNov 25 11:01:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nNov 25 11:01:01 cirros kern.notice kernel: [ 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)\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nNov 25 11:01:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nNov 25 11:01:01 cirros kern.notice kernel: [ 1.562962] random: dd urandom read with 5 bits of entropy available\nNov 25 11:01:02 cirros auth.notice su: + /dev/console root:cirros\nNov 25 11:01:03 cirros authpriv.info dropbear[340]: Running in background\nNov 25 11:01:03 cirros kern.info kernel: [ 3.598034] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nNov 25 11:01:03 cirros kern.info kernel: [ 4.025362] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-11-25 11:02:29,134 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/349dc4b6-8344-4733-9db5-6a980a0100ac/action used request id req-b418770d-e55e-41b7-ae5e-13b9ffc8cd9f 2018-11-25 11:02:29,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-087b6139-79c9-4694-9388-4c9db329658f x-compute-request-id: req-087b6139-79c9-4694-9388-4c9db329658f Content-Encoding: gzip Content-Length: 8102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 578127794 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.908 MHz processor\n[ 0.130041] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131739] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135378] Security Framework initialized\n[ 0.136218] Yama: becoming mindful.\n[ 0.136941] AppArmor: AppArmor initialized\n[ 0.137814] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139180] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140439] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141634] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143006] Initializing cgroup subsys io\n[ 0.143816] Initializing cgroup subsys memory\n[ 0.144667] Initializing cgroup subsys devices\n[ 0.145530] Initializing cgroup subsys freezer\n[ 0.146388] Initializing cgroup subsys net_cls\n[ 0.147246] Initializing cgroup subsys perf_event\n[ 0.148176] Initializing cgroup subsys net_prio\n[ 0.149076] Initializing cgroup subsys hugetlb\n[ 0.149936] Initializing cgroup subsys pids\n[ 0.150795] CPU: Physical Processor ID: 0\n[ 0.152285] mce: CPU supports 10 MCE banks\n[ 0.153133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165789] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172074] ftrace: allocating 31920 entries in 125 pages\n[ 0.198031] smpboot: Max logical packages: 1\n[ 0.198910] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200273] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202822] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203915] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207602] KVM setup paravirtual spinlock\n[ 0.208897] x86: Booted up 1 node, 1 CPUs\n[ 0.209687] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.211050] devtmpfs: initialized\n[ 0.212724] evm: security.selinux\n[ 0.213405] evm: security.SMACK64\n[ 0.214079] evm: security.SMACK64EXEC\n[ 0.214802] evm: security.SMACK64TRANSMUTE\n[ 0.215590] evm: security.SMACK64MMAP\n[ 0.216311] evm: security.ima\n[ 0.216946] evm: security.capability\n[ 0.217730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219570] pinctrl core: initialized pinctrl subsystem\n[ 0.220640] RTC time: 11:01:24, date: 11/25/18\n[ 0.221581] NET: Registered protocol family 16\n[ 0.222526] cpuidle: using governor ladder\n[ 0.223323] cpuidle: using governor menu\n[ 0.224090] PCCT header not found.\n[ 0.224846] ACPI: bus type PCI registered\n[ 0.225649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226880] PCI: Using configuration type 1 for base access\n[ 0.228644] ACPI: Added _OSI(Module Device)\n[ 0.229480] ACPI: Added _OSI(Processor Device)\n[ 0.230361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231241] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233322] ACPI: Interpreter enabled\n[ 0.234109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241470] ACPI: (supports S0 S5)\n[ 0.242196] ACPI: Using IOAPIC for interrupt routing\n[ 0.243274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247558] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252206] acpiphp: Slot [3] registered\n[ 0.253011] acpiphp: Slot [4] registered\n[ 0.253846] acpiphp: Slot [5] registered\n[ 0.254632] acpiphp: Slot [6] registered\n[ 0.255414] acpiphp: Slot [7] registered\n[ 0.256216] acpiphp: Slot [8] registered\n[ 0.257006] acpiphp: Slot [9] registered\n[ 0.257791] acpiphp: Slot [10] registered\n[ 0.258589] acpiphp: Slot [11] registered\n[ 0.259422] acpiphp: Slot [12] registered\n[ 0.260258] acpiphp: Slot [13] registered\n[ 0.261055] acpiphp: Slot [14] registered\n[ 0.261851] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273370] acpiphp: Slot [17] registered\n[ 0.274200] acpiphp: Slot [18] registered\n[ 0.275027] acpiphp: Slot [19] registered\n[ 0.275859] acpiphp: Slot [20] registered\n[ 0.276678] acpiphp: Slot [21] registered\n[ 0.277491] acpiphp: Slot [22] registered\n[ 0.278321] acpiphp: Slot [23] registered\n[ 0.279167] acpiphp: Slot [24] registered\n[ 0.280010] acpiphp: Slot [25] registered\n[ 0.280813] acpiphp: Slot [26] registered\n[ 0.281626] acpiphp: Slot [27] registered\n[ 0.282439] acpiphp: Slot [28] registered\n[ 0.283272] acpiphp: Slot [29] registered\n[ 0.284069] acpiphp: Slot [30] registered\n[ 0.284871] acpiphp: Slot [31] registered\n[ 0.285669] PCI host bridge to bus 0000:00\n[ 0.286492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290383] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297953] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299251] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301737] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365750] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367487] SCSI subsystem initialized\n[ 0.368305] ACPI: bus type USB registered\n[ 0.369116] usbcore: registered new interface driver usbfs\n[ 0.370139] usbcore: registered new interface driver hub\n[ 0.371201] usbcore: registered new device driver usb\n[ 0.372248] PCI: Using ACPI for IRQ routing\n[ 0.373274] NetLabel: Initializing\n[ 0.374032] NetLabel: domain hash size = 128\n[ 0.374902] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375877] NetLabel: unlabeled traffic allowed by default\n[ 0.376998] clocksource: Switched to clocksource kvm-clock\n[ 0.382432] AppArmor: AppArmor Filesystem Enabled\n[ 0.383386] pnp: PnP ACPI init\n[ 0.384285] pnp: PnP ACPI: found 5 devices\n[ 0.390627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392352] NET: Registered protocol family 2\n[ 0.393347] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394660] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395869] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399347] NET: Registered protocol family 1\n[ 0.400231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430482] Trying to unpack rootfs image as initramfs...\n[ 0.479698] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493574] Scanning for low memory corruption every 60 seconds\n[ 0.494924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496094] audit: initializing netlink subsys (disabled)\n[ 0.497147] audit: type=2000 audit(1543143685.175:1): initialized\n[ 0.498476] Initialise system trusted keyring\n[ 0.499428] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502632] zbud: loaded\n[ 0.503335] VFS: Disk quotas dquot_6.6.0\n[ 0.504150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505651] fuse init (API version 7.23)\n[ 0.506533] Key type big_key registered\n[ 0.507325] Allocating IMA MOK and blacklist keyrings.\n[ 0.508782] Key type asymmetric registered\n[ 0.509606] Asymmetric key parser 'x509' registered\n[ 0.510551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512024] io scheduler noop registered\n[ 0.512843] io scheduler deadline registered (default)\n[ 0.513823] io scheduler cfq registered\n[ 0.514646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518369] ACPI: Power Button [PWRF]\n[ 0.519196] GHES: HEST is not enabled!\n[ 0.532772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588395] Linux agpgart interface v0.103\n[ 0.590353] brd: module loaded\n[ 0.591499] loop: module loaded\n[ 0.595779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597284] GPT:90111 != 2097151\n[ 0.598073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599195] GPT:90111 != 2097151\n[ 0.599882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600870] vda: vda1 vda15\n[ 0.602211] scsi host0: ata_piix\n[ 0.602957] scsi host1: ata_piix\n[ 0.603661] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606315] libphy: Fixed MDIO Bus: probed\n[ 0.609697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613028] PPP generic driver version 2.4.2\n[ 0.613931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615118] ehci-pci: EHCI PCI platform driver\n[ 0.615992] ehci-platform: EHCI generic platform driver\n[ 0.616973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618096] ohci-pci: OHCI PCI platform driver\n[ 0.618962] ohci-platform: OHCI generic platform driver\n[ 0.619937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636634] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641564] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650445] usb usb1: Product: UHCI Host Controller\n[ 0.652572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655118] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656082] hub 1-0:1.0: USB hub found\n[ 0.656855] hub 1-0:1.0: 2 ports detected\n[ 0.657766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659895] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660839] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661876] mousedev: PS/2 mouse device common for all mice\n[ 0.663117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664959] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667242] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668422] i2c /dev entries driver\n[ 0.669193] device-mapper: uevent: version 1.0.3\n[ 0.670138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673063] NET: Registered protocol family 10\n[ 0.674065] NET: Registered protocol family 17\n[ 0.674945] Key type dns_resolver registered\n[ 0.675861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676957] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678705] registered taskstats version 1\n[ 0.679543] Loading compiled-in X.509 certificates\n[ 0.680984] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682838] zswap: loaded using pool lzo/zbud\n[ 0.684227] Key type trusted registered\n[ 0.685789] Key type encrypted registered\n[ 0.686618] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687643] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688683] evm: HMAC attrs: 0x1\n[ 0.689637] Magic number: 10:38:25\n[ 0.690474] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:25 UTC (1543143685)\n[ 0.692070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693190] EDD information not available.\n[ 0.761499] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762969] ata1.00: configured for MWDMA2\n[ 0.764173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.776938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.778164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.779415] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.781283] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782820] Write protecting the kernel read-only data: 14336k\n[ 0.784373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786193] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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 1.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... [ 2.007078] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 1.85s]\nping 10.10.10.7 KO\nping 10.10.10.14 KO\nping 10.10.10.7 KO\n"} 2018-11-25 11:02:29,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-087b6139-79c9-4694-9388-4c9db329658f 2018-11-25 11:02:29,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-f2faab98-2746-486d-ad23-95f74c0249ca x-compute-request-id: req-f2faab98-2746-486d-ad23-95f74c0249ca Content-Encoding: gzip Content-Length: 8082 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 710051028 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.130845] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132479] pid_max: default: 32768 minimum: 301\n[ 0.133367] ACPI: Core revision 20150930\n[ 0.134754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136052] Security Framework initialized\n[ 0.136861] Yama: becoming mindful.\n[ 0.137582] AppArmor: AppArmor initialized\n[ 0.138444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141032] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143609] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145275] Initializing cgroup subsys devices\n[ 0.146159] Initializing cgroup subsys freezer\n[ 0.147020] Initializing cgroup subsys net_cls\n[ 0.147879] Initializing cgroup subsys perf_event\n[ 0.148783] Initializing cgroup subsys net_prio\n[ 0.149656] Initializing cgroup subsys hugetlb\n[ 0.150523] Initializing cgroup subsys pids\n[ 0.151394] CPU: Physical Processor ID: 0\n[ 0.152901] mce: CPU supports 10 MCE banks\n[ 0.153740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166690] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173100] ftrace: allocating 31920 entries in 125 pages\n[ 0.199900] smpboot: Max logical packages: 1\n[ 0.200745] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202091] x2apic enabled\n[ 0.202902] Switched APIC routing to physical x2apic.\n[ 0.204646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207750] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209525] KVM setup paravirtual spinlock\n[ 0.210891] x86: Booted up 1 node, 1 CPUs\n[ 0.211685] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213067] devtmpfs: initialized\n[ 0.214780] evm: security.selinux\n[ 0.215475] evm: security.SMACK64\n[ 0.216162] evm: security.SMACK64EXEC\n[ 0.216900] evm: security.SMACK64TRANSMUTE\n[ 0.217700] evm: security.SMACK64MMAP\n[ 0.218443] evm: security.ima\n[ 0.219081] evm: security.capability\n[ 0.219881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221717] pinctrl core: initialized pinctrl subsystem\n[ 0.222812] RTC time: 11:01:11, date: 11/25/18\n[ 0.223763] NET: Registered protocol family 16\n[ 0.224734] cpuidle: using governor ladder\n[ 0.225542] cpuidle: using governor menu\n[ 0.226324] PCCT header not found.\n[ 0.227078] ACPI: bus type PCI registered\n[ 0.227875] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229099] PCI: Using configuration type 1 for base access\n[ 0.230855] ACPI: Added _OSI(Module Device)\n[ 0.231691] ACPI: Added _OSI(Processor Device)\n[ 0.232546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235557] ACPI: Interpreter enabled\n[ 0.236330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243634] ACPI: (supports S0 S5)\n[ 0.244337] ACPI: Using IOAPIC for interrupt routing\n[ 0.245286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250729] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254120] acpiphp: Slot [3] registered\n[ 0.254922] acpiphp: Slot [4] registered\n[ 0.255717] acpiphp: Slot [5] registered\n[ 0.256507] acpiphp: Slot [6] registered\n[ 0.257302] acpiphp: Slot [7] registered\n[ 0.258105] acpiphp: Slot [8] registered\n[ 0.258901] acpiphp: Slot [9] registered\n[ 0.259689] acpiphp: Slot [10] registered\n[ 0.260496] acpiphp: Slot [11] registered\n[ 0.261318] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262949] acpiphp: Slot [14] registered\n[ 0.263755] acpiphp: Slot [15] registered\n[ 0.274591] acpiphp: Slot [16] registered\n[ 0.275412] acpiphp: Slot [17] registered\n[ 0.276221] acpiphp: Slot [18] registered\n[ 0.277025] acpiphp: Slot [19] registered\n[ 0.277827] acpiphp: Slot [20] registered\n[ 0.278635] acpiphp: Slot [21] registered\n[ 0.279443] acpiphp: Slot [22] registered\n[ 0.280247] acpiphp: Slot [23] registered\n[ 0.281056] acpiphp: Slot [24] registered\n[ 0.281861] acpiphp: Slot [25] registered\n[ 0.282667] acpiphp: Slot [26] registered\n[ 0.283472] acpiphp: Slot [27] registered\n[ 0.284279] acpiphp: Slot [28] registered\n[ 0.285093] acpiphp: Slot [29] registered\n[ 0.285905] acpiphp: Slot [30] registered\n[ 0.286724] acpiphp: Slot [31] registered\n[ 0.287531] PCI host bridge to bus 0000:00\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289561] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292234] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293681] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301311] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303759] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310270] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358191] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359688] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362535] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365181] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366341] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369022] vgaarb: loaded\n[ 0.369622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370766] SCSI subsystem initialized\n[ 0.371585] ACPI: bus type USB registered\n[ 0.372405] usbcore: registered new interface driver usbfs\n[ 0.373438] usbcore: registered new interface driver hub\n[ 0.374448] usbcore: registered new device driver usb\n[ 0.375512] PCI: Using ACPI for IRQ routing\n[ 0.376538] NetLabel: Initializing\n[ 0.377255] NetLabel: domain hash size = 128\n[ 0.378108] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379060] NetLabel: unlabeled traffic allowed by default\n[ 0.380162] clocksource: Switched to clocksource kvm-clock\n[ 0.385565] AppArmor: AppArmor Filesystem Enabled\n[ 0.386524] pnp: PnP ACPI init\n[ 0.387439] pnp: PnP ACPI: found 5 devices\n[ 0.393810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395527] NET: Registered protocol family 2\n[ 0.396487] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397770] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398941] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400101] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402356] NET: Registered protocol family 1\n[ 0.403228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404334] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433664] Trying to unpack rootfs image as initramfs...\n[ 0.484257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498279] Scanning for low memory corruption every 60 seconds\n[ 0.499604] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500751] audit: initializing netlink subsys (disabled)\n[ 0.501768] audit: type=2000 audit(1543143672.506:1): initialized\n[ 0.503060] Initialise system trusted keyring\n[ 0.503984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507129] zbud: loaded\n[ 0.507828] VFS: Disk quotas dquot_6.6.0\n[ 0.508654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510175] fuse init (API version 7.23)\n[ 0.511052] Key type big_key registered\n[ 0.511845] Allocating IMA MOK and blacklist keyrings.\n[ 0.512948] Key type asymmetric registered\n[ 0.513764] Asymmetric key parser 'x509' registered\n[ 0.514716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516541] io scheduler noop registered\n[ 0.517334] io scheduler deadline registered (default)\n[ 0.518320] io scheduler cfq registered\n[ 0.519148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522888] ACPI: Power Button [PWRF]\n[ 0.523710] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567372] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598025] Linux agpgart interface v0.103\n[ 0.601191] brd: module loaded\n[ 0.603486] loop: module loaded\n[ 0.609641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611098] GPT:90111 != 2097151\n[ 0.611774] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612872] GPT:90111 != 2097151\n[ 0.613546] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614512] vda: vda1 vda15\n[ 0.615961] scsi host0: ata_piix\n[ 0.616714] scsi host1: ata_piix\n[ 0.617422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620079] libphy: Fixed MDIO Bus: probed\n[ 0.620907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623992] PPP generic driver version 2.4.2\n[ 0.624891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626149] ehci-pci: EHCI PCI platform driver\n[ 0.627017] ehci-platform: EHCI generic platform driver\n[ 0.627997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629126] ohci-pci: OHCI PCI platform driver\n[ 0.629996] ohci-platform: OHCI generic platform driver\n[ 0.630979] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645178] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646197] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647645] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652431] usb usb1: Product: UHCI Host Controller\n[ 0.653363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654502] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655521] hub 1-0:1.0: USB hub found\n[ 0.656309] hub 1-0:1.0: 2 ports detected\n[ 0.657215] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659329] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660287] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661315] mousedev: PS/2 mouse device common for all mice\n[ 0.662560] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664392] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665484] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667856] i2c /dev entries driver\n[ 0.668625] device-mapper: uevent: version 1.0.3\n[ 0.669572] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671197] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672470] NET: Registered protocol family 10\n[ 0.673458] NET: Registered protocol family 17\n[ 0.674344] Key type dns_resolver registered\n[ 0.675265] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678106] registered taskstats version 1\n[ 0.678929] Loading compiled-in X.509 certificates\n[ 0.680377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682213] zswap: loaded using pool lzo/zbud\n[ 0.683569] Key type trusted registered\n[ 0.685127] Key type encrypted registered\n[ 0.685948] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686970] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688062] evm: HMAC attrs: 0x1\n[ 0.689083] Magic number: 10:38:25\n[ 0.690011] rtc_cmos 00:00: setting system clock to 2018-11-25 11:01:12 UTC (1543143672)\n[ 0.691817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693065] EDD information not available.\n[ 0.772676] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774098] ata1.00: configured for MWDMA2\n[ 0.775284] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787814] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.789336] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.790731] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.792677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794331] Write protecting the kernel read-only data: 14336k\n[ 0.795978] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\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.559174] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 3.53s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-11-25 11:02:29,307 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-f2faab98-2746-486d-ad23-95f74c0249ca 2018-11-25 11:02:29,318 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-11-25 11:02:29,319 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=bac2cfe6-996e-419c-b251-73a743234ab8 network=16b9a420-8fe5-4f7c-adc5-d9443f3b8670 secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.7 10.10.10.10 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-25 11:02:29,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:02:29,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:02:29,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:02:29,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:02:29,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:02:29,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:02:29,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:02:29,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:02:29,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:02:29,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:02:29,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:02:29,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:02:29,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:02:29,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:02:29,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:02:29,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:02:29,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:02:29,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:02:29,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:02:29,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:02:29,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:02:29,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:02:29,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:02:29,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:02:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:02:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:02:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:02:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:02:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:02:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:02:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:02:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:02:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:02:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:02:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:02:29,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:02:29,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:02:29,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:02:29,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:02:29,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d3bf0a-32ed-4c54-90fd-5d014e046591 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:02:29,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f0d3bf0a-32ed-4c54-90fd-5d014e046591 2018-11-25 11:02:29,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:02:29,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:02:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["zmrLB2f-RYuO-xtS7ejWNw"], "issued_at": "2018-11-25T11:02:29.000000Z"}} 2018-11-25 11:02:29,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" 2018-11-25 11:02:29,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-c42f2d16-7cd2-4367-a9f6-9d52381e02bf x-compute-request-id: req-c42f2d16-7cd2-4367-a9f6-9d52381e02bf Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-11-25 11:02:29,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c42f2d16-7cd2-4367-a9f6-9d52381e02bf 2018-11-25 11:02:29,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" 2018-11-25 11:02:29,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-fa6eaaba-2783-476c-a226-a6685e0d1921 x-compute-request-id: req-fa6eaaba-2783-476c-a226-a6685e0d1921 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 11:02:29,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9 used request id req-fa6eaaba-2783-476c-a226-a6685e0d1921 2018-11-25 11:02:29,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "bac2cfe6-996e-419c-b251-73a743234ab8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjEwCndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "16b9a420-8fe5-4f7c-adc5-d9443f3b8670"}], "config_drive": true}}' 2018-11-25 11:02:31,363 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:02: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-1c250baa-b5d4-445c-aca1-e56ba4a53275 x-compute-request-id: req-1c250baa-b5d4-445c-aca1-e56ba4a53275 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "59a6fc79-e524-40bd-8b47-e41f741ef2a2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "bookmark"}], "adminPass": "v43VDQdi8t8a"}} 2018-11-25 11:02:31,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-1c250baa-b5d4-445c-aca1-e56ba4a53275 2018-11-25 11:02:31,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:02:31,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5723d1a-737f-48df-a8bc-cba9b735d968 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:02:31,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c5723d1a-737f-48df-a8bc-cba9b735d968 2018-11-25 11:02:31,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:02:31,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:02:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["BhJ11R_ZTUmASrbeee7z3Q"], "issued_at": "2018-11-25T11:02:31.000000Z"}} 2018-11-25 11:02:31,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d871d733cd334f6cb12d26339e297cfb6c6fb5fc" 2018-11-25 11:02:32,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-f6669e35-3aac-4af0-9f35-d99d6eeed301 x-compute-request-id: req-f6669e35-3aac-4af0-9f35-d99d6eeed301 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "59a6fc79-e524-40bd-8b47-e41f741ef2a2", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:02:31Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-25T11:02:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:02:32,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2 used request id req-f6669e35-3aac-4af0-9f35-d99d6eeed301 2018-11-25 11:02:35,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d871d733cd334f6cb12d26339e297cfb6c6fb5fc" 2018-11-25 11:02:36,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-890844b8-6c00-4cf1-95d1-b46492756b10 x-compute-request-id: req-890844b8-6c00-4cf1-95d1-b46492756b10 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f4:39", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "59a6fc79-e524-40bd-8b47-e41f741ef2a2", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:02:32Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-25T11:02:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:02:36,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2 used request id req-890844b8-6c00-4cf1-95d1-b46492756b10 2018-11-25 11:02:39,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d871d733cd334f6cb12d26339e297cfb6c6fb5fc" 2018-11-25 11:02:39,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-5eb325c8-17ba-45bb-9613-abda8fef0ff1 x-compute-request-id: req-5eb325c8-17ba-45bb-9613-abda8fef0ff1 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f4:39", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-11-25T11:02:35.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "59a6fc79-e524-40bd-8b47-e41f741ef2a2", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:02:35Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-25T11:02:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:02:39,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2 used request id req-5eb325c8-17ba-45bb-9613-abda8fef0ff1 2018-11-25 11:02:39,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" 2018-11-25 11:02:40,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-befb8e3f-7201-4d35-a2c3-867374f0c2b7 x-compute-request-id: req-befb8e3f-7201-4d35-a2c3-867374f0c2b7 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f4:39", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-11-25T11:02:35.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "59a6fc79-e524-40bd-8b47-e41f741ef2a2", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:02:35Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-25T11:02:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:02:40,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2 used request id req-befb8e3f-7201-4d35-a2c3-867374f0c2b7 2018-11-25 11:02:40,733 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.5'. 2018-11-25 11:02:40,733 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-11-25 11:02:40,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 11:02:42,317 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:02:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fe3bf4b8-5bda-4966-8cd8-8e94219d8737 x-compute-request-id: req-fe3bf4b8-5bda-4966-8cd8-8e94219d8737 Content-Length: 0 Content-Type: application/json 2018-11-25 11:02:42,318 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-fe3bf4b8-5bda-4966-8cd8-8e94219d8737 2018-11-25 11:02:42,318 - sdnvpn_test_utils - INFO - Waiting for instance 59a6fc79-e524-40bd-8b47-e41f741ef2a2 to boot up 2018-11-25 11:02:42,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:43,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-81270327-deef-4c9a-ac12-43e91c8987a0 x-compute-request-id: req-81270327-deef-4c9a-ac12-43e91c8987a0 Content-Encoding: gzip Content-Length: 8102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\n"} 2018-11-25 11:02:43,386 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-81270327-deef-4c9a-ac12-43e91c8987a0 2018-11-25 11:02:45,396 - __name__ - INFO - Starting monitor thread of vm_4 2018-11-25 11:02:46,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:47,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-29a0dd57-cdf5-43be-9e0c-e66b2169c4a6 x-compute-request-id: req-29a0dd57-cdf5-43be-9e0c-e66b2169c4a6 Content-Encoding: gzip Content-Length: 8102 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\n"} 2018-11-25 11:02:47,507 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-29a0dd57-cdf5-43be-9e0c-e66b2169c4a6 2018-11-25 11:02:48,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:49,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-91a9b75c-b1fd-496e-b8e5-44f6f9dad60f x-compute-request-id: req-91a9b75c-b1fd-496e-b8e5-44f6f9dad60f Content-Encoding: gzip Content-Length: 8110 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\n"} 2018-11-25 11:02:49,633 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-91a9b75c-b1fd-496e-b8e5-44f6f9dad60f 2018-11-25 11:02:50,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:51,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-a8cb4e69-63a1-4bc7-8981-19698fc1b5b2 x-compute-request-id: req-a8cb4e69-63a1-4bc7-8981-19698fc1b5b2 Content-Encoding: gzip Content-Length: 8110 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\n"} 2018-11-25 11:02:51,718 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-a8cb4e69-63a1-4bc7-8981-19698fc1b5b2 2018-11-25 11:02:52,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:53,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-cfb4fcbc-87bd-4dc4-b7e2-6c23f1d61483 x-compute-request-id: req-cfb4fcbc-87bd-4dc4-b7e2-6c23f1d61483 Content-Encoding: gzip Content-Length: 8110 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\n"} 2018-11-25 11:02:53,793 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-cfb4fcbc-87bd-4dc4-b7e2-6c23f1d61483 2018-11-25 11:02:54,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:55,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-9d227fd2-2662-4acf-bd3c-0f794d766759 x-compute-request-id: req-9d227fd2-2662-4acf-bd3c-0f794d766759 Content-Encoding: gzip Content-Length: 8110 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\n"} 2018-11-25 11:02:55,874 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-9d227fd2-2662-4acf-bd3c-0f794d766759 2018-11-25 11:02:56,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:02:57,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:02: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-bf158dac-2193-4a44-ba2b-e16f51e4bd22 x-compute-request-id: req-bf158dac-2193-4a44-ba2b-e16f51e4bd22 Content-Encoding: gzip Content-Length: 8110 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\n"} 2018-11-25 11:02:57,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-bf158dac-2193-4a44-ba2b-e16f51e4bd22 2018-11-25 11:02:58,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:03:00,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-f544deef-7f96-40e1-a54b-eb3cac8eb1da x-compute-request-id: req-f544deef-7f96-40e1-a54b-eb3cac8eb1da Content-Encoding: gzip Content-Length: 8110 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\n"} 2018-11-25 11:03:00,040 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-f544deef-7f96-40e1-a54b-eb3cac8eb1da 2018-11-25 11:03:01,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:03:02,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11: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-a084fa80-b952-4045-adb8-5f1f21929750 x-compute-request-id: req-a084fa80-b952-4045-adb8-5f1f21929750 Content-Encoding: gzip Content-Length: 8110 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\n"} 2018-11-25 11:03:02,116 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-a084fa80-b952-4045-adb8-5f1f21929750 2018-11-25 11:03:03,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:03:04,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-46b47686-5fcc-4844-a96e-2029dbf4e8d2 x-compute-request-id: req-46b47686-5fcc-4844-a96e-2029dbf4e8d2 Content-Encoding: gzip Content-Length: 8110 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\n"} 2018-11-25 11:03:04,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-46b47686-5fcc-4844-a96e-2029dbf4e8d2 2018-11-25 11:03:05,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:03:06,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-c34b9691-b87d-4157-9f92-2570cd110af6 x-compute-request-id: req-c34b9691-b87d-4157-9f92-2570cd110af6 Content-Encoding: gzip Content-Length: 8110 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\n"} 2018-11-25 11:03:06,442 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-c34b9691-b87d-4157-9f92-2570cd110af6 2018-11-25 11:03:07,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:03:08,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-6cd8bbc7-ce2a-4c1e-8d90-f9b32e3c2f5c x-compute-request-id: req-6cd8bbc7-ce2a-4c1e-8d90-f9b32e3c2f5c Content-Encoding: gzip Content-Length: 8118 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\nping 10.10.10.10 KO\n"} 2018-11-25 11:03:08,520 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-6cd8bbc7-ce2a-4c1e-8d90-f9b32e3c2f5c 2018-11-25 11:03:09,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:03:10,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-de87078c-2917-4947-b4bc-c597e391fff7 x-compute-request-id: req-de87078c-2917-4947-b4bc-c597e391fff7 Content-Encoding: gzip Content-Length: 8118 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\nping 10.10.10.10 KO\n"} 2018-11-25 11:03:10,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-de87078c-2917-4947-b4bc-c597e391fff7 2018-11-25 11:03:11,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:03:12,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-947020da-812d-416c-b954-378c99c89d7e x-compute-request-id: req-947020da-812d-416c-b954-378c99c89d7e Content-Encoding: gzip Content-Length: 8118 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\nping 10.10.10.10 KO\n"} 2018-11-25 11:03:12,678 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-947020da-812d-416c-b954-378c99c89d7e 2018-11-25 11:03:13,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:03:14,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f431f434-448c-4f05-9cff-0f5072604b93 x-compute-request-id: req-f431f434-448c-4f05-9cff-0f5072604b93 Content-Encoding: gzip Content-Length: 8118 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\nping 10.10.10.10 KO\n"} 2018-11-25 11:03:14,749 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-f431f434-448c-4f05-9cff-0f5072604b93 2018-11-25 11:03:15,430 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-11-25 11:03:15,431 - __name__ - INFO - Sending stop signal to monitor thread 2018-11-25 11:03:15,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50bf963f3e5a7ac244da6a3f93347fc23c0777ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:03:16,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-e9875d43-e32c-44a0-a398-61d18a36d352 x-compute-request-id: req-e9875d43-e32c-44a0-a398-61d18a36d352 Content-Encoding: gzip Content-Length: 8118 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491221909 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.157421] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159382] pid_max: default: 32768 minimum: 301\n[ 0.160454] ACPI: Core revision 20150930\n[ 0.161979] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163543] Security Framework initialized\n[ 0.164506] Yama: becoming mindful.\n[ 0.165352] AppArmor: AppArmor initialized\n[ 0.166352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170863] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172511] Initializing cgroup subsys io\n[ 0.173467] Initializing cgroup subsys memory\n[ 0.174482] Initializing cgroup subsys devices\n[ 0.175507] Initializing cgroup subsys freezer\n[ 0.176540] Initializing cgroup subsys net_cls\n[ 0.177578] Initializing cgroup subsys perf_event\n[ 0.178646] Initializing cgroup subsys net_prio\n[ 0.179687] Initializing cgroup subsys hugetlb\n[ 0.180715] Initializing cgroup subsys pids\n[ 0.181735] CPU: Physical Processor ID: 0\n[ 0.183370] mce: CPU supports 10 MCE banks\n[ 0.184367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196759] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203720] ftrace: allocating 31920 entries in 125 pages\n[ 0.231470] smpboot: Max logical packages: 1\n[ 0.232490] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234065] x2apic enabled\n[ 0.234973] Switched APIC routing to physical x2apic.\n[ 0.236914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242667] KVM setup paravirtual spinlock\n[ 0.244134] x86: Booted up 1 node, 1 CPUs\n[ 0.245079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246704] devtmpfs: initialized\n[ 0.248528] evm: security.selinux\n[ 0.249338] evm: security.SMACK64\n[ 0.250122] evm: security.SMACK64EXEC\n[ 0.251074] evm: security.SMACK64TRANSMUTE\n[ 0.252085] evm: security.SMACK64MMAP\n[ 0.253017] evm: security.ima\n[ 0.253798] evm: security.capability\n[ 0.254783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257167] pinctrl core: initialized pinctrl subsystem\n[ 0.258552] RTC time: 11:02:35, date: 11/25/18\n[ 0.259735] NET: Registered protocol family 16\n[ 0.260951] cpuidle: using governor ladder\n[ 0.261949] cpuidle: using governor menu\n[ 0.262887] PCCT header not found.\n[ 0.263826] ACPI: bus type PCI registered\n[ 0.264845] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266440] PCI: Using configuration type 1 for base access\n[ 0.268527] ACPI: Added _OSI(Module Device)\n[ 0.269574] ACPI: Added _OSI(Processor Device)\n[ 0.270657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274221] ACPI: Interpreter enabled\n[ 0.275167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284710] ACPI: (supports S0 S5)\n[ 0.285605] ACPI: Using IOAPIC for interrupt routing\n[ 0.286827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291888] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297872] acpiphp: Slot [3] registered\n[ 0.298884] acpiphp: Slot [4] registered\n[ 0.299892] acpiphp: Slot [5] registered\n[ 0.300904] acpiphp: Slot [6] registered\n[ 0.301914] acpiphp: Slot [7] registered\n[ 0.302909] acpiphp: Slot [8] registered\n[ 0.303918] acpiphp: Slot [9] registered\n[ 0.304929] acpiphp: Slot [10] registered\n[ 0.305959] acpiphp: Slot [11] registered\n[ 0.306982] acpiphp: Slot [12] registered\n[ 0.308010] acpiphp: Slot [13] registered\n[ 0.309032] acpiphp: Slot [14] registered\n[ 0.310068] acpiphp: Slot [15] registered\n[ 0.320996] acpiphp: Slot [16] registered\n[ 0.322026] acpiphp: Slot [17] registered\n[ 0.323058] acpiphp: Slot [18] registered\n[ 0.324130] acpiphp: Slot [19] registered\n[ 0.324978] acpiphp: Slot [20] registered\n[ 0.325763] acpiphp: Slot [21] registered\n[ 0.326541] acpiphp: Slot [22] registered\n[ 0.327313] acpiphp: Slot [23] registered\n[ 0.328089] acpiphp: Slot [24] registered\n[ 0.328866] acpiphp: Slot [25] registered\n[ 0.329639] acpiphp: Slot [26] registered\n[ 0.330432] acpiphp: Slot [27] registered\n[ 0.331208] acpiphp: Slot [28] registered\n[ 0.331986] acpiphp: Slot [29] registered\n[ 0.332761] acpiphp: Slot [30] registered\n[ 0.333535] acpiphp: Slot [31] registered\n[ 0.334309] PCI host bridge to bus 0000:00\n[ 0.335092] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338784] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340170] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358872] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414910] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418137] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420903] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423965] vgaarb: loaded\n[ 0.424654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425979] SCSI subsystem initialized\n[ 0.426944] ACPI: bus type USB registered\n[ 0.427902] usbcore: registered new interface driver usbfs\n[ 0.429136] usbcore: registered new interface driver hub\n[ 0.430330] usbcore: registered new device driver usb\n[ 0.431574] PCI: Using ACPI for IRQ routing\n[ 0.432754] NetLabel: Initializing\n[ 0.433593] NetLabel: domain hash size = 128\n[ 0.434591] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435703] NetLabel: unlabeled traffic allowed by default\n[ 0.436989] clocksource: Switched to clocksource kvm-clock\n[ 0.442941] AppArmor: AppArmor Filesystem Enabled\n[ 0.444077] pnp: PnP ACPI init\n[ 0.445119] pnp: PnP ACPI: found 5 devices\n[ 0.451652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453670] NET: Registered protocol family 2\n[ 0.454790] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459049] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463993] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493889] Trying to unpack rootfs image as initramfs...\n[ 0.544575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558736] Scanning for low memory corruption every 60 seconds\n[ 0.560284] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561658] audit: initializing netlink subsys (disabled)\n[ 0.562874] audit: type=2000 audit(1543143756.647:1): initialized\n[ 0.564386] Initialise system trusted keyring\n[ 0.565484] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566868] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569045] zbud: loaded\n[ 0.569844] VFS: Disk quotas dquot_6.6.0\n[ 0.570800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572557] fuse init (API version 7.23)\n[ 0.573636] Key type big_key registered\n[ 0.574574] Allocating IMA MOK and blacklist keyrings.\n[ 0.575846] Key type asymmetric registered\n[ 0.576810] Asymmetric key parser 'x509' registered\n[ 0.577934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579640] io scheduler noop registered\n[ 0.580563] io scheduler deadline registered (default)\n[ 0.581725] io scheduler cfq registered\n[ 0.582692] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587473] ACPI: Power Button [PWRF]\n[ 0.588435] GHES: HEST is not enabled!\n[ 0.608602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638256] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667196] Linux agpgart interface v0.103\n[ 0.669935] brd: module loaded\n[ 0.671293] loop: module loaded\n[ 0.676049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677747] GPT:90111 != 2097151\n[ 0.678521] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679804] GPT:90111 != 2097151\n[ 0.680572] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681708] vda: vda1 vda15\n[ 0.683288] scsi host0: ata_piix\n[ 0.684145] scsi host1: ata_piix\n[ 0.684972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686888] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689434] libphy: Fixed MDIO Bus: probed\n[ 0.690464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691661] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694418] PPP generic driver version 2.4.2\n[ 0.695491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696893] ehci-pci: EHCI PCI platform driver\n[ 0.697898] ehci-platform: EHCI generic platform driver\n[ 0.699025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700432] ohci-pci: OHCI PCI platform driver\n[ 0.701406] ohci-platform: OHCI generic platform driver\n[ 0.702519] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.719988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723873] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.725495] usb usb1: Product: UHCI Host Controller\n[ 0.726526] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.727885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.728944] hub 1-0:1.0: USB hub found\n[ 0.729829] hub 1-0:1.0: 2 ports detected\n[ 0.730851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733195] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735539] mousedev: PS/2 mouse device common for all mice\n[ 0.736973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739046] rtc_cmos 00:00: RTC can wake from S4\n[ 0.740304] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741668] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743031] i2c /dev entries driver\n[ 0.743898] device-mapper: uevent: version 1.0.3\n[ 0.745006] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746853] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748321] NET: Registered protocol family 10\n[ 0.749491] NET: Registered protocol family 17\n[ 0.750507] Key type dns_resolver registered\n[ 0.751565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752783] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754802] registered taskstats version 1\n[ 0.755781] Loading compiled-in X.509 certificates\n[ 0.757353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759554] zswap: loaded using pool lzo/zbud\n[ 0.761089] Key type trusted registered\n[ 0.762783] Key type encrypted registered\n[ 0.763721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766314] evm: HMAC attrs: 0x1\n[ 0.767370] Magic number: 10:38:25\n[ 0.768344] rtc_cmos 00:00: setting system clock to 2018-11-25 11:02:36 UTC (1543143756)\n[ 0.770269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771565] EDD information not available.\n[ 0.845692] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.847312] ata1.00: configured for MWDMA2\n[ 0.848620] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.861403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.862797] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.864171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.866187] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.867895] Write protecting the kernel read-only data: 14336k\n[ 0.869618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871584] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930290] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.59\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 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 2.10s]\nping 10.10.10.7 OK\nping 10.10.10.10 KO\n"} 2018-11-25 11:03:16,826 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-e9875d43-e32c-44a0-a398-61d18a36d352 2018-11-25 11:03:16,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" -d '{"forceDelete": null}' 2018-11-25 11:03:17,009 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:03: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-ebeff58e-d6d7-4538-bcbb-49f191fb460c x-compute-request-id: req-ebeff58e-d6d7-4538-bcbb-49f191fb460c Content-Length: 0 Content-Type: application/json 2018-11-25 11:03:17,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464/action used request id req-ebeff58e-d6d7-4538-bcbb-49f191fb460c 2018-11-25 11:03:17,010 - sdnvpn_test_utils - DEBUG - Waiting for instance 90bd2471-8f42-49f2-8728-965978f2e464 to be deleted 2018-11-25 11:03:17,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" 2018-11-25 11:03:17,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-11c248ca-705d-487d-95e4-e236d19e4d0d x-compute-request-id: req-11c248ca-705d-487d-95e4-e236d19e4d0d Content-Encoding: gzip Content-Length: 1024 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f4:39", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-11-25T11:02:35.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "59a6fc79-e524-40bd-8b47-e41f741ef2a2", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:02:35Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-25T11:02:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:b5:c8", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-11-25T11:01:24.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:01:24Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-25T11:01:19Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:c2:53", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90bd2471-8f42-49f2-8728-965978f2e464", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-11-25T11:01:11.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "90bd2471-8f42-49f2-8728-965978f2e464", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:03:16Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-11-25T11:01:06Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:03:17,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-11c248ca-705d-487d-95e4-e236d19e4d0d 2018-11-25 11:03:19,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" 2018-11-25 11:03:20,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-d658bb85-4c23-4d80-99b0-b11a59f71cd6 x-compute-request-id: req-d658bb85-4c23-4d80-99b0-b11a59f71cd6 Content-Encoding: gzip Content-Length: 932 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f4:39", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-11-25T11:02:35.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "59a6fc79-e524-40bd-8b47-e41f741ef2a2", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:02:35Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-25T11:02:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:b5:c8", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-11-25T11:01:24.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:01:24Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-25T11:01:19Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:03:20,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-d658bb85-4c23-4d80-99b0-b11a59f71cd6 2018-11-25 11:03:22,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" -d '{"forceDelete": null}' 2018-11-25 11:03:22,771 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:03: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-3b229ae8-fd2b-4507-98fb-2122014c20a3 x-compute-request-id: req-3b229ae8-fd2b-4507-98fb-2122014c20a3 Content-Length: 0 Content-Type: application/json 2018-11-25 11:03:22,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8/action used request id req-3b229ae8-fd2b-4507-98fb-2122014c20a3 2018-11-25 11:03:22,771 - sdnvpn_test_utils - DEBUG - Waiting for instance e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8 to be deleted 2018-11-25 11:03:22,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" 2018-11-25 11:03:23,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-19d5d137-089a-4fe5-90a9-843da0ffb057 x-compute-request-id: req-19d5d137-089a-4fe5-90a9-843da0ffb057 Content-Encoding: gzip Content-Length: 944 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f4:39", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-11-25T11:02:35.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "59a6fc79-e524-40bd-8b47-e41f741ef2a2", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:02:35Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-25T11:02:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:b5:c8", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-11-25T11:01:24.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "e5b0f27c-b4c3-4e86-801e-e6c86eafb6d8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:03:22Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-11-25T11:01:19Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:03:23,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-19d5d137-089a-4fe5-90a9-843da0ffb057 2018-11-25 11:03:25,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" 2018-11-25 11:03:26,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-306821bb-a27d-4780-bee8-f3e5cc7621dc x-compute-request-id: req-306821bb-a27d-4780-bee8-f3e5cc7621dc Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f4:39", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-11-25T11:02:35.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "59a6fc79-e524-40bd-8b47-e41f741ef2a2", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:02:35Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-25T11:02:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:03:26,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-306821bb-a27d-4780-bee8-f3e5cc7621dc 2018-11-25 11:03:28,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" -d '{"forceDelete": null}' 2018-11-25 11:03:28,470 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:03: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-6a39bf6a-c269-4cf8-998f-09b5ca44001f x-compute-request-id: req-6a39bf6a-c269-4cf8-998f-09b5ca44001f Content-Length: 0 Content-Type: application/json 2018-11-25 11:03:28,471 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2/action used request id req-6a39bf6a-c269-4cf8-998f-09b5ca44001f 2018-11-25 11:03:28,471 - sdnvpn_test_utils - DEBUG - Waiting for instance 59a6fc79-e524-40bd-8b47-e41f741ef2a2 to be deleted 2018-11-25 11:03:28,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" 2018-11-25 11:03:28,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-9cd36c83-737c-4306-bd78-27024f4668a2 x-compute-request-id: req-9cd36c83-737c-4306-bd78-27024f4668a2 Content-Encoding: gzip Content-Length: 800 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f4:39", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59a6fc79-e524-40bd-8b47-e41f741ef2a2", "rel": "bookmark"}], "image": {"id": "bac2cfe6-996e-419c-b251-73a743234ab8", "links": [{"href": "http://172.30.9.23:8774/images/bac2cfe6-996e-419c-b251-73a743234ab8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-11-25T11:02:35.000000", "flavor": {"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}]}, "id": "59a6fc79-e524-40bd-8b47-e41f741ef2a2", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:03:28Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-11-25T11:02:31Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:03:28,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-9cd36c83-737c-4306-bd78-27024f4668a2 2018-11-25 11:03:30,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30220e6510d538d1823c249ab9d06f138cbc9564" 2018-11-25 11:03:31,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-0b0361f8-a867-4e5c-a1df-9c413de705b6 x-compute-request-id: req-0b0361f8-a867-4e5c-a1df-9c413de705b6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 11:03:31,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-0b0361f8-a867-4e5c-a1df-9c413de705b6 2018-11-25 11:03:33,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/bac2cfe6-996e-419c-b251-73a743234ab8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3cfa4f618dcdc75e935d83d6e696ac44edc259ab" 2018-11-25 11:03:34,517 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6f9f3b9-4347-42b6-9b95-fd4dab3d4dc4 Date: Sun, 25 Nov 2018 11:03:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:03:34,518 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/bac2cfe6-996e-419c-b251-73a743234ab8 used request id req-d6f9f3b9-4347-42b6-9b95-fd4dab3d4dc4 2018-11-25 11:03:34,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/2ab1deba-a398-4595-b0d1-51b9fc11f25e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfeccb18f85d1100f1e7de2b3c1db72098b05e51" 2018-11-25 11:03:36,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-69f17fc5-bc48-495c-b4c0-91201ef367af Date: Sun, 25 Nov 2018 11:03:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 11:03:36,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/2ab1deba-a398-4595-b0d1-51b9fc11f25e used request id req-69f17fc5-bc48-495c-b4c0-91201ef367af 2018-11-25 11:03:36,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/16b9a420-8fe5-4f7c-adc5-d9443f3b8670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfeccb18f85d1100f1e7de2b3c1db72098b05e51" 2018-11-25 11:03:38,354 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2966555f-3bc2-46ec-aac4-cd510a0bf9aa Date: Sun, 25 Nov 2018 11:03:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 11:03:38,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/16b9a420-8fe5-4f7c-adc5-d9443f3b8670 used request id req-2966555f-3bc2-46ec-aac4-cd510a0bf9aa 2018-11-25 11:03:38,354 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | FAIL | ,Ping failure from instance sdnvpn-10-3 | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-11-25 11:03:38,354 - sdnvpn-results - INFO - One or more subtests have failed. 2018-11-25 11:03:38,371 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-11-25 11:03:38,371 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-3': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-11-25 11:03:38,371 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-11-25 11:03:38,372 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-11-25 11:03:38,372 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-11-25 11:03:38,455 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-11-25 11:03:38,455 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:03:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:03:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:03:38,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:03:38,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:03:38,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:03:38,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:03:38,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:03:38,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:03:38,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:03:38,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:03:38,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:03:38,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:03:38,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:03:38,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:03:38,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:03:38,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:03:38,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:03:38,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-11-25 11:03:38,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:03:38,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:03:38,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:03:38,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:03:38,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:03:38,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:03:38,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:03:38,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:03:38,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:03:38,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:03:38,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:03:38,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:03:38,465 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 11:03:38,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:03:38,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34e0c614-4d37-4b13-b0c6-0312e4211778 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:03:38,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-34e0c614-4d37-4b13-b0c6-0312e4211778 2018-11-25 11:03:38,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:03:38,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:03:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["sP-VuSBwTveA0L4S2f00ug"], "issued_at": "2018-11-25T11:03:38.000000Z"}} 2018-11-25 11:03:38,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d24e9332ffc05f3be94a33ea00f3a55d7dce61c6" 2018-11-25 11:03:39,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9bbf3c8f-e4d2-43c9-a6d9-6329c0002534 Date: Sun, 25 Nov 2018 11:03:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-25 11:03:39,023 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-9bbf3c8f-e4d2-43c9-a6d9-6329c0002534 2018-11-25 11:03:39,024 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-11-25 11:03:39,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d24e9332ffc05f3be94a33ea00f3a55d7dce61c6" 2018-11-25 11:03:39,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0bac8216-16df-4f1f-a7fa-79cb4cdfe582 Date: Sun, 25 Nov 2018 11:03:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 11:03:39,177 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-0bac8216-16df-4f1f-a7fa-79cb4cdfe582 2018-11-25 11:03:39,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d24e9332ffc05f3be94a33ea00f3a55d7dce61c6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-11-25 11:03:39,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c145b078-1a83-47d6-8c4f-2aba89de3967 X-Openstack-Request-Id: req-ab5f51e3-3b16-44c7-b5c6-e125ef374126 Date: Sun, 25 Nov 2018 11:03:39 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-11-25T11:03:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T11:03:39Z", "visibility": "public", "locations": [], "self": "/v2/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "min_disk": 0, "protected": false, "id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "file": "/v2/images/c145b078-1a83-47d6-8c4f-2aba89de3967/file", "checksum": null, "owner": "6398f91c7f9a4cc9becafd672cd3c763", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 11:03:39,394 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-ab5f51e3-3b16-44c7-b5c6-e125ef374126 2018-11-25 11:03:39,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/c145b078-1a83-47d6-8c4f-2aba89de3967/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d24e9332ffc05f3be94a33ea00f3a55d7dce61c6" -d '' 2018-11-25 11:03:49,644 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3a283281-ec73-4e28-8821-3282b1a0f737 Date: Sun, 25 Nov 2018 11:03:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:03:49,644 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c145b078-1a83-47d6-8c4f-2aba89de3967/file used request id req-3a283281-ec73-4e28-8821-3282b1a0f737 2018-11-25 11:03:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:03:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:03:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:03:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:03:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:03:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:03:49,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:03:49,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:03:49,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:03:49,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:03:49,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:03:49,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:03:49,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:03:49,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:03:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:03:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:03:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:03:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:03:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:03:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:03:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:03:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:03:49,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:03:49,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:03:49,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:03:49,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5ec9ff2-a3ae-4fb8-bc28-ee0a4ae29619 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:03:49,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c5ec9ff2-a3ae-4fb8-bc28-ee0a4ae29619 2018-11-25 11:03:49,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:03:50,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:03:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["BU1YqS7ERlO3xjL1G1IL0g"], "issued_at": "2018-11-25T11:03:50.000000Z"}} 2018-11-25 11:03:50,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fc71088d4d70c19e30ef938ba705c4dbab02c3" 2018-11-25 11:03:50,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-0f9f1c8e-73d6-4c54-83fb-fbde4ae8e523 x-compute-request-id: req-0f9f1c8e-73d6-4c54-83fb-fbde4ae8e523 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 11:03:50,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-0f9f1c8e-73d6-4c54-83fb-fbde4ae8e523 2018-11-25 11:03:50,212 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-11-25 11:03:50,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fc71088d4d70c19e30ef938ba705c4dbab02c3" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.custom", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1024, "id": null, "swap": 0}}' 2018-11-25 11:03:50,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-635d1b6d-2ec1-4d66-ba0e-eaef50332696 x-compute-request-id: req-635d1b6d-2ec1-4d66-ba0e-eaef50332696 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 11:03:50,267 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-635d1b6d-2ec1-4d66-ba0e-eaef50332696 2018-11-25 11:03:50,268 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=c3ec5d30-5c5a-4347-a7a2-c7064ce1308a created successfully. 2018-11-25 11:03:50,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:03:50,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09006849-8623-4a67-a5fe-a1e2ca362a4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:03:50,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-09006849-8623-4a67-a5fe-a1e2ca362a4e 2018-11-25 11:03:50,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:03:50,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:03:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["rV5VCdw-TqeSVyt1RSZcNg"], "issued_at": "2018-11-25T11:03:50.000000Z"}} 2018-11-25 11:03:50,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:03:51,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3102 X-Openstack-Request-Id: req-d3c456a9-c462-462c-94d9-1c01d9c48f25 Date: Sun, 25 Nov 2018 11:03:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"171de38a-01ce-4483-bf35-197095c7b92a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ae37397ddbd46f8aec39a658314ed40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:56:52Z","provider:segmentation_id":13,"name":"","admin_state_up":true,"tenant_id":"7ae37397ddbd46f8aec39a658314ed40","created_at":"2018-11-25T10:56:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4916d41b-792f-4fce-ad98-5e4d372695b6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ae37397ddbd46f8aec39a658314ed40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:56:55Z","provider:segmentation_id":5,"name":"","admin_state_up":true,"tenant_id":"7ae37397ddbd46f8aec39a658314ed40","created_at":"2018-11-25T10:56:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"af0e6646-4ead-4625-a0e2-46d287623a52","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ae37397ddbd46f8aec39a658314ed40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:56:44Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"7ae37397ddbd46f8aec39a658314ed40","created_at":"2018-11-25T10:56:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"eaca02de-a92a-4050-b3eb-ca589fc4e698","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ae37397ddbd46f8aec39a658314ed40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:56:58Z","provider:segmentation_id":67,"name":"","admin_state_up":true,"tenant_id":"7ae37397ddbd46f8aec39a658314ed40","created_at":"2018-11-25T10:56:58Z","provider:network_type":"vxlan"}]} 2018-11-25 11:03:51,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d3c456a9-c462-462c-94d9-1c01d9c48f25 2018-11-25 11:03:51,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:03:51,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2ac92740-9840-4dc4-927f-c8b1252e88e9 Date: Sun, 25 Nov 2018 11:03:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:54Z","dns_nameservers":[],"updated_at":"2018-11-25T08:09:54Z","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":"9013a9c57a604cd8962b66eb7dac3471","id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-25 11:03:51,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-2ac92740-9840-4dc4-927f-c8b1252e88e9 2018-11-25 11:03:51,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:03:51,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1579a35f-9331-49c5-be72-db511dc8970f Date: Sun, 25 Nov 2018 11:03:51 GMT RESP BODY: {"routers": []} 2018-11-25 11:03:51,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-1579a35f-9331-49c5-be72-db511dc8970f 2018-11-25 11:03:51,557 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-11-25 11:03:51,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-11-25 11:03:52,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-56dad37c-74db-4c7d-8341-5aebe4fe2e44 Date: Sun, 25 Nov 2018 11:03:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"42824fd5-99b0-4a00-906f-87c9b9723deb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T11:03:51Z","is_default":false,"provider:segmentation_id":60,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:51Z","mtu":1450}} 2018-11-25 11:03:52,024 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-56dad37c-74db-4c7d-8341-5aebe4fe2e44 2018-11-25 11:03:52,025 - sdnvpn.lib.openstack_utils - DEBUG - Network '42824fd5-99b0-4a00-906f-87c9b9723deb' created successfully 2018-11-25 11:03:52,025 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 11:03:52,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"subnets": [{"ip_version": 4, "network_id": "42824fd5-99b0-4a00-906f-87c9b9723deb", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-11-25 11:03:52,839 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-e5c23b43-18c8-4129-9d1c-9818aca036e1 Date: Sun, 25 Nov 2018 11:03:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:52Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-11-25T11:03:52Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"6398f91c7f9a4cc9becafd672cd3c763","id":"187611e4-0335-4533-9cba-089d93454112","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-11-25 11:03:52,839 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-e5c23b43-18c8-4129-9d1c-9818aca036e1 2018-11-25 11:03:52,839 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '187611e4-0335-4533-9cba-089d93454112' created successfully 2018-11-25 11:03:52,840 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 11:03:52,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-11-25 11:03:53,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-599f0698-0a84-42f0-8f85-18597b40e7cc Date: Sun, 25 Nov 2018 11:03:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T11:03:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T11:03:53Z", "revision_number": 0, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "b7d592d7-78d6-4481-9ed5-4639316c9690", "name": "sdnvpn-13-1-router"}} 2018-11-25 11:03:53,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-599f0698-0a84-42f0-8f85-18597b40e7cc 2018-11-25 11:03:53,184 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b7d592d7-78d6-4481-9ed5-4639316c9690' created successfully 2018-11-25 11:03:53,184 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 11:03:53,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"subnet_id": "187611e4-0335-4533-9cba-089d93454112"}' 2018-11-25 11:03:54,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c2a6b06f-af0d-4062-a086-88a51c75de62 Date: Sun, 25 Nov 2018 11:03:54 GMT RESP BODY: {"network_id": "42824fd5-99b0-4a00-906f-87c9b9723deb", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "187611e4-0335-4533-9cba-089d93454112", "subnet_ids": ["187611e4-0335-4533-9cba-089d93454112"], "port_id": "ac47868f-506a-4a02-9857-b5f1f7682fc6", "id": "b7d592d7-78d6-4481-9ed5-4639316c9690"} 2018-11-25 11:03:54,532 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690/add_router_interface used request id req-c2a6b06f-af0d-4062-a086-88a51c75de62 2018-11-25 11:03:54,532 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 11:03:54,533 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 11:03:54,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:03:54,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3763 X-Openstack-Request-Id: req-fed6ce6e-b0df-4d30-8c18-2cacfcbc5111 Date: Sun, 25 Nov 2018 11:03:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"171de38a-01ce-4483-bf35-197095c7b92a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ae37397ddbd46f8aec39a658314ed40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:56:52Z","provider:segmentation_id":13,"name":"","admin_state_up":true,"tenant_id":"7ae37397ddbd46f8aec39a658314ed40","created_at":"2018-11-25T10:56:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42824fd5-99b0-4a00-906f-87c9b9723deb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","subnets":["187611e4-0335-4533-9cba-089d93454112"],"description":"","tags":[],"updated_at":"2018-11-25T11:03:52Z","provider:segmentation_id":60,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:51Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4916d41b-792f-4fce-ad98-5e4d372695b6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ae37397ddbd46f8aec39a658314ed40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:56:55Z","provider:segmentation_id":5,"name":"","admin_state_up":true,"tenant_id":"7ae37397ddbd46f8aec39a658314ed40","created_at":"2018-11-25T10:56:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"af0e6646-4ead-4625-a0e2-46d287623a52","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ae37397ddbd46f8aec39a658314ed40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:56:44Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"7ae37397ddbd46f8aec39a658314ed40","created_at":"2018-11-25T10:56:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"eaca02de-a92a-4050-b3eb-ca589fc4e698","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ae37397ddbd46f8aec39a658314ed40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-25T10:56:58Z","provider:segmentation_id":67,"name":"","admin_state_up":true,"tenant_id":"7ae37397ddbd46f8aec39a658314ed40","created_at":"2018-11-25T10:56:58Z","provider:network_type":"vxlan"}]} 2018-11-25 11:03:54,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-fed6ce6e-b0df-4d30-8c18-2cacfcbc5111 2018-11-25 11:03:54,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"router": {"external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4"}}}' 2018-11-25 11:03:56,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-052ca97f-1912-4ba6-b75c-80132e6a92bc Date: Sun, 25 Nov 2018 11:03:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T11:03:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T11:03:56Z", "revision_number": 3, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "b7d592d7-78d6-4481-9ed5-4639316c9690", "name": "sdnvpn-13-1-router"}} 2018-11-25 11:03:56,171 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690 used request id req-052ca97f-1912-4ba6-b75c-80132e6a92bc 2018-11-25 11:03:56,172 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 11:03:56,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:03:56,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-d26fe5d3-92a5-4bee-bfb4-c784317f57ec Date: Sun, 25 Nov 2018 11:03:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T08:20:54Z", "updated_at": "2018-11-25T08:20:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "02431603-7a1a-4f49-831b-ab36508abf87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "67715c5c-22c5-45c1-adce-277f34cefcd2", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "6b6e9e3b-45a4-496a-a2c6-4968fc46d78c", "remote_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:20:54Z", "revision_number": 0, "id": "ed5dd529-7544-4677-9590-2dbffafad56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:20:54Z", "security_group_id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 4, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "4ee072e2-02a0-411b-9163-5ddec55a2c04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-25T08:23:06Z", "updated_at": "2018-11-25T08:23:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "71ab91a3-cd06-4099-9c1a-216eefbda076", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "a1322c4e-a9e5-421b-9047-bfcd783acddc", "remote_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "b5987cc7-5a4d-482e-a39b-88055715ad56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:23:06Z", "revision_number": 0, "id": "ca7892dd-098c-4861-80bc-380608b0e35f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:23:06Z", "security_group_id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "62a069c1-bd8b-4908-8729-de10d87e9a7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "created_at": "2018-11-25T10:19:14Z", "updated_at": "2018-11-25T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "8cc95566-1d6f-4c62-ad49-4e8fd18a52e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "be60c331-bec8-4f83-b795-2cee1d41747a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "e61e6bbc-adb6-4b07-9199-ccd0e9b5c4b0", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:19:14Z", "revision_number": 0, "id": "ffea27b7-4a16-412e-ba7d-18ac52873ccc", "remote_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "remote_ip_prefix": null, "created_at": "2018-11-25T10:19:14Z", "security_group_id": "8b709bbc-7260-46b7-88dc-54f09751360e", "tenant_id": "e777c9d6f34545b4869e4a24af8b5eb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e777c9d6f34545b4869e4a24af8b5eb9"}], "revision_number": 4, "project_id": "e777c9d6f34545b4869e4a24af8b5eb9", "id": "8b709bbc-7260-46b7-88dc-54f09751360e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "created_at": "2018-11-25T08:09:46Z", "updated_at": "2018-11-25T08:09:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "0a32c1d0-3dac-45f2-9923-b0f263bb4737", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "b7e14d53-fcaf-4c5c-8423-7bd0d0a413a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "d07f2c48-efa0-4024-bc45-dbc34a75f5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv6", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T08:09:46Z", "revision_number": 0, "id": "e37000bb-9c8e-4da2-9efe-fa15ef2ebdd7", "remote_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "remote_ip_prefix": null, "created_at": "2018-11-25T08:09:46Z", "security_group_id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "tenant_id": "9013a9c57a604cd8962b66eb7dac3471", "port_range_min": null, "ethertype": "IPv4", "project_id": "9013a9c57a604cd8962b66eb7dac3471"}], "revision_number": 4, "project_id": "9013a9c57a604cd8962b66eb7dac3471", "id": "c0bdf107-36b8-41ca-a287-5bbe8436216e", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T10:24:26Z", "updated_at": "2018-11-25T10:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "035daec3-e994-414d-ad7b-7d3e7b48ecf5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "32c0bb02-110e-41cb-a5d1-0fefa30a9452", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-25T10:24:27Z", "revision_number": 0, "id": "4c8c9374-cb7b-46fe-a313-317bdac2b164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:27Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "70416a38-6876-4fff-9847-564e75ee3305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "98398a02-3161-41f1-bb31-ab52cc67f4d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-11-25T10:27:45Z", "revision_number": 0, "id": "c4d6f8eb-cb48-4051-b56f-a5bbef7a52ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:27:45Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": 179, "ethertype": "IPv4", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-25T10:24:26Z", "revision_number": 0, "id": "c760ea77-dcdd-4597-a175-4fc31fb8db5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-25T10:24:26Z", "security_group_id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "port_range_min": null, "ethertype": "IPv6", "project_id": "6398f91c7f9a4cc9becafd672cd3c763"}], "revision_number": 7, "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d406dab4-56c0-4b44-beb9-7b7fa32aad50", "name": "sdnvpn-sg"}]} 2018-11-25 11:03:56,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-d26fe5d3-92a5-4bee-bfb4-c784317f57ec 2018-11-25 11:03:56,369 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 11:03:56,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:03:56,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d2dac0-4b46-4f9b-b013-a6e2038fbb3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:03:56,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f1d2dac0-4b46-4f9b-b013-a6e2038fbb3a 2018-11-25 11:03:56,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:03:56,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:03:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["9I6HDfZLSZqb9yjt_HTW9Q"], "issued_at": "2018-11-25T11:03:56.000000Z"}} 2018-11-25 11:03:56,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:03:56,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-bcb515e3-3441-4d8f-9319-801d69a57e68 x-compute-request-id: req-bcb515e3-3441-4d8f-9319-801d69a57e68 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 11:03:56,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-bcb515e3-3441-4d8f-9319-801d69a57e68 2018-11-25 11:03:56,952 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-11-25 11:03:56,952 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-11-25 11:03:56,953 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=c145b078-1a83-47d6-8c4f-2aba89de3967 network=42824fd5-99b0-4a00-906f-87c9b9723deb secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-11-25 11:03:56,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:03:56,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:03:56,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:03:56,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:03:56,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:03:56,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:03:56,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:03:56,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:03:56,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:03:56,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:03:56,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:03:56,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:03:56,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:03:56,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:03:56,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:03:56,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:03:56,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:03:56,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:03:56,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:03:56,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:03:56,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:03:56,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:03:56,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:03:56,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:03:56,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:03:56,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:03:56,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:03:56,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:03:56,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:03:56,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:03:56,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:03:56,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:03:56,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:03:56,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:03:56,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:03:56,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:03:56,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:03:56,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:03:56,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:03:56,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:03:56,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:03:56,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:03:56,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:03:56,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:03:56,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:03:56,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:03:56,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:03:56,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:03:56,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:03:56,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f417e8d-53b4-44c4-9b83-577ce8597e38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:03:56,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7f417e8d-53b4-44c4-9b83-577ce8597e38 2018-11-25 11:03:56,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:03:57,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:03:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["WBtui2HETCqER7sSh38H4g"], "issued_at": "2018-11-25T11:03:57.000000Z"}} 2018-11-25 11:03:57,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d00f803368df469e8ac6635ac7b29169f0abca" 2018-11-25 11:03:57,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-0d591644-3d7f-4230-ae35-e88d67c619ae x-compute-request-id: req-0d591644-3d7f-4230-ae35-e88d67c619ae Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-11-25 11:03:57,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0d591644-3d7f-4230-ae35-e88d67c619ae 2018-11-25 11:03:57,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d00f803368df469e8ac6635ac7b29169f0abca" 2018-11-25 11:03:57,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-1acf71e6-64b8-48fe-b249-d835fd831eeb x-compute-request-id: req-1acf71e6-64b8-48fe-b249-d835fd831eeb Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 11:03:57,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a used request id req-1acf71e6-64b8-48fe-b249-d835fd831eeb 2018-11-25 11:03:57,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d00f803368df469e8ac6635ac7b29169f0abca" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "c145b078-1a83-47d6-8c4f-2aba89de3967", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "42824fd5-99b0-4a00-906f-87c9b9723deb"}], "config_drive": true}}' 2018-11-25 11:03:58,890 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:03: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-e05e484e-60d9-44fe-9198-3834e77c60b7 x-compute-request-id: req-e05e484e-60d9-44fe-9198-3834e77c60b7 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "adminPass": "JheDQbeLx5vM"}} 2018-11-25 11:03:58,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-e05e484e-60d9-44fe-9198-3834e77c60b7 2018-11-25 11:03:58,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:03:58,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1afc2f79-f48c-4012-887b-1b374dfad980 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:03:58,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1afc2f79-f48c-4012-887b-1b374dfad980 2018-11-25 11:03:58,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:03:59,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:03:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["7bSUc6mjSkOyD0h24F1dbg"], "issued_at": "2018-11-25T11:03:59.000000Z"}} 2018-11-25 11:03:59,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:03:59,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:03: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-95f9d323-f78b-4ab5-bbc9-dc29e1455bec x-compute-request-id: req-95f9d323-f78b-4ab5-bbc9-dc29e1455bec Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:03:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:03:59,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-95f9d323-f78b-4ab5-bbc9-dc29e1455bec 2018-11-25 11:04:02,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:03,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04: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-166c40ff-8c99-4870-8835-a2995946c3ac x-compute-request-id: req-166c40ff-8c99-4870-8835-a2995946c3ac Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:03,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-166c40ff-8c99-4870-8835-a2995946c3ac 2018-11-25 11:04:06,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:07,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04: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-aa9136ff-2556-436b-a362-2035cc2b203f x-compute-request-id: req-aa9136ff-2556-436b-a362-2035cc2b203f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:07,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-aa9136ff-2556-436b-a362-2035cc2b203f 2018-11-25 11:04:10,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:11,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04: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-4d21834e-c93f-453c-b409-584a6ebccf84 x-compute-request-id: req-4d21834e-c93f-453c-b409-584a6ebccf84 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:11,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-4d21834e-c93f-453c-b409-584a6ebccf84 2018-11-25 11:04:14,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:15,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04: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-c7a06f44-162f-4727-92fd-1a5d4a425994 x-compute-request-id: req-c7a06f44-162f-4727-92fd-1a5d4a425994 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:15,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-c7a06f44-162f-4727-92fd-1a5d4a425994 2018-11-25 11:04:18,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:18,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad872298-41da-409b-827a-5b33e375d32f x-compute-request-id: req-ad872298-41da-409b-827a-5b33e375d32f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:18,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-ad872298-41da-409b-827a-5b33e375d32f 2018-11-25 11:04:21,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:22,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b7b0c32-9dc3-4da5-9823-184d12dbcec2 x-compute-request-id: req-3b7b0c32-9dc3-4da5-9823-184d12dbcec2 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:22,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-3b7b0c32-9dc3-4da5-9823-184d12dbcec2 2018-11-25 11:04:25,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:25,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f24d29e9-eb93-45ab-8dfe-9edd0c977fb3 x-compute-request-id: req-f24d29e9-eb93-45ab-8dfe-9edd0c977fb3 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:25,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-f24d29e9-eb93-45ab-8dfe-9edd0c977fb3 2018-11-25 11:04:28,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:29,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2670d5d-629c-4293-955a-ad584b05efea x-compute-request-id: req-e2670d5d-629c-4293-955a-ad584b05efea Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:29,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-e2670d5d-629c-4293-955a-ad584b05efea 2018-11-25 11:04:32,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:33,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04: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-ce1cef3f-e562-4e7c-91cb-a78ba63b725f x-compute-request-id: req-ce1cef3f-e562-4e7c-91cb-a78ba63b725f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:33,322 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-ce1cef3f-e562-4e7c-91cb-a78ba63b725f 2018-11-25 11:04:36,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:37,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b86a2a9-38a9-4fda-9f44-b376e39e6853 x-compute-request-id: req-2b86a2a9-38a9-4fda-9f44-b376e39e6853 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:37,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-2b86a2a9-38a9-4fda-9f44-b376e39e6853 2018-11-25 11:04:40,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:40,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04: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-2cbd7a90-38f5-4598-b125-e2e66155c042 x-compute-request-id: req-2cbd7a90-38f5-4598-b125-e2e66155c042 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:40,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-2cbd7a90-38f5-4598-b125-e2e66155c042 2018-11-25 11:04:43,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:44,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04: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-db8f9045-af00-46ab-8a91-7e7bcaa01079 x-compute-request-id: req-db8f9045-af00-46ab-8a91-7e7bcaa01079 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:44,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-db8f9045-af00-46ab-8a91-7e7bcaa01079 2018-11-25 11:04:47,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:48,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04: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-5c687b0e-7b6e-4ab9-bd03-e38633e1e25b x-compute-request-id: req-5c687b0e-7b6e-4ab9-bd03-e38633e1e25b Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:48,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-5c687b0e-7b6e-4ab9-bd03-e38633e1e25b 2018-11-25 11:04:51,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:51,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2aad12d-1f54-4b61-bfb1-a04e2e28023b x-compute-request-id: req-b2aad12d-1f54-4b61-bfb1-a04e2e28023b Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:51,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-b2aad12d-1f54-4b61-bfb1-a04e2e28023b 2018-11-25 11:04:54,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:55,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04: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-411ff6c3-9eb4-4b9b-be6f-6917280a29a0 x-compute-request-id: req-411ff6c3-9eb4-4b9b-be6f-6917280a29a0 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:55,202 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-411ff6c3-9eb4-4b9b-be6f-6917280a29a0 2018-11-25 11:04:58,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:04:58,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:04:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f393106-8f27-46df-b75b-ab5874f1dbdf x-compute-request-id: req-4f393106-8f27-46df-b75b-ab5874f1dbdf Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:04:58,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-4f393106-8f27-46df-b75b-ab5874f1dbdf 2018-11-25 11:05:01,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:02,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05: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-df770430-deb7-44c1-a1e0-a28c09fb91fd x-compute-request-id: req-df770430-deb7-44c1-a1e0-a28c09fb91fd Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:02,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-df770430-deb7-44c1-a1e0-a28c09fb91fd 2018-11-25 11:05:05,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:05,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d547956-e1e2-43ba-ba70-510a9e9a644c x-compute-request-id: req-2d547956-e1e2-43ba-ba70-510a9e9a644c Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:05,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-2d547956-e1e2-43ba-ba70-510a9e9a644c 2018-11-25 11:05:08,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:09,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05: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-960a34d1-53dc-4a52-8112-ffe332c89dc8 x-compute-request-id: req-960a34d1-53dc-4a52-8112-ffe332c89dc8 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:09,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-960a34d1-53dc-4a52-8112-ffe332c89dc8 2018-11-25 11:05:12,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:12,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-002623e2-f606-4479-87e0-dee6852bced0 x-compute-request-id: req-002623e2-f606-4479-87e0-dee6852bced0 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:12,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-002623e2-f606-4479-87e0-dee6852bced0 2018-11-25 11:05:15,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:16,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05: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-fdc22727-3f06-4dfb-a03f-2f066d1ea5c6 x-compute-request-id: req-fdc22727-3f06-4dfb-a03f-2f066d1ea5c6 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:16,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-fdc22727-3f06-4dfb-a03f-2f066d1ea5c6 2018-11-25 11:05:19,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:19,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec3bd965-731d-4830-b9c6-7c804d0b4019 x-compute-request-id: req-ec3bd965-731d-4830-b9c6-7c804d0b4019 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:19,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-ec3bd965-731d-4830-b9c6-7c804d0b4019 2018-11-25 11:05:22,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:23,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05: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-d851dc5a-a5ce-4725-a30f-3d1c0f90022a x-compute-request-id: req-d851dc5a-a5ce-4725-a30f-3d1c0f90022a Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:23,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-d851dc5a-a5ce-4725-a30f-3d1c0f90022a 2018-11-25 11:05:26,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:26,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a6b845b-764d-4aa4-991c-7e712fd42272 x-compute-request-id: req-6a6b845b-764d-4aa4-991c-7e712fd42272 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:26,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-6a6b845b-764d-4aa4-991c-7e712fd42272 2018-11-25 11:05:29,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:30,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6292bee-2d62-4be1-997d-8f996777bb6e x-compute-request-id: req-b6292bee-2d62-4be1-997d-8f996777bb6e Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:30,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-b6292bee-2d62-4be1-997d-8f996777bb6e 2018-11-25 11:05:33,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:33,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a28513a-4ce1-4b7b-8cf1-88ba2b972e09 x-compute-request-id: req-6a28513a-4ce1-4b7b-8cf1-88ba2b972e09 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:33,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-6a28513a-4ce1-4b7b-8cf1-88ba2b972e09 2018-11-25 11:05:36,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:37,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccddeed3-89a5-44cf-807b-fb5016808d23 x-compute-request-id: req-ccddeed3-89a5-44cf-807b-fb5016808d23 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:37,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-ccddeed3-89a5-44cf-807b-fb5016808d23 2018-11-25 11:05:40,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:40,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05: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-7efe2ed0-66e2-4906-973f-76e76de4bb7c x-compute-request-id: req-7efe2ed0-66e2-4906-973f-76e76de4bb7c Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:40,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-7efe2ed0-66e2-4906-973f-76e76de4bb7c 2018-11-25 11:05:43,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:44,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05: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-a9b8308d-73f3-4dba-954a-9b2df15c857f x-compute-request-id: req-a9b8308d-73f3-4dba-954a-9b2df15c857f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:44,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-a9b8308d-73f3-4dba-954a-9b2df15c857f 2018-11-25 11:05:47,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:48,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05: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-66584e66-881c-41de-b383-e7e295b0c217 x-compute-request-id: req-66584e66-881c-41de-b383-e7e295b0c217 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:48,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-66584e66-881c-41de-b383-e7e295b0c217 2018-11-25 11:05:51,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:51,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05: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-bf2677d0-37ab-4639-bf2f-b5eb157dc26a x-compute-request-id: req-bf2677d0-37ab-4639-bf2f-b5eb157dc26a Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:51,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-bf2677d0-37ab-4639-bf2f-b5eb157dc26a 2018-11-25 11:05:54,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:55,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05: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-83340b6f-03a1-4570-8605-a70d7e60c4a9 x-compute-request-id: req-83340b6f-03a1-4570-8605-a70d7e60c4a9 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:55,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-83340b6f-03a1-4570-8605-a70d7e60c4a9 2018-11-25 11:05:58,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:05:58,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:05: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-0c0906ea-6175-460c-8853-e3d34d0f1f79 x-compute-request-id: req-0c0906ea-6175-460c-8853-e3d34d0f1f79 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:05:58,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-0c0906ea-6175-460c-8853-e3d34d0f1f79 2018-11-25 11:06:01,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:06:02,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06: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-6f073920-5255-425a-b139-c05dd5d0dfbe x-compute-request-id: req-6f073920-5255-425a-b139-c05dd5d0dfbe Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:02,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-6f073920-5255-425a-b139-c05dd5d0dfbe 2018-11-25 11:06:05,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:06:05,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06: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-4c577740-65dc-4e73-a5d9-8894677f6be0 x-compute-request-id: req-4c577740-65dc-4e73-a5d9-8894677f6be0 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:05,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-4c577740-65dc-4e73-a5d9-8894677f6be0 2018-11-25 11:06:08,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:06:09,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06: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-a6b9f66a-13e3-4774-973f-fc0d71a7034f x-compute-request-id: req-a6b9f66a-13e3-4774-973f-fc0d71a7034f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:04:00Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:09,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-a6b9f66a-13e3-4774-973f-fc0d71a7034f 2018-11-25 11:06:12,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d93668a56a28d0a84159e9e19589f8007eb8883" 2018-11-25 11:06:12,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54b742fe-1c56-4b97-a747-3906654f6945 x-compute-request-id: req-54b742fe-1c56-4b97-a747-3906654f6945 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-11-25T11:06:08.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:06:08Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:12,537 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-54b742fe-1c56-4b97-a747-3906654f6945 2018-11-25 11:06:12,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d00f803368df469e8ac6635ac7b29169f0abca" 2018-11-25 11:06:13,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f9a5885-5239-47f4-a384-9a9204280b78 x-compute-request-id: req-1f9a5885-5239-47f4-a384-9a9204280b78 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-11-25T11:06:08.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:06:08Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:13,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310 used request id req-1f9a5885-5239-47f4-a384-9a9204280b78 2018-11-25 11:06:13,265 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.10'. 2018-11-25 11:06:13,265 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-11-25 11:06:13,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 11:06:14,551 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:06: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-a2906e7a-acdf-421d-bc50-5155117bf320 x-compute-request-id: req-a2906e7a-acdf-421d-bc50-5155117bf320 Content-Length: 0 Content-Type: application/json 2018-11-25 11:06:14,551 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310/action used request id req-a2906e7a-acdf-421d-bc50-5155117bf320 2018-11-25 11:06:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:06:14,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5052 X-Openstack-Request-Id: req-f62ea654-ffcb-421c-baf5-4174b3fecb1e Date: Sun, 25 Nov 2018 11:06:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:03:55Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.201"}],"id":"182d1bb9-7ac8-424b-a5ac-b34fea6ce32e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8a:76:1b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b7d592d7-78d6-4481-9ed5-4639316c9690","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T11:03:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:06:14Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.10"}],"id":"687fb19b-cd37-4419-ae8f-badc4034d120","security_groups":["4ee072e2-02a0-411b-9163-5ddec55a2c04","d406dab4-56c0-4b44-beb9-7b7fa32aad50"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:85:99","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a3731cfb-a6b3-4ffa-b31b-5746da57e310","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:04:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:03:54Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.1"}],"id":"ac47868f-506a-4a02-9857-b5f1f7682fc6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9f:34:ea","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b7d592d7-78d6-4481-9ed5-4639316c9690","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:03:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.4"}],"id":"ca567f9d-47e6-4ba5-8e61-79bedc8b156d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:36:0c","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42824fd5-99b0-4a00-906f-87c9b9723deb","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:03:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.2"}],"id":"ebb6943f-4f17-4065-ad1c-5e05dbdf2d35","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:c4:5a","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42824fd5-99b0-4a00-906f-87c9b9723deb","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:03:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.3"}],"id":"f4778440-e6de-4821-88ac-9a63aa05160f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:f6:39","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42824fd5-99b0-4a00-906f-87c9b9723deb","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:53Z","binding:vnic_type":"normal"}]} 2018-11-25 11:06:14,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-f62ea654-ffcb-421c-baf5-4174b3fecb1e 2018-11-25 11:06:14,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/ports/687fb19b-cd37-4419-ae8f-badc4034d120 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:9c:85:99"}]}}' 2018-11-25 11:06:15,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-923a2eae-11aa-4f27-97b2-642ad1d858a0 Date: Sun, 25 Nov 2018 11:06:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:9c:85:99"}],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:06:15Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.10"}],"id":"687fb19b-cd37-4419-ae8f-badc4034d120","security_groups":["4ee072e2-02a0-411b-9163-5ddec55a2c04","d406dab4-56c0-4b44-beb9-7b7fa32aad50"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:85:99","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a3731cfb-a6b3-4ffa-b31b-5746da57e310","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:04:00Z","binding:vnic_type":"normal"}} 2018-11-25 11:06:15,274 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/ports/687fb19b-cd37-4419-ae8f-badc4034d120 used request id req-923a2eae-11aa-4f27-97b2-642ad1d858a0 2018-11-25 11:06:15,275 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-11-25 11:06:15,275 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=c145b078-1a83-47d6-8c4f-2aba89de3967 network=42824fd5-99b0-4a00-906f-87c9b9723deb secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-11-25 11:06:15,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:06:15,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:06:15,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:06:15,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:06:15,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:06:15,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:06:15,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:06:15,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:06:15,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:06:15,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:06:15,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:06:15,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:06:15,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:06:15,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:06:15,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:06:15,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:06:15,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:06:15,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:06:15,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:06:15,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:06:15,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:06:15,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:06:15,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:06:15,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:06:15,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:06:15,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:06:15,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:06:15,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:06:15,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:06:15,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:06:15,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:06:15,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:06:15,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:06:15,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:06:15,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:06:15,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:06:15,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:06:15,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:06:15,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:06:15,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:06:15,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:06:15,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:06:15,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:06:15,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:06:15,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:06:15,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:06:15,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:06:15,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:06:15,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:06:15,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb68c93a-25e2-4b2d-abb6-8e133381851e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:06:15,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cb68c93a-25e2-4b2d-abb6-8e133381851e 2018-11-25 11:06:15,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:06:15,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:06:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["nxRsiexXQIKa2AwgU_DCtw"], "issued_at": "2018-11-25T11:06:15.000000Z"}} 2018-11-25 11:06:15,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c9baec78544c18c99dc45b42098bf5937a928c" 2018-11-25 11:06:15,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06: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-d6f748c2-cc17-4baf-948f-440b1cf99999 x-compute-request-id: req-d6f748c2-cc17-4baf-948f-440b1cf99999 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-11-25 11:06:15,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d6f748c2-cc17-4baf-948f-440b1cf99999 2018-11-25 11:06:15,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c9baec78544c18c99dc45b42098bf5937a928c" 2018-11-25 11:06:15,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06: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-e02ef127-1956-4124-9359-276bb35a3c75 x-compute-request-id: req-e02ef127-1956-4124-9359-276bb35a3c75 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 11:06:15,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a used request id req-e02ef127-1956-4124-9359-276bb35a3c75 2018-11-25 11:06:15,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c9baec78544c18c99dc45b42098bf5937a928c" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "c145b078-1a83-47d6-8c4f-2aba89de3967", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "42824fd5-99b0-4a00-906f-87c9b9723deb"}], "config_drive": true}}' 2018-11-25 11:06:17,292 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:06: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-ccaf6d87-8676-45e3-bd7b-1de7cfe120b2 x-compute-request-id: req-ccaf6d87-8676-45e3-bd7b-1de7cfe120b2 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "adminPass": "bYUBhFhGzu27"}} 2018-11-25 11:06:17,293 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ccaf6d87-8676-45e3-bd7b-1de7cfe120b2 2018-11-25 11:06:17,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:06:17,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834d0f39-6924-4aab-ac97-32cf4cf99a41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:06:17,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-834d0f39-6924-4aab-ac97-32cf4cf99a41 2018-11-25 11:06:17,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:06:17,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:06:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["Ez-UzPZ6QnmSOqGHZVZYwQ"], "issued_at": "2018-11-25T11:06:17.000000Z"}} 2018-11-25 11:06:17,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcfa9cdcea9fbb32090eda17e1a74c79c425ae0" 2018-11-25 11:06:18,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06: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-f4235d2d-c612-4eb3-a041-7f0b94a3a13e x-compute-request-id: req-f4235d2d-c612-4eb3-a041-7f0b94a3a13e Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:06:17Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:18,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 used request id req-f4235d2d-c612-4eb3-a041-7f0b94a3a13e 2018-11-25 11:06:21,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcfa9cdcea9fbb32090eda17e1a74c79c425ae0" 2018-11-25 11:06:21,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb414d50-462a-4da7-a0d1-0ad58e133cd2 x-compute-request-id: req-fb414d50-462a-4da7-a0d1-0ad58e133cd2 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:06:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:21,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 used request id req-fb414d50-462a-4da7-a0d1-0ad58e133cd2 2018-11-25 11:06:24,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcfa9cdcea9fbb32090eda17e1a74c79c425ae0" 2018-11-25 11:06:25,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36ddf340-6457-4c4d-983c-cb38340e0c55 x-compute-request-id: req-36ddf340-6457-4c4d-983c-cb38340e0c55 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:9a:5a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:06:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:25,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 used request id req-36ddf340-6457-4c4d-983c-cb38340e0c55 2018-11-25 11:06:28,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcfa9cdcea9fbb32090eda17e1a74c79c425ae0" 2018-11-25 11:06:29,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06: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-145f4136-d127-4861-b9c3-8a4115daa46a x-compute-request-id: req-145f4136-d127-4861-b9c3-8a4115daa46a Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:9a:5a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:06:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:29,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 used request id req-145f4136-d127-4861-b9c3-8a4115daa46a 2018-11-25 11:06:32,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcfa9cdcea9fbb32090eda17e1a74c79c425ae0" 2018-11-25 11:06:33,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc32ad1f-2aeb-4588-a548-3a3431157785 x-compute-request-id: req-bc32ad1f-2aeb-4588-a548-3a3431157785 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:9a:5a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:06:18Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:33,069 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 used request id req-bc32ad1f-2aeb-4588-a548-3a3431157785 2018-11-25 11:06:36,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcfa9cdcea9fbb32090eda17e1a74c79c425ae0" 2018-11-25 11:06:36,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09fc24a2-75ff-4abc-8378-7124fd9e4158 x-compute-request-id: req-09fc24a2-75ff-4abc-8378-7124fd9e4158 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:9a:5a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-11-25T11:06:35.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:06:36Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:36,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 used request id req-09fc24a2-75ff-4abc-8378-7124fd9e4158 2018-11-25 11:06:36,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c9baec78544c18c99dc45b42098bf5937a928c" 2018-11-25 11:06:37,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20ed9ea0-90f2-47d7-b386-fa5c63a977c9 x-compute-request-id: req-20ed9ea0-90f2-47d7-b386-fa5c63a977c9 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:9a:5a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-11-25T11:06:35.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:06:36Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:06:37,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83 used request id req-20ed9ea0-90f2-47d7-b386-fa5c63a977c9 2018-11-25 11:06:37,271 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.8'. 2018-11-25 11:06:37,271 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-11-25 11:06:37,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 11:06:38,563 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:06:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24598dbb-1764-4abc-8397-aa67006abe1a x-compute-request-id: req-24598dbb-1764-4abc-8397-aa67006abe1a Content-Length: 0 Content-Type: application/json 2018-11-25 11:06:38,563 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action used request id req-24598dbb-1764-4abc-8397-aa67006abe1a 2018-11-25 11:06:38,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:06:38,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6018 X-Openstack-Request-Id: req-1b588739-d459-4963-9de0-64cc09a4b632 Date: Sun, 25 Nov 2018 11:06:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:03:55Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19bb42e4-afc4-4c16-8adb-bc9a80c06c22","ip_address":"172.30.9.201"}],"id":"182d1bb9-7ac8-424b-a5ac-b34fea6ce32e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8a:76:1b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b7d592d7-78d6-4481-9ed5-4639316c9690","name":"","admin_state_up":true,"network_id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","tenant_id":"","created_at":"2018-11-25T11:03:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:06:38Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.8"}],"id":"3d1a042f-907d-4aae-82d8-a8809b568131","security_groups":["4ee072e2-02a0-411b-9163-5ddec55a2c04","d406dab4-56c0-4b44-beb9-7b7fa32aad50"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:9a:5a","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f379c7ee-463b-4b45-a213-155d6df90a83","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:06:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:9c:85:99"}],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:06:15Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.10"}],"id":"687fb19b-cd37-4419-ae8f-badc4034d120","security_groups":["4ee072e2-02a0-411b-9163-5ddec55a2c04","d406dab4-56c0-4b44-beb9-7b7fa32aad50"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:85:99","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a3731cfb-a6b3-4ffa-b31b-5746da57e310","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:04:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:03:54Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.1"}],"id":"ac47868f-506a-4a02-9857-b5f1f7682fc6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9f:34:ea","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b7d592d7-78d6-4481-9ed5-4639316c9690","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:03:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.4"}],"id":"ca567f9d-47e6-4ba5-8e61-79bedc8b156d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:36:0c","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42824fd5-99b0-4a00-906f-87c9b9723deb","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:03:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.2"}],"id":"ebb6943f-4f17-4065-ad1c-5e05dbdf2d35","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:c4:5a","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42824fd5-99b0-4a00-906f-87c9b9723deb","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:03:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.3"}],"id":"f4778440-e6de-4821-88ac-9a63aa05160f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:f6:39","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42824fd5-99b0-4a00-906f-87c9b9723deb","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:03:53Z","binding:vnic_type":"normal"}]} 2018-11-25 11:06:38,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-1b588739-d459-4963-9de0-64cc09a4b632 2018-11-25 11:06:38,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/ports/3d1a042f-907d-4aae-82d8-a8809b568131 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:47:9a:5a"}]}}' 2018-11-25 11:06:39,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-38bffe77-a201-4750-9028-c9208858dc6e Date: Sun, 25 Nov 2018 11:06:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:47:9a:5a"}],"extra_dhcp_opts":[],"updated_at":"2018-11-25T11:06:39Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"187611e4-0335-4533-9cba-089d93454112","ip_address":"10.10.10.8"}],"id":"3d1a042f-907d-4aae-82d8-a8809b568131","security_groups":["4ee072e2-02a0-411b-9163-5ddec55a2c04","d406dab4-56c0-4b44-beb9-7b7fa32aad50"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:9a:5a","project_id":"6398f91c7f9a4cc9becafd672cd3c763","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f379c7ee-463b-4b45-a213-155d6df90a83","name":"","admin_state_up":true,"network_id":"42824fd5-99b0-4a00-906f-87c9b9723deb","tenant_id":"6398f91c7f9a4cc9becafd672cd3c763","created_at":"2018-11-25T11:06:19Z","binding:vnic_type":"normal"}} 2018-11-25 11:06:39,470 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/ports/3d1a042f-907d-4aae-82d8-a8809b568131 used request id req-38bffe77-a201-4750-9028-c9208858dc6e 2018-11-25 11:06:39,471 - sdnvpn_test_utils - INFO - Waiting for instance a3731cfb-a6b3-4ffa-b31b-5746da57e310 to boot up 2018-11-25 11:06:39,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d00f803368df469e8ac6635ac7b29169f0abca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:06:39,478 - sdnvpn_test_utils - INFO - Waiting for instance f379c7ee-463b-4b45-a213-155d6df90a83 to boot up 2018-11-25 11:06:39,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c9baec78544c18c99dc45b42098bf5937a928c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:06:40,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f25f78c4-9073-4715-97fd-c765b5572fb6 x-compute-request-id: req-f25f78c4-9073-4715-97fd-c765b5572fb6 Content-Encoding: gzip Content-Length: 13198 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 681045831 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.133082] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134717] pid_max: default: 32768 minimum: 301\n[ 0.135600] ACPI: Core revision 20150930\n[ 0.136966] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138262] Security Framework initialized\n[ 0.139065] Yama: becoming mindful.\n[ 0.139786] AppArmor: AppArmor initialized\n[ 0.140666] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.142049] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143691] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144901] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146267] Initializing cgroup subsys io\n[ 0.147078] Initializing cgroup subsys memory\n[ 0.147929] Initializing cgroup subsys devices\n[ 0.148798] Initializing cgroup subsys freezer\n[ 0.149663] Initializing cgroup subsys net_cls\n[ 0.150519] Initializing cgroup subsys perf_event\n[ 0.151418] Initializing cgroup subsys net_prio\n[ 0.152303] Initializing cgroup subsys hugetlb\n[ 0.153166] Initializing cgroup subsys pids\n[ 0.154033] CPU: Physical Processor ID: 0\n[ 0.155519] mce: CPU supports 10 MCE banks\n[ 0.156366] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168092] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.174499] ftrace: allocating 32123 entries in 126 pages\n[ 0.201119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202314] smpboot: Max logical packages: 1\n[ 0.203299] x2apic enabled\n[ 0.204099] Switched APIC routing to physical x2apic.\n[ 0.205842] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206952] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210699] KVM setup paravirtual spinlock\n[ 0.212033] x86: Booted up 1 node, 1 CPUs\n[ 0.212838] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214216] devtmpfs: initialized\n[ 0.216682] evm: security.selinux\n[ 0.217373] evm: security.SMACK64\n[ 0.218061] evm: security.SMACK64EXEC\n[ 0.218796] evm: security.SMACK64TRANSMUTE\n[ 0.219603] evm: security.SMACK64MMAP\n[ 0.220341] evm: security.ima\n[ 0.220976] evm: security.capability\n[ 0.221777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223627] pinctrl core: initialized pinctrl subsystem\n[ 0.224712] RTC time: 11:06:08, date: 11/25/18\n[ 0.225648] NET: Registered protocol family 16\n[ 0.226615] cpuidle: using governor ladder\n[ 0.227422] cpuidle: using governor menu\n[ 0.228206] PCCT header not found.\n[ 0.228953] ACPI: bus type PCI registered\n[ 0.229746] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230981] PCI: Using configuration type 1 for base access\n[ 0.233135] ACPI: Added _OSI(Module Device)\n[ 0.233971] ACPI: Added _OSI(Processor Device)\n[ 0.234814] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235697] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237825] ACPI: Interpreter enabled\n[ 0.238580] ACPI: (supports S0 S5)\n[ 0.239276] ACPI: Using IOAPIC for interrupt routing\n[ 0.240209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243256] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244372] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245582] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249055] acpiphp: Slot [3] registered\n[ 0.249846] acpiphp: Slot [4] registered\n[ 0.250630] acpiphp: Slot [5] registered\n[ 0.251420] acpiphp: Slot [6] registered\n[ 0.252208] acpiphp: Slot [7] registered\n[ 0.252990] acpiphp: Slot [8] registered\n[ 0.253775] acpiphp: Slot [9] registered\n[ 0.254556] acpiphp: Slot [10] registered\n[ 0.255353] acpiphp: Slot [11] registered\n[ 0.256156] acpiphp: Slot [12] registered\n[ 0.256954] acpiphp: Slot [13] registered\n[ 0.257749] acpiphp: Slot [14] registered\n[ 0.268638] acpiphp: Slot [15] registered\n[ 0.269435] acpiphp: Slot [16] registered\n[ 0.270231] acpiphp: Slot [17] registered\n[ 0.271031] acpiphp: Slot [18] registered\n[ 0.271827] acpiphp: Slot [19] registered\n[ 0.272628] acpiphp: Slot [20] registered\n[ 0.273423] acpiphp: Slot [21] registered\n[ 0.274221] acpiphp: Slot [22] registered\n[ 0.275026] acpiphp: Slot [23] registered\n[ 0.275821] acpiphp: Slot [24] registered\n[ 0.276615] acpiphp: Slot [25] registered\n[ 0.277416] acpiphp: Slot [26] registered\n[ 0.278215] acpiphp: Slot [27] registered\n[ 0.279011] acpiphp: Slot [28] registered\n[ 0.279808] acpiphp: Slot [29] registered\n[ 0.280605] acpiphp: Slot [30] registered\n[ 0.281396] acpiphp: Slot [31] registered\n[ 0.282191] PCI host bridge to bus 0000:00\n[ 0.282988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284179] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285364] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286791] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.288214] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294632] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295912] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297063] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298301] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306383] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352889] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354351] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355746] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357140] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358498] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359725] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361121] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362163] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363690] vgaarb: loaded\n[ 0.364281] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365430] SCSI subsystem initialized\n[ 0.366233] ACPI: bus type USB registered\n[ 0.367032] usbcore: registered new interface driver usbfs\n[ 0.368037] usbcore: registered new interface driver hub\n[ 0.369018] usbcore: registered new device driver usb\n[ 0.370052] PCI: Using ACPI for IRQ routing\n[ 0.371067] NetLabel: Initializing\n[ 0.371773] NetLabel: domain hash size = 128\n[ 0.372607] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373539] NetLabel: unlabeled traffic allowed by default\n[ 0.374619] amd_nb: Cannot enumerate AMD northbridges\n[ 0.375565] clocksource: Switched to clocksource kvm-clock\n[ 0.381099] AppArmor: AppArmor Filesystem Enabled\n[ 0.382040] pnp: PnP ACPI init\n[ 0.382931] pnp: PnP ACPI: found 5 devices\n[ 0.388959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390631] NET: Registered protocol family 2\n[ 0.391572] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.392880] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.394058] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.395210] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396278] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.397433] NET: Registered protocol family 1\n[ 0.398291] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399365] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415824] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431078] Trying to unpack rootfs image as initramfs...\n[ 1.709415] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.724697] Scanning for low memory corruption every 60 seconds\n[ 1.726016] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.727160] audit: initializing netlink subsys (disabled)\n[ 1.728187] audit: type=2000 audit(1543143971.023:1): initialized\n[ 1.729486] Initialise system trusted keyring\n[ 1.730415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.731572] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.733551] zbud: loaded\n[ 1.734250] VFS: Disk quotas dquot_6.6.0\n[ 1.735061] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.736452] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.737674] fuse init (API version 7.23)\n[ 1.738539] Key type big_key registered\n[ 1.739324] Allocating IMA MOK and blacklist keyrings.\n[ 1.740430] Key type asymmetric registered\n[ 1.741274] Asymmetric key parser 'x509' registered\n[ 1.742215] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.743667] io scheduler noop registered\n[ 1.744448] io scheduler deadline registered (default)\n[ 1.745418] io scheduler cfq registered\n[ 1.746243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.747273] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.748520] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.749957] ACPI: Power Button [PWRF]\n[ 1.750782] GHES: HEST is not enabled!\n[ 1.764605] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.793205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.795512] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.819420] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.821496] Linux agpgart interface v0.103\n[ 1.823486] brd: module loaded\n[ 1.824778] loop: module loaded\n[ 1.826283] vda: vda1\n[ 1.827607] scsi host0: ata_piix\n[ 1.828335] scsi host1: ata_piix\n[ 1.829042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.830247] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.831681] libphy: Fixed MDIO Bus: probed\n[ 1.832492] tun: Universal TUN/TAP device driver, 1.6\n[ 1.833439] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.835579] PPP generic driver version 2.4.2\n[ 1.836466] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.837721] ehci-pci: EHCI PCI platform driver\n[ 1.838583] ehci-platform: EHCI generic platform driver\n[ 1.839562] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.840692] ohci-pci: OHCI PCI platform driver\n[ 1.841558] ohci-platform: OHCI generic platform driver\n[ 1.842539] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.856934] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.857941] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.859382] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.860383] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.861499] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.862718] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.864170] usb usb1: Product: UHCI Host Controller\n[ 1.865116] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.866249] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.867235] hub 1-0:1.0: USB hub found\n[ 1.868019] hub 1-0:1.0: 2 ports detected\n[ 1.868918] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.871004] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.871958] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.872974] mousedev: PS/2 mouse device common for all mice\n[ 1.874201] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.876019] rtc_cmos 00:00: RTC can wake from S4\n[ 1.877103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.878272] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.879441] i2c /dev entries driver\n[ 1.880200] device-mapper: uevent: version 1.0.3\n[ 1.881131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.882726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.883967] NET: Registered protocol family 10\n[ 1.884945] NET: Registered protocol family 17\n[ 1.885818] Key type dns_resolver registered\n[ 1.886735] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.887817] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.889527] registered taskstats version 1\n[ 1.890354] Loading compiled-in X.509 certificates\n[ 1.891789] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.893608] zswap: loaded using pool lzo/zbud\n[ 1.895369] Key type trusted registered\n[ 1.897825] Key type encrypted registered\n[ 1.898793] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.900038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.901393] evm: HMAC attrs: 0x1\n[ 1.902447] Magic number: 10:141:126\n[ 1.903485] acpi device:01: hash matches\n[ 1.904504] rtc_cmos 00:00: setting system clock to 2018-11-25 11:06:10 UTC (1543143970)\n[ 1.906383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.907810] EDD information not available.\n[ 1.988537] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.990000] ata1.00: configured for MWDMA2\n[ 1.991181] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.993354] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.004896] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.006188] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.008049] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.009558] Write protecting the kernel read-only data: 14336k\n[ 2.011078] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.012770] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.021571] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.023340] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.025317] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.027152] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028967] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.030763] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032614] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034357] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036665] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038422] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066001] virtio_net virtio0 ens3: renamed from eth0\n[ 2.074036] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.075839] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.090275] AVX2 version of gcm_enc/dec engaged.\n[ 2.091219] AES CTR mode by8 optimization enabled\n[ 2.103889] FDC 0 is a S82078B\n[ 2.179648] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.343850] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.345243] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.346536] usb 1-1: Product: QEMU USB Tablet\n[ 2.347412] usb 1-1: Manufacturer: QEMU\n[ 2.348278] usb 1-1: SerialNumber: 42\n[ 2.356760] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.365257] usbcore: registered new interface driver usbhid\n[ 2.366372] usbhid: USB HID core driver\n[ 2.369075] 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[ 2.371403] 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.723638] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.724794] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.341348] md: linear personality registered for level -1\n[ 3.344247] md: multipath personality registered for level -4\n[ 3.347177] md: raid0 personality registered for level 0\n[ 3.350374] md: raid1 personality registered for level 1\n[ 3.419568] raid6: sse2x1 gen() 11305 MB/s\n[ 3.487570] raid6: sse2x1 xor() 9091 MB/s\n[ 3.555570] raid6: sse2x2 gen() 14358 MB/s\n[ 3.623569] raid6: sse2x2 xor() 9923 MB/s\n[ 3.691570] raid6: sse2x4 gen() 16655 MB/s\n[ 3.759567] raid6: sse2x4 xor() 11852 MB/s\n[ 3.827568] raid6: avx2x1 gen() 22189 MB/s\n[ 3.895569] raid6: avx2x2 gen() 25764 MB/s\n[ 3.963568] raid6: avx2x4 gen() 30393 MB/s\n[ 3.964454] raid6: using algorithm avx2x4 gen() 30393 MB/s\n[ 3.965471] raid6: using avx2x2 recovery algorithm\n[ 3.967669] xor: automatically using best checksumming function:\n[ 4.007568] avx : 35432.000 MB/sec\n[ 4.009680] async_tx: api initialized (async)\n[ 4.018712] md: raid6 personality registered for level 6\n[ 4.019756] md: raid5 personality registered for level 5\n[ 4.020749] md: raid4 personality registered for level 4\n[ 4.025119] 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 ... [ 4.049572] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.081170] 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[ 4.185655] 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[ 4.188918] systemd[1]: Detected virtualization kvm.\n[ 4.189864] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.192982] systemd[1]: Set hostname to .\n[ 4.197121] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.198258] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.309727] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.313199] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.316019] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.318986] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.321432] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.323770] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.326222] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.328847] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.331215] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.333396] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.335661] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.338385] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.340882] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.343170] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.345275] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.347033] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.349052] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.351231] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.353570] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.356861] 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[ 4.362909] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.366960] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.371673] 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[ 4.378045] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...[ 4.379999] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.381880] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.385628] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.391441] Loading iSCSI transport class v2.0-870.\n[ 4.392732] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.398334] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.403115] 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[ 4.411852] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.414354] iscsi: registered transport (tcp)\n[ 4.416790] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.418657] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.422603] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.429467] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.434924] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.440838] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.446104] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.453415] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.485651] 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 Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\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[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.896079] cloud-init[463]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 25 Nov 2018 11:06:13 +0000. Up 5.22 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.306171] cloud-init[1022]: Cloud-init v. 0.7.9 running 'init' at Sun, 25 Nov 2018 11:06:15 +0000. Up 7.00 seconds.\n[ 8.307952] cloud-init[1022]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.312124] cloud-init[1022]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.316121] cloud-init[1022]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.317928] cloud-init[1022]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.324112] cloud-init[1022]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.325942] cloud-init[1022]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.332113] cloud-init[1022]: ci-info: | ens3 | True | 10.10.10.10 | 255.255.255.0 | . | fa:16:3e:9c:85:99 |\n[ 8.333951] cloud-init[1022]: ci-info: | ens3 | True | fe80::f816:3eff:fe9c:8599/64 | . | link | fa:16:3e:9c:85:99 |\n[ 8.336130] cloud-init[1022]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.340105] cloud-init[1022]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.344121] cloud-init[1022]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.348125] cloud-init[1022]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.349772] cloud-init[1022]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.356129] cloud-init[1022]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.357807] cloud-init[1022]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.359450] cloud-init[1022]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 8.366780] cloud-init[1022]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Listening on ACPID Listen Socket.\n\n[ 8.369858] cloud-init[1022]: Generating public/private rsa key pair.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n Starting Socket activation for snappy daemon.\n[ 8.372099] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.376710] cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 8.380373] cloud-init[1022]: The key fingerprint is:\n[ 8.381461] cloud-init[1022]: SHA256:ItQB21yJd2YvW9a8NUFlk7VG/4U19Bzm9MsA92Y3XO8 root@sdnvpn-13-1\n[ 8.383132] cloud-init[1022]: The key's randomart image is:\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.387692] cloud-init[1022]: +---[RSA 2048]----+\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.390449] cloud-init[1022]: | ...... . .oXX|\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.394229] cloud-init[1022]: | =.oo + o BB@|\n[ 8.395476] cloud-init[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m[1022]: | o +. + . +.XX|\n[ 8.400811] cloud-init[1022]: | . . + OoB|\n[ 8.401814] cloud-init[1022]: | . . S = =E|\n[ 8.402807] cloud-init[1022]: | . . . . |\n[ 8.403820] ] Listening on LXD - unix socket.\ncloud-init[1022]: | |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.407810] cloud-init[1022]: | |\n[ 8.411947] cloud-init[1022]: | |\n[ 8.414334] cloud-init[1022]: +----[SHA256]-----+\n[ 8.417871] cloud-init[1022]: Generating public/private dsa key pair.\n[ 8.420662] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n\n[ 8.424705] cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.426420] cloud-init Starting Pollinate to seed the pseudo random number generator...\n[1022]: The key fingerprint is:\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Apply the settings specified in cloud-config...[ 8.432482] cloud-init[1022]: \n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting LSB: Record successful boot for GRUB...\n Starting Auto import assertions from block devices...\nSHA256:11VpsXVEdJcvOQ4Mml+f4KVJfkw/zSkGAEn2CZ4gHrk root@sdnvpn-13-1[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.469191] cloud-init[1022]: The key's randomart image is:\n[ 8.477655] cloud-init[1022]: +---[DSA 1024]----+ Starting Accounts Service...\n Starting /etc/rc.local Compatibility...\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.488424] cloud-init[1022]: | o...=o =&|\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Login Service...\n Starting System Logging Service...\n Starting LXD - container startup/shutdown...\n\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m[ 8.504606] ] Started /etc/rc.local Compatibility.\ncloud-init[1022]: | ..o +.+.o =*|\n[ 8.539011] cloud-init[1022]: | .. o =.o oo.|\n[ 8.560229] cloud-init[1022]: | E o o*.* .|\n[ 8.586266] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[1022]: | S..=o@ *o|[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.619626] cloud-init[1022]: | .. =o*o+|[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.635842] [[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).cloud-init[1022]: | ... .|\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[ 8.645978] cloud-init[1022]: | |\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n\n[ 8.685823] cloud-init[1022]: | |\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.702129] cloud-init[1022]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.740811] cloud-init[1022]: Generating public/private ecdsa key pair.\n[ 8.743784] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n\n[ 8.756835] cloud-init[[0;32m OK [0m] Started Set console scheme.\n[1022]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.772096] cloud-init[1022]: The key fingerprint is:\n[ 8.773997] cloud-init[1022]: SHA256:NGLMUaRbknxo3Dq6VhS7eAnxsRanh/0o1gdLi6jueB8 root@sdnvpn-13-1\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.783992] cloud-init[1022]: The key's randomart image is:\n[ 8.787930] cloud-init[1022]: +---[ECDSA 256]---+\n[ 8.792094] cloud-init[1022]: | .oo |\n[ 8.793089] cloud-init[1022]: | .=+*. |\n[ 8.796082] cloud-init[1022]: | o&@* |\n[ 8.797075] cloud-init[1022]: | .oOO=. |\n[ 8.802383] cloud-init[1022]: | *+BS* |\n[ 8.804061] cloud-init[1022]: | o.O.= o |\n[ 8.808069] cloud-init[1022]: | .E+ . . |\n[ 8.810844] cloud-init[1022]: | .o .o |\n[ 8.812062] cloud-init[1022]: |.+ooo |\n[ 8.816126] cloud-init[1022]: +----[SHA256]-----+\n[ 8.817301] cloud-init[1022]: Generating public/private ed25519 key pair.\n[ 8.819298] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.822639] cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.826240] cloud-init[1022]: The key fingerprint is:\n[ 8.828914] cloud-init[1022]: SHA256:tA+BTj5jNtNgoxE863XDuh/EmXG4ayNuUXsWAxoO8rQ root@sdnvpn-13-1\n[ 8.831823] cloud-init[1022]: The key's randomart image is:\n[ 8.834611] cloud-init[1022]: +--[ED25519 256]--+\n[ 8.837119] cloud-init[1022]: | .. |\n[ 8.839480] cloud-init[1022]: | . =..... |\n[ 8.842018] cloud-init[1022]: | +.**+=.. |\n[ 8.847397] cloud-init[1022]: | EB+*=Oo |\n[ 8.851666] cloud-init[1022]: | ...X+So o |\n[ 8.852722] cloud-init[1022]: | .oo*.+o |\n[ 8.853759] cloud-init[1022]: | .o=o. |\n[ 8.856061] cloud-init[1022]: | .oo o |\n[ 8.859318] cloud-init[1022]: | .... |\n[ 8.865217] cloud-init[1022]: +----[SHA256]-----+\n[ 9.070227] cloud-init[1123]: Generating locales (this might take a while)...\n[ 9.634120] cloud-init[1123]: en_US.UTF-8... done\n[ 9.635822] cloud-init[1123]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-11-25 11:06:40,606 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310/action used request id req-f25f78c4-9073-4715-97fd-c765b5572fb6 2018-11-25 11:06:40,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0414647-5e9d-408b-be1a-17e66c9396f4 x-compute-request-id: req-c0414647-5e9d-408b-be1a-17e66c9396f4 Content-Encoding: gzip Content-Length: 8363 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 621552656 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.137572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139244] pid_max: default: 32768 minimum: 301\n[ 0.140154] ACPI: Core revision 20150930\n[ 0.141549] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142887] Security Framework initialized\n[ 0.143724] Yama: becoming mindful.\n[ 0.144469] AppArmor: AppArmor initialized\n[ 0.145360] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.146794] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148485] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149721] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151135] Initializing cgroup subsys io\n[ 0.151969] Initializing cgroup subsys memory\n[ 0.152856] Initializing cgroup subsys devices\n[ 0.153746] Initializing cgroup subsys freezer\n[ 0.154633] Initializing cgroup subsys net_cls\n[ 0.155521] Initializing cgroup subsys perf_event\n[ 0.156447] Initializing cgroup subsys net_prio\n[ 0.157345] Initializing cgroup subsys hugetlb\n[ 0.158230] Initializing cgroup subsys pids\n[ 0.159124] CPU: Physical Processor ID: 0\n[ 0.160663] mce: CPU supports 10 MCE banks\n[ 0.161524] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162538] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174532] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180952] ftrace: allocating 32123 entries in 126 pages\n[ 0.207518] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208758] smpboot: Max logical packages: 1\n[ 0.209773] x2apic enabled\n[ 0.210590] Switched APIC routing to physical x2apic.\n[ 0.212346] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213486] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217326] KVM setup paravirtual spinlock\n[ 0.218627] x86: Booted up 1 node, 1 CPUs\n[ 0.219449] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220854] devtmpfs: initialized\n[ 0.223322] evm: security.selinux\n[ 0.224034] evm: security.SMACK64\n[ 0.224740] evm: security.SMACK64EXEC\n[ 0.225491] evm: security.SMACK64TRANSMUTE\n[ 0.226311] evm: security.SMACK64MMAP\n[ 0.227066] evm: security.ima\n[ 0.227712] evm: security.capability\n[ 0.228522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230396] pinctrl core: initialized pinctrl subsystem\n[ 0.231484] RTC time: 11:06:35, date: 11/25/18\n[ 0.232420] NET: Registered protocol family 16\n[ 0.233385] cpuidle: using governor ladder\n[ 0.234194] cpuidle: using governor menu\n[ 0.234983] PCCT header not found.\n[ 0.235738] ACPI: bus type PCI registered\n[ 0.236535] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237772] PCI: Using configuration type 1 for base access\n[ 0.239914] ACPI: Added _OSI(Module Device)\n[ 0.240752] ACPI: Added _OSI(Processor Device)\n[ 0.241609] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242503] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244675] ACPI: Interpreter enabled\n[ 0.245442] ACPI: (supports S0 S5)\n[ 0.246142] ACPI: Using IOAPIC for interrupt routing\n[ 0.247087] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250158] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251290] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252516] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256026] acpiphp: Slot [3] registered\n[ 0.256823] acpiphp: Slot [4] registered\n[ 0.257613] acpiphp: Slot [5] registered\n[ 0.258410] acpiphp: Slot [6] registered\n[ 0.259199] acpiphp: Slot [7] registered\n[ 0.259987] acpiphp: Slot [8] registered\n[ 0.260788] acpiphp: Slot [9] registered\n[ 0.261581] acpiphp: Slot [10] registered\n[ 0.262386] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.263997] acpiphp: Slot [13] registered\n[ 0.264804] acpiphp: Slot [14] registered\n[ 0.275692] acpiphp: Slot [15] registered\n[ 0.276501] acpiphp: Slot [16] registered\n[ 0.277299] acpiphp: Slot [17] registered\n[ 0.278101] acpiphp: Slot [18] registered\n[ 0.278908] acpiphp: Slot [19] registered\n[ 0.279719] acpiphp: Slot [20] registered\n[ 0.280522] acpiphp: Slot [21] registered\n[ 0.281321] acpiphp: Slot [22] registered\n[ 0.282126] acpiphp: Slot [23] registered\n[ 0.282930] acpiphp: Slot [24] registered\n[ 0.283740] acpiphp: Slot [25] registered\n[ 0.284547] acpiphp: Slot [26] registered\n[ 0.285351] acpiphp: Slot [27] registered\n[ 0.286147] acpiphp: Slot [28] registered\n[ 0.286951] acpiphp: Slot [29] registered\n[ 0.287766] acpiphp: Slot [30] registered\n[ 0.288571] acpiphp: Slot [31] registered\n[ 0.289371] PCI host bridge to bus 0000:00\n[ 0.290173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291381] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292586] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294026] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.295470] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301852] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303130] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304294] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305555] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313486] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364102] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365478] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366720] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368193] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370772] vgaarb: loaded\n[ 0.371370] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373307] ACPI: bus type USB registered\n[ 0.374115] usbcore: registered new interface driver usbfs\n[ 0.375133] usbcore: registered new interface driver hub\n[ 0.376123] usbcore: registered new device driver usb\n[ 0.377158] PCI: Using ACPI for IRQ routing\n[ 0.378176] NetLabel: Initializing\n[ 0.378885] NetLabel: domain hash size = 128\n[ 0.379728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380674] NetLabel: unlabeled traffic allowed by default\n[ 0.381750] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382707] clocksource: Switched to clocksource kvm-clock\n[ 0.388086] AppArmor: AppArmor Filesystem Enabled\n[ 0.389038] pnp: PnP ACPI init\n[ 0.389944] pnp: PnP ACPI: found 5 devices\n[ 0.395997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397709] NET: Registered protocol family 2\n[ 0.398656] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399945] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401143] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402321] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403409] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404602] NET: Registered protocol family 1\n[ 0.405463] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406557] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407628] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421736] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436072] Trying to unpack rootfs image as initramfs...\n[ 1.750943] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.769044] Scanning for low memory corruption every 60 seconds\n[ 1.770623] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.772007] audit: initializing netlink subsys (disabled)\n[ 1.773236] audit: type=2000 audit(1543143998.118:1): initialized\n[ 1.774801] Initialise system trusted keyring\n[ 1.775895] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.777300] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.779530] zbud: loaded\n[ 1.780344] VFS: Disk quotas dquot_6.6.0\n[ 1.781307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.782980] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.784425] fuse init (API version 7.23)\n[ 1.785456] Key type big_key registered\n[ 1.786400] Allocating IMA MOK and blacklist keyrings.\n[ 1.787706] Key type asymmetric registered\n[ 1.788701] Asymmetric key parser 'x509' registered\n[ 1.789844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.791597] io scheduler noop registered\n[ 1.792545] io scheduler deadline registered (default)\n[ 1.793735] io scheduler cfq registered\n[ 1.794736] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.795997] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.797507] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.799251] ACPI: Power Button [PWRF]\n[ 1.800257] GHES: HEST is not enabled!\n[ 1.814351] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.863332] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.866088] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.889945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.892067] Linux agpgart interface v0.103\n[ 1.894093] brd: module loaded\n[ 1.895363] loop: module loaded\n[ 1.896894] vda: vda1\n[ 1.898311] scsi host0: ata_piix\n[ 1.899068] scsi host1: ata_piix\n[ 1.899794] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.901034] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.902508] libphy: Fixed MDIO Bus: probed\n[ 1.903350] tun: Universal TUN/TAP device driver, 1.6\n[ 1.904323] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.906503] PPP generic driver version 2.4.2\n[ 1.907462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.908800] ehci-pci: EHCI PCI platform driver\n[ 1.909716] ehci-platform: EHCI generic platform driver\n[ 1.910762] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.911951] ohci-pci: OHCI PCI platform driver\n[ 1.912860] ohci-platform: OHCI generic platform driver\n[ 1.913904] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.928525] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.929620] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.931154] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.932237] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.933412] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.934714] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.936201] usb usb1: Product: UHCI Host Controller\n[ 1.937185] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.938378] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.939384] hub 1-0:1.0: USB hub found\n[ 1.940193] hub 1-0:1.0: 2 ports detected\n[ 1.941135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.943320] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.944329] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.945414] mousedev: PS/2 mouse device common for all mice\n[ 1.946734] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.948694] rtc_cmos 00:00: RTC can wake from S4\n[ 1.949853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.951123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.952377] i2c /dev entries driver\n[ 1.953167] device-mapper: uevent: version 1.0.3\n[ 1.954150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.955849] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.957144] NET: Registered protocol family 10\n[ 1.958154] NET: Registered protocol family 17\n[ 1.959070] Key type dns_resolver registered\n[ 1.960017] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.961111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.962865] registered taskstats version 1\n[ 1.963701] Loading compiled-in X.509 certificates\n[ 1.965123] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.966980] zswap: loaded using pool lzo/zbud\n[ 1.968790] Key type trusted registered\n[ 1.971050] Key type encrypted registered\n[ 1.971899] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.972955] ima: No TPM chip found, activating TPM-bypass!\n[ 1.973999] evm: HMAC attrs: 0x1\n[ 1.974963] Magic number: 10:141:126\n[ 1.975771] acpi device:01: hash matches\n[ 1.976615] rtc_cmos 00:00: setting system clock to 2018-11-25 11:06:37 UTC (1543143997)\n[ 1.978223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.979369] EDD information not available.\n[ 2.055270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.056740] ata1.00: configured for MWDMA2\n[ 2.057955] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.060286] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.072022] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.073309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.075189] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.076725] Write protecting the kernel read-only data: 14336k\n[ 2.078264] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.079986] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.088822] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.090617] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092639] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096364] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.098174] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.100054] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101838] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.104150] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105948] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.133146] virtio_net virtio0 ens3: renamed from eth0\n[ 2.145023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.146851] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.172307] AVX2 version of gcm_enc/dec engaged.\n[ 2.173241] AES CTR mode by8 optimization enabled\n[ 2.175021] FDC 0 is a S82078B\n[ 2.250738] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.413255] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.414713] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.415998] usb 1-1: Product: QEMU USB Tablet\n[ 2.416871] usb 1-1: Manufacturer: QEMU\n[ 2.417661] usb 1-1: SerialNumber: 42\n[ 2.426356] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.433995] usbcore: registered new interface driver usbhid\n[ 2.435121] usbhid: USB HID core driver\n[ 2.437645] 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[ 2.439928] 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.766842] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.768328] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.418769] md: linear personality registered for level -1\n[ 3.421891] md: multipath personality registered for level -4\n[ 3.425070] md: raid0 personality registered for level 0\n[ 3.428535] md: raid1 personality registered for level 1\n[ 3.498716] raid6: sse2x1 gen() 11312 MB/s\n[ 3.566712] raid6: sse2x1 xor() 8804 MB/s\n[ 3.634711] raid6: sse2x2 gen() 14477 MB/s\n[ 3.702712] raid6: sse2x2 xor() 9681 MB/s\n[ 3.770715] raid6: sse2x4 gen() 16727 MB/s\n[ 3.838711] raid6: sse2x4 xor() 11547 MB/s\n[ 3.906712] raid6: avx2x1 gen() 21930 MB/s\n[ 3.974723] raid6: avx2x2 gen() 26233 MB/s\n"} 2018-11-25 11:06:40,613 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action used request id req-c0414647-5e9d-408b-be1a-17e66c9396f4 2018-11-25 11:06:42,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c9baec78544c18c99dc45b42098bf5937a928c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:06:43,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71b49b52-b53b-43c5-857c-acce50556868 x-compute-request-id: req-71b49b52-b53b-43c5-857c-acce50556868 Content-Encoding: gzip Content-Length: 10627 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 621552656 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.137572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139244] pid_max: default: 32768 minimum: 301\n[ 0.140154] ACPI: Core revision 20150930\n[ 0.141549] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142887] Security Framework initialized\n[ 0.143724] Yama: becoming mindful.\n[ 0.144469] AppArmor: AppArmor initialized\n[ 0.145360] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.146794] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148485] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149721] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151135] Initializing cgroup subsys io\n[ 0.151969] Initializing cgroup subsys memory\n[ 0.152856] Initializing cgroup subsys devices\n[ 0.153746] Initializing cgroup subsys freezer\n[ 0.154633] Initializing cgroup subsys net_cls\n[ 0.155521] Initializing cgroup subsys perf_event\n[ 0.156447] Initializing cgroup subsys net_prio\n[ 0.157345] Initializing cgroup subsys hugetlb\n[ 0.158230] Initializing cgroup subsys pids\n[ 0.159124] CPU: Physical Processor ID: 0\n[ 0.160663] mce: CPU supports 10 MCE banks\n[ 0.161524] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162538] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174532] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180952] ftrace: allocating 32123 entries in 126 pages\n[ 0.207518] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208758] smpboot: Max logical packages: 1\n[ 0.209773] x2apic enabled\n[ 0.210590] Switched APIC routing to physical x2apic.\n[ 0.212346] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213486] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217326] KVM setup paravirtual spinlock\n[ 0.218627] x86: Booted up 1 node, 1 CPUs\n[ 0.219449] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220854] devtmpfs: initialized\n[ 0.223322] evm: security.selinux\n[ 0.224034] evm: security.SMACK64\n[ 0.224740] evm: security.SMACK64EXEC\n[ 0.225491] evm: security.SMACK64TRANSMUTE\n[ 0.226311] evm: security.SMACK64MMAP\n[ 0.227066] evm: security.ima\n[ 0.227712] evm: security.capability\n[ 0.228522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230396] pinctrl core: initialized pinctrl subsystem\n[ 0.231484] RTC time: 11:06:35, date: 11/25/18\n[ 0.232420] NET: Registered protocol family 16\n[ 0.233385] cpuidle: using governor ladder\n[ 0.234194] cpuidle: using governor menu\n[ 0.234983] PCCT header not found.\n[ 0.235738] ACPI: bus type PCI registered\n[ 0.236535] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237772] PCI: Using configuration type 1 for base access\n[ 0.239914] ACPI: Added _OSI(Module Device)\n[ 0.240752] ACPI: Added _OSI(Processor Device)\n[ 0.241609] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242503] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244675] ACPI: Interpreter enabled\n[ 0.245442] ACPI: (supports S0 S5)\n[ 0.246142] ACPI: Using IOAPIC for interrupt routing\n[ 0.247087] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250158] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251290] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252516] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256026] acpiphp: Slot [3] registered\n[ 0.256823] acpiphp: Slot [4] registered\n[ 0.257613] acpiphp: Slot [5] registered\n[ 0.258410] acpiphp: Slot [6] registered\n[ 0.259199] acpiphp: Slot [7] registered\n[ 0.259987] acpiphp: Slot [8] registered\n[ 0.260788] acpiphp: Slot [9] registered\n[ 0.261581] acpiphp: Slot [10] registered\n[ 0.262386] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.263997] acpiphp: Slot [13] registered\n[ 0.264804] acpiphp: Slot [14] registered\n[ 0.275692] acpiphp: Slot [15] registered\n[ 0.276501] acpiphp: Slot [16] registered\n[ 0.277299] acpiphp: Slot [17] registered\n[ 0.278101] acpiphp: Slot [18] registered\n[ 0.278908] acpiphp: Slot [19] registered\n[ 0.279719] acpiphp: Slot [20] registered\n[ 0.280522] acpiphp: Slot [21] registered\n[ 0.281321] acpiphp: Slot [22] registered\n[ 0.282126] acpiphp: Slot [23] registered\n[ 0.282930] acpiphp: Slot [24] registered\n[ 0.283740] acpiphp: Slot [25] registered\n[ 0.284547] acpiphp: Slot [26] registered\n[ 0.285351] acpiphp: Slot [27] registered\n[ 0.286147] acpiphp: Slot [28] registered\n[ 0.286951] acpiphp: Slot [29] registered\n[ 0.287766] acpiphp: Slot [30] registered\n[ 0.288571] acpiphp: Slot [31] registered\n[ 0.289371] PCI host bridge to bus 0000:00\n[ 0.290173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291381] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292586] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294026] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.295470] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301852] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303130] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304294] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305555] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313486] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364102] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365478] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366720] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368193] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370772] vgaarb: loaded\n[ 0.371370] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373307] ACPI: bus type USB registered\n[ 0.374115] usbcore: registered new interface driver usbfs\n[ 0.375133] usbcore: registered new interface driver hub\n[ 0.376123] usbcore: registered new device driver usb\n[ 0.377158] PCI: Using ACPI for IRQ routing\n[ 0.378176] NetLabel: Initializing\n[ 0.378885] NetLabel: domain hash size = 128\n[ 0.379728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380674] NetLabel: unlabeled traffic allowed by default\n[ 0.381750] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382707] clocksource: Switched to clocksource kvm-clock\n[ 0.388086] AppArmor: AppArmor Filesystem Enabled\n[ 0.389038] pnp: PnP ACPI init\n[ 0.389944] pnp: PnP ACPI: found 5 devices\n[ 0.395997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397709] NET: Registered protocol family 2\n[ 0.398656] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399945] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401143] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402321] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403409] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404602] NET: Registered protocol family 1\n[ 0.405463] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406557] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407628] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421736] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436072] Trying to unpack rootfs image as initramfs...\n[ 1.750943] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.769044] Scanning for low memory corruption every 60 seconds\n[ 1.770623] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.772007] audit: initializing netlink subsys (disabled)\n[ 1.773236] audit: type=2000 audit(1543143998.118:1): initialized\n[ 1.774801] Initialise system trusted keyring\n[ 1.775895] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.777300] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.779530] zbud: loaded\n[ 1.780344] VFS: Disk quotas dquot_6.6.0\n[ 1.781307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.782980] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.784425] fuse init (API version 7.23)\n[ 1.785456] Key type big_key registered\n[ 1.786400] Allocating IMA MOK and blacklist keyrings.\n[ 1.787706] Key type asymmetric registered\n[ 1.788701] Asymmetric key parser 'x509' registered\n[ 1.789844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.791597] io scheduler noop registered\n[ 1.792545] io scheduler deadline registered (default)\n[ 1.793735] io scheduler cfq registered\n[ 1.794736] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.795997] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.797507] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.799251] ACPI: Power Button [PWRF]\n[ 1.800257] GHES: HEST is not enabled!\n[ 1.814351] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.863332] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.866088] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.889945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.892067] Linux agpgart interface v0.103\n[ 1.894093] brd: module loaded\n[ 1.895363] loop: module loaded\n[ 1.896894] vda: vda1\n[ 1.898311] scsi host0: ata_piix\n[ 1.899068] scsi host1: ata_piix\n[ 1.899794] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.901034] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.902508] libphy: Fixed MDIO Bus: probed\n[ 1.903350] tun: Universal TUN/TAP device driver, 1.6\n[ 1.904323] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.906503] PPP generic driver version 2.4.2\n[ 1.907462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.908800] ehci-pci: EHCI PCI platform driver\n[ 1.909716] ehci-platform: EHCI generic platform driver\n[ 1.910762] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.911951] ohci-pci: OHCI PCI platform driver\n[ 1.912860] ohci-platform: OHCI generic platform driver\n[ 1.913904] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.928525] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.929620] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.931154] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.932237] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.933412] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.934714] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.936201] usb usb1: Product: UHCI Host Controller\n[ 1.937185] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.938378] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.939384] hub 1-0:1.0: USB hub found\n[ 1.940193] hub 1-0:1.0: 2 ports detected\n[ 1.941135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.943320] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.944329] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.945414] mousedev: PS/2 mouse device common for all mice\n[ 1.946734] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.948694] rtc_cmos 00:00: RTC can wake from S4\n[ 1.949853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.951123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.952377] i2c /dev entries driver\n[ 1.953167] device-mapper: uevent: version 1.0.3\n[ 1.954150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.955849] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.957144] NET: Registered protocol family 10\n[ 1.958154] NET: Registered protocol family 17\n[ 1.959070] Key type dns_resolver registered\n[ 1.960017] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.961111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.962865] registered taskstats version 1\n[ 1.963701] Loading compiled-in X.509 certificates\n[ 1.965123] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.966980] zswap: loaded using pool lzo/zbud\n[ 1.968790] Key type trusted registered\n[ 1.971050] Key type encrypted registered\n[ 1.971899] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.972955] ima: No TPM chip found, activating TPM-bypass!\n[ 1.973999] evm: HMAC attrs: 0x1\n[ 1.974963] Magic number: 10:141:126\n[ 1.975771] acpi device:01: hash matches\n[ 1.976615] rtc_cmos 00:00: setting system clock to 2018-11-25 11:06:37 UTC (1543143997)\n[ 1.978223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.979369] EDD information not available.\n[ 2.055270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.056740] ata1.00: configured for MWDMA2\n[ 2.057955] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.060286] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.072022] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.073309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.075189] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.076725] Write protecting the kernel read-only data: 14336k\n[ 2.078264] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.079986] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.088822] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.090617] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092639] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096364] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.098174] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.100054] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101838] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.104150] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105948] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.133146] virtio_net virtio0 ens3: renamed from eth0\n[ 2.145023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.146851] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.172307] AVX2 version of gcm_enc/dec engaged.\n[ 2.173241] AES CTR mode by8 optimization enabled\n[ 2.175021] FDC 0 is a S82078B\n[ 2.250738] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.413255] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.414713] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.415998] usb 1-1: Product: QEMU USB Tablet\n[ 2.416871] usb 1-1: Manufacturer: QEMU\n[ 2.417661] usb 1-1: SerialNumber: 42\n[ 2.426356] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.433995] usbcore: registered new interface driver usbhid\n[ 2.435121] usbhid: USB HID core driver\n[ 2.437645] 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[ 2.439928] 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.766842] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.768328] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.418769] md: linear personality registered for level -1\n[ 3.421891] md: multipath personality registered for level -4\n[ 3.425070] md: raid0 personality registered for level 0\n[ 3.428535] md: raid1 personality registered for level 1\n[ 3.498716] raid6: sse2x1 gen() 11312 MB/s\n[ 3.566712] raid6: sse2x1 xor() 8804 MB/s\n[ 3.634711] raid6: sse2x2 gen() 14477 MB/s\n[ 3.702712] raid6: sse2x2 xor() 9681 MB/s\n[ 3.770715] raid6: sse2x4 gen() 16727 MB/s\n[ 3.838711] raid6: sse2x4 xor() 11547 MB/s\n[ 3.906712] raid6: avx2x1 gen() 21930 MB/s\n[ 3.974723] raid6: avx2x2 gen() 26233 MB/s\n[ 4.042712] raid6: avx2x4 gen() 29476 MB/s\n[ 4.043798] raid6: using algorithm avx2x4 gen() 29476 MB/s\n[ 4.045053] raid6: using avx2x2 recovery algorithm\n[ 4.049373] xor: automatically using best checksumming function:\n[ 4.090709] avx : 34937.000 MB/sec\n[ 4.093014] async_tx: api initialized (async)\n[ 4.102375] md: raid6 personality registered for level 6\n[ 4.103656] md: raid5 personality registered for level 5\n[ 4.104908] md: raid4 personality registered for level 4\n[ 4.110217] 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 ... [ 4.136111] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.166709] 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[ 4.274115] 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[ 4.278174] systemd[1]: Detected virtualization kvm.\n[ 4.279386] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.283176] systemd[1]: Set hostname to .\n[ 4.287063] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.288442] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.425066] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.427493] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.430422] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.433146] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.435754] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.437961] 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[ 4.442553] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.446016] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.450389] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.459717] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.462174] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.468669] 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[ 4.477001] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.483607] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.485712] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.489324] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.491612] systemd[1]: Listening on udev Kernel Socket.\n[ 4.495248] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.497450] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.503628] iscsi: registered transport (tcp)\n[ 4.505262] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.509128] 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[ 4.516524] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.521738] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.527035] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.532223] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.537700] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] [ 4.541150] iscsi: registered transport (iser)\nStarted Forward Password Requests to Wall Directory Watch.\n[ 4.543322] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.545790] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.548496] systemd[1]: Listening on Journal Socket (/dev/log).\n[ 4.549778] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.552652] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.555519] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.559835] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.562023] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.565683] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.569011] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.571895] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.576309] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.583193] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.588232] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.592671] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 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 Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.065145] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 25 Nov 2018 11:06:41 +0000. Up 5.35 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-11-25 11:06:43,738 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action used request id req-71b49b52-b53b-43c5-857c-acce50556868 2018-11-25 11:06:45,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c9baec78544c18c99dc45b42098bf5937a928c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:06:46,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06: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-9122845a-5deb-4ac0-92e7-23c0dd48fe5e x-compute-request-id: req-9122845a-5deb-4ac0-92e7-23c0dd48fe5e Content-Encoding: gzip Content-Length: 13218 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 621552656 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.137572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139244] pid_max: default: 32768 minimum: 301\n[ 0.140154] ACPI: Core revision 20150930\n[ 0.141549] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142887] Security Framework initialized\n[ 0.143724] Yama: becoming mindful.\n[ 0.144469] AppArmor: AppArmor initialized\n[ 0.145360] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.146794] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148485] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149721] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151135] Initializing cgroup subsys io\n[ 0.151969] Initializing cgroup subsys memory\n[ 0.152856] Initializing cgroup subsys devices\n[ 0.153746] Initializing cgroup subsys freezer\n[ 0.154633] Initializing cgroup subsys net_cls\n[ 0.155521] Initializing cgroup subsys perf_event\n[ 0.156447] Initializing cgroup subsys net_prio\n[ 0.157345] Initializing cgroup subsys hugetlb\n[ 0.158230] Initializing cgroup subsys pids\n[ 0.159124] CPU: Physical Processor ID: 0\n[ 0.160663] mce: CPU supports 10 MCE banks\n[ 0.161524] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162538] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174532] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180952] ftrace: allocating 32123 entries in 126 pages\n[ 0.207518] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208758] smpboot: Max logical packages: 1\n[ 0.209773] x2apic enabled\n[ 0.210590] Switched APIC routing to physical x2apic.\n[ 0.212346] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213486] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217326] KVM setup paravirtual spinlock\n[ 0.218627] x86: Booted up 1 node, 1 CPUs\n[ 0.219449] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220854] devtmpfs: initialized\n[ 0.223322] evm: security.selinux\n[ 0.224034] evm: security.SMACK64\n[ 0.224740] evm: security.SMACK64EXEC\n[ 0.225491] evm: security.SMACK64TRANSMUTE\n[ 0.226311] evm: security.SMACK64MMAP\n[ 0.227066] evm: security.ima\n[ 0.227712] evm: security.capability\n[ 0.228522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230396] pinctrl core: initialized pinctrl subsystem\n[ 0.231484] RTC time: 11:06:35, date: 11/25/18\n[ 0.232420] NET: Registered protocol family 16\n[ 0.233385] cpuidle: using governor ladder\n[ 0.234194] cpuidle: using governor menu\n[ 0.234983] PCCT header not found.\n[ 0.235738] ACPI: bus type PCI registered\n[ 0.236535] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237772] PCI: Using configuration type 1 for base access\n[ 0.239914] ACPI: Added _OSI(Module Device)\n[ 0.240752] ACPI: Added _OSI(Processor Device)\n[ 0.241609] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242503] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244675] ACPI: Interpreter enabled\n[ 0.245442] ACPI: (supports S0 S5)\n[ 0.246142] ACPI: Using IOAPIC for interrupt routing\n[ 0.247087] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250158] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251290] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252516] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256026] acpiphp: Slot [3] registered\n[ 0.256823] acpiphp: Slot [4] registered\n[ 0.257613] acpiphp: Slot [5] registered\n[ 0.258410] acpiphp: Slot [6] registered\n[ 0.259199] acpiphp: Slot [7] registered\n[ 0.259987] acpiphp: Slot [8] registered\n[ 0.260788] acpiphp: Slot [9] registered\n[ 0.261581] acpiphp: Slot [10] registered\n[ 0.262386] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.263997] acpiphp: Slot [13] registered\n[ 0.264804] acpiphp: Slot [14] registered\n[ 0.275692] acpiphp: Slot [15] registered\n[ 0.276501] acpiphp: Slot [16] registered\n[ 0.277299] acpiphp: Slot [17] registered\n[ 0.278101] acpiphp: Slot [18] registered\n[ 0.278908] acpiphp: Slot [19] registered\n[ 0.279719] acpiphp: Slot [20] registered\n[ 0.280522] acpiphp: Slot [21] registered\n[ 0.281321] acpiphp: Slot [22] registered\n[ 0.282126] acpiphp: Slot [23] registered\n[ 0.282930] acpiphp: Slot [24] registered\n[ 0.283740] acpiphp: Slot [25] registered\n[ 0.284547] acpiphp: Slot [26] registered\n[ 0.285351] acpiphp: Slot [27] registered\n[ 0.286147] acpiphp: Slot [28] registered\n[ 0.286951] acpiphp: Slot [29] registered\n[ 0.287766] acpiphp: Slot [30] registered\n[ 0.288571] acpiphp: Slot [31] registered\n[ 0.289371] PCI host bridge to bus 0000:00\n[ 0.290173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291381] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292586] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294026] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.295470] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301852] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303130] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304294] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305555] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313486] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364102] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365478] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366720] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368193] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370772] vgaarb: loaded\n[ 0.371370] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373307] ACPI: bus type USB registered\n[ 0.374115] usbcore: registered new interface driver usbfs\n[ 0.375133] usbcore: registered new interface driver hub\n[ 0.376123] usbcore: registered new device driver usb\n[ 0.377158] PCI: Using ACPI for IRQ routing\n[ 0.378176] NetLabel: Initializing\n[ 0.378885] NetLabel: domain hash size = 128\n[ 0.379728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380674] NetLabel: unlabeled traffic allowed by default\n[ 0.381750] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382707] clocksource: Switched to clocksource kvm-clock\n[ 0.388086] AppArmor: AppArmor Filesystem Enabled\n[ 0.389038] pnp: PnP ACPI init\n[ 0.389944] pnp: PnP ACPI: found 5 devices\n[ 0.395997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397709] NET: Registered protocol family 2\n[ 0.398656] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399945] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401143] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402321] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403409] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404602] NET: Registered protocol family 1\n[ 0.405463] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406557] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407628] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421736] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436072] Trying to unpack rootfs image as initramfs...\n[ 1.750943] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.769044] Scanning for low memory corruption every 60 seconds\n[ 1.770623] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.772007] audit: initializing netlink subsys (disabled)\n[ 1.773236] audit: type=2000 audit(1543143998.118:1): initialized\n[ 1.774801] Initialise system trusted keyring\n[ 1.775895] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.777300] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.779530] zbud: loaded\n[ 1.780344] VFS: Disk quotas dquot_6.6.0\n[ 1.781307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.782980] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.784425] fuse init (API version 7.23)\n[ 1.785456] Key type big_key registered\n[ 1.786400] Allocating IMA MOK and blacklist keyrings.\n[ 1.787706] Key type asymmetric registered\n[ 1.788701] Asymmetric key parser 'x509' registered\n[ 1.789844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.791597] io scheduler noop registered\n[ 1.792545] io scheduler deadline registered (default)\n[ 1.793735] io scheduler cfq registered\n[ 1.794736] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.795997] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.797507] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.799251] ACPI: Power Button [PWRF]\n[ 1.800257] GHES: HEST is not enabled!\n[ 1.814351] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.863332] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.866088] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.889945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.892067] Linux agpgart interface v0.103\n[ 1.894093] brd: module loaded\n[ 1.895363] loop: module loaded\n[ 1.896894] vda: vda1\n[ 1.898311] scsi host0: ata_piix\n[ 1.899068] scsi host1: ata_piix\n[ 1.899794] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.901034] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.902508] libphy: Fixed MDIO Bus: probed\n[ 1.903350] tun: Universal TUN/TAP device driver, 1.6\n[ 1.904323] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.906503] PPP generic driver version 2.4.2\n[ 1.907462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.908800] ehci-pci: EHCI PCI platform driver\n[ 1.909716] ehci-platform: EHCI generic platform driver\n[ 1.910762] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.911951] ohci-pci: OHCI PCI platform driver\n[ 1.912860] ohci-platform: OHCI generic platform driver\n[ 1.913904] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.928525] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.929620] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.931154] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.932237] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.933412] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.934714] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.936201] usb usb1: Product: UHCI Host Controller\n[ 1.937185] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.938378] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.939384] hub 1-0:1.0: USB hub found\n[ 1.940193] hub 1-0:1.0: 2 ports detected\n[ 1.941135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.943320] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.944329] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.945414] mousedev: PS/2 mouse device common for all mice\n[ 1.946734] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.948694] rtc_cmos 00:00: RTC can wake from S4\n[ 1.949853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.951123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.952377] i2c /dev entries driver\n[ 1.953167] device-mapper: uevent: version 1.0.3\n[ 1.954150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.955849] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.957144] NET: Registered protocol family 10\n[ 1.958154] NET: Registered protocol family 17\n[ 1.959070] Key type dns_resolver registered\n[ 1.960017] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.961111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.962865] registered taskstats version 1\n[ 1.963701] Loading compiled-in X.509 certificates\n[ 1.965123] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.966980] zswap: loaded using pool lzo/zbud\n[ 1.968790] Key type trusted registered\n[ 1.971050] Key type encrypted registered\n[ 1.971899] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.972955] ima: No TPM chip found, activating TPM-bypass!\n[ 1.973999] evm: HMAC attrs: 0x1\n[ 1.974963] Magic number: 10:141:126\n[ 1.975771] acpi device:01: hash matches\n[ 1.976615] rtc_cmos 00:00: setting system clock to 2018-11-25 11:06:37 UTC (1543143997)\n[ 1.978223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.979369] EDD information not available.\n[ 2.055270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.056740] ata1.00: configured for MWDMA2\n[ 2.057955] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.060286] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.072022] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.073309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.075189] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.076725] Write protecting the kernel read-only data: 14336k\n[ 2.078264] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.079986] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.088822] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.090617] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092639] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096364] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.098174] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.100054] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101838] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.104150] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105948] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.133146] virtio_net virtio0 ens3: renamed from eth0\n[ 2.145023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.146851] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.172307] AVX2 version of gcm_enc/dec engaged.\n[ 2.173241] AES CTR mode by8 optimization enabled\n[ 2.175021] FDC 0 is a S82078B\n[ 2.250738] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.413255] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.414713] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.415998] usb 1-1: Product: QEMU USB Tablet\n[ 2.416871] usb 1-1: Manufacturer: QEMU\n[ 2.417661] usb 1-1: SerialNumber: 42\n[ 2.426356] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.433995] usbcore: registered new interface driver usbhid\n[ 2.435121] usbhid: USB HID core driver\n[ 2.437645] 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[ 2.439928] 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.766842] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.768328] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.418769] md: linear personality registered for level -1\n[ 3.421891] md: multipath personality registered for level -4\n[ 3.425070] md: raid0 personality registered for level 0\n[ 3.428535] md: raid1 personality registered for level 1\n[ 3.498716] raid6: sse2x1 gen() 11312 MB/s\n[ 3.566712] raid6: sse2x1 xor() 8804 MB/s\n[ 3.634711] raid6: sse2x2 gen() 14477 MB/s\n[ 3.702712] raid6: sse2x2 xor() 9681 MB/s\n[ 3.770715] raid6: sse2x4 gen() 16727 MB/s\n[ 3.838711] raid6: sse2x4 xor() 11547 MB/s\n[ 3.906712] raid6: avx2x1 gen() 21930 MB/s\n[ 3.974723] raid6: avx2x2 gen() 26233 MB/s\n[ 4.042712] raid6: avx2x4 gen() 29476 MB/s\n[ 4.043798] raid6: using algorithm avx2x4 gen() 29476 MB/s\n[ 4.045053] raid6: using avx2x2 recovery algorithm\n[ 4.049373] xor: automatically using best checksumming function:\n[ 4.090709] avx : 34937.000 MB/sec\n[ 4.093014] async_tx: api initialized (async)\n[ 4.102375] md: raid6 personality registered for level 6\n[ 4.103656] md: raid5 personality registered for level 5\n[ 4.104908] md: raid4 personality registered for level 4\n[ 4.110217] 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 ... [ 4.136111] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.166709] 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[ 4.274115] 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[ 4.278174] systemd[1]: Detected virtualization kvm.\n[ 4.279386] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.283176] systemd[1]: Set hostname to .\n[ 4.287063] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.288442] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.425066] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.427493] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.430422] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.433146] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.435754] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.437961] 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[ 4.442553] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.446016] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.450389] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.459717] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.462174] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.468669] 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[ 4.477001] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.483607] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.485712] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.489324] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.491612] systemd[1]: Listening on udev Kernel Socket.\n[ 4.495248] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.497450] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.503628] iscsi: registered transport (tcp)\n[ 4.505262] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.509128] 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[ 4.516524] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.521738] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.527035] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.532223] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.537700] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] [ 4.541150] iscsi: registered transport (iser)\nStarted Forward Password Requests to Wall Directory Watch.\n[ 4.543322] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.545790] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.548496] systemd[1]: Listening on Journal Socket (/dev/log).\n[ 4.549778] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.552652] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.555519] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.559835] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.562023] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.565683] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.569011] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.571895] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.576309] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.583193] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.588232] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.592671] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 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 Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.065145] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 25 Nov 2018 11:06:41 +0000. Up 5.35 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.077734] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Sun, 25 Nov 2018 11:06:42 +0000. Up 7.16 seconds.\n[ 8.079494] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.084110] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.085908] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.092106] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.093927] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.100107] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.101912] cloud-init[1024]: ci-info: | ens3 | True | 10.10.10.8 | 255.255.255.0 | . | fa:16:3e:47:9a:5a |\n[ 8.103640] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe47:9a5a/64 | . | link | fa:16:3e:47:9a:5a |\n[ 8.109361] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.111109] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.116295] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.117916] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.124102] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.125740] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.127365] cloud-init[1024]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.131871] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.133627] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.139009] cloud-init[1024]: Generating public/private rsa key pair.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.142765] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.144794] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.146275] cloud-init[1024]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\nThe key fingerprint is:\n[ 8.150050] cloud-init[1024]: SHA256:z0DERX8VOted77TM3rzDpqVKCq4YL2/qH7h+OuKym2k root@sdnvpn-13-2\n Starting LXD - unix socket.[ 8.152170] cloud-init[1024]: The key's randomart image is:\n[ 8.152997] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.153746] cloud-init[1024]: | ..oo .o|\n[ 8.154487] cloud-init[1024]: | .. . ..+|\n[ 8.155235] cloud-init[1024]: | . .o.oo|\n[ 8.155973] \n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0mcloud-init[1024]: | . .o .|\n[ 8.160591] cloud-init[1024]: | S o|\n[ 8.161344] cloud-init[1024]: | . + oo.|\n[ 8.162086] cloud-init[1024]: | o . . o. .=.|\n[ 8.162833] cloud-init[1024]: |.E o=oo . o +=.|\n[ 8.163575] cloud-init[1024]: |O++BX=.. . ..ooo=|] Reached target Timers.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.170043] cloud-init[1024]: +----[SHA256]-----+\n[[0;32m OK [0m[ 8.172887] cloud-init[1024]: Generating public/private dsa key pair.] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 8.177094] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n Starting System Logging Service...\n[ 8.180038] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.181889] cloud-init[1024]: The key fingerprint is: Starting /etc/rc.local Compatibility...\n\n[[0;32m OK [0m[ 8.188268] cloud-init[1024]: SHA256:UPZ5IFM1bMeT3dBcdUXpywmVZikK5XxyV7ss9G+K5kI root@sdnvpn-13-2] Started Regular background program processing daemon.\n Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n\n[ 8.196892] cloud-init[1024]: The key's randomart image is:\n[ 8.198902] cloud-init Starting LXD - container startup/shutdown...\n Starting LSB: MD monitoring daemon...[1024]: +---[DSA 1024]----+\n\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.223201] cloud-init[1024]: | =.++o..B/|\n[ 8.225991] cloud-init[1024]: | o =oooo=BO|\n[ 8.228842] cloud-init[1024]: | . +=o=*+ |\n[ 8.231074] cloud-init[1024]: | . o=.+..|\n[ 8.236680] cloud-init[1024]: | S .o+o|\n[ 8.239470] cloud-init[1024]: | E .+.|\n[ 8.244907] cloud-init[1024]: | . o|\n[ 8.247348] cloud-init[1024]: | . .. o |\n Starting Apply the settings specified in cloud-config...\n Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[ 8.265862] [[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1024]: | +o . |\n[ 8.300438] cloud-init[1024]: +----[SHA256]-----+\n[ 8.325089] cloud-init[1024]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.350853] cloud-init[1024]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 8.369718] cloud-init\n Starting Login to default iSCSI targets...[1024]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[ 8.392387] cloud-init[1024]: [[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: Set the CPU Frequency Scaling governor to \"ondemand\"...The key fingerprint is:\n[ 8.414072] cloud-init[1024]: \n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Permit User Sessions.\nSHA256:ThNbQHyMepkWjAYnWfdNJ5Gn996z9ixrXH6lGrzLiKk root@sdnvpn-13-2 Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.483190] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.cloud-init[1024]: The key's randomart image is:\n[ 8.498270] cloud-init[1024]: +---[ECDSA 256]---+\n[ 8.499217] cloud-init[1024]: | o+o=+o +o. |\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n\n[ 8.512448] [[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\ncloud-init[1024]: | .oo.=ooo.o. |[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.535065] cloud-init[1024]: | . ..=o .o |\n[ 8.542002] cloud-init[1024]: | . =+ . . |\n[ 8.544212] cloud-init[1024]: | oS . . |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.557056] cloud-init[1024]: | o . . +|\n[ 8.560082] cloud-init[1024]: | . o. =o|\n[ 8.561277] cloud-init[1024]: | o o o=+=|\n[ 8.568530] cloud-init[1024]: | E.o . =+o+B|\n[ 8.570905] cloud-init[1024]: +----[SHA256]-----+\n[ 8.572396] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.574788] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.579023] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.582748] cloud-init[1024]: The key fingerprint is:\n[ 8.585856] cloud-init[1024]: SHA256:ahEUzQIuS4RxFCB+dEKHX33cVzOVPcGKZx67SK156pQ root@sdnvpn-13-2\n[ 8.590049] cloud-init[1024]: The key's randomart image is:\n[ 8.592964] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.595815] cloud-init[1024]: |+=*=o+o+. . . .+O|\n[ 8.598876] cloud-init[1024]: |+o.o+...o. o . =+|\n[ 8.601177] cloud-init[1024]: | .o.o o. . . o .|\n[ 8.603861] cloud-init[1024]: | ..o . . . = |\n[ 8.606958] cloud-init[1024]: | . . S = o |\n[ 8.610476] cloud-init[1024]: | o ..+ |\n[ 8.616056] cloud-init[1024]: | o .E+ . |\n[ 8.617250] cloud-init[1024]: | . .+ o |\n[ 8.620822] cloud-init[1024]: | .oo |\n[ 8.622161] cloud-init[1024]: +----[SHA256]-----+\n[ 8.840291] cloud-init[1174]: Generating locales (this might take a while)...\n[ 9.402410] cloud-init[1174]: en_US.UTF-8... done\n[ 9.404073] cloud-init[1174]: Generation complete.\n"} 2018-11-25 11:06:46,839 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action used request id req-9122845a-5deb-4ac0-92e7-23c0dd48fe5e 2018-11-25 11:06:48,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c9baec78544c18c99dc45b42098bf5937a928c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:06:49,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bae75137-7e8a-4c91-81ee-49902b04db5c x-compute-request-id: req-bae75137-7e8a-4c91-81ee-49902b04db5c Content-Encoding: gzip Content-Length: 13218 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 621552656 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.137572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139244] pid_max: default: 32768 minimum: 301\n[ 0.140154] ACPI: Core revision 20150930\n[ 0.141549] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142887] Security Framework initialized\n[ 0.143724] Yama: becoming mindful.\n[ 0.144469] AppArmor: AppArmor initialized\n[ 0.145360] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.146794] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148485] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149721] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151135] Initializing cgroup subsys io\n[ 0.151969] Initializing cgroup subsys memory\n[ 0.152856] Initializing cgroup subsys devices\n[ 0.153746] Initializing cgroup subsys freezer\n[ 0.154633] Initializing cgroup subsys net_cls\n[ 0.155521] Initializing cgroup subsys perf_event\n[ 0.156447] Initializing cgroup subsys net_prio\n[ 0.157345] Initializing cgroup subsys hugetlb\n[ 0.158230] Initializing cgroup subsys pids\n[ 0.159124] CPU: Physical Processor ID: 0\n[ 0.160663] mce: CPU supports 10 MCE banks\n[ 0.161524] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162538] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174532] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180952] ftrace: allocating 32123 entries in 126 pages\n[ 0.207518] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208758] smpboot: Max logical packages: 1\n[ 0.209773] x2apic enabled\n[ 0.210590] Switched APIC routing to physical x2apic.\n[ 0.212346] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213486] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217326] KVM setup paravirtual spinlock\n[ 0.218627] x86: Booted up 1 node, 1 CPUs\n[ 0.219449] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220854] devtmpfs: initialized\n[ 0.223322] evm: security.selinux\n[ 0.224034] evm: security.SMACK64\n[ 0.224740] evm: security.SMACK64EXEC\n[ 0.225491] evm: security.SMACK64TRANSMUTE\n[ 0.226311] evm: security.SMACK64MMAP\n[ 0.227066] evm: security.ima\n[ 0.227712] evm: security.capability\n[ 0.228522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230396] pinctrl core: initialized pinctrl subsystem\n[ 0.231484] RTC time: 11:06:35, date: 11/25/18\n[ 0.232420] NET: Registered protocol family 16\n[ 0.233385] cpuidle: using governor ladder\n[ 0.234194] cpuidle: using governor menu\n[ 0.234983] PCCT header not found.\n[ 0.235738] ACPI: bus type PCI registered\n[ 0.236535] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237772] PCI: Using configuration type 1 for base access\n[ 0.239914] ACPI: Added _OSI(Module Device)\n[ 0.240752] ACPI: Added _OSI(Processor Device)\n[ 0.241609] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242503] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244675] ACPI: Interpreter enabled\n[ 0.245442] ACPI: (supports S0 S5)\n[ 0.246142] ACPI: Using IOAPIC for interrupt routing\n[ 0.247087] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250158] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251290] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252516] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256026] acpiphp: Slot [3] registered\n[ 0.256823] acpiphp: Slot [4] registered\n[ 0.257613] acpiphp: Slot [5] registered\n[ 0.258410] acpiphp: Slot [6] registered\n[ 0.259199] acpiphp: Slot [7] registered\n[ 0.259987] acpiphp: Slot [8] registered\n[ 0.260788] acpiphp: Slot [9] registered\n[ 0.261581] acpiphp: Slot [10] registered\n[ 0.262386] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.263997] acpiphp: Slot [13] registered\n[ 0.264804] acpiphp: Slot [14] registered\n[ 0.275692] acpiphp: Slot [15] registered\n[ 0.276501] acpiphp: Slot [16] registered\n[ 0.277299] acpiphp: Slot [17] registered\n[ 0.278101] acpiphp: Slot [18] registered\n[ 0.278908] acpiphp: Slot [19] registered\n[ 0.279719] acpiphp: Slot [20] registered\n[ 0.280522] acpiphp: Slot [21] registered\n[ 0.281321] acpiphp: Slot [22] registered\n[ 0.282126] acpiphp: Slot [23] registered\n[ 0.282930] acpiphp: Slot [24] registered\n[ 0.283740] acpiphp: Slot [25] registered\n[ 0.284547] acpiphp: Slot [26] registered\n[ 0.285351] acpiphp: Slot [27] registered\n[ 0.286147] acpiphp: Slot [28] registered\n[ 0.286951] acpiphp: Slot [29] registered\n[ 0.287766] acpiphp: Slot [30] registered\n[ 0.288571] acpiphp: Slot [31] registered\n[ 0.289371] PCI host bridge to bus 0000:00\n[ 0.290173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291381] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292586] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294026] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.295470] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301852] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303130] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304294] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305555] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313486] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364102] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365478] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366720] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368193] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370772] vgaarb: loaded\n[ 0.371370] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373307] ACPI: bus type USB registered\n[ 0.374115] usbcore: registered new interface driver usbfs\n[ 0.375133] usbcore: registered new interface driver hub\n[ 0.376123] usbcore: registered new device driver usb\n[ 0.377158] PCI: Using ACPI for IRQ routing\n[ 0.378176] NetLabel: Initializing\n[ 0.378885] NetLabel: domain hash size = 128\n[ 0.379728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380674] NetLabel: unlabeled traffic allowed by default\n[ 0.381750] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382707] clocksource: Switched to clocksource kvm-clock\n[ 0.388086] AppArmor: AppArmor Filesystem Enabled\n[ 0.389038] pnp: PnP ACPI init\n[ 0.389944] pnp: PnP ACPI: found 5 devices\n[ 0.395997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397709] NET: Registered protocol family 2\n[ 0.398656] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399945] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401143] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402321] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403409] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404602] NET: Registered protocol family 1\n[ 0.405463] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406557] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407628] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421736] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436072] Trying to unpack rootfs image as initramfs...\n[ 1.750943] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.769044] Scanning for low memory corruption every 60 seconds\n[ 1.770623] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.772007] audit: initializing netlink subsys (disabled)\n[ 1.773236] audit: type=2000 audit(1543143998.118:1): initialized\n[ 1.774801] Initialise system trusted keyring\n[ 1.775895] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.777300] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.779530] zbud: loaded\n[ 1.780344] VFS: Disk quotas dquot_6.6.0\n[ 1.781307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.782980] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.784425] fuse init (API version 7.23)\n[ 1.785456] Key type big_key registered\n[ 1.786400] Allocating IMA MOK and blacklist keyrings.\n[ 1.787706] Key type asymmetric registered\n[ 1.788701] Asymmetric key parser 'x509' registered\n[ 1.789844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.791597] io scheduler noop registered\n[ 1.792545] io scheduler deadline registered (default)\n[ 1.793735] io scheduler cfq registered\n[ 1.794736] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.795997] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.797507] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.799251] ACPI: Power Button [PWRF]\n[ 1.800257] GHES: HEST is not enabled!\n[ 1.814351] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.863332] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.866088] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.889945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.892067] Linux agpgart interface v0.103\n[ 1.894093] brd: module loaded\n[ 1.895363] loop: module loaded\n[ 1.896894] vda: vda1\n[ 1.898311] scsi host0: ata_piix\n[ 1.899068] scsi host1: ata_piix\n[ 1.899794] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.901034] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.902508] libphy: Fixed MDIO Bus: probed\n[ 1.903350] tun: Universal TUN/TAP device driver, 1.6\n[ 1.904323] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.906503] PPP generic driver version 2.4.2\n[ 1.907462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.908800] ehci-pci: EHCI PCI platform driver\n[ 1.909716] ehci-platform: EHCI generic platform driver\n[ 1.910762] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.911951] ohci-pci: OHCI PCI platform driver\n[ 1.912860] ohci-platform: OHCI generic platform driver\n[ 1.913904] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.928525] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.929620] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.931154] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.932237] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.933412] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.934714] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.936201] usb usb1: Product: UHCI Host Controller\n[ 1.937185] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.938378] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.939384] hub 1-0:1.0: USB hub found\n[ 1.940193] hub 1-0:1.0: 2 ports detected\n[ 1.941135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.943320] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.944329] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.945414] mousedev: PS/2 mouse device common for all mice\n[ 1.946734] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.948694] rtc_cmos 00:00: RTC can wake from S4\n[ 1.949853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.951123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.952377] i2c /dev entries driver\n[ 1.953167] device-mapper: uevent: version 1.0.3\n[ 1.954150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.955849] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.957144] NET: Registered protocol family 10\n[ 1.958154] NET: Registered protocol family 17\n[ 1.959070] Key type dns_resolver registered\n[ 1.960017] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.961111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.962865] registered taskstats version 1\n[ 1.963701] Loading compiled-in X.509 certificates\n[ 1.965123] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.966980] zswap: loaded using pool lzo/zbud\n[ 1.968790] Key type trusted registered\n[ 1.971050] Key type encrypted registered\n[ 1.971899] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.972955] ima: No TPM chip found, activating TPM-bypass!\n[ 1.973999] evm: HMAC attrs: 0x1\n[ 1.974963] Magic number: 10:141:126\n[ 1.975771] acpi device:01: hash matches\n[ 1.976615] rtc_cmos 00:00: setting system clock to 2018-11-25 11:06:37 UTC (1543143997)\n[ 1.978223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.979369] EDD information not available.\n[ 2.055270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.056740] ata1.00: configured for MWDMA2\n[ 2.057955] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.060286] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.072022] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.073309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.075189] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.076725] Write protecting the kernel read-only data: 14336k\n[ 2.078264] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.079986] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.088822] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.090617] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092639] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096364] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.098174] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.100054] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101838] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.104150] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105948] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.133146] virtio_net virtio0 ens3: renamed from eth0\n[ 2.145023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.146851] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.172307] AVX2 version of gcm_enc/dec engaged.\n[ 2.173241] AES CTR mode by8 optimization enabled\n[ 2.175021] FDC 0 is a S82078B\n[ 2.250738] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.413255] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.414713] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.415998] usb 1-1: Product: QEMU USB Tablet\n[ 2.416871] usb 1-1: Manufacturer: QEMU\n[ 2.417661] usb 1-1: SerialNumber: 42\n[ 2.426356] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.433995] usbcore: registered new interface driver usbhid\n[ 2.435121] usbhid: USB HID core driver\n[ 2.437645] 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[ 2.439928] 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.766842] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.768328] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.418769] md: linear personality registered for level -1\n[ 3.421891] md: multipath personality registered for level -4\n[ 3.425070] md: raid0 personality registered for level 0\n[ 3.428535] md: raid1 personality registered for level 1\n[ 3.498716] raid6: sse2x1 gen() 11312 MB/s\n[ 3.566712] raid6: sse2x1 xor() 8804 MB/s\n[ 3.634711] raid6: sse2x2 gen() 14477 MB/s\n[ 3.702712] raid6: sse2x2 xor() 9681 MB/s\n[ 3.770715] raid6: sse2x4 gen() 16727 MB/s\n[ 3.838711] raid6: sse2x4 xor() 11547 MB/s\n[ 3.906712] raid6: avx2x1 gen() 21930 MB/s\n[ 3.974723] raid6: avx2x2 gen() 26233 MB/s\n[ 4.042712] raid6: avx2x4 gen() 29476 MB/s\n[ 4.043798] raid6: using algorithm avx2x4 gen() 29476 MB/s\n[ 4.045053] raid6: using avx2x2 recovery algorithm\n[ 4.049373] xor: automatically using best checksumming function:\n[ 4.090709] avx : 34937.000 MB/sec\n[ 4.093014] async_tx: api initialized (async)\n[ 4.102375] md: raid6 personality registered for level 6\n[ 4.103656] md: raid5 personality registered for level 5\n[ 4.104908] md: raid4 personality registered for level 4\n[ 4.110217] 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 ... [ 4.136111] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.166709] 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[ 4.274115] 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[ 4.278174] systemd[1]: Detected virtualization kvm.\n[ 4.279386] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.283176] systemd[1]: Set hostname to .\n[ 4.287063] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.288442] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.425066] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.427493] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.430422] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.433146] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.435754] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.437961] 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[ 4.442553] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.446016] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.450389] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.459717] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.462174] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.468669] 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[ 4.477001] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.483607] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.485712] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.489324] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.491612] systemd[1]: Listening on udev Kernel Socket.\n[ 4.495248] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.497450] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.503628] iscsi: registered transport (tcp)\n[ 4.505262] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.509128] 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[ 4.516524] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.521738] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.527035] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.532223] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.537700] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] [ 4.541150] iscsi: registered transport (iser)\nStarted Forward Password Requests to Wall Directory Watch.\n[ 4.543322] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.545790] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.548496] systemd[1]: Listening on Journal Socket (/dev/log).\n[ 4.549778] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.552652] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.555519] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.559835] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.562023] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.565683] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.569011] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.571895] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.576309] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.583193] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.588232] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.592671] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 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 Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.065145] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 25 Nov 2018 11:06:41 +0000. Up 5.35 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.077734] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Sun, 25 Nov 2018 11:06:42 +0000. Up 7.16 seconds.\n[ 8.079494] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.084110] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.085908] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.092106] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.093927] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.100107] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.101912] cloud-init[1024]: ci-info: | ens3 | True | 10.10.10.8 | 255.255.255.0 | . | fa:16:3e:47:9a:5a |\n[ 8.103640] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe47:9a5a/64 | . | link | fa:16:3e:47:9a:5a |\n[ 8.109361] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.111109] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.116295] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.117916] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.124102] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.125740] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.127365] cloud-init[1024]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.131871] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.133627] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.139009] cloud-init[1024]: Generating public/private rsa key pair.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.142765] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.144794] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.146275] cloud-init[1024]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\nThe key fingerprint is:\n[ 8.150050] cloud-init[1024]: SHA256:z0DERX8VOted77TM3rzDpqVKCq4YL2/qH7h+OuKym2k root@sdnvpn-13-2\n Starting LXD - unix socket.[ 8.152170] cloud-init[1024]: The key's randomart image is:\n[ 8.152997] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.153746] cloud-init[1024]: | ..oo .o|\n[ 8.154487] cloud-init[1024]: | .. . ..+|\n[ 8.155235] cloud-init[1024]: | . .o.oo|\n[ 8.155973] \n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0mcloud-init[1024]: | . .o .|\n[ 8.160591] cloud-init[1024]: | S o|\n[ 8.161344] cloud-init[1024]: | . + oo.|\n[ 8.162086] cloud-init[1024]: | o . . o. .=.|\n[ 8.162833] cloud-init[1024]: |.E o=oo . o +=.|\n[ 8.163575] cloud-init[1024]: |O++BX=.. . ..ooo=|] Reached target Timers.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.170043] cloud-init[1024]: +----[SHA256]-----+\n[[0;32m OK [0m[ 8.172887] cloud-init[1024]: Generating public/private dsa key pair.] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 8.177094] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n Starting System Logging Service...\n[ 8.180038] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.181889] cloud-init[1024]: The key fingerprint is: Starting /etc/rc.local Compatibility...\n\n[[0;32m OK [0m[ 8.188268] cloud-init[1024]: SHA256:UPZ5IFM1bMeT3dBcdUXpywmVZikK5XxyV7ss9G+K5kI root@sdnvpn-13-2] Started Regular background program processing daemon.\n Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n\n[ 8.196892] cloud-init[1024]: The key's randomart image is:\n[ 8.198902] cloud-init Starting LXD - container startup/shutdown...\n Starting LSB: MD monitoring daemon...[1024]: +---[DSA 1024]----+\n\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.223201] cloud-init[1024]: | =.++o..B/|\n[ 8.225991] cloud-init[1024]: | o =oooo=BO|\n[ 8.228842] cloud-init[1024]: | . +=o=*+ |\n[ 8.231074] cloud-init[1024]: | . o=.+..|\n[ 8.236680] cloud-init[1024]: | S .o+o|\n[ 8.239470] cloud-init[1024]: | E .+.|\n[ 8.244907] cloud-init[1024]: | . o|\n[ 8.247348] cloud-init[1024]: | . .. o |\n Starting Apply the settings specified in cloud-config...\n Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[ 8.265862] [[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1024]: | +o . |\n[ 8.300438] cloud-init[1024]: +----[SHA256]-----+\n[ 8.325089] cloud-init[1024]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.350853] cloud-init[1024]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 8.369718] cloud-init\n Starting Login to default iSCSI targets...[1024]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[ 8.392387] cloud-init[1024]: [[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: Set the CPU Frequency Scaling governor to \"ondemand\"...The key fingerprint is:\n[ 8.414072] cloud-init[1024]: \n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Permit User Sessions.\nSHA256:ThNbQHyMepkWjAYnWfdNJ5Gn996z9ixrXH6lGrzLiKk root@sdnvpn-13-2 Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.483190] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.cloud-init[1024]: The key's randomart image is:\n[ 8.498270] cloud-init[1024]: +---[ECDSA 256]---+\n[ 8.499217] cloud-init[1024]: | o+o=+o +o. |\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n\n[ 8.512448] [[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\ncloud-init[1024]: | .oo.=ooo.o. |[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.535065] cloud-init[1024]: | . ..=o .o |\n[ 8.542002] cloud-init[1024]: | . =+ . . |\n[ 8.544212] cloud-init[1024]: | oS . . |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.557056] cloud-init[1024]: | o . . +|\n[ 8.560082] cloud-init[1024]: | . o. =o|\n[ 8.561277] cloud-init[1024]: | o o o=+=|\n[ 8.568530] cloud-init[1024]: | E.o . =+o+B|\n[ 8.570905] cloud-init[1024]: +----[SHA256]-----+\n[ 8.572396] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.574788] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.579023] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.582748] cloud-init[1024]: The key fingerprint is:\n[ 8.585856] cloud-init[1024]: SHA256:ahEUzQIuS4RxFCB+dEKHX33cVzOVPcGKZx67SK156pQ root@sdnvpn-13-2\n[ 8.590049] cloud-init[1024]: The key's randomart image is:\n[ 8.592964] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.595815] cloud-init[1024]: |+=*=o+o+. . . .+O|\n[ 8.598876] cloud-init[1024]: |+o.o+...o. o . =+|\n[ 8.601177] cloud-init[1024]: | .o.o o. . . o .|\n[ 8.603861] cloud-init[1024]: | ..o . . . = |\n[ 8.606958] cloud-init[1024]: | . . S = o |\n[ 8.610476] cloud-init[1024]: | o ..+ |\n[ 8.616056] cloud-init[1024]: | o .E+ . |\n[ 8.617250] cloud-init[1024]: | . .+ o |\n[ 8.620822] cloud-init[1024]: | .oo |\n[ 8.622161] cloud-init[1024]: +----[SHA256]-----+\n[ 8.840291] cloud-init[1174]: Generating locales (this might take a while)...\n[ 9.402410] cloud-init[1174]: en_US.UTF-8... done\n[ 9.404073] cloud-init[1174]: Generation complete.\n"} 2018-11-25 11:06:49,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action used request id req-bae75137-7e8a-4c91-81ee-49902b04db5c 2018-11-25 11:06:51,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c9baec78544c18c99dc45b42098bf5937a928c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:06:53,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41e7649e-3876-4104-9e0b-fd845cd005be x-compute-request-id: req-41e7649e-3876-4104-9e0b-fd845cd005be Content-Encoding: gzip Content-Length: 13236 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 621552656 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-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] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.137572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139244] pid_max: default: 32768 minimum: 301\n[ 0.140154] ACPI: Core revision 20150930\n[ 0.141549] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142887] Security Framework initialized\n[ 0.143724] Yama: becoming mindful.\n[ 0.144469] AppArmor: AppArmor initialized\n[ 0.145360] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.146794] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148485] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149721] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151135] Initializing cgroup subsys io\n[ 0.151969] Initializing cgroup subsys memory\n[ 0.152856] Initializing cgroup subsys devices\n[ 0.153746] Initializing cgroup subsys freezer\n[ 0.154633] Initializing cgroup subsys net_cls\n[ 0.155521] Initializing cgroup subsys perf_event\n[ 0.156447] Initializing cgroup subsys net_prio\n[ 0.157345] Initializing cgroup subsys hugetlb\n[ 0.158230] Initializing cgroup subsys pids\n[ 0.159124] CPU: Physical Processor ID: 0\n[ 0.160663] mce: CPU supports 10 MCE banks\n[ 0.161524] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162538] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174532] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180952] ftrace: allocating 32123 entries in 126 pages\n[ 0.207518] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208758] smpboot: Max logical packages: 1\n[ 0.209773] x2apic enabled\n[ 0.210590] Switched APIC routing to physical x2apic.\n[ 0.212346] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213486] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217326] KVM setup paravirtual spinlock\n[ 0.218627] x86: Booted up 1 node, 1 CPUs\n[ 0.219449] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220854] devtmpfs: initialized\n[ 0.223322] evm: security.selinux\n[ 0.224034] evm: security.SMACK64\n[ 0.224740] evm: security.SMACK64EXEC\n[ 0.225491] evm: security.SMACK64TRANSMUTE\n[ 0.226311] evm: security.SMACK64MMAP\n[ 0.227066] evm: security.ima\n[ 0.227712] evm: security.capability\n[ 0.228522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230396] pinctrl core: initialized pinctrl subsystem\n[ 0.231484] RTC time: 11:06:35, date: 11/25/18\n[ 0.232420] NET: Registered protocol family 16\n[ 0.233385] cpuidle: using governor ladder\n[ 0.234194] cpuidle: using governor menu\n[ 0.234983] PCCT header not found.\n[ 0.235738] ACPI: bus type PCI registered\n[ 0.236535] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237772] PCI: Using configuration type 1 for base access\n[ 0.239914] ACPI: Added _OSI(Module Device)\n[ 0.240752] ACPI: Added _OSI(Processor Device)\n[ 0.241609] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242503] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244675] ACPI: Interpreter enabled\n[ 0.245442] ACPI: (supports S0 S5)\n[ 0.246142] ACPI: Using IOAPIC for interrupt routing\n[ 0.247087] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250158] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251290] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252516] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256026] acpiphp: Slot [3] registered\n[ 0.256823] acpiphp: Slot [4] registered\n[ 0.257613] acpiphp: Slot [5] registered\n[ 0.258410] acpiphp: Slot [6] registered\n[ 0.259199] acpiphp: Slot [7] registered\n[ 0.259987] acpiphp: Slot [8] registered\n[ 0.260788] acpiphp: Slot [9] registered\n[ 0.261581] acpiphp: Slot [10] registered\n[ 0.262386] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.263997] acpiphp: Slot [13] registered\n[ 0.264804] acpiphp: Slot [14] registered\n[ 0.275692] acpiphp: Slot [15] registered\n[ 0.276501] acpiphp: Slot [16] registered\n[ 0.277299] acpiphp: Slot [17] registered\n[ 0.278101] acpiphp: Slot [18] registered\n[ 0.278908] acpiphp: Slot [19] registered\n[ 0.279719] acpiphp: Slot [20] registered\n[ 0.280522] acpiphp: Slot [21] registered\n[ 0.281321] acpiphp: Slot [22] registered\n[ 0.282126] acpiphp: Slot [23] registered\n[ 0.282930] acpiphp: Slot [24] registered\n[ 0.283740] acpiphp: Slot [25] registered\n[ 0.284547] acpiphp: Slot [26] registered\n[ 0.285351] acpiphp: Slot [27] registered\n[ 0.286147] acpiphp: Slot [28] registered\n[ 0.286951] acpiphp: Slot [29] registered\n[ 0.287766] acpiphp: Slot [30] registered\n[ 0.288571] acpiphp: Slot [31] registered\n[ 0.289371] PCI host bridge to bus 0000:00\n[ 0.290173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291381] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292586] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294026] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.295470] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301852] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303130] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304294] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305555] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313486] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361263] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364102] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365478] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366720] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368193] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370772] vgaarb: loaded\n[ 0.371370] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373307] ACPI: bus type USB registered\n[ 0.374115] usbcore: registered new interface driver usbfs\n[ 0.375133] usbcore: registered new interface driver hub\n[ 0.376123] usbcore: registered new device driver usb\n[ 0.377158] PCI: Using ACPI for IRQ routing\n[ 0.378176] NetLabel: Initializing\n[ 0.378885] NetLabel: domain hash size = 128\n[ 0.379728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380674] NetLabel: unlabeled traffic allowed by default\n[ 0.381750] amd_nb: Cannot enumerate AMD northbridges\n[ 0.382707] clocksource: Switched to clocksource kvm-clock\n[ 0.388086] AppArmor: AppArmor Filesystem Enabled\n[ 0.389038] pnp: PnP ACPI init\n[ 0.389944] pnp: PnP ACPI: found 5 devices\n[ 0.395997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397709] NET: Registered protocol family 2\n[ 0.398656] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399945] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401143] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402321] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403409] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404602] NET: Registered protocol family 1\n[ 0.405463] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406557] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407628] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421736] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436072] Trying to unpack rootfs image as initramfs...\n[ 1.750943] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.769044] Scanning for low memory corruption every 60 seconds\n[ 1.770623] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.772007] audit: initializing netlink subsys (disabled)\n[ 1.773236] audit: type=2000 audit(1543143998.118:1): initialized\n[ 1.774801] Initialise system trusted keyring\n[ 1.775895] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.777300] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.779530] zbud: loaded\n[ 1.780344] VFS: Disk quotas dquot_6.6.0\n[ 1.781307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.782980] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.784425] fuse init (API version 7.23)\n[ 1.785456] Key type big_key registered\n[ 1.786400] Allocating IMA MOK and blacklist keyrings.\n[ 1.787706] Key type asymmetric registered\n[ 1.788701] Asymmetric key parser 'x509' registered\n[ 1.789844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.791597] io scheduler noop registered\n[ 1.792545] io scheduler deadline registered (default)\n[ 1.793735] io scheduler cfq registered\n[ 1.794736] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.795997] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.797507] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.799251] ACPI: Power Button [PWRF]\n[ 1.800257] GHES: HEST is not enabled!\n[ 1.814351] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.863332] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.866088] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.889945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.892067] Linux agpgart interface v0.103\n[ 1.894093] brd: module loaded\n[ 1.895363] loop: module loaded\n[ 1.896894] vda: vda1\n[ 1.898311] scsi host0: ata_piix\n[ 1.899068] scsi host1: ata_piix\n[ 1.899794] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.901034] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.902508] libphy: Fixed MDIO Bus: probed\n[ 1.903350] tun: Universal TUN/TAP device driver, 1.6\n[ 1.904323] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.906503] PPP generic driver version 2.4.2\n[ 1.907462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.908800] ehci-pci: EHCI PCI platform driver\n[ 1.909716] ehci-platform: EHCI generic platform driver\n[ 1.910762] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.911951] ohci-pci: OHCI PCI platform driver\n[ 1.912860] ohci-platform: OHCI generic platform driver\n[ 1.913904] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.928525] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.929620] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.931154] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.932237] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.933412] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.934714] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.936201] usb usb1: Product: UHCI Host Controller\n[ 1.937185] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.938378] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.939384] hub 1-0:1.0: USB hub found\n[ 1.940193] hub 1-0:1.0: 2 ports detected\n[ 1.941135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.943320] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.944329] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.945414] mousedev: PS/2 mouse device common for all mice\n[ 1.946734] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.948694] rtc_cmos 00:00: RTC can wake from S4\n[ 1.949853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.951123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.952377] i2c /dev entries driver\n[ 1.953167] device-mapper: uevent: version 1.0.3\n[ 1.954150] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.955849] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.957144] NET: Registered protocol family 10\n[ 1.958154] NET: Registered protocol family 17\n[ 1.959070] Key type dns_resolver registered\n[ 1.960017] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.961111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.962865] registered taskstats version 1\n[ 1.963701] Loading compiled-in X.509 certificates\n[ 1.965123] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.966980] zswap: loaded using pool lzo/zbud\n[ 1.968790] Key type trusted registered\n[ 1.971050] Key type encrypted registered\n[ 1.971899] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.972955] ima: No TPM chip found, activating TPM-bypass!\n[ 1.973999] evm: HMAC attrs: 0x1\n[ 1.974963] Magic number: 10:141:126\n[ 1.975771] acpi device:01: hash matches\n[ 1.976615] rtc_cmos 00:00: setting system clock to 2018-11-25 11:06:37 UTC (1543143997)\n[ 1.978223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.979369] EDD information not available.\n[ 2.055270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.056740] ata1.00: configured for MWDMA2\n[ 2.057955] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.060286] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.072022] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.073309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.075189] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.076725] Write protecting the kernel read-only data: 14336k\n[ 2.078264] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.079986] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.088822] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.090617] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092639] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096364] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.098174] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.100054] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101838] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.104150] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105948] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.133146] virtio_net virtio0 ens3: renamed from eth0\n[ 2.145023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.146851] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.172307] AVX2 version of gcm_enc/dec engaged.\n[ 2.173241] AES CTR mode by8 optimization enabled\n[ 2.175021] FDC 0 is a S82078B\n[ 2.250738] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.413255] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.414713] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.415998] usb 1-1: Product: QEMU USB Tablet\n[ 2.416871] usb 1-1: Manufacturer: QEMU\n[ 2.417661] usb 1-1: SerialNumber: 42\n[ 2.426356] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.433995] usbcore: registered new interface driver usbhid\n[ 2.435121] usbhid: USB HID core driver\n[ 2.437645] 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[ 2.439928] 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.766842] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.768328] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.418769] md: linear personality registered for level -1\n[ 3.421891] md: multipath personality registered for level -4\n[ 3.425070] md: raid0 personality registered for level 0\n[ 3.428535] md: raid1 personality registered for level 1\n[ 3.498716] raid6: sse2x1 gen() 11312 MB/s\n[ 3.566712] raid6: sse2x1 xor() 8804 MB/s\n[ 3.634711] raid6: sse2x2 gen() 14477 MB/s\n[ 3.702712] raid6: sse2x2 xor() 9681 MB/s\n[ 3.770715] raid6: sse2x4 gen() 16727 MB/s\n[ 3.838711] raid6: sse2x4 xor() 11547 MB/s\n[ 3.906712] raid6: avx2x1 gen() 21930 MB/s\n[ 3.974723] raid6: avx2x2 gen() 26233 MB/s\n[ 4.042712] raid6: avx2x4 gen() 29476 MB/s\n[ 4.043798] raid6: using algorithm avx2x4 gen() 29476 MB/s\n[ 4.045053] raid6: using avx2x2 recovery algorithm\n[ 4.049373] xor: automatically using best checksumming function:\n[ 4.090709] avx : 34937.000 MB/sec\n[ 4.093014] async_tx: api initialized (async)\n[ 4.102375] md: raid6 personality registered for level 6\n[ 4.103656] md: raid5 personality registered for level 5\n[ 4.104908] md: raid4 personality registered for level 4\n[ 4.110217] 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 ... [ 4.136111] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.166709] 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[ 4.274115] 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[ 4.278174] systemd[1]: Detected virtualization kvm.\n[ 4.279386] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.283176] systemd[1]: Set hostname to .\n[ 4.287063] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.288442] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.425066] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.427493] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.430422] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.433146] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.435754] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.437961] 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[ 4.442553] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.446016] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.450389] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.459717] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.462174] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.468669] 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[ 4.477001] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.483607] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.485712] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.489324] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.491612] systemd[1]: Listening on udev Kernel Socket.\n[ 4.495248] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.497450] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.503628] iscsi: registered transport (tcp)\n[ 4.505262] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.509128] 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[ 4.516524] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.521738] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.527035] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.532223] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.537700] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] [ 4.541150] iscsi: registered transport (iser)\nStarted Forward Password Requests to Wall Directory Watch.\n[ 4.543322] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.545790] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.548496] systemd[1]: Listening on Journal Socket (/dev/log).\n[ 4.549778] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.552652] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.555519] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.559835] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.562023] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.565683] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.569011] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.571895] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.576309] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.583193] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.588232] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.592671] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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 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 Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.065145] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 25 Nov 2018 11:06:41 +0000. Up 5.35 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.077734] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Sun, 25 Nov 2018 11:06:42 +0000. Up 7.16 seconds.\n[ 8.079494] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.084110] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.085908] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.092106] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.093927] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.100107] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.101912] cloud-init[1024]: ci-info: | ens3 | True | 10.10.10.8 | 255.255.255.0 | . | fa:16:3e:47:9a:5a |\n[ 8.103640] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe47:9a5a/64 | . | link | fa:16:3e:47:9a:5a |\n[ 8.109361] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.111109] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.116295] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.117916] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.124102] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.125740] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.127365] cloud-init[1024]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.131871] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.133627] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.139009] cloud-init[1024]: Generating public/private rsa key pair.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.142765] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.144794] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.146275] cloud-init[1024]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\nThe key fingerprint is:\n[ 8.150050] cloud-init[1024]: SHA256:z0DERX8VOted77TM3rzDpqVKCq4YL2/qH7h+OuKym2k root@sdnvpn-13-2\n Starting LXD - unix socket.[ 8.152170] cloud-init[1024]: The key's randomart image is:\n[ 8.152997] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.153746] cloud-init[1024]: | ..oo .o|\n[ 8.154487] cloud-init[1024]: | .. . ..+|\n[ 8.155235] cloud-init[1024]: | . .o.oo|\n[ 8.155973] \n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0mcloud-init[1024]: | . .o .|\n[ 8.160591] cloud-init[1024]: | S o|\n[ 8.161344] cloud-init[1024]: | . + oo.|\n[ 8.162086] cloud-init[1024]: | o . . o. .=.|\n[ 8.162833] cloud-init[1024]: |.E o=oo . o +=.|\n[ 8.163575] cloud-init[1024]: |O++BX=.. . ..ooo=|] Reached target Timers.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.170043] cloud-init[1024]: +----[SHA256]-----+\n[[0;32m OK [0m[ 8.172887] cloud-init[1024]: Generating public/private dsa key pair.] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 8.177094] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n Starting System Logging Service...\n[ 8.180038] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.181889] cloud-init[1024]: The key fingerprint is: Starting /etc/rc.local Compatibility...\n\n[[0;32m OK [0m[ 8.188268] cloud-init[1024]: SHA256:UPZ5IFM1bMeT3dBcdUXpywmVZikK5XxyV7ss9G+K5kI root@sdnvpn-13-2] Started Regular background program processing daemon.\n Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n\n[ 8.196892] cloud-init[1024]: The key's randomart image is:\n[ 8.198902] cloud-init Starting LXD - container startup/shutdown...\n Starting LSB: MD monitoring daemon...[1024]: +---[DSA 1024]----+\n\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.223201] cloud-init[1024]: | =.++o..B/|\n[ 8.225991] cloud-init[1024]: | o =oooo=BO|\n[ 8.228842] cloud-init[1024]: | . +=o=*+ |\n[ 8.231074] cloud-init[1024]: | . o=.+..|\n[ 8.236680] cloud-init[1024]: | S .o+o|\n[ 8.239470] cloud-init[1024]: | E .+.|\n[ 8.244907] cloud-init[1024]: | . o|\n[ 8.247348] cloud-init[1024]: | . .. o |\n Starting Apply the settings specified in cloud-config...\n Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[ 8.265862] [[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1024]: | +o . |\n[ 8.300438] cloud-init[1024]: +----[SHA256]-----+\n[ 8.325089] cloud-init[1024]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.350853] cloud-init[1024]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 8.369718] cloud-init\n Starting Login to default iSCSI targets...[1024]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[ 8.392387] cloud-init[1024]: [[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: Set the CPU Frequency Scaling governor to \"ondemand\"...The key fingerprint is:\n[ 8.414072] cloud-init[1024]: \n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Permit User Sessions.\nSHA256:ThNbQHyMepkWjAYnWfdNJ5Gn996z9ixrXH6lGrzLiKk root@sdnvpn-13-2 Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.483190] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.cloud-init[1024]: The key's randomart image is:\n[ 8.498270] cloud-init[1024]: +---[ECDSA 256]---+\n[ 8.499217] cloud-init[1024]: | o+o=+o +o. |\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n\n[ 8.512448] [[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\ncloud-init[1024]: | .oo.=ooo.o. |[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.535065] cloud-init[1024]: | . ..=o .o |\n[ 8.542002] cloud-init[1024]: | . =+ . . |\n[ 8.544212] cloud-init[1024]: | oS . . |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.557056] cloud-init[1024]: | o . . +|\n[ 8.560082] cloud-init[1024]: | . o. =o|\n[ 8.561277] cloud-init[1024]: | o o o=+=|\n[ 8.568530] cloud-init[1024]: | E.o . =+o+B|\n[ 8.570905] cloud-init[1024]: +----[SHA256]-----+\n[ 8.572396] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.574788] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.579023] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.582748] cloud-init[1024]: The key fingerprint is:\n[ 8.585856] cloud-init[1024]: SHA256:ahEUzQIuS4RxFCB+dEKHX33cVzOVPcGKZx67SK156pQ root@sdnvpn-13-2\n[ 8.590049] cloud-init[1024]: The key's randomart image is:\n[ 8.592964] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.595815] cloud-init[1024]: |+=*=o+o+. . . .+O|\n[ 8.598876] cloud-init[1024]: |+o.o+...o. o . =+|\n[ 8.601177] cloud-init[1024]: | .o.o o. . . o .|\n[ 8.603861] cloud-init[1024]: | ..o . . . = |\n[ 8.606958] cloud-init[1024]: | . . S = o |\n[ 8.610476] cloud-init[1024]: | o ..+ |\n[ 8.616056] cloud-init[1024]: | o .E+ . |\n[ 8.617250] cloud-init[1024]: | . .+ o |\n[ 8.620822] cloud-init[1024]: | .oo |\n[ 8.622161] cloud-init[1024]: +----[SHA256]-----+\n[ 8.840291] cloud-init[1174]: Generating locales (this might take a while)...\n[ 9.402410] cloud-init[1174]: en_US.UTF-8... done\n[ 9.404073] cloud-init[1174]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-11-25 11:06:53,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action used request id req-41e7649e-3876-4104-9e0b-fd845cd005be 2018-11-25 11:06:55,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d24e9332ffc05f3be94a33ea00f3a55d7dce61c6" 2018-11-25 11:06:55,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-0260c812-84b9-4db6-9555-5c3f21a2e0f9 Date: Sun, 25 Nov 2018 11:06:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-11-25T11:03:39Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-11-25T11:03:49Z", "visibility": "public", "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/c145b078-1a83-47d6-8c4f-2aba89de3967/snap", "metadata": {}}], "self": "/v2/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "min_disk": 0, "protected": false, "id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "file": "/v2/images/c145b078-1a83-47d6-8c4f-2aba89de3967/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "6398f91c7f9a4cc9becafd672cd3c763", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/c145b078-1a83-47d6-8c4f-2aba89de3967/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-11-25 11:06:55,291 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-0260c812-84b9-4db6-9555-5c3f21a2e0f9 2018-11-25 11:06:55,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d24e9332ffc05f3be94a33ea00f3a55d7dce61c6" 2018-11-25 11:06:55,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4adc66be-2c4a-4514-accf-1fe1a7e50202 Date: Sun, 25 Nov 2018 11:06:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-25 11:06:55,842 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4adc66be-2c4a-4514-accf-1fe1a7e50202 2018-11-25 11:06:55,844 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 11:06:55,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d24e9332ffc05f3be94a33ea00f3a55d7dce61c6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-11-25 11:06:56,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b X-Openstack-Request-Id: req-0a8de4b0-45cd-4af4-9980-8b9c465652fb Date: Sun, 25 Nov 2018 11:06:56 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-11-25T11:06:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-25T11:06:56Z", "visibility": "public", "locations": [], "self": "/v2/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "min_disk": 0, "protected": false, "id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "file": "/v2/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b/file", "checksum": null, "owner": "6398f91c7f9a4cc9becafd672cd3c763", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-25 11:06:56,063 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0a8de4b0-45cd-4af4-9980-8b9c465652fb 2018-11-25 11:06:56,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d24e9332ffc05f3be94a33ea00f3a55d7dce61c6" -d '' 2018-11-25 11:06:58,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc6f4de1-f469-471c-a981-fe2018af16f0 Date: Sun, 25 Nov 2018 11:06:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:06:58,406 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b/file used request id req-bc6f4de1-f469-471c-a981-fe2018af16f0 2018-11-25 11:06:58,407 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-11-25 11:06:58,407 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=9740fa0b-8558-4dd5-8097-8285e20f9c6b network=42824fd5-99b0-4a00-906f-87c9b9723deb secgroup=d406dab4-56c0-4b44-beb9-7b7fa32aad50 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 179.24.1.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-11-25 11:06:58,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:06:58,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:06:58,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:06:58,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:06:58,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:06:58,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:06:58,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:06:58,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:06:58,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:06:58,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:06:58,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:06:58,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:06:58,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:06:58,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:06:58,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:06:58,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:06:58,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:06:58,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:06:58,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:06:58,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:06:58,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:06:58,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:06:58,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:06:58,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:06:58,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:06:58,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:06:58,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:06:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:06:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:06:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:06:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:06:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:06:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:06:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:06:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:06:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:06:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:06:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:06:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:06:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:06:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:06:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:06:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:06:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:06:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:06:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:06:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:06:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:06:58,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:06:58,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-043eab9e-6423-47fe-a702-93c959f9eea0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:06:58,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-043eab9e-6423-47fe-a702-93c959f9eea0 2018-11-25 11:06:58,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:06:58,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:06:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["RUrWZXoWTv6mlSEeRpu32g"], "issued_at": "2018-11-25T11:06:58.000000Z"}} 2018-11-25 11:06:58,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" 2018-11-25 11:06:58,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-349b0653-0481-4ba2-8370-29223a6611be x-compute-request-id: req-349b0653-0481-4ba2-8370-29223a6611be Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-11-25 11:06:58,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-349b0653-0481-4ba2-8370-29223a6611be 2018-11-25 11:06:58,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" 2018-11-25 11:06:59,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:06: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-6af57a56-c12f-489a-a4af-a5e1e87167fd x-compute-request-id: req-6af57a56-c12f-489a-a4af-a5e1e87167fd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 11:06:59,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a used request id req-6af57a56-c12f-489a-a4af-a5e1e87167fd 2018-11-25 11:06:59,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "42824fd5-99b0-4a00-906f-87c9b9723deb"}], "config_drive": true}}' 2018-11-25 11:07:00,490 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:06: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-cfb56637-ceef-4539-ac90-7ea1d86165a4 x-compute-request-id: req-cfb56637-ceef-4539-ac90-7ea1d86165a4 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "adminPass": "2Q2JaTGeymz8"}} 2018-11-25 11:07:00,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-cfb56637-ceef-4539-ac90-7ea1d86165a4 2018-11-25 11:07:00,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:07:00,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adc2d2df-cf37-461c-818a-a4669bd90325 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:07:00,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-adc2d2df-cf37-461c-818a-a4669bd90325 2018-11-25 11:07:00,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:07:00,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:07:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["wC92GqUQT4KeQj9c6mTBpw"], "issued_at": "2018-11-25T11:07:00.000000Z"}} 2018-11-25 11:07:00,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00c97f4a0f67e519b3f1ffefb331e8764a7114f" 2018-11-25 11:07:01,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07: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-220f7964-3b21-43aa-893c-743cbafe1917 x-compute-request-id: req-220f7964-3b21-43aa-893c-743cbafe1917 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:07:01Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:07:01,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279 used request id req-220f7964-3b21-43aa-893c-743cbafe1917 2018-11-25 11:07:04,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00c97f4a0f67e519b3f1ffefb331e8764a7114f" 2018-11-25 11:07:04,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07: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-7ea2d317-ec4c-44f3-9627-c68fb3668551 x-compute-request-id: req-7ea2d317-ec4c-44f3-9627-c68fb3668551 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-11-25T11:07:02Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:07:04,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279 used request id req-7ea2d317-ec4c-44f3-9627-c68fb3668551 2018-11-25 11:07:07,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00c97f4a0f67e519b3f1ffefb331e8764a7114f" 2018-11-25 11:07:08,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a545db0-5d88-468a-8ecc-4471a1825e7b x-compute-request-id: req-6a545db0-5d88-468a-8ecc-4471a1825e7b Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:8b:9c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-11-25T11:07:06.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:07:06Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:07:08,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279 used request id req-6a545db0-5d88-468a-8ecc-4471a1825e7b 2018-11-25 11:07:08,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" 2018-11-25 11:07:09,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db66c7b6-d63e-4ae3-b7d5-6b9e3952e233 x-compute-request-id: req-db66c7b6-d63e-4ae3-b7d5-6b9e3952e233 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:8b:9c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-11-25T11:07:06.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:07:06Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-25 11:07:09,392 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279 used request id req-db66c7b6-d63e-4ae3-b7d5-6b9e3952e233 2018-11-25 11:07:09,393 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.16'. 2018-11-25 11:07:09,393 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-11-25 11:07:09,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" -d '{"addSecurityGroup": {"name": "d406dab4-56c0-4b44-beb9-7b7fa32aad50"}}' 2018-11-25 11:07:10,492 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-081d05c2-0976-4cfe-a30a-078d4507d0b9 x-compute-request-id: req-081d05c2-0976-4cfe-a30a-078d4507d0b9 Content-Length: 0 Content-Type: application/json 2018-11-25 11:07:10,492 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-081d05c2-0976-4cfe-a30a-078d4507d0b9 2018-11-25 11:07:10,493 - sdnvpn_test_utils - INFO - Waiting for instance d0ca9b73-0e74-4b8d-9f0b-6b687762b279 to boot up 2018-11-25 11:07:10,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:11,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07: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-6dbf2362-5f5b-49a3-8787-dd160c7fc835 x-compute-request-id: req-6dbf2362-5f5b-49a3-8787-dd160c7fc835 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:11,568 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-6dbf2362-5f5b-49a3-8787-dd160c7fc835 2018-11-25 11:07:13,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:14,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da263bd8-bc06-49dd-8dca-d47bded80244 x-compute-request-id: req-da263bd8-bc06-49dd-8dca-d47bded80244 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:14,642 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-da263bd8-bc06-49dd-8dca-d47bded80244 2018-11-25 11:07:16,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:17,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05d9e19f-a73c-45f2-92d9-0f0a330442af x-compute-request-id: req-05d9e19f-a73c-45f2-92d9-0f0a330442af Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:17,724 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-05d9e19f-a73c-45f2-92d9-0f0a330442af 2018-11-25 11:07:19,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:20,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16c60042-0f73-4014-b458-ef1c7319b623 x-compute-request-id: req-16c60042-0f73-4014-b458-ef1c7319b623 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:20,799 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-16c60042-0f73-4014-b458-ef1c7319b623 2018-11-25 11:07:22,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:23,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd1ab20a-510f-4b98-8efb-2a52fe99ab2e x-compute-request-id: req-fd1ab20a-510f-4b98-8efb-2a52fe99ab2e Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:23,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-fd1ab20a-510f-4b98-8efb-2a52fe99ab2e 2018-11-25 11:07:25,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:26,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92fabf2a-f928-4dc3-994a-d197e5816966 x-compute-request-id: req-92fabf2a-f928-4dc3-994a-d197e5816966 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:26,944 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-92fabf2a-f928-4dc3-994a-d197e5816966 2018-11-25 11:07:28,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:30,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07: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-3662f1d2-9d39-49e5-acb1-e41352bf4333 x-compute-request-id: req-3662f1d2-9d39-49e5-acb1-e41352bf4333 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:30,027 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-3662f1d2-9d39-49e5-acb1-e41352bf4333 2018-11-25 11:07:32,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:33,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d3ce154-e088-4dba-9ba3-c1be7a4d4b6b x-compute-request-id: req-3d3ce154-e088-4dba-9ba3-c1be7a4d4b6b Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:33,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-3d3ce154-e088-4dba-9ba3-c1be7a4d4b6b 2018-11-25 11:07:35,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:36,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07: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-bfee9113-5db2-4fd5-97e2-1fa10e390c0d x-compute-request-id: req-bfee9113-5db2-4fd5-97e2-1fa10e390c0d Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:36,181 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-bfee9113-5db2-4fd5-97e2-1fa10e390c0d 2018-11-25 11:07:38,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:39,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-019ea3a1-10ec-4b70-b05e-916a1be1b116 x-compute-request-id: req-019ea3a1-10ec-4b70-b05e-916a1be1b116 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:39,253 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-019ea3a1-10ec-4b70-b05e-916a1be1b116 2018-11-25 11:07:41,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:42,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7b3733f-e020-4256-b778-cae22ba3f192 x-compute-request-id: req-e7b3733f-e020-4256-b778-cae22ba3f192 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:42,327 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-e7b3733f-e020-4256-b778-cae22ba3f192 2018-11-25 11:07:44,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:45,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07: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-b91e79d4-be01-47e2-b285-df6543ccbfe7 x-compute-request-id: req-b91e79d4-be01-47e2-b285-df6543ccbfe7 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:45,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-b91e79d4-be01-47e2-b285-df6543ccbfe7 2018-11-25 11:07:47,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:48,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07: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-a1bec052-b236-4675-8bf2-4c9ba3543c4f x-compute-request-id: req-a1bec052-b236-4675-8bf2-4c9ba3543c4f Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:48,487 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-a1bec052-b236-4675-8bf2-4c9ba3543c4f 2018-11-25 11:07:50,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:51,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ddabc35-f6f4-4b5f-a24b-35da75ea0dc5 x-compute-request-id: req-1ddabc35-f6f4-4b5f-a24b-35da75ea0dc5 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:51,563 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-1ddabc35-f6f4-4b5f-a24b-35da75ea0dc5 2018-11-25 11:07:53,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:54,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-781e48ed-ca55-4d3e-8a72-27795a6fafbe x-compute-request-id: req-781e48ed-ca55-4d3e-8a72-27795a6fafbe Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:54,653 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-781e48ed-ca55-4d3e-8a72-27795a6fafbe 2018-11-25 11:07:56,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:07:57,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07: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-237a5b32-d2ce-419a-8f09-150340182f5f x-compute-request-id: req-237a5b32-d2ce-419a-8f09-150340182f5f Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:07:57,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-237a5b32-d2ce-419a-8f09-150340182f5f 2018-11-25 11:07:59,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:08:00,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:07:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac7a8e7b-b070-49e8-b532-15e63c8e8107 x-compute-request-id: req-ac7a8e7b-b070-49e8-b532-15e63c8e8107 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:08:00,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-ac7a8e7b-b070-49e8-b532-15e63c8e8107 2018-11-25 11:08:02,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:08:03,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:08:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b1ec6d3-5c0c-4bb8-a7f7-e843f42601ba x-compute-request-id: req-6b1ec6d3-5c0c-4bb8-a7f7-e843f42601ba Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:08:03,865 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-6b1ec6d3-5c0c-4bb8-a7f7-e843f42601ba 2018-11-25 11:08:05,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:08:07,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:08:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d10f4bc0-78c3-4c7b-a75f-9af84712c778 x-compute-request-id: req-d10f4bc0-78c3-4c7b-a75f-9af84712c778 Content-Encoding: gzip Content-Length: 7899 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-11-25 11:08:07,140 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-d10f4bc0-78c3-4c7b-a75f-9af84712c778 2018-11-25 11:08:09,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:08:10,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:08:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73f4a6f4-a52d-4ccd-9ec4-4281b74b5e5f x-compute-request-id: req-73f4a6f4-a52d-4ccd-9ec4-4281b74b5e5f Content-Encoding: gzip Content-Length: 8091 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n"} 2018-11-25 11:08:10,214 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-73f4a6f4-a52d-4ccd-9ec4-4281b74b5e5f 2018-11-25 11:08:12,217 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-11-25 11:08:12,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-220817", "route_distinguishers": ["12:12", "13:13"]}}' 2018-11-25 11:08:12,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-4e7806f1-b0a0-46d0-83b0-20a920eb181f Date: Sun, 25 Nov 2018 11:08:12 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "94ad6801-d9d2-47d8-943a-7328c237cfac", "name": "sdnvpn-220817", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "type": "l3"}} 2018-11-25 11:08:12,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-4e7806f1-b0a0-46d0-83b0-20a920eb181f 2018-11-25 11:08:12,639 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-220817', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'94ad6801-d9d2-47d8-943a-7328c237cfac'}} 2018-11-25 11:08:12,639 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-11-25 11:08:12,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ad6801-d9d2-47d8-943a-7328c237cfac/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"router_association": {"router_id": "b7d592d7-78d6-4481-9ed5-4639316c9690"}}' 2018-11-25 11:08:13,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-4f154d93-cf5e-4472-ae13-25830aa31fa7 Date: Sun, 25 Nov 2018 11:08:13 GMT RESP BODY: {"router_association": {"router_id": "b7d592d7-78d6-4481-9ed5-4639316c9690", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "d8758232-8940-46d9-9dd6-79fc91a12718"}} 2018-11-25 11:08:13,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ad6801-d9d2-47d8-943a-7328c237cfac/router_associations used request id req-4f154d93-cf5e-4472-ae13-25830aa31fa7 2018-11-25 11:08:13,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"router": {"routes": [{"nexthop": "10.10.10.10", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.8", "destination": "179.24.1.12/32"}]}}' 2018-11-25 11:08:13,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-b9d260f7-2ae9-424b-b138-ce77f30fcb7a Date: Sun, 25 Nov 2018 11:08:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T11:03:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T11:08:13Z", "revision_number": 5, "routes": [{"nexthop": "10.10.10.10", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.8", "destination": "179.24.1.12/32"}], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "b7d592d7-78d6-4481-9ed5-4639316c9690", "name": "sdnvpn-13-1-router"}} 2018-11-25 11:08:13,860 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690 used request id req-b9d260f7-2ae9-424b-b138-ce77f30fcb7a 2018-11-25 11:08:13,860 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 11:08:43,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:08:44,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:08: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-7e2f89e6-b1e7-4c63-8c76-4299953726a6 x-compute-request-id: req-7e2f89e6-b1e7-4c63-8c76-4299953726a6 Content-Encoding: gzip Content-Length: 8128 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 33.36s]\n"} 2018-11-25 11:08:44,968 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-7e2f89e6-b1e7-4c63-8c76-4299953726a6 2018-11-25 11:08:44,969 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.16) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-11-25 11:08:44,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a2718206a2400a7f28474447aa14f6e21f625" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-25 11:08:46,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:08:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a311b7e7-853a-479f-9432-8551b46ef634 x-compute-request-id: req-a311b7e7-853a-479f-9432-8551b46ef634 Content-Encoding: gzip Content-Length: 8128 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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 800038721 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\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: 257893\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: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K 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.908 MHz processor\n[ 0.148949] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.150963] pid_max: default: 32768 minimum: 301\n[ 0.152050] ACPI: Core revision 20150930\n[ 0.153554] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155117] Security Framework initialized\n[ 0.156137] Yama: becoming mindful.\n[ 0.157041] AppArmor: AppArmor initialized\n[ 0.158073] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159754] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161692] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163206] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164939] Initializing cgroup subsys io\n[ 0.165933] Initializing cgroup subsys memory\n[ 0.166997] Initializing cgroup subsys devices\n[ 0.168081] Initializing cgroup subsys freezer\n[ 0.169152] Initializing cgroup subsys net_cls\n[ 0.170223] Initializing cgroup subsys perf_event\n[ 0.171348] Initializing cgroup subsys net_prio\n[ 0.172447] Initializing cgroup subsys hugetlb\n[ 0.173516] Initializing cgroup subsys pids\n[ 0.174558] CPU: Physical Processor ID: 0\n[ 0.176261] mce: CPU supports 10 MCE banks\n[ 0.177269] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189299] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195897] ftrace: allocating 31920 entries in 125 pages\n[ 0.222143] smpboot: Max logical packages: 1\n[ 0.223206] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224860] x2apic enabled\n[ 0.225778] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229363] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232029] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234368] KVM setup paravirtual spinlock\n[ 0.235893] x86: Booted up 1 node, 1 CPUs\n[ 0.236963] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238788] devtmpfs: initialized\n[ 0.240670] evm: security.selinux\n[ 0.241552] evm: security.SMACK64\n[ 0.242430] evm: security.SMACK64EXEC\n[ 0.243394] evm: security.SMACK64TRANSMUTE\n[ 0.244436] evm: security.SMACK64MMAP\n[ 0.245412] evm: security.ima\n[ 0.246267] evm: security.capability\n[ 0.247272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249737] pinctrl core: initialized pinctrl subsystem\n[ 0.251139] RTC time: 11:07:06, date: 11/25/18\n[ 0.252324] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.254602] cpuidle: using governor menu\n[ 0.255609] PCCT header not found.\n[ 0.256578] ACPI: bus type PCI registered\n[ 0.257635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259252] PCI: Using configuration type 1 for base access\n[ 0.261700] ACPI: Added _OSI(Module Device)\n[ 0.262816] ACPI: Added _OSI(Processor Device)\n[ 0.263947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265109] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267493] ACPI: Interpreter enabled\n[ 0.268498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278211] ACPI: (supports S0 S5)\n[ 0.279104] ACPI: Using IOAPIC for interrupt routing\n[ 0.280326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285394] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291482] acpiphp: Slot [3] registered\n[ 0.292503] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294540] acpiphp: Slot [6] registered\n[ 0.295568] acpiphp: Slot [7] registered\n[ 0.296583] acpiphp: Slot [8] registered\n[ 0.297601] acpiphp: Slot [9] registered\n[ 0.298616] acpiphp: Slot [10] registered\n[ 0.299671] acpiphp: Slot [11] registered\n[ 0.300724] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302793] acpiphp: Slot [14] registered\n[ 0.303832] acpiphp: Slot [15] registered\n[ 0.314666] acpiphp: Slot [16] registered\n[ 0.315708] acpiphp: Slot [17] registered\n[ 0.316747] acpiphp: Slot [18] registered\n[ 0.317782] acpiphp: Slot [19] registered\n[ 0.318823] acpiphp: Slot [20] registered\n[ 0.319884] acpiphp: Slot [21] registered\n[ 0.320959] acpiphp: Slot [22] registered\n[ 0.321993] acpiphp: Slot [23] registered\n[ 0.323035] acpiphp: Slot [24] registered\n[ 0.324083] acpiphp: Slot [25] registered\n[ 0.325119] acpiphp: Slot [26] registered\n[ 0.326152] acpiphp: Slot [27] registered\n[ 0.327190] acpiphp: Slot [28] registered\n[ 0.328231] acpiphp: Slot [29] registered\n[ 0.329278] acpiphp: Slot [30] registered\n[ 0.330321] acpiphp: Slot [31] registered\n[ 0.331360] PCI host bridge to bus 0000:00\n[ 0.332404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334056] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337541] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.339414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347586] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357388] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359268] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405829] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407559] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409289] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413308] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418077] vgaarb: loaded\n[ 0.418827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420244] SCSI subsystem initialized\n[ 0.421288] ACPI: bus type USB registered\n[ 0.422330] usbcore: registered new interface driver usbfs\n[ 0.423656] usbcore: registered new interface driver hub\n[ 0.424956] usbcore: registered new device driver usb\n[ 0.426281] PCI: Using ACPI for IRQ routing\n[ 0.427531] NetLabel: Initializing\n[ 0.428435] NetLabel: domain hash size = 128\n[ 0.429521] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430737] NetLabel: unlabeled traffic allowed by default\n[ 0.432140] clocksource: Switched to clocksource kvm-clock\n[ 0.437878] AppArmor: AppArmor Filesystem Enabled\n[ 0.439109] pnp: PnP ACPI init\n[ 0.440185] pnp: PnP ACPI: found 5 devices\n[ 0.446428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448618] NET: Registered protocol family 2\n[ 0.449808] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.451513] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.453073] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.454599] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.456021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.457539] NET: Registered protocol family 1\n[ 0.458643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461456] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475464] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489713] Trying to unpack rootfs image as initramfs...\n[ 0.539211] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.553455] Scanning for low memory corruption every 60 seconds\n[ 0.555122] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556691] audit: initializing netlink subsys (disabled)\n[ 0.558030] audit: type=2000 audit(1543144026.907:1): initialized\n[ 0.559704] Initialise system trusted keyring\n[ 0.560890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564794] zbud: loaded\n[ 0.565641] VFS: Disk quotas dquot_6.6.0\n[ 0.566714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568607] fuse init (API version 7.23)\n[ 0.569721] Key type big_key registered\n[ 0.570756] Allocating IMA MOK and blacklist keyrings.\n[ 0.572160] Key type asymmetric registered\n[ 0.573225] Asymmetric key parser 'x509' registered\n[ 0.574436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576299] io scheduler noop registered\n[ 0.577300] io scheduler deadline registered (default)\n[ 0.578556] io scheduler cfq registered\n[ 0.579597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.584541] ACPI: Power Button [PWRF]\n[ 0.585595] GHES: HEST is not enabled!\n[ 0.600774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629923] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632639] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658660] Linux agpgart interface v0.103\n[ 0.661314] brd: module loaded\n[ 0.662638] loop: module loaded\n[ 0.667038] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668853] GPT:90111 != 20971519\n[ 0.669702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671068] GPT:90111 != 20971519\n[ 0.671909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673124] vda: vda1 vda15\n[ 0.674635] scsi host0: ata_piix\n[ 0.675525] scsi host1: ata_piix\n[ 0.676385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677901] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.679671] libphy: Fixed MDIO Bus: probed\n[ 0.680867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684302] PPP generic driver version 2.4.2\n[ 0.685382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686877] ehci-pci: EHCI PCI platform driver\n[ 0.687950] ehci-platform: EHCI generic platform driver\n[ 0.689176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690578] ohci-pci: OHCI PCI platform driver\n[ 0.691639] ohci-platform: OHCI generic platform driver\n[ 0.692864] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707821] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712098] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716754] usb usb1: Product: UHCI Host Controller\n[ 0.717949] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719366] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720544] hub 1-0:1.0: USB hub found\n[ 0.721482] hub 1-0:1.0: 2 ports detected\n[ 0.722579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725081] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726263] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727512] mousedev: PS/2 mouse device common for all mice\n[ 0.729029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731265] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735531] i2c /dev entries driver\n[ 0.736994] device-mapper: uevent: version 1.0.3\n[ 0.738987] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745371] NET: Registered protocol family 10\n[ 0.747390] NET: Registered protocol family 17\n[ 0.749258] Key type dns_resolver registered\n[ 0.751441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756814] registered taskstats version 1\n[ 0.757803] Loading compiled-in X.509 certificates\n[ 0.759221] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761038] zswap: loaded using pool lzo/zbud\n[ 0.762383] Key type trusted registered\n[ 0.763933] Key type encrypted registered\n[ 0.764761] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.766770] evm: HMAC attrs: 0x1\n[ 0.767676] Magic number: 10:141:126\n[ 0.768463] acpi device:01: hash matches\n[ 0.769290] rtc_cmos 00:00: setting system clock to 2018-11-25 11:07:07 UTC (1543144027)\n[ 0.770844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771934] EDD information not available.\n[ 0.832695] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834098] ata1.00: configured for MWDMA2\n[ 0.845631] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.847790] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.848988] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.850211] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.852043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853543] Write protecting the kernel read-only data: 14336k\n[ 0.855104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.336109] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 33.36s]\n"} 2018-11-25 11:08:46,054 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-a311b7e7-853a-479f-9432-8551b46ef634 2018-11-25 11:08:46,055 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-13-3' cannot ping 'sdnvpn_extra_route_13' 2018-11-25 11:08:46,056 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-11-25 11:08:46,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"router": {"routes": []}}' 2018-11-25 11:08:46,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-c46db4cf-9ae3-4bf1-999e-00020c81bf69 Date: Sun, 25 Nov 2018 11:08:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5c9b0ac2-19de-49fd-9d11-79e1dddc84a4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "19bb42e4-afc4-4c16-8adb-bc9a80c06c22", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T11:03:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T11:08:46Z", "revision_number": 6, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "b7d592d7-78d6-4481-9ed5-4639316c9690", "name": "sdnvpn-13-1-router"}} 2018-11-25 11:08:46,818 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690 used request id req-c46db4cf-9ae3-4bf1-999e-00020c81bf69 2018-11-25 11:08:46,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:08:46,872 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:08:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8de48d82-fefc-449b-a970-5f8d793e164b x-compute-request-id: req-8de48d82-fefc-449b-a970-5f8d793e164b Content-Length: 0 Content-Type: application/json 2018-11-25 11:08:46,872 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a used request id req-8de48d82-fefc-449b-a970-5f8d793e164b 2018-11-25 11:08:46,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" -d '{"forceDelete": null}' 2018-11-25 11:08:47,033 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:08:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-87388a1b-fc8e-4fa1-915e-bceac43b62a8 x-compute-request-id: req-87388a1b-fc8e-4fa1-915e-bceac43b62a8 Content-Length: 0 Content-Type: application/json 2018-11-25 11:08:47,033 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310/action used request id req-87388a1b-fc8e-4fa1-915e-bceac43b62a8 2018-11-25 11:08:47,034 - sdnvpn_test_utils - DEBUG - Waiting for instance a3731cfb-a6b3-4ffa-b31b-5746da57e310 to be deleted 2018-11-25 11:08:47,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:08:47,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:08: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-23e94738-6c83-4f6e-a7b4-028989e4d875 x-compute-request-id: req-23e94738-6c83-4f6e-a7b4-028989e4d875 Content-Encoding: gzip Content-Length: 1049 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:8b:9c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-11-25T11:07:06.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:07:06Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:9a:5a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-11-25T11:06:35.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:06:36Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:85:99", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-11-25T11:06:08.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:08:46Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:08:47,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-23e94738-6c83-4f6e-a7b4-028989e4d875 2018-11-25 11:08:49,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:08:50,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:08: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-a8d77743-efe7-4450-bb08-f63dc8e6e24c x-compute-request-id: req-a8d77743-efe7-4450-bb08-f63dc8e6e24c Content-Encoding: gzip Content-Length: 1056 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:8b:9c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-11-25T11:07:06.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:07:06Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:9a:5a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-11-25T11:06:35.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:06:36Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a3731cfb-a6b3-4ffa-b31b-5746da57e310", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-11-25T11:06:08.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "a3731cfb-a6b3-4ffa-b31b-5746da57e310", "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "DELETED", "updated": "2018-11-25T11:08:49Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": "2018-11-25T11:08:49.000000", "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-11-25T11:03:58Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:08:50,205 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-a8d77743-efe7-4450-bb08-f63dc8e6e24c 2018-11-25 11:08:52,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:08:52,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:08: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-b497a49c-51ed-4571-ae9c-98e0af512d2f x-compute-request-id: req-b497a49c-51ed-4571-ae9c-98e0af512d2f Content-Encoding: gzip Content-Length: 957 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:8b:9c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-11-25T11:07:06.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:07:06Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:9a:5a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-11-25T11:06:35.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:06:36Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:08:52,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-b497a49c-51ed-4571-ae9c-98e0af512d2f 2018-11-25 11:08:54,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" -d '{"forceDelete": null}' 2018-11-25 11:08:55,190 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:08: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-bd757766-c388-4b10-947f-b399c3212e5a x-compute-request-id: req-bd757766-c388-4b10-947f-b399c3212e5a Content-Length: 0 Content-Type: application/json 2018-11-25 11:08:55,190 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83/action used request id req-bd757766-c388-4b10-947f-b399c3212e5a 2018-11-25 11:08:55,190 - sdnvpn_test_utils - DEBUG - Waiting for instance f379c7ee-463b-4b45-a213-155d6df90a83 to be deleted 2018-11-25 11:08:55,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:08:55,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:08: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-5f93f7a7-c1f3-49c3-99e2-54b3dfbce07c x-compute-request-id: req-5f93f7a7-c1f3-49c3-99e2-54b3dfbce07c Content-Encoding: gzip Content-Length: 969 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:8b:9c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-11-25T11:07:06.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:07:06Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:9a:5a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-11-25T11:06:35.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:08:55Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:08:55,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-5f93f7a7-c1f3-49c3-99e2-54b3dfbce07c 2018-11-25 11:08:57,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:08:58,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:08:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-532ea4c9-43fd-4e5e-8b5e-69de5314240d x-compute-request-id: req-532ea4c9-43fd-4e5e-8b5e-69de5314240d Content-Encoding: gzip Content-Length: 969 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:8b:9c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-11-25T11:07:06.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:07:06Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:9a:5a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f379c7ee-463b-4b45-a213-155d6df90a83", "rel": "bookmark"}], "image": {"id": "c145b078-1a83-47d6-8c4f-2aba89de3967", "links": [{"href": "http://172.30.9.23:8774/images/c145b078-1a83-47d6-8c4f-2aba89de3967", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-11-25T11:06:35.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "f379c7ee-463b-4b45-a213-155d6df90a83", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:08:55Z", "hostId": "2784ab6964c872f8c95d6bdea901a0e3e474baab3ab0811abc8d8fb2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-11-25T11:06:17Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:08:58,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-532ea4c9-43fd-4e5e-8b5e-69de5314240d 2018-11-25 11:09:00,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:09:01,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:09:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4309987-cc9c-4b55-a399-ba22aecf18da x-compute-request-id: req-b4309987-cc9c-4b55-a399-ba22aecf18da Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:8b:9c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-11-25T11:07:06.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:07:06Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:09:01,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-b4309987-cc9c-4b55-a399-ba22aecf18da 2018-11-25 11:09:03,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" -d '{"forceDelete": null}' 2018-11-25 11:09:03,299 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:09:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6117154-029c-4015-a845-47d5b279ed48 x-compute-request-id: req-a6117154-029c-4015-a845-47d5b279ed48 Content-Length: 0 Content-Type: application/json 2018-11-25 11:09:03,299 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279/action used request id req-a6117154-029c-4015-a845-47d5b279ed48 2018-11-25 11:09:03,299 - sdnvpn_test_utils - DEBUG - Waiting for instance d0ca9b73-0e74-4b8d-9f0b-6b687762b279 to be deleted 2018-11-25 11:09:03,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:09:03,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:09:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1559aa36-5c9e-4607-843f-b4976e37c27f x-compute-request-id: req-1559aa36-5c9e-4607-843f-b4976e37c27f Content-Encoding: gzip Content-Length: 801 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:8b:9c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-11-25T11:07:06.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:09:03Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:09:03,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-1559aa36-5c9e-4607-843f-b4976e37c27f 2018-11-25 11:09:05,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:09:06,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:09:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-866968af-8ee9-45dc-865a-7b9cbea09952 x-compute-request-id: req-866968af-8ee9-45dc-865a-7b9cbea09952 Content-Encoding: gzip Content-Length: 801 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:8b:9c", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "rel": "bookmark"}], "image": {"id": "9740fa0b-8558-4dd5-8097-8285e20f9c6b", "links": [{"href": "http://172.30.9.23:8774/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-11-25T11:07:06.000000", "flavor": {"id": "c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "links": [{"href": "http://172.30.9.23:8774/flavors/c3ec5d30-5c5a-4347-a7a2-c7064ce1308a", "rel": "bookmark"}]}, "id": "d0ca9b73-0e74-4b8d-9f0b-6b687762b279", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "92c30508e3174ea29b89bb462dcfc594", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-11-25T11:09:03Z", "hostId": "6ddc90b0838145f9ba6edf720588f97d6f5dd02c2ed15a72bc8ca4d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-11-25T11:07:00Z", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-25 11:09:06,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-866968af-8ee9-45dc-865a-7b9cbea09952 2018-11-25 11:09:08,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95718081c03edc414df80ceecd6b82de8a3b01e7" 2018-11-25 11:09:08,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:09:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-363c1252-a757-490a-b496-2584718361f9 x-compute-request-id: req-363c1252-a757-490a-b496-2584718361f9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-25 11:09:08,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?all_tenants=1 used request id req-363c1252-a757-490a-b496-2584718361f9 2018-11-25 11:09:10,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/c145b078-1a83-47d6-8c4f-2aba89de3967 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d24e9332ffc05f3be94a33ea00f3a55d7dce61c6" 2018-11-25 11:09:12,063 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00d173a4-4eba-4fdf-ab88-e26b4da5191c Date: Sun, 25 Nov 2018 11:09:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:09:12,063 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c145b078-1a83-47d6-8c4f-2aba89de3967 used request id req-00d173a4-4eba-4fdf-ab88-e26b4da5191c 2018-11-25 11:09:12,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d24e9332ffc05f3be94a33ea00f3a55d7dce61c6" 2018-11-25 11:09:13,224 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23e78f64-0f3a-48ba-868e-028cde89d4c3 Date: Sun, 25 Nov 2018 11:09:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:09:13,224 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9740fa0b-8558-4dd5-8097-8285e20f9c6b used request id req-23e78f64-0f3a-48ba-868e-028cde89d4c3 2018-11-25 11:09:13,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ad6801-d9d2-47d8-943a-7328c237cfac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:09:13,475 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b6f498d-64ce-490a-90e9-f18fc1f26788 Content-Length: 0 Date: Sun, 25 Nov 2018 11:09:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 11:09:13,475 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ad6801-d9d2-47d8-943a-7328c237cfac used request id req-1b6f498d-64ce-490a-90e9-f18fc1f26788 2018-11-25 11:09:13,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"subnet_id": "187611e4-0335-4533-9cba-089d93454112"}' 2018-11-25 11:09:14,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-60dbd232-bf36-4969-a209-71bcd406f86e Date: Sun, 25 Nov 2018 11:09:14 GMT RESP BODY: {"network_id": "42824fd5-99b0-4a00-906f-87c9b9723deb", "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "subnet_id": "187611e4-0335-4533-9cba-089d93454112", "subnet_ids": ["187611e4-0335-4533-9cba-089d93454112"], "port_id": "ac47868f-506a-4a02-9857-b5f1f7682fc6", "id": "b7d592d7-78d6-4481-9ed5-4639316c9690"} 2018-11-25 11:09:14,467 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690/remove_router_interface used request id req-60dbd232-bf36-4969-a209-71bcd406f86e 2018-11-25 11:09:14,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" -d '{"router": {"external_gateway_info": {}}}' 2018-11-25 11:09:15,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-626bd5b7-24cc-4aa0-a7e3-3d43271c27e1 Date: Sun, 25 Nov 2018 11:09:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6398f91c7f9a4cc9becafd672cd3c763", "created_at": "2018-11-25T11:03:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-25T11:09:15Z", "revision_number": 10, "routes": [], "project_id": "6398f91c7f9a4cc9becafd672cd3c763", "id": "b7d592d7-78d6-4481-9ed5-4639316c9690", "name": "sdnvpn-13-1-router"}} 2018-11-25 11:09:15,313 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690 used request id req-626bd5b7-24cc-4aa0-a7e3-3d43271c27e1 2018-11-25 11:09:15,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/187611e4-0335-4533-9cba-089d93454112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:09:17,512 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-911a9e49-e9f6-4707-b2e4-79184494a17b Date: Sun, 25 Nov 2018 11:09:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 11:09:17,513 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/187611e4-0335-4533-9cba-089d93454112 used request id req-911a9e49-e9f6-4707-b2e4-79184494a17b 2018-11-25 11:09:17,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:09:18,023 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58502a19-7e33-4fd9-beb5-d2ffedba475f Content-Length: 0 Date: Sun, 25 Nov 2018 11:09:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 11:09:18,024 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b7d592d7-78d6-4481-9ed5-4639316c9690 used request id req-58502a19-7e33-4fd9-beb5-d2ffedba475f 2018-11-25 11:09:18,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/42824fd5-99b0-4a00-906f-87c9b9723deb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b4e98ec655f72be3d5a99f4995e03cc5fc1885" 2018-11-25 11:09:18,724 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-38673772-3678-4c7a-a3af-7fe4538809bf Date: Sun, 25 Nov 2018 11:09:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-25 11:09:18,725 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/42824fd5-99b0-4a00-906f-87c9b9723deb used request id req-38673772-3678-4c7a-a3af-7fe4538809bf 2018-11-25 11:09:18,725 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ +========================================================================================+ 2018-11-25 11:09:18,725 - sdnvpn-results - INFO - One or more subtests have failed. 2018-11-25 11:09:18,726 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-11-25 11:09:18,726 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'FAIL', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'FAIL'}]} 2018-11-25 11:09:18,726 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-11-25 11:09:18,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/6398f91c7f9a4cc9becafd672cd3c763 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb7a196c7847485cf0003a829101156dc213f2" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-11-25 11:09:19,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-891b0832-86f5-4933-9a1a-84c0cc4b82ef Date: Sun, 25 Nov 2018 11:09:19 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-11-25 11:09:19,004 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/6398f91c7f9a4cc9becafd672cd3c763 used request id req-891b0832-86f5-4933-9a1a-84c0cc4b82ef 2018-11-25 11:09:19,004 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-11-25 11:09:19,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1492b9ce4301175a61f7f7be489c1bb07c714522" -d '{"quota_class_set": {"instances": 10}}' 2018-11-25 11:09:19,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff7ff568-ec88-4bad-8d6e-bede95c8715a x-compute-request-id: req-ff7ff568-ec88-4bad-8d6e-bede95c8715a Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-25 11:09:19,200 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-ff7ff568-ec88-4bad-8d6e-bede95c8715a 2018-11-25 11:09:19,204 - paramiko.transport - DEBUG - starting thread (client mode): 0x7046b8d0L 2018-11-25 11:09:19,204 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:19,246 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:19,246 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:19,252 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:19,253 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:19,253 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:19,253 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:19,253 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:19,254 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:19,261 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:19,262 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:19,268 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.182: 739eb584ba2ebd793d4b100ee3a9bf26 2018-11-25 11:09:19,269 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:19,302 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:19,399 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:19,402 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:19,664 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:19,664 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:19,704 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:19,704 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:19,715 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:26,387 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:26,389 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:26,391 - paramiko.transport - DEBUG - starting thread (client mode): 0x6ea7bbd0L 2018-11-25 11:09:26,391 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:26,396 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:26,396 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:26,399 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:26,399 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:26,399 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:26,399 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:26,400 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:26,400 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:26,405 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:26,406 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:26,406 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 11:09:26,407 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:26,445 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:26,456 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:26,471 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:26,540 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:26,540 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:26,579 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:26,580 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:26,591 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:26,623 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:26,624 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:26,624 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:26,625 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:26,625 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:26,666 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:26,699 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:26,701 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 11:09:26,701 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:26,702 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 11:09:26,702 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 11:09:26,743 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 11:09:26,771 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 11:09:26,773 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 11:09:26,774 - paramiko.transport - DEBUG - starting thread (client mode): 0x705b4b50L 2018-11-25 11:09:26,775 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:26,780 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:26,780 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:26,783 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:26,783 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:26,784 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:26,784 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:26,784 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:26,784 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:26,790 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:26,790 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:26,807 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 11:09:26,808 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:26,830 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:26,842 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:26,876 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:26,953 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:26,953 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:26,992 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:26,993 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:27,012 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:27,046 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:27,047 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:27,049 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:27,049 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:27,050 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:27,090 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:27,125 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:27,126 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 11:09:27,127 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:27,128 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 11:09:27,128 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 11:09:27,168 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 11:09:27,198 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 11:09:27,200 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 11:09:27,201 - paramiko.transport - DEBUG - starting thread (client mode): 0x705ab810L 2018-11-25 11:09:27,201 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:27,207 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:27,207 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:27,210 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:27,210 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:27,210 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:27,211 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:27,211 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:27,211 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:27,215 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:27,216 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:27,217 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 11:09:27,218 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:27,255 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:27,267 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:27,282 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:27,355 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:27,356 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:27,395 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:27,396 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:27,402 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:27,437 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:27,438 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:27,439 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:27,440 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:27,440 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:27,481 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:27,518 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:27,520 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 11:09:27,521 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:27,522 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 11:09:27,522 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 11:09:27,563 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 11:09:27,593 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 11:09:27,595 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 11:09:27,597 - paramiko.transport - DEBUG - starting thread (client mode): 0x705ffa10L 2018-11-25 11:09:27,597 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:27,602 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:27,602 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:27,605 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:27,605 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:27,605 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:27,605 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:27,605 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:27,606 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:27,610 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:27,611 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:27,613 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 11:09:27,614 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:27,650 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:27,661 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:27,678 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:27,740 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:27,740 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:27,779 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:27,780 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:27,783 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:27,813 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:27,814 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:27,814 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:27,815 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:27,815 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:27,856 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:27,888 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:27,890 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:27,890 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 11:09:27,892 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 11:09:27,892 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 11:09:27,932 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 11:09:27,961 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 11:09:27,963 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 11:09:27,964 - paramiko.transport - DEBUG - starting thread (client mode): 0x7058e750L 2018-11-25 11:09:27,965 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:27,969 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:27,969 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:27,971 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:27,971 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:27,972 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:27,972 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:27,972 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:27,972 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:27,977 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:27,977 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:27,980 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 11:09:27,981 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:28,017 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:28,026 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:28,046 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:28,107 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:28,107 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:28,146 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:28,147 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:28,151 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:28,180 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:28,181 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:28,183 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:28,183 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:28,184 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:28,223 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:28,256 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:28,257 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 11:09:28,258 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:28,259 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 11:09:28,259 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 11:09:28,300 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 11:09:28,327 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 11:09:28,328 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:28,329 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 11:09:28,330 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:28,330 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:28,336 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:32,913 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:32,914 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:32,916 - paramiko.transport - DEBUG - starting thread (client mode): 0x70564c50L 2018-11-25 11:09:32,916 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:32,923 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:32,923 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:32,926 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:32,926 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:32,926 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:32,926 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:32,927 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:32,927 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:32,931 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:32,932 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:32,948 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 796f849a1957ace80a662ae6bada5d69 2018-11-25 11:09:32,949 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:32,971 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:32,984 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:33,014 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:33,076 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:33,077 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:33,116 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:33,116 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:33,121 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:33,159 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:33,160 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:33,161 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:33,161 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:33,162 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:33,203 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:33,240 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:33,241 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 11:09:33,242 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:33,243 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 11:09:33,243 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 11:09:33,284 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 11:09:33,317 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 11:09:33,319 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 11:09:33,320 - paramiko.transport - DEBUG - starting thread (client mode): 0x70521b10L 2018-11-25 11:09:33,321 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:33,327 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:33,327 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:33,330 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:33,331 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:33,331 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:33,331 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:33,331 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:33,331 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:33,336 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:33,336 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:33,352 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fa87c1c9adeb1f96a6174b80ccf7f786 2018-11-25 11:09:33,353 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:33,375 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:33,388 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:33,417 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:33,482 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:33,482 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:33,521 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:33,522 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:33,529 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:33,563 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:33,564 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:33,565 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:33,565 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:33,566 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:33,606 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:33,644 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:33,646 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 11:09:33,646 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:33,647 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 11:09:33,647 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 11:09:33,688 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 11:09:33,719 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 11:09:33,721 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 11:09:33,722 - paramiko.transport - DEBUG - starting thread (client mode): 0x7046b090L 2018-11-25 11:09:33,723 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:33,728 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:33,728 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:33,731 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:33,731 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:33,731 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:33,731 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:33,731 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:33,732 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:33,736 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:33,737 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:33,739 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 5610a569c91206b50b00a0a6b0b80c16 2018-11-25 11:09:33,739 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:33,776 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:33,787 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:33,804 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:33,870 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:33,870 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:33,909 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:33,910 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:33,915 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:33,951 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:33,952 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:33,953 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:33,954 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:33,954 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:33,994 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:34,033 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:34,034 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 11:09:34,035 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:34,036 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 11:09:34,036 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 11:09:34,076 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 11:09:34,107 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 11:09:34,109 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 11:09:34,111 - paramiko.transport - DEBUG - starting thread (client mode): 0x6ea828d0L 2018-11-25 11:09:34,111 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:34,115 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:34,115 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:34,117 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:34,117 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:34,117 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:34,118 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:34,118 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:34,118 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:34,122 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:34,123 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:34,126 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: d716b125bcf3e81256f6bdddc13e1e8f 2018-11-25 11:09:34,127 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:34,162 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:34,172 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:34,191 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:34,244 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:34,244 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:34,283 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:34,284 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:34,295 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:34,325 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:34,326 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:34,327 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:34,328 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:34,328 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:34,369 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:34,401 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:34,403 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 11:09:34,404 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:34,404 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 11:09:34,405 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 11:09:34,445 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 11:09:34,474 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 11:09:34,475 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 11:09:34,477 - paramiko.transport - DEBUG - starting thread (client mode): 0x6ea83c50L 2018-11-25 11:09:34,478 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-25 11:09:34,483 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-11-25 11:09:34,483 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-11-25 11:09:34,484 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', 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-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] 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-11-25 11:09:34,485 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-25 11:09:34,485 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-25 11:09:34,485 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-25 11:09:34,485 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-25 11:09:34,485 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-25 11:09:34,490 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-25 11:09:34,490 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-25 11:09:34,493 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c700427e135c033871339ae51e8d7a89 2018-11-25 11:09:34,494 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-11-25 11:09:34,530 - paramiko.transport - DEBUG - userauth is OK 2018-11-25 11:09:34,542 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-25 11:09:34,561 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-25 11:09:34,615 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-11-25 11:09:34,615 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-11-25 11:09:34,654 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-25 11:09:34,654 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-25 11:09:34,664 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-25 11:09:34,692 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-25 11:09:34,693 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-25 11:09:34,694 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-25 11:09:34,695 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-25 11:09:34,695 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-25 11:09:34,735 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-25 11:09:34,766 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-25 11:09:34,767 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-25 11:09:34,767 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-11-25 11:09:34,769 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-11-25 11:09:34,769 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-11-25 11:09:34,809 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-11-25 11:09:34,838 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-11-25 11:09:34,838 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:34,839 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-11-25 11:09:34,859 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 11:09:34,860 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 11:09:34,860 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 11:09:34,864 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 11:09:34,901 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-11-25 11:09:34,902 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-11-25 11:09:34,905 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-11-25 11:09:34,918 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-11-25 11:09:34,920 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-11-25 11:09:34,921 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 11:09:34,922 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 11:09:34,922 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 11:09:34,924 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 11:09:34,925 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 11:09:34,926 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:34,926 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:34,926 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:40,822 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 11:09:40,824 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 11:09:40,824 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 11:09:40,825 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 11:09:40,825 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 11:09:40,865 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 11:09:40,895 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-11-25 11:09:40,896 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-11-25 11:09:40,897 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-11-25 11:09:40,898 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-11-25 11:09:41,032 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-11-25 11:09:41,033 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:41,050 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-11-25 11:09:41,315 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 11:09:41,316 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 11:09:41,316 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 11:09:41,318 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 11:09:41,357 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-11-25 11:09:41,357 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-11-25 11:09:41,359 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-11-25 11:09:41,360 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-11-25 11:09:41,362 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-11-25 11:09:41,363 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 11:09:41,364 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 11:09:41,364 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 11:09:41,366 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 11:09:41,367 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 11:09:41,368 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:41,368 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:41,368 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:44,964 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 11:09:44,967 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 11:09:44,967 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 11:09:44,968 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 11:09:44,968 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 11:09:45,009 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 11:09:45,039 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-11-25 11:09:45,040 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-11-25 11:09:45,041 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-11-25 11:09:45,042 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-11-25 11:09:45,169 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-11-25 11:09:45,170 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:45,187 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-11-25 11:09:45,450 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 11:09:45,452 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 11:09:45,452 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 11:09:45,454 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 11:09:45,488 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-11-25 11:09:45,489 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-11-25 11:09:45,491 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-11-25 11:09:45,492 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-11-25 11:09:45,493 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-11-25 11:09:45,494 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 11:09:45,495 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 11:09:45,495 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 11:09:45,497 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 11:09:45,498 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 11:09:45,499 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:45,499 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:45,499 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:50,970 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 11:09:50,972 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 11:09:50,973 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 11:09:50,974 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 11:09:50,974 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 11:09:51,016 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 11:09:51,051 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-11-25 11:09:51,051 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-11-25 11:09:51,052 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-11-25 11:09:51,053 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-11-25 11:09:51,187 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-11-25 11:09:51,189 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:51,206 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-11-25 11:09:51,443 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 11:09:51,444 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 11:09:51,444 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 11:09:51,446 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 11:09:51,475 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-11-25 11:09:51,475 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-11-25 11:09:51,477 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-11-25 11:09:51,478 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-11-25 11:09:51,479 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-11-25 11:09:51,481 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 11:09:51,482 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 11:09:51,482 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 11:09:51,484 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 11:09:51,485 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 11:09:51,485 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:51,485 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:51,486 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:51,608 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 11:09:51,610 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 11:09:51,610 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 11:09:51,611 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 11:09:51,611 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 11:09:51,652 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 11:09:51,680 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-11-25 11:09:51,680 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-11-25 11:09:51,681 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-11-25 11:09:51,682 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-11-25 11:09:51,689 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-11-25 11:09:51,690 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:51,706 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-11-25 11:09:51,728 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-11-25 11:09:51,730 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-11-25 11:09:51,730 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-11-25 11:09:51,732 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-11-25 11:09:51,761 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-11-25 11:09:51,762 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-11-25 11:09:51,764 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-11-25 11:09:51,765 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-11-25 11:09:51,766 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-11-25 11:09:51,768 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-11-25 11:09:51,769 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-11-25 11:09:51,769 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-11-25 11:09:51,771 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-11-25 11:09:51,772 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-11-25 11:09:51,772 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:51,773 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:51,773 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-11-25 11:09:51,883 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-11-25 11:09:51,885 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-11-25 11:09:51,885 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-11-25 11:09:51,887 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-11-25 11:09:51,887 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-11-25 11:09:51,927 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-11-25 11:09:51,953 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-11-25 11:09:51,953 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-11-25 11:09:51,954 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-11-25 11:09:51,955 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-11-25 11:09:51,963 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-11-25 11:09:51,965 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:51,982 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-11-25 11:09:52,012 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-11-25 11:09:53,666 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 11:09:53,666 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 46:45 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-11-25 11:09:53,673 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-11-25 11:09:53,673 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:37 | PASS | | bgpvpn | sdnvpn | features | 46:45 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-11-25 11:09:53,681 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-11-25 11:09:53,737 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:53,832 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:53,933 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:54,038 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:54,138 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:54,233 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:54,334 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:54,433 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:54,535 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:54,634 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:54,717 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:54,835 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:54,940 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,036 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,142 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,216 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,240 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,342 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,441 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,541 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,641 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,736 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,842 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:55,943 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:56,037 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:56,140 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:56,238 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:56,341 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:56,426 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:56,543 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:56,682 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:56,790 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:09:56,899 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-25 11:10:01,174 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-25 11:10:01,181 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-11-25 11:10:01,181 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-25 11:10:01,181 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-25 11:10:01,182 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-11-25 11:10:01,185 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-25 11:10:04,660 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-25 11:10:04,667 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-11-25 11:10:04,667 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-25 11:10:04,668 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-25 11:10:04,669 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-11-25 11:10:04,671 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-25 11:10:09,528 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-25 11:10:09,531 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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 SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-11-25 11:10:09,531 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-11-25 11:10:09,536 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-11-25 11:10:12,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:10:12,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:10:12,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:10:12,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:10:12,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:10:12,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:10:12,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:10:12,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:10:12,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:10:12,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:10:12,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:10:12,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:10:12,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:10:12,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13750db3-91dc-41ed-a62f-3b78c5aa7adb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:10:12,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-13750db3-91dc-41ed-a62f-3b78c5aa7adb 2018-11-25 11:10:12,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:10:12,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}], "expires_at": "2018-11-25T12:10:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6398f91c7f9a4cc9becafd672cd3c763", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/6398f91c7f9a4cc9becafd672cd3c763", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "92c30508e3174ea29b89bb462dcfc594"}, "audit_ids": ["lcmCG-0fTH-jvlFQo8pyzA"], "issued_at": "2018-11-25T11:10:12.000000Z"}} 2018-11-25 11:10:12,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-25 11:10:12,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:12,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2328b78a-8652-4c4d-a238-b8fd31ffd3d8 Date: Sun, 25 Nov 2018 11:10:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5c9b0ac2-19de-49fd-9d11-79e1dddc84a4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9013a9c57a604cd8962b66eb7dac3471","status":"ACTIVE","subnets":["19bb42e4-afc4-4c16-8adb-bc9a80c06c22"],"description":"","tags":[],"updated_at":"2018-11-25T08:09:54Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9013a9c57a604cd8962b66eb7dac3471","created_at":"2018-11-25T08:09:46Z","provider:network_type":"flat"}]} 2018-11-25 11:10:12,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2328b78a-8652-4c4d-a238-b8fd31ffd3d8 2018-11-25 11:10:12,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.330049037933s 2018-11-25 11:10:12,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2328b78a-8652-4c4d-a238-b8fd31ffd3d8 2018-11-25 11:10:12,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-25 11:10:12,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:12,844 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 11:10:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 11:10:13,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:13,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00459763-0a8c-46ca-bf7d-2934bce8b494 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/580ea9232de74f68abf199fd8f069538"}, "description": "", "name": "heat_stack", "enabled": true, "id": "580ea9232de74f68abf199fd8f069538"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-11-25 11:10:13,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-00459763-0a8c-46ca-bf7d-2934bce8b494 2018-11-25 11:10:13,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.381770849228s 2018-11-25 11:10:13,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-25 11:10:13,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a"}}' 2018-11-25 11:10:13,326 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 11:10:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-642905b3-715c-4a70-91a5-09ec3827c587 Content-Length: 373 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde"}, "enabled": true, "id": "5c82ea5877e24e21981e571133576cde", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a"}} 2018-11-25 11:10:13,327 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-642905b3-715c-4a70-91a5-09ec3827c587 2018-11-25 11:10:13,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.108551979065s 2018-11-25 11:10:13,327 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-642905b3-715c-4a70-91a5-09ec3827c587 2018-11-25 11:10:13,328 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a', 'id': u'5c82ea5877e24e21981e571133576cde', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-25 11:10:13,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-25 11:10:13,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357353925705s 2018-11-25 11:10:13,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:13,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7987fa4-6e81-4682-b56a-a04f56522da8 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1"}, "enabled": true, "id": "c5308749232747a18df20aad3ecbe3e1", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a"}} 2018-11-25 11:10:13,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1 used request id req-d7987fa4-6e81-4682-b56a-a04f56522da8 2018-11-25 11:10:13,787 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c5308749232747a18df20aad3ecbe3e1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a'}) 2018-11-25 11:10:13,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 11:10:13,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:13,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-188379f5-147d-421b-9000-843e79bec64c Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 11:10:13,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-188379f5-147d-421b-9000-843e79bec64c 2018-11-25 11:10:13,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.167692184448s 2018-11-25 11:10:13,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 11:10:13,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:14,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7edc7881-7ed8-41e0-a584-8f56611f4b74 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-25 11:10:14,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7edc7881-7ed8-41e0-a584-8f56611f4b74 2018-11-25 11:10:14,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0747909545898s 2018-11-25 11:10:14,033 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 11:10:14,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-25 11:10:14,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" -d '{"role": {"name": "Member"}}' 2018-11-25 11:10:14,134 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 25 Nov 2018 11:10:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f364b3a5-52fa-4866-84a2-8da3e3628cdc Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b7fe04257d37498b959b4a0da3cb96cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf"}, "name": "Member"}} 2018-11-25 11:10:14,134 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f364b3a5-52fa-4866-84a2-8da3e3628cdc 2018-11-25 11:10:14,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101191997528s 2018-11-25 11:10:14,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:14,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b91cd2a-2496-4c81-b166-622c32d2bc9a Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf"}, "domain_id": null, "name": "Member", "id": "b7fe04257d37498b959b4a0da3cb96cf"}} 2018-11-25 11:10:14,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf used request id req-8b91cd2a-2496-4c81-b166-622c32d2bc9a 2018-11-25 11:10:14,222 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf'}, 'domain_id': None, 'human_id': None, 'id': u'b7fe04257d37498b959b4a0da3cb96cf', 'HUMAN_ID': False}) 2018-11-25 11:10:14,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 11:10:14,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:14,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4451418a-2495-4e1f-ae7e-80ce2c99df48 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7fe04257d37498b959b4a0da3cb96cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf"}, "name": "Member"}]} 2018-11-25 11:10:14,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4451418a-2495-4e1f-ae7e-80ce2c99df48 2018-11-25 11:10:14,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.150055885315s 2018-11-25 11:10:14,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 11:10:14,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:14,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08609f3f-7811-4d8c-b1cb-82dc853f6923 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 11:10:14,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-08609f3f-7811-4d8c-b1cb-82dc853f6923 2018-11-25 11:10:14,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0816600322723s 2018-11-25 11:10:14,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 11:10:14,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:14,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2532d58-ab22-4e7d-bb3e-e06ab5ae37bc Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a", "links": {"self": "http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1"}, "domain_id": "default", "enabled": true, "id": "c5308749232747a18df20aad3ecbe3e1", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 11:10:14,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d2532d58-ab22-4e7d-bb3e-e06ab5ae37bc 2018-11-25 11:10:14,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105494022369s 2018-11-25 11:10:14,562 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d2532d58-ab22-4e7d-bb3e-e06ab5ae37bc 2018-11-25 11:10:14,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 11:10:14,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:14,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6429de8e-784f-4014-8edb-024ae626fe65 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde"}, "enabled": true, "id": "5c82ea5877e24e21981e571133576cde", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 11:10:14,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-6429de8e-784f-4014-8edb-024ae626fe65 2018-11-25 11:10:14,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0783751010895s 2018-11-25 11:10:14,647 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-6429de8e-784f-4014-8edb-024ae626fe65 2018-11-25 11:10:14,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 11:10:14,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=c5308749232747a18df20aad3ecbe3e1&scope.project.id=5c82ea5877e24e21981e571133576cde&role.id=b7fe04257d37498b959b4a0da3cb96cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:14,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf1eaca-7447-4987-8d61-a5756c5d6a9b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c5308749232747a18df20aad3ecbe3e1&scope.project.id=5c82ea5877e24e21981e571133576cde&role.id=b7fe04257d37498b959b4a0da3cb96cf", "previous": null, "next": null}} 2018-11-25 11:10:14,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c5308749232747a18df20aad3ecbe3e1&scope.project.id=5c82ea5877e24e21981e571133576cde&role.id=b7fe04257d37498b959b4a0da3cb96cf used request id req-8bf1eaca-7447-4987-8d61-a5756c5d6a9b 2018-11-25 11:10:14,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0774879455566s 2018-11-25 11:10:14,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 11:10:14,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde/users/c5308749232747a18df20aad3ecbe3e1/roles/b7fe04257d37498b959b4a0da3cb96cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:14,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 11:10:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f073bed8-5fa8-4d54-b136-2731070d04d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 11:10:14,850 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde/users/c5308749232747a18df20aad3ecbe3e1/roles/b7fe04257d37498b959b4a0da3cb96cf used request id req-f073bed8-5fa8-4d54-b136-2731070d04d5 2018-11-25 11:10:14,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122370004654s 2018-11-25 11:10:14,851 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '659a27f9-68b9-43ca-8967-fdf0147ecffa', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a', 'project_id': u'5c82ea5877e24e21981e571133576cde', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 11:10:14,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-25 11:10:14,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-25 11:10:14,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-25 11:10:14,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-25 11:10:14,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-25 11:10:14,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-25 11:10:14,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-25 11:10:14,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-25 11:10:14,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-25 11:10:14,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-25 11:10:14,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-25 11:10:14,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-25 11:10:14,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-25 11:10:14,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-25 11:10:14,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-25 11:10:14,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-25 11:10:14,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-25 11:10:14,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-25 11:10:14,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-25 11:10:14,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-25 11:10:14,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-25 11:10:14,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-25 11:10:14,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-25 11:10:14,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-25 11:10:14,858 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a', 'password': '659a27f9-68b9-43ca-8967-fdf0147ecffa', 'project_name': 'tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '5c82ea5877e24e21981e571133576cde', 'project_domain_name': 'Default'} 2018-11-25 11:10:14,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 11:10:14,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:14,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e60a3b-f1af-4399-9531-cef4cd56369f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7fe04257d37498b959b4a0da3cb96cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf"}, "name": "Member"}]} 2018-11-25 11:10:14,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-60e60a3b-f1af-4399-9531-cef4cd56369f 2018-11-25 11:10:14,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0857839584351s 2018-11-25 11:10:14,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 11:10:14,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ecd6dd6-6509-4765-9917-78b0f4165216 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7fe04257d37498b959b4a0da3cb96cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf"}, "name": "Member"}]} 2018-11-25 11:10:15,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7ecd6dd6-6509-4765-9917-78b0f4165216 2018-11-25 11:10:15,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.086226940155s 2018-11-25 11:10:15,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 11:10:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48b31ccf-30c6-4c78-a9ea-4bad1a952d47 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 11:10:15,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-48b31ccf-30c6-4c78-a9ea-4bad1a952d47 2018-11-25 11:10:15,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.015655040741s 2018-11-25 11:10:15,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 11:10:15,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55d27c87-2af2-488c-a8c5-de1b9f764107 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a", "links": {"self": "http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1"}, "domain_id": "default", "enabled": true, "id": "c5308749232747a18df20aad3ecbe3e1", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 11:10:15,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-55d27c87-2af2-488c-a8c5-de1b9f764107 2018-11-25 11:10:15,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0963990688324s 2018-11-25 11:10:15,147 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-55d27c87-2af2-488c-a8c5-de1b9f764107 2018-11-25 11:10:15,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 11:10:15,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1459d34-24dd-4a30-b70c-c06e31396cec Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde"}, "enabled": true, "id": "5c82ea5877e24e21981e571133576cde", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 11:10:15,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c1459d34-24dd-4a30-b70c-c06e31396cec 2018-11-25 11:10:15,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0807499885559s 2018-11-25 11:10:15,234 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c1459d34-24dd-4a30-b70c-c06e31396cec 2018-11-25 11:10:15,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 11:10:15,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=c5308749232747a18df20aad3ecbe3e1&scope.project.id=5c82ea5877e24e21981e571133576cde&role.id=27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b539cc3f-83b8-4593-ad74-f7a34eedacd1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c5308749232747a18df20aad3ecbe3e1&scope.project.id=5c82ea5877e24e21981e571133576cde&role.id=27bda056e6a9493f8b3efd13960b080f", "previous": null, "next": null}} 2018-11-25 11:10:15,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c5308749232747a18df20aad3ecbe3e1&scope.project.id=5c82ea5877e24e21981e571133576cde&role.id=27bda056e6a9493f8b3efd13960b080f used request id req-b539cc3f-83b8-4593-ad74-f7a34eedacd1 2018-11-25 11:10:15,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0828340053558s 2018-11-25 11:10:15,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 11:10:15,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde/users/c5308749232747a18df20aad3ecbe3e1/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 11:10:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a825f946-9b33-45d4-9ade-6e16908dd0f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 11:10:15,436 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde/users/c5308749232747a18df20aad3ecbe3e1/roles/27bda056e6a9493f8b3efd13960b080f used request id req-a825f946-9b33-45d4-9ade-6e16908dd0f9 2018-11-25 11:10:15,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116755008698s 2018-11-25 11:10:15,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 11:10:15,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48fde718-4ebc-465c-b622-9a4a580a76ed Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7fe04257d37498b959b4a0da3cb96cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf"}, "name": "Member"}]} 2018-11-25 11:10:15,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-48fde718-4ebc-465c-b622-9a4a580a76ed 2018-11-25 11:10:15,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0859429836273s 2018-11-25 11:10:15,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-25 11:10:15,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49a3b7c3-2d39-4d8a-8de6-ae1297075018 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-11-25 11:10:15,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-49a3b7c3-2d39-4d8a-8de6-ae1297075018 2018-11-25 11:10:15,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0801911354065s 2018-11-25 11:10:15,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 11:10:15,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a3d7db6-2563-4ed1-8182-f171f9485cb2 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a", "links": {"self": "http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1"}, "domain_id": "default", "enabled": true, "id": "c5308749232747a18df20aad3ecbe3e1", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 11:10:15,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3a3d7db6-2563-4ed1-8182-f171f9485cb2 2018-11-25 11:10:15,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0897908210754s 2018-11-25 11:10:15,696 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3a3d7db6-2563-4ed1-8182-f171f9485cb2 2018-11-25 11:10:15,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-25 11:10:15,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=c5308749232747a18df20aad3ecbe3e1&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c10b86-22f2-4415-980b-4e87dacb83a8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c5308749232747a18df20aad3ecbe3e1&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default", "previous": null, "next": null}} 2018-11-25 11:10:15,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c5308749232747a18df20aad3ecbe3e1&role.id=27bda056e6a9493f8b3efd13960b080f&scope.domain.id=default used request id req-52c10b86-22f2-4415-980b-4e87dacb83a8 2018-11-25 11:10:15,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.081267118454s 2018-11-25 11:10:15,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-25 11:10:15,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/c5308749232747a18df20aad3ecbe3e1/roles/27bda056e6a9493f8b3efd13960b080f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:10:15,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 11:10:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a33411b0-2214-412d-af35-7d5e28d4392f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 11:10:15,910 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/c5308749232747a18df20aad3ecbe3e1/roles/27bda056e6a9493f8b3efd13960b080f used request id req-a33411b0-2214-412d-af35-7d5e28d4392f 2018-11-25 11:10:15,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127402067184s 2018-11-25 11:10:15,911 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 11:10:26,446 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 11:10:26.159 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7a55ef16-0643-4f47-8826-a6958995a7f0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7a55ef16-0643-4f47-8826-a6958995a7f0 | 2018-11-25T11:10:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7a55ef16-0643-4f47-8826-a6958995a7f0 ~/.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-11-25 11:10:29,675 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2018-11-25 11:10:29,676 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 11:10:35,571 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 11:10:33.469 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 11:10:33.615 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 11:10:35.394 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b65ae5fd-c900-4a42-a8b7-dc3ca04bce73) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b65ae5fd-c900-4a42-a8b7-dc3ca04bce73) as the default verifier for the future CLI operations. 2018-11-25 11:10:38,330 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-11-25 11:10:38,331 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-25 11:10:38,456 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-25 11:10:38,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-25 11:10:38,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d466c6a-9c8d-4d37-83c8-bb45d9f15c69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-11-25 11:10:38,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4d466c6a-9c8d-4d37-83c8-bb45d9f15c69 2018-11-25 11:10:38,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-11-25 11:10:38,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27bda056e6a9493f8b3efd13960b080f", "name": "admin"}, {"id": "b7fe04257d37498b959b4a0da3cb96cf", "name": "Member"}], "expires_at": "2018-11-25T12:10:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c82ea5877e24e21981e571133576cde", "name": "tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ba20f917bd64361bf8329b2b725c11e"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db18dddfde546da996b6294f81784ad"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9168197cf6e049c08092d040e7a0e664"}], "type": "cloudformation", "id": "04d9b6a1d9cd48c49fd3b8228e023859", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "228bfbaa3b2f46a485f737514bf5c0a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b210ecf28d5b415bb68fddcd2f06561a"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccdc3b760df14a0883281577de9f5026"}], "type": "metric", "id": "11049da2e1814dbf80a7d17866d22142", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "345b31fcef4f4c4c8a51fbff425c0cf4"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87de9e2c82b243ff9a838ad2e148dda8"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a361499597ff42fb8f820ae1ac1e1322"}], "type": "alarming", "id": "1a47cbdb5d2e4d68a1685b1b111c1913", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/5c82ea5877e24e21981e571133576cde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16be6fc54cf5421a8983fd7e4cc31162"}, {"url": "http://192.30.9.5:8776/v1/5c82ea5877e24e21981e571133576cde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c088c041ac324035baa0b2861aaf4646"}, {"url": "http://192.30.9.5:8776/v1/5c82ea5877e24e21981e571133576cde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb2cea452ade48ec80c7a4e67da48ce9"}], "type": "volume", "id": "3e6ee693c2c34606b84f70da7a3de833", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5c82ea5877e24e21981e571133576cde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3578f854533046b581e9db2a5fe9d316"}, {"url": "http://192.30.9.5:8776/v2/5c82ea5877e24e21981e571133576cde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b6c5215faf541d984e73367eeed32ff"}, {"url": "http://172.30.9.23:8776/v2/5c82ea5877e24e21981e571133576cde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b94a4f759674d9faa8ef9d136ba6be5"}], "type": "volumev2", "id": "454682d88ab3492f9349e14177c05820", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "769a69b0cfe84771aeba844ad2fbbecd"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9840de794f794d398ec86a4a3c89d49f"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7af81d96e2e4fe787f42f389779879c"}], "type": "key-manager", "id": "4cc10c351b944cac80ada308f67be9b3", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14cbf0e6548145da8785552e53d2020d"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "589d2c9222e84378ac23cd92034f9052"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec0ffdf9d8f14bfdbf1d626bbf38900d"}], "type": "image", "id": "60c9f36966354af4a49f5135bb520771", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "78d19a00809e48c6abbaae0f0d0162d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5c82ea5877e24e21981e571133576cde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120ce9da363d47bf95c33ef313256085"}, {"url": "http://172.30.9.23:8004/v1/5c82ea5877e24e21981e571133576cde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d668e0a80f3d40acaa248d3f66d88ea6"}, {"url": "http://192.30.9.5:8004/v1/5c82ea5877e24e21981e571133576cde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d833f6b8ebbe49b5b24883a1fb629ad0"}], "type": "orchestration", "id": "872f0392fe5a4878bc4550ae703c748e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4af173c89de643969f7b5f886a9b7ba2"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5a0f265529543a4afe7b2adee03b38c"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e163090c433e453e90c9c5f7e7ee5bd6"}], "type": "policy", "id": "9dba0304d81b4285b6b3fbae9bfd040a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ee3d80a110b427baf34e694c8d2dff3"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "120f34a17e2d4759b2213a41ca3b57d7"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc52010c426c44ac8fe115590a3bedaa"}], "type": "identity", "id": "9f411fd50466430cbb81fd8e37b8e619", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00a12789d0524cdfacae3ee80db28ac3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "218d7158e78741eba80ea910f2e66530"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b172ef29d1c4a239ea7b3e309fdbf11"}], "type": "compute", "id": "c4c405d79fbc4e018943f8fab3e1fd43", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5306e2fef10d46ea99d1acbfc9ae675a"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb182b3d8ca44d18ab65e7f89371bd5"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "917de21235d34777bade276f17a46822"}], "type": "network", "id": "e4f1fbc8c8e7478cb8f8e5dab55dd354", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5c82ea5877e24e21981e571133576cde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b6e716f81e3483092ccd974823a6897"}, {"url": "http://192.30.9.5:8776/v3/5c82ea5877e24e21981e571133576cde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54b5e0f2a2fd4852b2c7f1a35ab2fd7b"}, {"url": "http://172.30.9.23:8776/v3/5c82ea5877e24e21981e571133576cde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "79874d5900e14d929197e0613a9895b2"}], "type": "volumev3", "id": "f307a33b22954daca45c66a0f2b40461", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26e5ac6f41134edc959941902fcf910e"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28ba78734a67445ab0faa64d32a36a35"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f43bf4aad88c4166836a9f9c7189f86e"}], "type": "placement", "id": "ff10a442eed847588d26ae2502241cf3", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a", "id": "c5308749232747a18df20aad3ecbe3e1"}, "audit_ids": ["VVTmSP03Ryex4-TbDjHcwQ"], "issued_at": "2018-11-25T11:10:38.000000Z"}} 2018-11-25 11:10:38,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:10:38,867 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 25 Nov 2018 11:10:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-11-25 11:10:38,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 11:10:38,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:10:39,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-331ac48e-5dee-44da-bfc1-96d48c043996 Date: Sun, 25 Nov 2018 11:10:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 11:10:39,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-331ac48e-5dee-44da-bfc1-96d48c043996 2018-11-25 11:10:39,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185226917267s 2018-11-25 11:10:39,056 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-331ac48e-5dee-44da-bfc1-96d48c043996 2018-11-25 11:10:39,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 11:10:39,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a"}' 2018-11-25 11:10:39,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf X-Openstack-Request-Id: req-0d0d3c9d-b440-43bb-99be-7929ebd12f23 Date: Sun, 25 Nov 2018 11:10:39 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf/file", "owner": "5c82ea5877e24e21981e571133576cde", "id": "b1379c5b-0554-4186-a293-b2f565951aaf", "size": null, "self": "/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T11:10:39Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "checksum": null, "created_at": "2018-11-25T11:10:39Z", "protected": false} 2018-11-25 11:10:39,276 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0d0d3c9d-b440-43bb-99be-7929ebd12f23 2018-11-25 11:10:39,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.217998981476s 2018-11-25 11:10:39,277 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0d0d3c9d-b440-43bb-99be-7929ebd12f23 returning object b1379c5b-0554-4186-a293-b2f565951aaf 2018-11-25 11:10:39,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 11:10:39,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" -d '' 2018-11-25 11:10:40,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7dee1d10-ef61-4acf-8f91-797159a7e724 Date: Sun, 25 Nov 2018 11:10:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:10:40,071 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf/file used request id req-7dee1d10-ef61-4acf-8f91-797159a7e724 2018-11-25 11:10:40,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.793568134308s 2018-11-25 11:10:40,071 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf/file used request id req-7dee1d10-ef61-4acf-8f91-797159a7e724 2018-11-25 11:10:40,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 11:10:40,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:10:40,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-12f5c3da-31a4-4e16-91c0-9a238ed9514e Date: Sun, 25 Nov 2018 11:10:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap", "metadata": {}}], "file": "/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf/file", "owner": "5c82ea5877e24e21981e571133576cde", "id": "b1379c5b-0554-4186-a293-b2f565951aaf", "size": 12716032, "self": "/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T11:10:40Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T11:10:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 11:10:40,248 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-12f5c3da-31a4-4e16-91c0-9a238ed9514e 2018-11-25 11:10:40,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17670083046s 2018-11-25 11:10:40,249 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-12f5c3da-31a4-4e16-91c0-9a238ed9514e 2018-11-25 11:10:40,250 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf/file', 'owner': u'5c82ea5877e24e21981e571133576cde', 'id': u'b1379c5b-0554-4186-a293-b2f565951aaf', 'size': 12716032, u'self': u'/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5c82ea5877e24e21981e571133576cde', 'name': 'tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T11:10:40Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T11:10:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a', 'created': u'2018-11-25T11:10:39Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T11:10:39Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 11:10:40,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 11:10:40,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_f731c124-536d-4209-97fe-49a89d18f50a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 11:10:40,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bd26038-7c86-4718-b983-4618b4dd2535 x-compute-request-id: req-4bd26038-7c86-4718-b983-4618b4dd2535 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/304a1963-4d64-41cd-9a87-1a97c0242701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/304a1963-4d64-41cd-9a87-1a97c0242701", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "304a1963-4d64-41cd-9a87-1a97c0242701", "name": "tempest_full_parallel-flavor_f731c124-536d-4209-97fe-49a89d18f50a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 11:10:40,457 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4bd26038-7c86-4718-b983-4618b4dd2535 2018-11-25 11:10:40,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.206001996994s 2018-11-25 11:10:40,457 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4bd26038-7c86-4718-b983-4618b4dd2535 returning object 304a1963-4d64-41cd-9a87-1a97c0242701 2018-11-25 11:10:40,458 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_f731c124-536d-4209-97fe-49a89d18f50a', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'304a1963-4d64-41cd-9a87-1a97c0242701', 'swap': 0}) 2018-11-25 11:10:40,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 11:10:40,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/304a1963-4d64-41cd-9a87-1a97c0242701/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" -d '{"extra_specs": {}}' 2018-11-25 11:10:40,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6099b227-0f9b-49bc-b6fa-4fb21d9478ee x-compute-request-id: req-6099b227-0f9b-49bc-b6fa-4fb21d9478ee Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 11:10:40,483 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/304a1963-4d64-41cd-9a87-1a97c0242701/os-extra_specs used request id req-6099b227-0f9b-49bc-b6fa-4fb21d9478ee 2018-11-25 11:10:40,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0246889591217s 2018-11-25 11:10:40,484 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/304a1963-4d64-41cd-9a87-1a97c0242701/os-extra_specs used request id req-6099b227-0f9b-49bc-b6fa-4fb21d9478ee 2018-11-25 11:10:40,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 11:10:40,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:10:40,494 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 25 Nov 2018 11:10:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-25 11:10:40,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:10:40,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-563387a5-4141-4bda-9cfc-59f4cbc5a964 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7fe04257d37498b959b4a0da3cb96cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf"}, "name": "Member"}]} 2018-11-25 11:10:40,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-563387a5-4141-4bda-9cfc-59f4cbc5a964 2018-11-25 11:10:40,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0938839912415s 2018-11-25 11:10:40,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-25 11:10:40,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:10:40,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77ce13bd-61a9-41ce-9aa9-bc8ef749e38b x-compute-request-id: req-77ce13bd-61a9-41ce-9aa9-bc8ef749e38b Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 216}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-11-25 11:10:40,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-77ce13bd-61a9-41ce-9aa9-bc8ef749e38b 2018-11-25 11:10:40,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.187542200089s 2018-11-25 11:10:40,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-77ce13bd-61a9-41ce-9aa9-bc8ef749e38b 2018-11-25 11:10:40,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 11:10:40,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:10:40,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-37692b5c-04f3-4725-8ddd-1000aad29e14 Date: Sun, 25 Nov 2018 11:10:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap", "metadata": {}}], "file": "/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf/file", "owner": "5c82ea5877e24e21981e571133576cde", "id": "b1379c5b-0554-4186-a293-b2f565951aaf", "size": 12716032, "self": "/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T11:10:40Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T11:10:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 11:10:40,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-37692b5c-04f3-4725-8ddd-1000aad29e14 2018-11-25 11:10:40,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0208699703217s 2018-11-25 11:10:40,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-37692b5c-04f3-4725-8ddd-1000aad29e14 2018-11-25 11:10:40,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-25 11:10:40,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a"}' 2018-11-25 11:10:41,083 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3 X-Openstack-Request-Id: req-054f7292-b26f-4db3-849f-a1ff953aa5bc Date: Sun, 25 Nov 2018 11:10:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/file", "owner": "5c82ea5877e24e21981e571133576cde", "id": "4bb39d20-f549-421b-8fbf-4d394d6c17e3", "size": null, "self": "/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T11:10:41Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a", "checksum": null, "created_at": "2018-11-25T11:10:41Z", "protected": false} 2018-11-25 11:10:41,083 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-054f7292-b26f-4db3-849f-a1ff953aa5bc 2018-11-25 11:10:41,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.287110090256s 2018-11-25 11:10:41,084 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-054f7292-b26f-4db3-849f-a1ff953aa5bc returning object 4bb39d20-f549-421b-8fbf-4d394d6c17e3 2018-11-25 11:10:41,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-25 11:10:41,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" -d '' 2018-11-25 11:10:42,297 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-87c953c9-2550-4fbb-be87-a56e69e51f8f Date: Sun, 25 Nov 2018 11:10:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:10:42,297 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/file used request id req-87c953c9-2550-4fbb-be87-a56e69e51f8f 2018-11-25 11:10:42,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.21277403831s 2018-11-25 11:10:42,297 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/file used request id req-87c953c9-2550-4fbb-be87-a56e69e51f8f 2018-11-25 11:10:42,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 11:10:42,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:10:42,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-1e305f7c-0c3e-4477-894a-c888695eb6f6 Date: Sun, 25 Nov 2018 11:10:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/snap", "metadata": {}}], "file": "/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/file", "owner": "5c82ea5877e24e21981e571133576cde", "id": "4bb39d20-f549-421b-8fbf-4d394d6c17e3", "size": 12716032, "self": "/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T11:10:42Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T11:10:41Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap", "metadata": {}}], "file": "/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf/file", "owner": "5c82ea5877e24e21981e571133576cde", "id": "b1379c5b-0554-4186-a293-b2f565951aaf", "size": 12716032, "self": "/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T11:10:40Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T11:10:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 11:10:42,470 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1e305f7c-0c3e-4477-894a-c888695eb6f6 2018-11-25 11:10:42,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172458171844s 2018-11-25 11:10:42,471 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1e305f7c-0c3e-4477-894a-c888695eb6f6 2018-11-25 11:10:42,474 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/file', 'owner': u'5c82ea5877e24e21981e571133576cde', 'id': u'4bb39d20-f549-421b-8fbf-4d394d6c17e3', 'size': 12716032, u'self': u'/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5c82ea5877e24e21981e571133576cde', 'name': 'tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T11:10:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T11:10:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a', 'created': u'2018-11-25T11:10:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T11:10:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 11:10:42,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-25 11:10:42,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_f731c124-536d-4209-97fe-49a89d18f50a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-25 11:10:42,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10: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-21cad723-816d-4d86-9c20-45156f5930c5 x-compute-request-id: req-21cad723-816d-4d86-9c20-45156f5930c5 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/45c3bac1-ca40-41a5-8601-58cfcd31a349", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/45c3bac1-ca40-41a5-8601-58cfcd31a349", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "45c3bac1-ca40-41a5-8601-58cfcd31a349", "name": "tempest_full_parallel-flavor_alt_f731c124-536d-4209-97fe-49a89d18f50a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-25 11:10:42,527 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-21cad723-816d-4d86-9c20-45156f5930c5 2018-11-25 11:10:42,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0527811050415s 2018-11-25 11:10:42,528 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-21cad723-816d-4d86-9c20-45156f5930c5 returning object 45c3bac1-ca40-41a5-8601-58cfcd31a349 2018-11-25 11:10:42,528 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_f731c124-536d-4209-97fe-49a89d18f50a', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'45c3bac1-ca40-41a5-8601-58cfcd31a349', 'swap': 0}) 2018-11-25 11:10:42,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-25 11:10:42,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/45c3bac1-ca40-41a5-8601-58cfcd31a349/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" -d '{"extra_specs": {}}' 2018-11-25 11:10:42,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:10: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-3561d984-5ea5-4d6e-95b7-1961f457e7e8 x-compute-request-id: req-3561d984-5ea5-4d6e-95b7-1961f457e7e8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-25 11:10:42,711 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/45c3bac1-ca40-41a5-8601-58cfcd31a349/os-extra_specs used request id req-3561d984-5ea5-4d6e-95b7-1961f457e7e8 2018-11-25 11:10:42,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.181653022766s 2018-11-25 11:10:42,711 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/45c3bac1-ca40-41a5-8601-58cfcd31a349/os-extra_specs used request id req-3561d984-5ea5-4d6e-95b7-1961f457e7e8 2018-11-25 11:10:42,711 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_f731c124-536d-4209-97fe-49a89d18f50a', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'45c3bac1-ca40-41a5-8601-58cfcd31a349', 'swap': 0}) 2018-11-25 11:10:45,706 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 11:10:44.696 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b65ae5fd-c900-4a42-a8b7-dc3ca04bce73) for deployment 'opnfv-rally' (UUID=7a55ef16-0643-4f47-8826-a6958995a7f0). 2018-11-25 11:10:45.542 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 11:10:45.545 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b65ae5fd-c900-4a42-a8b7-dc3ca04bce73) has been successfully configured for deployment 'opnfv-rally' (UUID=7a55ef16-0643-4f47-8826-a6958995a7f0)! 2018-11-25 11:10:45,706 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-25 11:10:45,706 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-25 11:10:45,710 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-25 11:10:45,726 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-25 11:10:48,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b65ae5fd-c900-4a42-a8b7-dc3ca04bce73/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-11-25 11:10:48,564 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-25 11:10:48,592 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-25 11:10:48,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-11-25 11:10:50,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:50.582 49 INFO rally.api [-] Starting verification (UUID=35994109-4c77-478b-bcc1-dadebf3c9b4a) for deployment 'opnfv-rally' (UUID=7a55ef16-0643-4f47-8826-a6958995a7f0) by verifier 'opnfv-tempest' (UUID=b65ae5fd-c900-4a42-a8b7-dc3ca04bce73). 2018-11-25 11:10:50,584 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 35994109-4c77-478b-bcc1-dadebf3c9b4a 2018-11-25 11:10:55,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:55.199 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:10:55,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:55.289 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-11-25 11:10:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:55.302 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:10:55,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:55.306 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-11-25 11:10:55,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:55.374 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:10:58,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:58.805 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.228s] 2018-11-25 11:10:58,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:58.892 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.087s] 2018-11-25 11:10:58,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:58.991 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.221s] 2018-11-25 11:10:59,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.038 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.187s] 2018-11-25 11:10:59,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.084 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.046s] 2018-11-25 11:10:59,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.170 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.269s] 2018-11-25 11:10:59,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.178 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.094s] 2018-11-25 11:10:59,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.190 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.296s] 2018-11-25 11:10:59,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.223 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.219s] 2018-11-25 11:10:59,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.234 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.011s] 2018-11-25 11:10:59,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.254 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.075s] 2018-11-25 11:10:59,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.276 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.022s] 2018-11-25 11:10:59,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.350 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.337s] 2018-11-25 11:10:59,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.386 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.191s] 2018-11-25 11:10:59,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.398 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.011s] 2018-11-25 11:10:59,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.402 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.168s] 2018-11-25 11:10:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.472 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.303s] 2018-11-25 11:10:59,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.481 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.130s] 2018-11-25 11:10:59,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.499 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.222s] 2018-11-25 11:10:59,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.503 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.104s] 2018-11-25 11:10:59,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.543 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.581s] 2018-11-25 11:10:59,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.558 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.058s] 2018-11-25 11:10:59,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.559 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.054s] 2018-11-25 11:10:59,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.582 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.024s] 2018-11-25 11:10:59,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.593 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.011s] 2018-11-25 11:10:59,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.602 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.009s] 2018-11-25 11:10:59,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.747 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.265s] 2018-11-25 11:10:59,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.804 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.615s] 2018-11-25 11:10:59,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.887 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.343s] 2018-11-25 11:11:00,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.001 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.191s] 2018-11-25 11:11:00,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.213 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.222s] 2018-11-25 11:11:00,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.316 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.429s] 2018-11-25 11:11:00,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.370 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.566s] 2018-11-25 11:11:00,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.431 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.429s] 2018-11-25 11:11:00,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.514 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.766s] 2018-11-25 11:11:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.643 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.430s] 2018-11-25 11:11:00,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.678 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.361s] 2018-11-25 11:11:00,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.765 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.394s] 2018-11-25 11:11:00,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.774 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.009s] 2018-11-25 11:11:00,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.867 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.354s] 2018-11-25 11:11:00,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.875 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.101s] 2018-11-25 11:11:00,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.885 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.010s] 2018-11-25 11:11:01,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:01.025 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.346s] 2018-11-25 11:11:01,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:01.269 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.383s] 2018-11-25 11:11:01,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:01.660 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.388s] 2018-11-25 11:11:01,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:01.713 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.053s] 2018-11-25 11:11:01,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:01.734 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.709s] 2018-11-25 11:11:02,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.107 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.393s] 2018-11-25 11:11:02,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.315 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [3.340s] 2018-11-25 11:11:02,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.320 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.585s] 2018-11-25 11:11:02,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.477 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.369s] 2018-11-25 11:11:02,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.539 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.061s] 2018-11-25 11:11:02,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.651 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.616s] 2018-11-25 11:11:03,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:03.836 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.512s] 2018-11-25 11:11:03,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:03.929 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.389s] 2018-11-25 11:11:04,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:04.380 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.451s] 2018-11-25 11:11:04,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:04.383 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.550s] 2018-11-25 11:11:04,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:04.692 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.308s] 2018-11-25 11:11:06,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:06.441 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-11-25 11:11:06,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:06.820 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.465s] 2018-11-25 11:11:06,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:06.851 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [4.199s] 2018-11-25 11:11:07,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:07.150 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.330s] 2018-11-25 11:11:07,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:07.311 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.144s] 2018-11-25 11:11:07,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:07.338 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.028s] 2018-11-25 11:11:07,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:07.522 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.371s] 2018-11-25 11:11:07,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:07.703 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.182s] 2018-11-25 11:11:08,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:08.047 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.342s] 2018-11-25 11:11:08,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:08.068 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.021s] 2018-11-25 11:11:08,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:08.378 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:11:08,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:08.379 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:11:09,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.093 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.210s] 2018-11-25 11:11:09,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.107 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.013s] 2018-11-25 11:11:09,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.147 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.040s] 2018-11-25 11:11:09,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.162 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.014s] 2018-11-25 11:11:09,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.183 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.019s] 2018-11-25 11:11:09,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.194 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.012s] 2018-11-25 11:11:09,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.237 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.042s] 2018-11-25 11:11:09,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.249 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2018-11-25 11:11:09,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.284 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.034s] 2018-11-25 11:11:09,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.297 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.011s] 2018-11-25 11:11:09,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.309 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.012s] 2018-11-25 11:11:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.322 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.012s] 2018-11-25 11:11:09,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.333 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-11-25 11:11:09,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.359 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.027s] 2018-11-25 11:11:09,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.386 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.311s] 2018-11-25 11:11:09,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.508 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.121s] 2018-11-25 11:11:09,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.552 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.043s] 2018-11-25 11:11:09,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.601 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.049s] 2018-11-25 11:11:09,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.677 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [2.825s] 2018-11-25 11:11:09,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.681 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-11-25 11:11:09,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.683 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-11-25 11:11:09,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.692 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.012s] 2018-11-25 11:11:09,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.714 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.144s] 2018-11-25 11:11:09,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.766 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.051s] 2018-11-25 11:11:09,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.823 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.057s] 2018-11-25 11:11:09,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.923 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.098s] 2018-11-25 11:11:10,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:10.058 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.136s] 2018-11-25 11:11:10,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:10.406 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.158s] 2018-11-25 11:11:13,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:13.601 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.680s] 2018-11-25 11:11:14,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:14.237 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [15.085s] 2018-11-25 11:11:14,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:14.699 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.504s] 2018-11-25 11:11:15,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:15.076 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.376s] 2018-11-25 11:11:15,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:15.724 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.648s] 2018-11-25 11:11:18,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:18.848 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.195s] 2018-11-25 11:11:19,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:19.673 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [11.497s] 2018-11-25 11:11:20,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:20.261 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.759s] 2018-11-25 11:11:20,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:20.783 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.522s] 2018-11-25 11:11:21,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.295 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [2.654s] 2018-11-25 11:11:21,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.519 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.224s] 2018-11-25 11:11:21,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.628 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.844s] 2018-11-25 11:11:21,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.905 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.175s] 2018-11-25 11:11:21,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.916 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.011s] 2018-11-25 11:11:21,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.928 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.011s] 2018-11-25 11:11:22,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.060 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.131s] 2018-11-25 11:11:22,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.073 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.013s] 2018-11-25 11:11:22,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.114 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.041s] 2018-11-25 11:11:22,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.134 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.019s] 2018-11-25 11:11:22,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.187 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.053s] 2018-11-25 11:11:22,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.197 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.010s] 2018-11-25 11:11:22,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.241 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.043s] 2018-11-25 11:11:22,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.261 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.029s] 2018-11-25 11:11:22,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.262 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.021s] 2018-11-25 11:11:22,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.433 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.421s] 2018-11-25 11:11:22,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.443 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.009s] 2018-11-25 11:11:23,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:23.638 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.377s] 2018-11-25 11:11:24,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.423 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.978s] 2018-11-25 11:11:24,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.426 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-11-25 11:11:24,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.429 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-11-25 11:11:24,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.431 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-11-25 11:11:24,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.462 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.036s] 2018-11-25 11:11:24,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.559 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.920s] 2018-11-25 11:11:24,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.800 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.337s] 2018-11-25 11:11:24,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.803 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-11-25 11:11:24,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.804 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-11-25 11:11:24,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.805 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-11-25 11:11:25,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:25.758 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [15.345s] 2018-11-25 11:11:25,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:25.767 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.014s] 2018-11-25 11:11:25,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:25.778 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.010s] 2018-11-25 11:11:25,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:25.791 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-11-25 11:11:29,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:29.535 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [8.012s] 2018-11-25 11:11:29,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:29.913 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [5.352s] 2018-11-25 11:11:30,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:30.056 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [19.951s] 2018-11-25 11:11:31,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:31.226 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.173s] 2018-11-25 11:11:32,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.612 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.386s] 2018-11-25 11:11:32,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.889 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [21.868s] 2018-11-25 11:11:32,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.912 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.027s] 2018-11-25 11:11:32,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.925 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.012s] 2018-11-25 11:11:32,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.939 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.014s] 2018-11-25 11:11:32,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.948 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-11-25 11:11:33,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:33.278 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.328s] 2018-11-25 11:11:33,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:33.576 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.298s] 2018-11-25 11:11:33,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:33.893 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.316s] 2018-11-25 11:11:34,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:34.215 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.322s] 2018-11-25 11:11:34,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:34.319 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.706s] 2018-11-25 11:11:34,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:34.552 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.336s] 2018-11-25 11:11:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:35.710 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.389s] 2018-11-25 11:11:36,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:36.617 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.906s] 2018-11-25 11:11:37,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:37.112 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [22.874s] 2018-11-25 11:11:37,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:37.120 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.503s] 2018-11-25 11:11:38,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:38.397 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.275s] 2018-11-25 11:11:38,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:38.913 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.517s] 2018-11-25 11:11:38,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:38.994 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [9.460s] 2018-11-25 11:11:40,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:40.767 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [14.974s] 2018-11-25 11:11:41,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:41.599 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.830s] 2018-11-25 11:11:46,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:46.066 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.751s] 2018-11-25 11:11:46,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:46.290 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [19.842s] 2018-11-25 11:11:46,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:46.328 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.262s] 2018-11-25 11:11:51,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:51.290 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [12.065s] 2018-11-25 11:11:51,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:51.529 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.242s] 2018-11-25 11:11:52,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:52.303 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:11:52,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:52.487 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [0.958s] 2018-11-25 11:11:52,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:52.979 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.200s] 2018-11-25 11:11:53,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.074 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.093s] 2018-11-25 11:11:53,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.179 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.106s] 2018-11-25 11:11:53,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.288 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.108s] 2018-11-25 11:11:53,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.304 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.816s] 2018-11-25 11:11:53,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.338 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.035s] 2018-11-25 11:11:53,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.918 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [7.628s] 2018-11-25 11:11:55,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:55.088 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.747s] 2018-11-25 11:11:55,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:55.516 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [23.430s] 2018-11-25 11:11:55,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:55.524 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.436s] 2018-11-25 11:11:55,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:55.869 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.786s] 2018-11-25 11:11:56,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:56.694 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.824s] 2018-11-25 11:11:57,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:57.220 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [35.582s] 2018-11-25 11:11:57,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:57.453 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [22.098s] 2018-11-25 11:11:58,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:58.814 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [2.119s] 2018-11-25 11:11:58,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:58.886 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.374s] 2018-11-25 11:12:00,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:00.829 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.013s] 2018-11-25 11:12:01,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:01.364 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-11-25 11:12:01,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:01.545 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.150s] 2018-11-25 11:12:01,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:01.583 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.038s] 2018-11-25 11:12:01,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:01.850 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.266s] 2018-11-25 11:12:02,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:02.188 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.358s] 2018-11-25 11:12:06,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.146 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.177s] 2018-11-25 11:12:06,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.218 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.071s] 2018-11-25 11:12:06,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.277 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.059s] 2018-11-25 11:12:06,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.342 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.064s] 2018-11-25 11:12:06,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.368 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.025s] 2018-11-25 11:12:06,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.432 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.064s] 2018-11-25 11:12:06,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.481 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.049s] 2018-11-25 11:12:06,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.535 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.053s] 2018-11-25 11:12:06,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.555 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.019s] 2018-11-25 11:12:06,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.613 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.057s] 2018-11-25 11:12:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.680 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.066s] 2018-11-25 11:12:08,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:08.089 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.200s] 2018-11-25 11:12:11,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:11.070 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-11-25 11:12:27,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:27.622 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [8.923s] 2018-11-25 11:12:28,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:28.914 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-11-25 11:12:29,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:29.009 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.095s] 2018-11-25 11:12:35,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:35.013 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [37.557s] 2018-11-25 11:12:36,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:36.163 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.332s] 2018-11-25 11:12:36,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:36.198 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.034s] 2018-11-25 11:12:37,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:37.393 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.382s] 2018-11-25 11:12:37,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:37.402 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [9.781s] 2018-11-25 11:12:43,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:43.157 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [40.425s] 2018-11-25 11:12:43,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:43.834 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [22.862s] 2018-11-25 11:12:45,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:45.814 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.661s] 2018-11-25 11:12:50,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:50.614 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [39.535s] 2018-11-25 11:12:52,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:52.716 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [55.486s] 2018-11-25 11:12:53,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:53.714 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [1.687s] 2018-11-25 11:12:54,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:54.728 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:12:55,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:55.948 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.327s] 2018-11-25 11:12:56,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:56.151 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [102.324s] 2018-11-25 11:12:56,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:56.173 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.027s] 2018-11-25 11:12:58,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:58.246 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [20.845s] 2018-11-25 11:12:58,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:58.247 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-11-25 11:13:02,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:02.746 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [18.910s] 2018-11-25 11:13:06,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:06.201 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.433s] 2018-11-25 11:13:06,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:06.263 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.062s] 2018-11-25 11:13:09,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:09.326 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [3.062s] 2018-11-25 11:13:09,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:09.390 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.064s] 2018-11-25 11:13:11,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:11.291 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.900s] 2018-11-25 11:13:13,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:13.248 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [23.102s] 2018-11-25 11:13:13,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:13.259 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.012s] 2018-11-25 11:13:13,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:13.545 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.285s] 2018-11-25 11:13:13,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:13.575 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.031s] 2018-11-25 11:13:18,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:18.027 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [69.919s] 2018-11-25 11:13:18,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:18.611 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [5.673s] 2018-11-25 11:13:20,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:20.626 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.605s] 2018-11-25 11:13:21,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:21.076 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [2.465s] 2018-11-25 11:13:21,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:21.089 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.012s] 2018-11-25 11:13:21,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:21.986 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [0.896s] 2018-11-25 11:13:22,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:22.723 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [0.736s] 2018-11-25 11:13:24,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:24.267 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.544s] 2018-11-25 11:13:24,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:24.293 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.193s] 2018-11-25 11:13:24,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:24.571 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.303s] 2018-11-25 11:13:24,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:24.607 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.036s] 2018-11-25 11:13:26,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:26.739 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [29.376s] 2018-11-25 11:13:26,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:26.907 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [2.614s] 2018-11-25 11:13:27,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:27.562 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [36.941s] 2018-11-25 11:13:27,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:27.563 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-11-25 11:13:34,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:34.134 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.460s] 2018-11-25 11:13:34,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:34.492 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [7.757s] 2018-11-25 11:13:37,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:37.900 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-11-25 11:13:38,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:38.760 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.652s] 2018-11-25 11:13:38,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:38.995 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.937s] 2018-11-25 11:13:43,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:43.326 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.329s] 2018-11-25 11:13:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:44.010 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [108.463s] 2018-11-25 11:13:45,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:45.361 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.036s] 2018-11-25 11:13:50,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:50.974 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:13:50,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:50.976 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-11-25 11:13:50,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:50.977 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-11-25 11:13:51,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:51.304 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:13:52,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:52.574 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [13.811s] 2018-11-25 11:13:56,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:56.886 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [12.874s] 2018-11-25 11:13:59,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:59.798 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.915s] 2018-11-25 11:14:00,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:00.276 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [5.390s] 2018-11-25 11:14:06,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:06.858 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [15.933s] 2018-11-25 11:14:08,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:08.048 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [7.770s] 2018-11-25 11:14:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:09.864 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.071s] 2018-11-25 11:14:17,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:17.788 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [25.209s] 2018-11-25 11:14:18,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:18.229 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.362s] 2018-11-25 11:14:20,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:20.927 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [84.732s] 2018-11-25 11:14:21,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:21.679 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [13.631s] 2018-11-25 11:14:22,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:22.262 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [83.993s] 2018-11-25 11:14:30,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:30.063 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [8.383s] 2018-11-25 11:14:32,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:32.294 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [90.931s] 2018-11-25 11:14:33,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:33.377 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [133.863s] 2018-11-25 11:14:33,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:33.440 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-11-25 11:14:33,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:33.793 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.352s] 2018-11-25 11:14:38,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:38.694 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [8.630s] 2018-11-25 11:14:40,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:40.162 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [48.246s] 2018-11-25 11:14:44,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:44.857 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [22.594s] 2018-11-25 11:14:46,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:46.504 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.384s] 2018-11-25 11:14:47,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:47.280 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.776s] 2018-11-25 11:14:48,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:48.114 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.829s] 2018-11-25 11:14:48,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:48.115 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [9.416s] 2018-11-25 11:14:48,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:48.842 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.731s] 2018-11-25 11:14:49,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:49.533 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.691s] 2018-11-25 11:14:49,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:49.907 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.372s] 2018-11-25 11:14:56,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:56.783 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [49.920s] 2018-11-25 11:14:57,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:57.160 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [9.048s] 2018-11-25 11:15:02,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:02.985 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [45.186s] 2018-11-25 11:15:04,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:04.218 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [7.057s] 2018-11-25 11:15:07,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:07.003 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [10.845s] 2018-11-25 11:15:07,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:07.500 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:15:09,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:09.967 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-11-25 11:15:12,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:12.386 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.422s] 2018-11-25 11:15:13,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.464 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.555s] 2018-11-25 11:15:13,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.649 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.181s] 2018-11-25 11:15:13,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.657 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [15.457s] 2018-11-25 11:15:13,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.659 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-11-25 11:15:13,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.660 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-11-25 11:15:13,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.661 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-11-25 11:15:13,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.998 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.351s] 2018-11-25 11:15:21,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:21.034 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [18.049s] 2018-11-25 11:15:24,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:24.246 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.077s] 2018-11-25 11:15:24,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:24.664 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.417s] 2018-11-25 11:15:24,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:24.728 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.063s] 2018-11-25 11:15:24,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:24.796 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.066s] 2018-11-25 11:15:24,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:24.868 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.073s] 2018-11-25 11:15:26,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:26.143 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.273s] 2018-11-25 11:15:27,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:27.778 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [1.634s] 2018-11-25 11:15:27,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:27.912 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [11.954s] 2018-11-25 11:15:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:31.765 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [113.837s] 2018-11-25 11:15:31,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:31.928 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [240.399s] 2018-11-25 11:15:35,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:35.578 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.392s] 2018-11-25 11:15:35,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:35.639 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-11-25 11:15:36,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:36.067 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.428s] 2018-11-25 11:15:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:38.220 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-11-25 11:15:38,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:38.586 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [10.673s] 2018-11-25 11:15:39,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:39.470 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [7.706s] 2018-11-25 11:15:43,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:43.632 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.591s] 2018-11-25 11:15:44,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:44.471 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.884s] 2018-11-25 11:15:44,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:44.904 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.067s] 2018-11-25 11:15:45,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:45.166 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [1.534s] 2018-11-25 11:15:45,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:45.267 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.363s] 2018-11-25 11:15:45,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:45.511 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.244s] 2018-11-25 11:15:46,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:46.436 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.923s] 2018-11-25 11:15:46,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:46.661 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.225s] 2018-11-25 11:15:46,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:46.723 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.061s] 2018-11-25 11:15:46,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:46.778 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.054s] 2018-11-25 11:15:47,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:47.128 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.349s] 2018-11-25 11:15:47,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:47.336 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.208s] 2018-11-25 11:15:47,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:47.607 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.269s] 2018-11-25 11:15:47,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:47.711 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.104s] 2018-11-25 11:15:48,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:48.125 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.412s] 2018-11-25 11:15:48,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:48.474 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.350s] 2018-11-25 11:15:49,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:49.974 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [4.820s] 2018-11-25 11:15:52,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:52.043 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [55.252s] 2018-11-25 11:15:52,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:52.413 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.438s] 2018-11-25 11:15:54,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:54.601 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [2.187s] 2018-11-25 11:15:55,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:55.167 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [10.694s] 2018-11-25 11:15:55,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:55.494 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.144s] 2018-11-25 11:15:55,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:55.649 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.154s] 2018-11-25 11:15:55,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:55.806 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.157s] 2018-11-25 11:15:55,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:55.952 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.145s] 2018-11-25 11:15:56,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.099 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.147s] 2018-11-25 11:15:56,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.107 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.008s] 2018-11-25 11:15:56,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.255 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.148s] 2018-11-25 11:15:56,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.424 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.168s] 2018-11-25 11:15:56,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.576 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.152s] 2018-11-25 11:15:56,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.584 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.007s] 2018-11-25 11:15:58,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:58.872 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [38.740s] 2018-11-25 11:16:02,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:02.062 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [89.739s] 2018-11-25 11:16:02,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:02.375 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.208s] 2018-11-25 11:16:03,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:03.116 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.280s] 2018-11-25 11:16:03,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:03.858 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.160s] 2018-11-25 11:16:04,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:04.029 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.170s] 2018-11-25 11:16:04,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:04.059 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [103.110s] 2018-11-25 11:16:06,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:06.891 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [2.861s] 2018-11-25 11:16:07,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:07.453 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [12.852s] 2018-11-25 11:16:08,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:08.662 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.769s] 2018-11-25 11:16:08,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:08.835 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.174s] 2018-11-25 11:16:08,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:08.996 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.160s] 2018-11-25 11:16:09,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:09.012 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.016s] 2018-11-25 11:16:09,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:09.168 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.155s] 2018-11-25 11:16:10,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:10.669 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.215s] 2018-11-25 11:16:11,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:11.216 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [103.761s] 2018-11-25 11:16:12,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:12.112 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [9.734s] 2018-11-25 11:16:14,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:14.356 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.686s] 2018-11-25 11:16:15,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:15.482 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [4.269s] 2018-11-25 11:16:18,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:18.251 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.180s] 2018-11-25 11:16:18,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:18.418 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.167s] 2018-11-25 11:16:18,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:18.900 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.788s] 2018-11-25 11:16:24,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:24.467 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [2.495s] 2018-11-25 11:16:26,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:26.667 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [2.200s] 2018-11-25 11:16:27,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:27.419 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [11.936s] 2018-11-25 11:16:28,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:28.184 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [8.737s] 2018-11-25 11:16:33,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:33.366 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [14.466s] 2018-11-25 11:16:37,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:37.206 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [3.837s] 2018-11-25 11:16:37,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:37.799 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [4.509s] 2018-11-25 11:16:38,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:38.115 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [11.445s] 2018-11-25 11:16:38,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:38.809 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [113.931s] 2018-11-25 11:16:39,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:39.654 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.539s] 2018-11-25 11:16:39,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:39.719 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [1.920s] 2018-11-25 11:16:39,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:39.942 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.181s] 2018-11-25 11:16:43,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.012 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.357s] 2018-11-25 11:16:43,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.045 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.841s] 2018-11-25 11:16:43,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.138 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-11-25 11:16:43,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.139 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-11-25 11:16:43,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.140 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-11-25 11:16:43,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.319 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [82.265s] 2018-11-25 11:16:43,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.492 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.446s] 2018-11-25 11:16:43,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.748 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.256s] 2018-11-25 11:16:43,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.882 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [4.162s] 2018-11-25 11:16:43,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.994 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.246s] 2018-11-25 11:16:44,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.051 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.056s] 2018-11-25 11:16:44,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.317 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.264s] 2018-11-25 11:16:44,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.609 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.291s] 2018-11-25 11:16:44,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.721 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.111s] 2018-11-25 11:16:44,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.783 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.062s] 2018-11-25 11:16:44,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.925 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-11-25 11:16:45,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:45.014 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.230s] 2018-11-25 11:16:49,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:49.041 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.554s] 2018-11-25 11:16:49,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:49.434 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.392s] 2018-11-25 11:16:49,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:49.734 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [5.852s] 2018-11-25 11:16:49,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:49.846 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.411s] 2018-11-25 11:16:50,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:50.214 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:16:50,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:50.215 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:16:50,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:50.223 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.376s] 2018-11-25 11:16:50,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:50.634 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.411s] 2018-11-25 11:16:54,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:54.133 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.397s] 2018-11-25 11:16:56,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:56.783 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [11.767s] 2018-11-25 11:16:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:57.039 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.187s] 2018-11-25 11:16:58,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:58.558 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [3.679s] 2018-11-25 11:16:58,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:58.564 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.437s] 2018-11-25 11:16:58,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:58.638 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.082s] 2018-11-25 11:17:00,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:00.271 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.706s] 2018-11-25 11:17:01,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:01.649 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.377s] 2018-11-25 11:17:02,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:02.667 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.017s] 2018-11-25 11:17:02,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:02.804 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [16.589s] 2018-11-25 11:17:02,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:02.947 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.431s] 2018-11-25 11:17:03,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:03.278 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.331s] 2018-11-25 11:17:04,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:04.196 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [84.706s] 2018-11-25 11:17:05,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:05.579 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [2.910s] 2018-11-25 11:17:06,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:06.577 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.685s] 2018-11-25 11:17:07,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:07.812 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-11-25 11:17:07,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:07.930 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [2.351s] 2018-11-25 11:17:10,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:10.738 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.190s] 2018-11-25 11:17:10,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:10.944 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.207s] 2018-11-25 11:17:11,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.139 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.194s] 2018-11-25 11:17:11,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.206 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-11-25 11:17:11,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.415 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.275s] 2018-11-25 11:17:11,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.439 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.024s] 2018-11-25 11:17:11,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.701 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.261s] 2018-11-25 11:17:11,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.753 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.051s] 2018-11-25 11:17:11,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.937 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.184s] 2018-11-25 11:17:12,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:12.124 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.187s] 2018-11-25 11:17:12,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:12.162 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.038s] 2018-11-25 11:17:16,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:16.772 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [2.206s] 2018-11-25 11:17:17,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:16.999 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.226s] 2018-11-25 11:17:17,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:17.059 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:17:17,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:17.412 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.412s] 2018-11-25 11:17:17,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:17.427 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.890s] 2018-11-25 11:17:17,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:17.492 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.073s] 2018-11-25 11:17:17,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:17.679 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.266s] 2018-11-25 11:17:18,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.032 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-11-25 11:17:18,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.037 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-11-25 11:17:18,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.040 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-25 11:17:18,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.041 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-25 11:17:18,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.042 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:17:18,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.043 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-11-25 11:17:18,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.399 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.720s] 2018-11-25 11:17:18,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.471 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.072s] 2018-11-25 11:17:18,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.630 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.137s] 2018-11-25 11:17:18,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.674 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.202s] 2018-11-25 11:17:18,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.753 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-11-25 11:17:18,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.824 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.071s] 2018-11-25 11:17:18,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.933 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.109s] 2018-11-25 11:17:19,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:19.008 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2018-11-25 11:17:21,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:21.085 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [6.294s] 2018-11-25 11:17:21,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:21.424 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [49.685s] 2018-11-25 11:17:22,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:22.785 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [18.584s] 2018-11-25 11:17:22,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:22.840 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.047s] 2018-11-25 11:17:22,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:22.884 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.044s] 2018-11-25 11:17:23,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:23.521 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.741s] 2018-11-25 11:17:23,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:23.536 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.830s] 2018-11-25 11:17:23,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:23.606 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.893s] 2018-11-25 11:17:23,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:23.852 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.314s] 2018-11-25 11:17:23,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:23.909 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [1.024s] 2018-11-25 11:17:24,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:24.100 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.247s] 2018-11-25 11:17:24,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:24.392 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.786s] 2018-11-25 11:17:24,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:24.921 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.011s] 2018-11-25 11:17:24,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:24.976 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.876s] 2018-11-25 11:17:25,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:25.882 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.904s] 2018-11-25 11:17:26,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:26.461 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.578s] 2018-11-25 11:17:26,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:26.990 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.528s] 2018-11-25 11:17:27,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:27.312 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [24.504s] 2018-11-25 11:17:27,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:27.751 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.104s] 2018-11-25 11:17:27,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:27.926 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.176s] 2018-11-25 11:17:28,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:28.121 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.195s] 2018-11-25 11:17:30,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:30.639 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [6.638s] 2018-11-25 11:17:36,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:36.021 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [93.936s] 2018-11-25 11:17:39,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:39.732 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.114s] 2018-11-25 11:17:40,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:40.240 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.254s] 2018-11-25 11:17:40,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:40.307 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.067s] 2018-11-25 11:17:40,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:40.359 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.052s] 2018-11-25 11:17:40,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:40.425 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.065s] 2018-11-25 11:17:40,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:40.598 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.172s] 2018-11-25 11:17:41,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:41.999 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [13.873s] 2018-11-25 11:17:42,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:42.238 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [11.598s] 2018-11-25 11:17:42,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:42.663 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [188.857s] 2018-11-25 11:17:42,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:42.664 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-25 11:17:44,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:44.056 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.322s] 2018-11-25 11:17:46,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:46.004 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [101.923s] 2018-11-25 11:17:47,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:47.423 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [3.367s] 2018-11-25 11:17:52,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:52.361 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.938s] 2018-11-25 11:17:57,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:57.314 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [15.313s] 2018-11-25 11:17:57,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:57.501 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.190s] 2018-11-25 11:17:59,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:59.993 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [17.754s] 2018-11-25 11:18:00,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:00.424 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [17.399s] 2018-11-25 11:18:00,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:00.620 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.198s] 2018-11-25 11:18:00,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:00.856 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [3.354s] 2018-11-25 11:18:01,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:01.430 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.809s] 2018-11-25 11:18:02,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:02.246 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.144s] 2018-11-25 11:18:03,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:03.282 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [39.748s] 2018-11-25 11:18:03,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:03.630 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [36.313s] 2018-11-25 11:18:03,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:03.936 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.018s] 2018-11-25 11:18:05,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:05.001 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [5.007s] 2018-11-25 11:18:05,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:05.254 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.822s] 2018-11-25 11:18:07,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:07.703 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.449s] 2018-11-25 11:18:08,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:08.129 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.426s] 2018-11-25 11:18:08,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:08.323 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.193s] 2018-11-25 11:18:08,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:08.456 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.454s] 2018-11-25 11:18:08,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:08.535 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [6.287s] 2018-11-25 11:18:09,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:09.398 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.460s] 2018-11-25 11:18:09,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:09.992 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-11-25 11:18:10,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:10.013 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.045s] 2018-11-25 11:18:10,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:10.403 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [7.122s] 2018-11-25 11:18:11,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:11.743 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [8.208s] 2018-11-25 11:18:11,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:11.880 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [3.344s] 2018-11-25 11:18:12,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:12.949 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-11-25 11:18:12,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:12.999 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.119s] 2018-11-25 11:18:13,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:13.809 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.809s] 2018-11-25 11:18:14,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:14.734 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.924s] 2018-11-25 11:18:15,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:15.844 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.108s] 2018-11-25 11:18:16,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:16.735 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [6.721s] 2018-11-25 11:18:17,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:17.060 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.216s] 2018-11-25 11:18:17,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:17.820 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [6.076s] 2018-11-25 11:18:19,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:19.344 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.283s] 2018-11-25 11:18:22,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:22.268 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.923s] 2018-11-25 11:18:22,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:22.516 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.248s] 2018-11-25 11:18:23,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:23.216 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.699s] 2018-11-25 11:18:23,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:23.898 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.681s] 2018-11-25 11:18:24,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:24.290 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.391s] 2018-11-25 11:18:24,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:24.537 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.246s] 2018-11-25 11:18:24,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:24.927 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.389s] 2018-11-25 11:18:25,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:25.927 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.998s] 2018-11-25 11:18:26,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:26.089 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [8.267s] 2018-11-25 11:18:26,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:26.893 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.965s] 2018-11-25 11:18:27,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:27.459 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.566s] 2018-11-25 11:18:28,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:28.480 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.781s] 2018-11-25 11:18:29,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:29.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [70.788s] 2018-11-25 11:18:29,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:29.829 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.021s] 2018-11-25 11:18:30,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:30.768 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [22.310s] 2018-11-25 11:18:30,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:30.774 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.943s] 2018-11-25 11:18:30,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:30.777 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-11-25 11:18:30,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:30.841 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.074s] 2018-11-25 11:18:30,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:30.917 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.076s] 2018-11-25 11:18:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:31.030 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.254s] 2018-11-25 11:18:31,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:31.172 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.142s] 2018-11-25 11:18:32,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:32.911 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [5.449s] 2018-11-25 11:18:32,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:32.912 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-11-25 11:18:33,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:33.076 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [6.988s] 2018-11-25 11:18:33,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:33.480 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.569s] 2018-11-25 11:18:33,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:33.738 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.257s] 2018-11-25 11:18:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:34.021 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.283s] 2018-11-25 11:18:34,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:34.263 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.240s] 2018-11-25 11:18:34,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:34.848 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.585s] 2018-11-25 11:18:35,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:35.298 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.449s] 2018-11-25 11:18:35,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:35.687 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.388s] 2018-11-25 11:18:35,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:35.953 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.266s] 2018-11-25 11:18:36,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:36.556 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.602s] 2018-11-25 11:18:36,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:36.802 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.246s] 2018-11-25 11:18:37,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:37.013 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [20.277s] 2018-11-25 11:18:37,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:37.238 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.435s] 2018-11-25 11:18:38,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.026 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.785s] 2018-11-25 11:18:38,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.027 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-11-25 11:18:38,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.028 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-11-25 11:18:38,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.437 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [25.894s] 2018-11-25 11:18:38,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.438 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-11-25 11:18:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.498 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.472s] 2018-11-25 11:18:38,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.939 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.440s] 2018-11-25 11:18:39,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:39.806 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.170s] 2018-11-25 11:18:42,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:42.766 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [9.686s] 2018-11-25 11:18:43,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:43.779 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.698s] 2018-11-25 11:18:43,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:43.780 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-11-25 11:18:44,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:44.354 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-11-25 11:18:44,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:44.355 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-11-25 11:18:44,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:44.356 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-11-25 11:18:44,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:44.579 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [16.097s] 2018-11-25 11:18:44,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:44.617 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.810s] 2018-11-25 11:18:45,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:45.478 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.536s] 2018-11-25 11:18:45,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:45.928 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.451s] 2018-11-25 11:18:46,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:46.234 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.305s] 2018-11-25 11:18:46,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:46.236 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-11-25 11:18:46,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:46.236 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-11-25 11:18:46,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:46.641 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.407s] 2018-11-25 11:18:46,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:46.879 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.237s] 2018-11-25 11:18:47,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:47.129 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.249s] 2018-11-25 11:18:49,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:49.090 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [18.170s] 2018-11-25 11:18:49,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:49.386 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [4.768s] 2018-11-25 11:18:52,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:52.211 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.824s] 2018-11-25 11:18:52,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:52.579 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [9.397s] 2018-11-25 11:18:52,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:52.698 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.119s] 2018-11-25 11:18:52,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:52.826 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.339s] 2018-11-25 11:18:52,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:52.988 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.162s] 2018-11-25 11:18:53,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:53.724 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [1.025s] 2018-11-25 11:18:54,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:54.779 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [12.011s] 2018-11-25 11:18:55,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:55.588 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.377s] 2018-11-25 11:18:56,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:56.156 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [10.200s] 2018-11-25 11:18:56,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:56.159 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-11-25 11:18:58,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:58.752 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [82.714s] 2018-11-25 11:19:03,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:03.089 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-11-25 11:19:03,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:03.426 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [7.835s] 2018-11-25 11:19:05,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:05.998 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-11-25 11:19:06,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:06.069 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-11-25 11:19:06,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:06.170 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.100s] 2018-11-25 11:19:06,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:06.176 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-11-25 11:19:06,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:06.414 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.989s] 2018-11-25 11:19:06,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:06.784 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.370s] 2018-11-25 11:19:08,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:08.389 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.041s] 2018-11-25 11:19:09,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:09.091 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.701s] 2018-11-25 11:19:09,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:09.523 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [2.736s] 2018-11-25 11:19:09,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:09.537 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.725s] 2018-11-25 11:19:09,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:09.546 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-11-25 11:19:10,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:10.626 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.534s] 2018-11-25 11:19:10,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:10.661 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [11.909s] 2018-11-25 11:19:10,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:10.865 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [109.419s] 2018-11-25 11:19:11,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.192 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.670s] 2018-11-25 11:19:11,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.212 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.020s] 2018-11-25 11:19:11,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.231 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-11-25 11:19:11,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.248 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2018-11-25 11:19:11,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.361 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.155s] 2018-11-25 11:19:11,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.910 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [22.820s] 2018-11-25 11:19:11,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.965 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.055s] 2018-11-25 11:19:12,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:12.137 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.172s] 2018-11-25 11:19:12,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:12.218 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-11-25 11:19:13,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:13.403 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.332s] 2018-11-25 11:19:13,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:13.467 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.064s] 2018-11-25 11:19:13,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:13.692 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-25 11:19:13,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:13.693 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-11-25 11:19:13,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:13.694 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:19:16,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:16.022 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.208s] 2018-11-25 11:19:16,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:16.093 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.070s] 2018-11-25 11:19:17,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.293 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:19:17,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.631 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.537s] 2018-11-25 11:19:17,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.644 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.014s] 2018-11-25 11:19:17,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.699 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.053s] 2018-11-25 11:19:17,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.709 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.010s] 2018-11-25 11:19:17,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.776 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.066s] 2018-11-25 11:19:17,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.806 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.029s] 2018-11-25 11:19:20,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:20.179 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.217s] 2018-11-25 11:19:20,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:20.400 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:19:20,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:20.676 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [2.961s] 2018-11-25 11:19:20,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:20.866 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.156s] 2018-11-25 11:19:22,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:22.746 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.793s] 2018-11-25 11:19:26,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:26.128 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [5.450s] 2018-11-25 11:19:26,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:26.150 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [76.732s] 2018-11-25 11:19:26,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:26.375 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-11-25 11:19:30,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:30.447 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [18.307s] 2018-11-25 11:19:31,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:31.868 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [5.739s] 2018-11-25 11:19:32,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:32.064 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-11-25 11:19:32,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:32.318 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.457s] 2018-11-25 11:19:32,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:32.722 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.404s] 2018-11-25 11:19:35,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:35.833 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [3.960s] 2018-11-25 11:19:35,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:35.925 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [3.203s] 2018-11-25 11:19:36,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.357 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.073s] 2018-11-25 11:19:36,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.368 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-11-25 11:19:36,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.511 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.141s] 2018-11-25 11:19:36,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.521 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-11-25 11:19:36,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.532 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-11-25 11:19:36,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.562 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-11-25 11:19:36,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.625 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2018-11-25 11:19:36,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.689 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-11-25 11:19:37,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:37.003 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.313s] 2018-11-25 11:19:37,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:37.017 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-11-25 11:19:37,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:37.088 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.071s] 2018-11-25 11:19:37,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:37.786 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.059s] 2018-11-25 11:19:37,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:37.799 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.013s] 2018-11-25 11:19:39,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:39.580 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.051s] 2018-11-25 11:19:39,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:39.600 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.020s] 2018-11-25 11:19:40,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:40.843 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [5.017s] 2018-11-25 11:19:42,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:42.753 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.223s] 2018-11-25 11:19:42,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:42.754 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... skip [0.000s]: HA routers are not available. 2018-11-25 11:19:43,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:43.721 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.094s] 2018-11-25 11:19:43,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:43.931 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-11-25 11:19:44,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:44.306 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.553s] 2018-11-25 11:19:49,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:49.415 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [18.966s] 2018-11-25 11:19:49,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:49.602 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [16.540s] 2018-11-25 11:19:50,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:50.000 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.380s] 2018-11-25 11:19:50,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:50.003 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [39.126s] 2018-11-25 11:19:50,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:50.636 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.921s] 2018-11-25 11:19:50,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:50.676 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [6.953s] 2018-11-25 11:19:51,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.082 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.084s] 2018-11-25 11:19:51,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.224 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.184s] 2018-11-25 11:19:51,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.235 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2018-11-25 11:19:51,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.248 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2018-11-25 11:19:51,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.610 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.360s] 2018-11-25 11:19:51,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.619 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-11-25 11:19:51,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.631 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2018-11-25 11:19:51,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.932 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [2.832s] 2018-11-25 11:19:51,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.985 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.353s] 2018-11-25 11:19:52,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:52.285 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.202s] 2018-11-25 11:19:52,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:52.338 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.353s] 2018-11-25 11:19:53,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:53.043 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.759s] 2018-11-25 11:19:53,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:53.758 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.157s] 2018-11-25 11:19:54,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:54.789 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:19:56,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:56.385 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [5.709s] 2018-11-25 11:19:57,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:57.006 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-25 11:19:57,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:57.848 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.218s] 2018-11-25 11:19:58,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:58.066 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.219s] 2018-11-25 11:19:58,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:58.260 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.193s] 2018-11-25 11:19:59,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:59.001 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.740s] 2018-11-25 11:19:59,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:59.188 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.186s] 2018-11-25 11:19:59,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:59.431 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.088s] 2018-11-25 11:20:00,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:00.722 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [10.724s] 2018-11-25 11:20:01,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.010 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [7.252s] 2018-11-25 11:20:01,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.022 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2018-11-25 11:20:01,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.237 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.214s] 2018-11-25 11:20:01,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.407 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.169s] 2018-11-25 11:20:01,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.590 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.183s] 2018-11-25 11:20:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.769 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.178s] 2018-11-25 11:20:01,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.949 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.179s] 2018-11-25 11:20:02,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.153 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.204s] 2018-11-25 11:20:02,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.222 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.069s] 2018-11-25 11:20:02,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.382 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.160s] 2018-11-25 11:20:02,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.431 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.048s] 2018-11-25 11:20:02,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.627 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.196s] 2018-11-25 11:20:02,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.636 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2018-11-25 11:20:02,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.686 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.050s] 2018-11-25 11:20:02,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.742 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-11-25 11:20:02,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.874 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.187s] 2018-11-25 11:20:02,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.909 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.417s] 2018-11-25 11:20:02,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.926 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.017s] 2018-11-25 11:20:02,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.947 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.021s] 2018-11-25 11:20:03,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:03.047 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.172s] 2018-11-25 11:20:03,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:03.110 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [6.722s] 2018-11-25 11:20:03,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:03.293 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.344s] 2018-11-25 11:20:03,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:03.297 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.250s] 2018-11-25 11:20:04,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.077 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.779s] 2018-11-25 11:20:04,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.296 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.219s] 2018-11-25 11:20:04,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.328 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-11-25 11:20:04,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.337 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.008s] 2018-11-25 11:20:04,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.350 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [5.304s] 2018-11-25 11:20:04,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.371 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-11-25 11:20:04,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.411 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.039s] 2018-11-25 11:20:04,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.443 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-11-25 11:20:04,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.615 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.171s] 2018-11-25 11:20:04,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.664 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.049s] 2018-11-25 11:20:04,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.702 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.038s] 2018-11-25 11:20:04,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.758 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.055s] 2018-11-25 11:20:04,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.813 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.055s] 2018-11-25 11:20:04,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.861 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.047s] 2018-11-25 11:20:04,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.878 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.582s] 2018-11-25 11:20:04,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.895 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.020s] 2018-11-25 11:20:04,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.914 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.018s] 2018-11-25 11:20:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.924 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-11-25 11:20:04,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.935 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-11-25 11:20:04,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.959 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.023s] 2018-11-25 11:20:04,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.970 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-11-25 11:20:04,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.985 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.014s] 2018-11-25 11:20:05,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:05.243 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.345s] 2018-11-25 11:20:05,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:05.404 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.161s] 2018-11-25 11:20:05,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:05.413 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.009s] 2018-11-25 11:20:05,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:05.789 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-11-25 11:20:07,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:07.549 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.132s] 2018-11-25 11:20:08,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:08.391 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.551s] 2018-11-25 11:20:08,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:08.527 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [5.416s] 2018-11-25 11:20:09,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:09.516 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.990s] 2018-11-25 11:20:09,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:09.570 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.242s] 2018-11-25 11:20:09,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:09.866 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.317s] 2018-11-25 11:20:11,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:11.803 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [2.887s] 2018-11-25 11:20:12,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:12.350 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.484s] 2018-11-25 11:20:13,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:13.412 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.435s] 2018-11-25 11:20:14,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:14.336 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.923s] 2018-11-25 11:20:14,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:14.404 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.068s] 2018-11-25 11:20:14,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:14.818 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.940s] 2018-11-25 11:20:14,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:14.949 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.545s] 2018-11-25 11:20:15,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:15.483 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.679s] 2018-11-25 11:20:16,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:16.602 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.784s] 2018-11-25 11:20:17,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:17.061 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.670s] 2018-11-25 11:20:17,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:17.642 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.159s] 2018-11-25 11:20:19,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.620 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.048s] 2018-11-25 11:20:19,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.653 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.032s] 2018-11-25 11:20:19,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.680 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.222s] 2018-11-25 11:20:19,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.689 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-11-25 11:20:19,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.765 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.076s] 2018-11-25 11:20:19,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.808 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.042s] 2018-11-25 11:20:19,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.978 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.170s] 2018-11-25 11:20:20,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:20.156 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.178s] 2018-11-25 11:20:20,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:20.511 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.353s] 2018-11-25 11:20:20,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:20.659 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.017s] 2018-11-25 11:20:20,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:20.717 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.205s] 2018-11-25 11:20:21,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.093 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.376s] 2018-11-25 11:20:21,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.141 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.047s] 2018-11-25 11:20:21,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.333 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.191s] 2018-11-25 11:20:21,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.378 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.044s] 2018-11-25 11:20:21,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.412 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.034s] 2018-11-25 11:20:21,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.457 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.044s] 2018-11-25 11:20:21,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.515 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.057s] 2018-11-25 11:20:22,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:22.255 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [131.849s] 2018-11-25 11:20:24,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:24.481 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [2.227s]: Skipped until Bug: 1014647 is resolved. 2018-11-25 11:20:24,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:24.853 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.791s] 2018-11-25 11:20:24,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:24.855 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-11-25 11:20:26,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:26.117 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.473s] 2018-11-25 11:20:26,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:26.118 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-25 11:20:26,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:26.327 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-11-25 11:20:26,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:26.682 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.948s] 2018-11-25 11:20:30,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:30.198 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.056s] 2018-11-25 11:20:31,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:31.196 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.659s] 2018-11-25 11:20:32,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:32.322 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [7.466s] 2018-11-25 11:20:34,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:34.467 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.249s] 2018-11-25 11:20:35,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:35.740 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [4.073s] 2018-11-25 11:20:35,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:35.785 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.319s] 2018-11-25 11:20:42,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:42.388 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.266s] 2018-11-25 11:20:42,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:42.606 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.217s] 2018-11-25 11:20:42,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:42.847 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.240s] 2018-11-25 11:20:43,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:43.539 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.691s] 2018-11-25 11:20:43,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:43.664 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.124s] 2018-11-25 11:20:44,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.062 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [8.321s] 2018-11-25 11:20:44,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.091 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.426s] 2018-11-25 11:20:44,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.145 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.054s] 2018-11-25 11:20:44,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.216 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.070s] 2018-11-25 11:20:44,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.469 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.253s] 2018-11-25 11:20:44,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.683 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.213s] 2018-11-25 11:20:44,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.911 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.227s] 2018-11-25 11:20:45,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.091 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.180s] 2018-11-25 11:20:45,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.166 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.074s] 2018-11-25 11:20:45,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.253 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.086s] 2018-11-25 11:20:45,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.501 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.247s] 2018-11-25 11:20:45,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.578 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.077s] 2018-11-25 11:20:45,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.627 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.049s] 2018-11-25 11:20:45,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.688 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.061s] 2018-11-25 11:20:45,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.734 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [13.412s] 2018-11-25 11:20:48,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:48.917 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:20:52,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:52.505 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.627s] 2018-11-25 11:20:53,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:53.018 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [4.929s] 2018-11-25 11:20:53,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:53.266 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [7.393s] 2018-11-25 11:20:54,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:54.521 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.016s] 2018-11-25 11:20:54,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:54.632 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.366s] 2018-11-25 11:20:55,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:55.059 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [88.891s] 2018-11-25 11:20:55,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:55.143 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.088s] 2018-11-25 11:20:55,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:55.196 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.053s] 2018-11-25 11:20:58,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:58.742 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [14.679s] 2018-11-25 11:20:58,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:58.771 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.137s] 2018-11-25 11:21:03,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:03.054 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.282s] 2018-11-25 11:21:05,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:05.029 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [40.537s] 2018-11-25 11:21:05,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:05.253 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [12.232s] 2018-11-25 11:21:06,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:06.605 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [7.862s] 2018-11-25 11:21:06,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:06.858 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [8.048s] 2018-11-25 11:21:07,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:07.281 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [22.182s] 2018-11-25 11:21:08,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:08.570 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.318s] 2018-11-25 11:21:11,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:11.370 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.798s] 2018-11-25 11:21:12,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:12.035 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [4.888s] 2018-11-25 11:21:14,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:14.264 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [7.405s] 2018-11-25 11:21:14,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:14.279 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.910s] 2018-11-25 11:21:14,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:14.568 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [7.963s] 2018-11-25 11:21:16,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:16.163 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [53.353s] 2018-11-25 11:21:16,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:16.180 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.916s] 2018-11-25 11:21:17,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:17.521 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:21:17,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:17.966 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.685s] 2018-11-25 11:21:19,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:19.560 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:21:19,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:19.563 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:21:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:19.764 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.194s] 2018-11-25 11:21:21,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:21.003 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.532s] 2018-11-25 11:21:22,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:22.133 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [5.951s] 2018-11-25 11:21:23,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:23.006 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [37.267s] 2018-11-25 11:21:24,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:24.977 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [2.843s] 2018-11-25 11:21:25,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:25.276 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.273s] 2018-11-25 11:21:26,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:26.044 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.714s] 2018-11-25 11:21:26,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:26.156 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [6.391s] 2018-11-25 11:21:27,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:27.300 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.256s] 2018-11-25 11:21:28,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:28.173 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.355s] 2018-11-25 11:21:28,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:28.266 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.297s] 2018-11-25 11:21:28,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:28.269 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-11-25 11:21:28,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:28.957 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.279s] 2018-11-25 11:21:32,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:32.151 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.174s] 2018-11-25 11:21:32,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:32.765 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-11-25 11:21:32,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:32.984 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [6.829s] 2018-11-25 11:21:33,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:33.915 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.647s] 2018-11-25 11:21:37,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:37.387 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.235s] 2018-11-25 11:21:40,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:40.142 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.085s] 2018-11-25 11:21:40,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:40.247 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.104s] 2018-11-25 11:21:40,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:40.353 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.105s] 2018-11-25 11:21:40,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:40.520 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.167s] 2018-11-25 11:21:40,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:40.648 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.128s] 2018-11-25 11:21:42,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:42.239 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [4.806s] 2018-11-25 11:21:42,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:42.863 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.006s] 2018-11-25 11:21:42,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:42.966 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [9.050s] 2018-11-25 11:21:44,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:44.660 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [7.273s] 2018-11-25 11:21:46,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:46.902 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.039s] 2018-11-25 11:21:47,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:47.780 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.118s] 2018-11-25 11:21:48,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:48.696 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.288s] 2018-11-25 11:21:50,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:50.353 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.450s] 2018-11-25 11:21:52,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:52.577 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.881s] 2018-11-25 11:21:52,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:52.767 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.137s] 2018-11-25 11:21:53,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:53.183 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [2.172s] 2018-11-25 11:21:53,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:53.255 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [37.091s] 2018-11-25 11:21:55,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:55.980 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.402s] 2018-11-25 11:21:56,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:56.607 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.254s] 2018-11-25 11:21:57,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:57.421 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [4.235s] 2018-11-25 11:21:57,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:57.422 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-11-25 11:21:57,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:57.944 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.164s] 2018-11-25 11:21:58,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:58.990 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [6.221s] 2018-11-25 11:22:00,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:00.368 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.948s] 2018-11-25 11:22:00,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:00.741 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.797s] 2018-11-25 11:22:00,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:00.965 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.985s] 2018-11-25 11:22:02,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:02.007 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.638s] 2018-11-25 11:22:05,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:05.760 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [5.018s] 2018-11-25 11:22:06,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:06.221 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.461s] 2018-11-25 11:22:06,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:06.572 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.350s] 2018-11-25 11:22:06,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:06.779 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.206s] 2018-11-25 11:22:07,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.153 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.373s] 2018-11-25 11:22:07,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.245 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.091s] 2018-11-25 11:22:07,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.360 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.115s] 2018-11-25 11:22:07,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.690 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.329s] 2018-11-25 11:22:07,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.747 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.056s] 2018-11-25 11:22:07,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.799 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.052s] 2018-11-25 11:22:08,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:08.761 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-11-25 11:22:08,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:08.762 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-11-25 11:22:10,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:10.213 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.026s] 2018-11-25 11:22:10,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:10.415 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [1.218s] 2018-11-25 11:22:10,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:10.424 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [11.434s] 2018-11-25 11:22:11,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:11.048 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.632s] 2018-11-25 11:22:11,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:11.193 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-11-25 11:22:11,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:11.362 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.314s] 2018-11-25 11:22:13,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:13.180 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [30.208s] 2018-11-25 11:22:13,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:13.575 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.362s] 2018-11-25 11:22:15,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:15.518 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.343s] 2018-11-25 11:22:16,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:16.136 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.198s] 2018-11-25 11:22:16,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:16.320 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.554s] 2018-11-25 11:22:16,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:16.320 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.179s] 2018-11-25 11:22:16,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:16.494 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.177s] 2018-11-25 11:22:16,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:16.558 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.758s] 2018-11-25 11:22:19,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:19.009 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-11-25 11:22:20,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:20.285 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [3.788s] 2018-11-25 11:22:20,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:20.467 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.184s] 2018-11-25 11:22:21,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:21.038 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.457s] 2018-11-25 11:22:22,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:22.933 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.898s] 2018-11-25 11:22:24,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:24.398 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [13.029s] 2018-11-25 11:22:24,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:24.449 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.055s] 2018-11-25 11:22:24,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:24.488 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.038s] 2018-11-25 11:22:26,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:26.817 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.881s] 2018-11-25 11:22:27,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:27.344 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.553s] 2018-11-25 11:22:27,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:27.452 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-11-25 11:22:27,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:27.453 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:22:27,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:27.898 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.162s] 2018-11-25 11:22:29,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:29.912 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [3.095s] 2018-11-25 11:22:33,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:33.013 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.780s] 2018-11-25 11:22:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:33.544 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.199s] 2018-11-25 11:22:34,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:34.417 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.403s] 2018-11-25 11:22:36,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:36.291 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [6.376s] 2018-11-25 11:22:36,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:36.339 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.051s] 2018-11-25 11:22:37,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:37.347 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [2.928s] 2018-11-25 11:22:38,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:38.390 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:22:38,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:38.476 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [10.576s] 2018-11-25 11:22:41,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:41.291 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-25 11:22:41,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:41.292 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-11-25 11:22:41,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:41.997 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-11-25 11:22:42,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:42.055 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.904s] 2018-11-25 11:22:42,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:42.055 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.507s] 2018-11-25 11:22:42,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:42.327 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.275s] 2018-11-25 11:22:42,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:42.862 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.264s] 2018-11-25 11:22:43,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:43.026 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.037s] 2018-11-25 11:22:43,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:43.160 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.297s] 2018-11-25 11:22:44,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:44.568 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.318s] 2018-11-25 11:22:44,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:44.632 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [99.584s] 2018-11-25 11:22:45,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:45.273 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.703s] 2018-11-25 11:22:46,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:46.991 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-11-25 11:22:48,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:48.529 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.053s] 2018-11-25 11:22:48,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:48.617 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [6.564s] 2018-11-25 11:22:49,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:49.308 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [6.281s] 2018-11-25 11:22:52,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:52.306 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.775s] 2018-11-25 11:22:52,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:52.452 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.077s] 2018-11-25 11:22:53,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:53.134 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.205s] 2018-11-25 11:22:53,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:53.478 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.343s] 2018-11-25 11:22:53,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:53.662 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.183s] 2018-11-25 11:22:53,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:53.908 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.245s] 2018-11-25 11:22:54,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.098 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.191s] 2018-11-25 11:22:54,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.116 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.663s] 2018-11-25 11:22:54,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.332 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.232s] 2018-11-25 11:22:54,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.497 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.165s] 2018-11-25 11:22:54,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.521 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.024s] 2018-11-25 11:22:54,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.545 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.024s] 2018-11-25 11:22:54,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.963 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.415s] 2018-11-25 11:22:55,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:55.096 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.790s] 2018-11-25 11:22:55,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:55.356 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.239s] 2018-11-25 11:22:55,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:55.425 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.462s] 2018-11-25 11:22:55,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:55.492 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.066s] 2018-11-25 11:22:56,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:56.890 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-25 11:23:01,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:01.860 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [13.241s] 2018-11-25 11:23:02,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:02.022 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.217s] 2018-11-25 11:23:02,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:02.461 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.438s] 2018-11-25 11:23:02,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:02.864 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.960s] 2018-11-25 11:23:04,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:04.419 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-11-25 11:23:05,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:05.661 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.796s] 2018-11-25 11:23:08,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:08.036 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-25 11:23:08,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:08.038 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-11-25 11:23:09,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:09.260 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.386s] 2018-11-25 11:23:12,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:12.652 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [17.553s] 2018-11-25 11:23:12,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:12.826 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.175s] 2018-11-25 11:23:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:12.878 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.052s] 2018-11-25 11:23:14,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:14.723 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [2.876s] 2018-11-25 11:23:15,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:15.297 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.534s] 2018-11-25 11:23:15,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:15.639 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.916s] 2018-11-25 11:23:15,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:15.811 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.515s] 2018-11-25 11:23:16,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:16.328 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.688s] 2018-11-25 11:23:17,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:17.155 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.827s] 2018-11-25 11:23:17,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:17.317 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.162s] 2018-11-25 11:23:17,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:17.467 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.653s] 2018-11-25 11:23:17,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:17.495 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.177s] 2018-11-25 11:23:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:17.653 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.187s] 2018-11-25 11:23:18,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:18.775 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.279s] 2018-11-25 11:23:18,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:18.824 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [1.170s] 2018-11-25 11:23:22,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:22.706 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [9.826s] 2018-11-25 11:23:22,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:22.811 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [13.548s] 2018-11-25 11:23:24,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:24.220 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.413s] 2018-11-25 11:23:24,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:24.497 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [3.112s] 2018-11-25 11:23:25,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:25.269 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.048s] 2018-11-25 11:23:26,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:26.348 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.078s] 2018-11-25 11:23:27,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:27.291 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.793s] 2018-11-25 11:23:31,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:31.660 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [22.392s] 2018-11-25 11:23:35,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:35.448 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [2.503s] 2018-11-25 11:23:35,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:35.520 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.072s] 2018-11-25 11:23:36,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:36.441 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.258s] 2018-11-25 11:23:37,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:37.272 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [9.977s] 2018-11-25 11:23:39,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:39.570 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [16.863s] 2018-11-25 11:23:39,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:39.971 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [2.701s] 2018-11-25 11:23:40,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:40.041 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.471s] 2018-11-25 11:23:40,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:40.103 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.062s] 2018-11-25 11:23:43,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:43.541 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.568s] 2018-11-25 11:23:46,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:46.325 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.783s] 2018-11-25 11:23:49,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:49.681 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.354s] 2018-11-25 11:23:49,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:49.729 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.051s] 2018-11-25 11:23:52,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:52.042 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [11.935s] 2018-11-25 11:23:54,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:54.948 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [23.286s] 2018-11-25 11:24:01,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:01.212 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.212s] 2018-11-25 11:24:01,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:01.556 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.343s] 2018-11-25 11:24:01,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:01.596 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.040s] 2018-11-25 11:24:01,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:01.792 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.196s] 2018-11-25 11:24:01,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:01.989 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.196s] 2018-11-25 11:24:02,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:02.151 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.160s] 2018-11-25 11:24:02,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:02.327 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.174s] 2018-11-25 11:24:02,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:02.515 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.189s] 2018-11-25 11:24:02,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:02.732 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.217s] 2018-11-25 11:24:02,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:02.959 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.226s] 2018-11-25 11:24:03,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:03.151 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.191s] 2018-11-25 11:24:05,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:05.348 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [10.403s] 2018-11-25 11:24:05,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:05.406 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.050s] 2018-11-25 11:24:08,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:08.899 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.551s] 2018-11-25 11:24:09,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:09.440 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [23.287s] 2018-11-25 11:24:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:10.114 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [18.068s] 2018-11-25 11:24:10,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:10.128 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [168.141s] 2018-11-25 11:24:12,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:12.527 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [68.090s] 2018-11-25 11:24:13,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:13.866 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.427s] 2018-11-25 11:24:14,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:14.722 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.900s] 2018-11-25 11:24:16,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:16.029 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.307s] 2018-11-25 11:24:17,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:17.987 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.120s] 2018-11-25 11:24:23,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:23.947 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [5.959s] 2018-11-25 11:24:26,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:26.017 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [14.661s] 2018-11-25 11:24:27,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:27.879 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [249.509s] 2018-11-25 11:24:28,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:28.576 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.629s] 2018-11-25 11:24:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:28.590 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [19.688s] 2018-11-25 11:24:32,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:32.291 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.274s] 2018-11-25 11:24:33,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:33.845 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [5.268s] 2018-11-25 11:24:34,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:34.033 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [8.093s] 2018-11-25 11:24:38,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:38.818 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [6.499s] 2018-11-25 11:24:42,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:42.012 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [7.978s] 2018-11-25 11:24:42,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:42.572 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [218.079s] 2018-11-25 11:24:43,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:43.121 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.303s] 2018-11-25 11:24:48,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:48.555 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:24:48,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:48.555 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:24:50,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:50.704 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-11-25 11:24:50,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:50.706 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:24:50,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:50.707 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-11-25 11:24:53,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:53.265 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.222s] 2018-11-25 11:24:53,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:53.524 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.259s] 2018-11-25 11:24:53,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:53.721 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.197s] 2018-11-25 11:24:53,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:53.894 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.171s] 2018-11-25 11:24:54,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:54.146 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.252s] 2018-11-25 11:24:59,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:59.087 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.939s] 2018-11-25 11:25:12,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:12.209 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [43.614s] 2018-11-25 11:25:15,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:15.640 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [3.435s] 2018-11-25 11:25:20,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:20.889 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [38.305s] 2018-11-25 11:25:27,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:27.518 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.875s] 2018-11-25 11:25:32,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:32.716 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [168.056s] 2018-11-25 11:25:39,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:39.401 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.399s] 2018-11-25 11:25:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:40.139 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.739s] 2018-11-25 11:25:40,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:40.554 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.415s] 2018-11-25 11:25:40,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:40.956 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [13.436s] 2018-11-25 11:25:41,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:41.004 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.448s] 2018-11-25 11:25:41,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:41.800 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.796s] 2018-11-25 11:25:43,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:43.235 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.433s] 2018-11-25 11:25:44,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:44.005 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [11.289s] 2018-11-25 11:25:44,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:44.686 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.450s] 2018-11-25 11:25:45,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:45.244 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.557s] 2018-11-25 11:25:46,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:46.240 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.995s] 2018-11-25 11:25:46,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:46.826 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.869s] 2018-11-25 11:25:47,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:47.077 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.837s] 2018-11-25 11:25:50,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:50.132 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-11-25 11:25:55,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:55.433 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.404s] 2018-11-25 11:26:04,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:04.861 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.472s] 2018-11-25 11:26:05,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:05.463 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [21.456s] 2018-11-25 11:26:17,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:17.256 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.490s] 2018-11-25 11:26:17,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:17.382 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.125s] 2018-11-25 11:26:18,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:18.874 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.492s] 2018-11-25 11:26:27,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:27.673 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [40.841s] 2018-11-25 11:26:39,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:39.970 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [7.388s] 2018-11-25 11:26:43,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:43.009 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.889s] 2018-11-25 11:26:43,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:43.059 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.050s] 2018-11-25 11:26:43,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:43.687 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.627s] 2018-11-25 11:26:45,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:45.718 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.029s] 2018-11-25 11:26:47,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:47.312 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [7.341s] 2018-11-25 11:26:47,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:47.796 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.078s] 2018-11-25 11:26:47,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:47.841 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.045s] 2018-11-25 11:26:47,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:47.924 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.083s] 2018-11-25 11:26:50,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:50.687 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [160.543s] 2018-11-25 11:26:52,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:52.046 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.734s] 2018-11-25 11:26:55,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:55.907 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.860s] 2018-11-25 11:27:00,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:00.330 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.422s] 2018-11-25 11:27:07,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:07.614 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2018-11-25 11:27:09,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:09.410 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-11-25 11:27:10,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:10.499 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.147s] 2018-11-25 11:27:11,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:11.217 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-11-25 11:27:12,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:12.565 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.064s] 2018-11-25 11:27:13,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:13.673 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.108s] 2018-11-25 11:27:15,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:15.123 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.449s] 2018-11-25 11:27:17,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:17.136 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.011s] 2018-11-25 11:27:17,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:17.274 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-11-25 11:27:19,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:19.287 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.150s] 2018-11-25 11:27:20,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:20.605 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.317s] 2018-11-25 11:27:20,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:20.767 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.162s] 2018-11-25 11:27:22,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:22.873 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [158.624s] 2018-11-25 11:27:23,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:23.159 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [2.390s] 2018-11-25 11:27:24,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:24.263 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.104s] 2018-11-25 11:27:25,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:25.072 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.808s] 2018-11-25 11:27:25,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:25.092 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.021s] 2018-11-25 11:27:25,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:25.247 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.154s] 2018-11-25 11:27:25,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:25.264 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.017s] 2018-11-25 11:27:26,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:26.938 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-11-25 11:27:26,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:26.939 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-11-25 11:27:26,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:26.941 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-11-25 11:27:26,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:26.943 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-11-25 11:27:34,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:34.313 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [88.830s] 2018-11-25 11:27:51,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:51.856 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [34.571s] 2018-11-25 11:27:56,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:56.734 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.881s] 2018-11-25 11:28:02,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:28:02.766 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [230.222s] 2018-11-25 11:28:10,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:28:10.783 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [30.341s] 2018-11-25 11:28:26,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:28:26.495 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [29.752s] 2018-11-25 11:28:34,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:28:34.113 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.620s] 2018-11-25 11:28:50,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:28:50.237 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [245.841s] 2018-11-25 11:29:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:29:04.566 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [90.227s] 2018-11-25 11:29:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:29:04.566 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-11-25 11:30:17,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:30:17.550 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [72.966s] 2018-11-25 11:30:22,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:30:22.228 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [4.681s] 2018-11-25 11:30:44,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:30:44.715 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.155s] 2018-11-25 11:30:44,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:30:44.757 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.042s] 2018-11-25 11:30:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:30:50.446 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.980s] 2018-11-25 11:31:01,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:01.972 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [7.744s] 2018-11-25 11:31:04,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:04.226 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:31:04,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:04.227 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:31:08,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:08.121 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [213.112s] 2018-11-25 11:31:08,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:08.491 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.381s] 2018-11-25 11:31:08,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:08.904 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.412s] 2018-11-25 11:31:16,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:16.503 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.334s] 2018-11-25 11:31:16,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:16.905 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.400s] 2018-11-25 11:31:17,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:17.508 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.603s] 2018-11-25 11:31:17,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:17.582 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.073s] 2018-11-25 11:31:17,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:17.657 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.075s] 2018-11-25 11:31:17,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:17.724 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.067s] 2018-11-25 11:31:26,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:26.217 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.473s] 2018-11-25 11:31:27,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:27.005 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.787s] 2018-11-25 11:31:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:27.502 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.497s] 2018-11-25 11:31:27,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:27.836 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.333s] 2018-11-25 11:31:28,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:28.830 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [0.992s] 2018-11-25 11:31:29,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:29.232 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.401s] 2018-11-25 11:31:29,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:29.627 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.395s] 2018-11-25 11:31:30,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:30.996 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.367s] 2018-11-25 11:31:31,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:31.237 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.237s] 2018-11-25 11:31:32,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:32.097 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.861s] 2018-11-25 11:31:32,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:32.169 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.073s] 2018-11-25 11:31:32,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:32.546 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.376s] 2018-11-25 11:31:33,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:33.216 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.668s] 2018-11-25 11:31:44,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:44.499 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [1.964s] 2018-11-25 11:31:44,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:44.657 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.160s] 2018-11-25 11:31:44,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:44.922 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.263s] 2018-11-25 11:31:56,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:56.635 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.605s] 2018-11-25 11:32:01,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:01.849 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.172s] 2018-11-25 11:32:03,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:03.610 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.759s] 2018-11-25 11:32:10,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:10.392 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.359s] 2018-11-25 11:32:10,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:10.553 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.160s] 2018-11-25 11:32:10,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:10.725 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.172s] 2018-11-25 11:32:10,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:10.886 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.160s] 2018-11-25 11:32:16,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:16.158 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.163s] 2018-11-25 11:32:36,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:36.094 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [217.625s] 2018-11-25 11:36:11,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:36:11.603 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [215.500s] 2018-11-25 11:36:17,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 35994109-4c77-478b-bcc1-dadebf3c9b4a 2018-11-25 11:36:17,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '35994109-4c77-478b-bcc1-dadebf3c9b4a']'. 2018-11-25 11:36:18,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 35994109-4c77-478b-bcc1-dadebf3c9b4a | 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 11:10:50 | 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 11:36:16 | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:25:26 | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b65ae5fd-c900-4a42-a8b7-dc3ca04bce73) | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7a55ef16-0643-4f47-8826-a6958995a7f0) | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1516.421 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1060 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 390 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2018-11-25 11:36:18,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 11:36:18,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 11:36:18,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 11:36:18,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 98.3302411874% 2018-11-25 11:36:18,939 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:41 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-11-25 11:36:18,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 11:36:18,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:36:19,974 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c0752e4-06c9-4d41-b557-bdea8cfc2598 Date: Sun, 25 Nov 2018 11:36:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:36:19,974 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3 used request id req-6c0752e4-06c9-4d41-b557-bdea8cfc2598 2018-11-25 11:36:19,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.03225898743s 2018-11-25 11:36:19,974 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3 used request id req-6c0752e4-06c9-4d41-b557-bdea8cfc2598 2018-11-25 11:36:19,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 11:36:19,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:20,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfb3e7c9-d625-451b-a0f0-4b25e8ad53ed x-compute-request-id: req-cfb3e7c9-d625-451b-a0f0-4b25e8ad53ed Content-Encoding: gzip Content-Length: 418 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/304a1963-4d64-41cd-9a87-1a97c0242701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/304a1963-4d64-41cd-9a87-1a97c0242701", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "304a1963-4d64-41cd-9a87-1a97c0242701", "name": "tempest_full_parallel-flavor_f731c124-536d-4209-97fe-49a89d18f50a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/45c3bac1-ca40-41a5-8601-58cfcd31a349", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/45c3bac1-ca40-41a5-8601-58cfcd31a349", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "45c3bac1-ca40-41a5-8601-58cfcd31a349", "name": "tempest_full_parallel-flavor_alt_f731c124-536d-4209-97fe-49a89d18f50a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 11:36:20,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-cfb3e7c9-d625-451b-a0f0-4b25e8ad53ed 2018-11-25 11:36:20,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.203636884689s 2018-11-25 11:36:20,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-cfb3e7c9-d625-451b-a0f0-4b25e8ad53ed 2018-11-25 11:36:20,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 11:36:20,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/45c3bac1-ca40-41a5-8601-58cfcd31a349 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:20,225 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f7376be-d960-4ebd-b5ec-3aa6954ca607 x-compute-request-id: req-9f7376be-d960-4ebd-b5ec-3aa6954ca607 Content-Length: 0 Content-Type: application/json 2018-11-25 11:36:20,226 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/45c3bac1-ca40-41a5-8601-58cfcd31a349 used request id req-9f7376be-d960-4ebd-b5ec-3aa6954ca607 2018-11-25 11:36:20,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.044440984726s 2018-11-25 11:36:20,226 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/45c3bac1-ca40-41a5-8601-58cfcd31a349 used request id req-9f7376be-d960-4ebd-b5ec-3aa6954ca607 2018-11-25 11:36:20,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-25 11:36:20,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:36:20,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-7f2c0ab8-75b7-4367-93e6-fce51755486a Date: Sun, 25 Nov 2018 11:36:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap", "metadata": {}}], "file": "/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf/file", "owner": "5c82ea5877e24e21981e571133576cde", "id": "b1379c5b-0554-4186-a293-b2f565951aaf", "size": 12716032, "self": "/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf", "disk_format": "qcow2", "direct_url": "rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-25T11:10:40Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-25T11:10:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-25 11:36:20,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7f2c0ab8-75b7-4367-93e6-fce51755486a 2018-11-25 11:36:20,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175235033035s 2018-11-25 11:36:20,402 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7f2c0ab8-75b7-4367-93e6-fce51755486a 2018-11-25 11:36:20,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-25 11:36:20,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}41171ad5d2997569251233950dd9102500069b74" 2018-11-25 11:36:21,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f960b636-2836-4695-a998-2fc27385a879 Date: Sun, 25 Nov 2018 11:36:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-25 11:36:21,129 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf used request id req-f960b636-2836-4695-a998-2fc27385a879 2018-11-25 11:36:21,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.726032972336s 2018-11-25 11:36:21,129 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf used request id req-f960b636-2836-4695-a998-2fc27385a879 2018-11-25 11:36:21,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-25 11:36:21,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:21,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c9e931f-02a1-42dd-b463-d5d7b92f71b4 x-compute-request-id: req-1c9e931f-02a1-42dd-b463-d5d7b92f71b4 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/304a1963-4d64-41cd-9a87-1a97c0242701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/304a1963-4d64-41cd-9a87-1a97c0242701", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "304a1963-4d64-41cd-9a87-1a97c0242701", "name": "tempest_full_parallel-flavor_f731c124-536d-4209-97fe-49a89d18f50a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86262b26-41fa-4bbb-bdcc-2951a552c5e9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86262b26-41fa-4bbb-bdcc-2951a552c5e9", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-25 11:36:21,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1c9e931f-02a1-42dd-b463-d5d7b92f71b4 2018-11-25 11:36:21,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0304319858551s 2018-11-25 11:36:21,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1c9e931f-02a1-42dd-b463-d5d7b92f71b4 2018-11-25 11:36:21,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-25 11:36:21,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/304a1963-4d64-41cd-9a87-1a97c0242701 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:21,202 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 25 Nov 2018 11:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f9d74430-10e5-4299-80a2-806363b7865f x-compute-request-id: req-f9d74430-10e5-4299-80a2-806363b7865f Content-Length: 0 Content-Type: application/json 2018-11-25 11:36:21,202 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/304a1963-4d64-41cd-9a87-1a97c0242701 used request id req-f9d74430-10e5-4299-80a2-806363b7865f 2018-11-25 11:36:21,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0401358604431s 2018-11-25 11:36:21,202 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/304a1963-4d64-41cd-9a87-1a97c0242701 used request id req-f9d74430-10e5-4299-80a2-806363b7865f 2018-11-25 11:36:21,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 11:36:21,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:21,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f18c1b0f-0db8-4ebe-bd35-3e3e70796b49 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/06829bdf3d8f408f8f58a8bdf52de883"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06829bdf3d8f408f8f58a8bdf52de883", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/0bdc1461136d470dbe114bfc7dc3040c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bdc1461136d470dbe114bfc7dc3040c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/35fc52b750bd4f2da058cecb3125d3e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35fc52b750bd4f2da058cecb3125d3e1", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/3685a1d8e818490b8157cd61c77ab07c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3685a1d8e818490b8157cd61c77ab07c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/4652d811fffa4d3899d65bd23a047f00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4652d811fffa4d3899d65bd23a047f00", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/49777ade735a40c29152ab5c9362d43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49777ade735a40c29152ab5c9362d43a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/6542c744619042b9badac2d43df9d4d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6542c744619042b9badac2d43df9d4d8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/68267d3e3e53440caf86f4bb4b2edfd7"}, "domain_id": "580ea9232de74f68abf199fd8f069538", "enabled": true, "options": {}, "id": "68267d3e3e53440caf86f4bb4b2edfd7", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/92c30508e3174ea29b89bb462dcfc594"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92c30508e3174ea29b89bb462dcfc594", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/bebac323ff27472ebb2c91e2b43038d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bebac323ff27472ebb2c91e2b43038d8", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a", "links": {"self": "http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1"}, "domain_id": "default", "enabled": true, "id": "c5308749232747a18df20aad3ecbe3e1", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d36881c5a7004be489f4714b03d50daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d36881c5a7004be489f4714b03d50daf", "email": "placement@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/db36062caa9341dcbbf70ee5df896333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db36062caa9341dcbbf70ee5df896333", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e7b7d72fe8ea4efd9db5017ad6b81441"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e7b7d72fe8ea4efd9db5017ad6b81441", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/f9a178613c224f62917195e83af21a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9a178613c224f62917195e83af21a11", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-11-25 11:36:21,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f18c1b0f-0db8-4ebe-bd35-3e3e70796b49 2018-11-25 11:36:21,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0996108055115s 2018-11-25 11:36:21,303 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f18c1b0f-0db8-4ebe-bd35-3e3e70796b49 2018-11-25 11:36:21,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-25 11:36:21,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:21,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a697cc42-1db6-4c51-9496-d65e3790a3af Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1"}, "enabled": true, "id": "c5308749232747a18df20aad3ecbe3e1", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a"}} 2018-11-25 11:36:21,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1 used request id req-a697cc42-1db6-4c51-9496-d65e3790a3af 2018-11-25 11:36:21,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0940890312195s 2018-11-25 11:36:21,404 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1 used request id req-a697cc42-1db6-4c51-9496-d65e3790a3af 2018-11-25 11:36:21,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-25 11:36:21,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:21,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 11:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54ead756-4849-4e2f-9759-35cf267b9012 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 11:36:21,599 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1 used request id req-54ead756-4849-4e2f-9759-35cf267b9012 2018-11-25 11:36:21,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.195151090622s 2018-11-25 11:36:21,600 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c5308749232747a18df20aad3ecbe3e1 used request id req-54ead756-4849-4e2f-9759-35cf267b9012 2018-11-25 11:36:21,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-25 11:36:21,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:21,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add4eb85-cd99-47de-a175-6f73757df133 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde"}, "enabled": true, "id": "5c82ea5877e24e21981e571133576cde", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6398f91c7f9a4cc9becafd672cd3c763"}, "enabled": true, "id": "6398f91c7f9a4cc9becafd672cd3c763", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9013a9c57a604cd8962b66eb7dac3471"}, "enabled": true, "id": "9013a9c57a604cd8962b66eb7dac3471", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-25 11:36:21,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-add4eb85-cd99-47de-a175-6f73757df133 2018-11-25 11:36:21,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0823359489441s 2018-11-25 11:36:21,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-add4eb85-cd99-47de-a175-6f73757df133 2018-11-25 11:36:21,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-25 11:36:21,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:21,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 11:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9965914-831f-4262-95c9-c3bbc96105e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 11:36:21,832 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde used request id req-a9965914-831f-4262-95c9-c3bbc96105e1 2018-11-25 11:36:21,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.146730899811s 2018-11-25 11:36:21,832 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5c82ea5877e24e21981e571133576cde used request id req-a9965914-831f-4262-95c9-c3bbc96105e1 2018-11-25 11:36:21,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-25 11:36:21,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:21,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 25 Nov 2018 11:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddd4a552-ce2a-45cd-8956-98a4f4403c67 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "145f022b1dae482f8aebc8660908a168", "links": {"self": "http://172.30.9.23:5000/v3/roles/145f022b1dae482f8aebc8660908a168"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "27bda056e6a9493f8b3efd13960b080f", "links": {"self": "http://172.30.9.23:5000/v3/roles/27bda056e6a9493f8b3efd13960b080f"}, "name": "admin"}, {"domain_id": null, "id": "8830e46e4420437b9d7ddbfe8638f359", "links": {"self": "http://172.30.9.23:5000/v3/roles/8830e46e4420437b9d7ddbfe8638f359"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7fe04257d37498b959b4a0da3cb96cf", "links": {"self": "http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf"}, "name": "Member"}]} 2018-11-25 11:36:21,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ddd4a552-ce2a-45cd-8956-98a4f4403c67 2018-11-25 11:36:21,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0773730278015s 2018-11-25 11:36:21,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-25 11:36:21,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:22,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 25 Nov 2018 11:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca925fc8-93d3-48fa-9548-93075b74ff54 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-25 11:36:22,026 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf used request id req-ca925fc8-93d3-48fa-9548-93075b74ff54 2018-11-25 11:36:22,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.114424943924s 2018-11-25 11:36:22,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-25 11:36:22,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5c82ea5877e24e21981e571133576cde&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}468cce48f193a26e51c08bcf4f003e74e3cd6085" 2018-11-25 11:36:22,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-671688eb-f15a-42c5-bdab-231c6ca99e06 Date: Sun, 25 Nov 2018 11:36:22 GMT RESP BODY: {"security_groups": []} 2018-11-25 11:36:22,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5c82ea5877e24e21981e571133576cde&name=default used request id req-671688eb-f15a-42c5-bdab-231c6ca99e06 2018-11-25 11:36:22,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195197820663s 2018-11-25 11:36:22,225 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5c82ea5877e24e21981e571133576cde&name=default used request id req-671688eb-f15a-42c5-bdab-231c6ca99e06 2018-11-25 11:36:22,225 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK